/external/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/ |
D | der_encode_object_identifier.c | 27 int der_encode_object_identifier(unsigned long *words, unsigned long nwords, in der_encode_object_identifier() argument 38 if ((err = der_length_object_identifier(words, nwords, &x)) != CRYPT_OK) { in der_encode_object_identifier() 49 for (y = 1; y < nwords; y++) { in der_encode_object_identifier() 52 if (y < nwords - 1) { in der_encode_object_identifier() 75 for (i = 1; i < nwords; i++) { in der_encode_object_identifier() 98 if (i < nwords - 1) { in der_encode_object_identifier()
|
D | der_length_object_identifier.c | 40 int der_length_object_identifier(unsigned long *words, unsigned long nwords, unsigned long *outlen) in der_length_object_identifier() argument 49 if (nwords < 2) { in der_length_object_identifier() 61 for (y = 1; y < nwords; y++) { in der_length_object_identifier() 64 if (y < nwords - 1) { in der_length_object_identifier()
|
/external/mksh/src/ |
D | edit.c | 236 x_print_expansions(int nwords, char * const *words, bool is_command) in x_print_expansions() argument 247 (prefix_len = x_longest_prefix(nwords, words)) > 0) { in x_print_expansions() 251 if (nwords == 1) in x_print_expansions() 254 for (i = 0; i < nwords; i++) in x_print_expansions() 259 if (i == nwords) { in x_print_expansions() 263 XPinit(l, nwords + 1); in x_print_expansions() 264 for (i = 0; i < nwords; i++) in x_print_expansions() 292 int nwords, i, idx; in x_file_glob() local 334 for (nwords = 0; words[nwords]; nwords++) in x_file_glob() 336 if (nwords == 1) { in x_file_glob() [all …]
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | BitSet.java | 154 private void setSize(int nwords) { in setSize() argument 155 long newbits[] = new long[nwords]; in setSize() 156 int n = Math.min(nwords, bits.length); in setSize()
|
/external/openssh/ |
D | mdoc2man.awk | 44 while(w<nwords) {
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | BitSet.cs | 163 private void SetSize(int nwords) { in SetSize() argument 164 Array.Resize(ref _bits, nwords); in SetSize()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | BitSet.cs | 183 private void SetSize( int nwords ) in SetSize() argument 185 Array.Resize(ref _bits, nwords); in SetSize()
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
D | BitSet.java | 407 private void setSize(int nwords) { in setSize() argument 408 long newbits[] = new long[nwords]; in setSize() 409 int n = Math.min(nwords, bits.length); in setSize()
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | BitSet.as | 113 * @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/JavaScript/src/org/antlr/runtime/ |
D | BitSet.js | 511 setSize: function(nwords) { argument 512 var n = nwords - this.bits.length;
|
/external/elfutils/lib/ |
D | md5.c | 298 size_t nwords = len / sizeof (md5_uint32); local 299 const md5_uint32 *endp = words + nwords;
|
D | sha1.c | 226 size_t nwords = len / sizeof (sha1_uint32); local 227 const sha1_uint32 *endp = words + nwords;
|
/external/dropbear/libtomcrypt/src/headers/ |
D | tomcrypt_pk.h | 471 int der_encode_object_identifier(unsigned long *words, unsigned long nwords, 475 int der_length_object_identifier(unsigned long *words, unsigned long nwords, unsigned long *outlen);
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 4509 unsigned long nwords, 4519 unsigned long nwords,
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 74742 http://www.themathlab.com/dictionary/nwords/nwords.htm
|