Searched refs:nwords (Results 1 - 14 of 14) sorted by relevance

/external/libedit/doc/
H A Dmdoc2man.awk43 while(w<nwords) {
73 nwords=split($0,words)
74 for(w=1;w<=nwords;w++) {
88 w=nwords
94 w=nwords
122 while(w<nwords&&!match(words[w+1],"^[\\.,]"))
130 while(w<nwords&&!match(words[w+1],"^[\\.,]"))
231 if(w==nwords)
242 while(w<nwords&&match(words[w+1],"^[\\.,:;)]"))
261 while(w<nwords
[all...]
/external/mksh/src/
H A Dedit.c225 x_print_expansions(int nwords, char * const *words, bool is_command) argument
236 (prefix_len = x_longest_prefix(nwords, words)) > 0) {
240 if (nwords == 1)
243 for (i = 0; i < nwords; i++)
248 if (i == nwords) {
252 XPinit(l, nwords + 1);
253 for (i = 0; i < nwords; i++)
367 int nwords; local
392 nwords = DOGLOB | DOTILDE | DOMARKDIRS;
397 nwords
457 size_t nwords; local
590 int len, nwords = 0; local
676 x_longest_prefix(int nwords, char * const * words) argument
700 x_free_words(int nwords, char **words) argument
2685 int start, end, nwords, i; local
2719 int start, end, nlen, olen, nwords; local
5248 int rval = 0, nwords, start, end, i; local
5301 int rval, nwords, start, end, flags; local
5416 int start, end, nwords, i; local
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBitSet.java152 * @param nwords how many words the new set should be
154 private void setSize(int nwords) { argument
155 long newbits[] = new long[nwords];
156 int n = Math.min(nwords, bits.length);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBitSet.as113 * @param nwords how many words the new set should be
115 private function set size(nwords:int):void {
116 bits.length = nwords;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs161 * <param name="nwords">how many words the new set should be</param>
163 private void SetSize(int nwords) { argument
164 Array.Resize(ref _bits, nwords);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs181 * <param name="nwords">how many words the new set should be</param>
183 private void SetSize( int nwords )
185 Array.Resize(ref _bits, nwords);
/external/openssl/crypto/bn/
H A Dbn_lib.c831 * nwords is the number of words to swap. The code assumes that at least nwords are allocated in both a and b,
832 * and that no more than nwords are used by either a or b.
835 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) argument
840 bn_wcheck_size(a, nwords);
841 bn_wcheck_size(b, nwords);
861 switch (nwords) {
863 for (i = 10; i < nwords; i++)
H A Dbn.h541 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DBitSet.java405 * @param nwords how many words the new set should be
407 private void setSize(int nwords) { argument
408 long newbits[] = new long[nwords];
409 int n = Math.min(nwords, bits.length);
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DBitSet.js507 * Grows the internal bits array to include at least nwords numbers.
508 * @param {Number} nwords how many words the new set should be
511 setSize: function(nwords) {
512 var n = nwords - this.bits.length;
/external/elfutils/0.153/lib/
H A Dmd5.c303 size_t nwords = len / sizeof (md5_uint32); local
304 const md5_uint32 *endp = words + nwords;
H A Dsha1.c228 size_t nwords = len / sizeof (sha1_uint32); local
229 const sha1_uint32 *endp = words + nwords;
/external/openssl/include/openssl/
H A Dbn.h541 void BN_consttime_swap(BN_ULONG swap, BIGNUM *a, BIGNUM *b, int nwords);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 4025 milliseconds