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.c226 x_print_expansions(int nwords, char * const *words, bool is_command) argument
237 (prefix_len = x_longest_prefix(nwords, words)) > 0) {
241 if (nwords == 1)
244 for (i = 0; i < nwords; i++)
249 if (i == nwords) {
253 XPinit(l, nwords + 1);
254 for (i = 0; i < nwords; i++)
368 int nwords; local
393 nwords = DOGLOB | DOTILDE | DOMARKDIRS;
398 nwords
458 size_t nwords; local
591 int len, nwords = 0; local
677 x_longest_prefix(int nwords, char * const * words) argument
701 x_free_words(int nwords, char **words) argument
2677 int start, end, nwords, i; local
2711 int start, end, nlen, olen, nwords; local
5240 int rval = 0, nwords, start, end, i; local
5293 int rval, nwords, start, end, flags; local
5408 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.c840 * nwords is the number of words to swap. The code assumes that at least nwords are allocated in both a and b,
841 * and that no more than nwords are used by either a or b.
844 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) argument
849 bn_wcheck_size(a, nwords);
850 bn_wcheck_size(b, nwords);
870 switch (nwords) {
872 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 2789 milliseconds