Searched defs:nwords (Results 1 - 9 of 9) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/
H A Dder_encode_object_identifier.c22 @param nwords The number of words in the OID
27 int der_encode_object_identifier(unsigned long *words, unsigned long nwords, argument
38 if ((err = der_length_object_identifier(words, nwords, &x)) != CRYPT_OK) {
49 for (y = 1; y < nwords; y++) {
52 if (y < nwords - 1) {
75 for (i = 1; i < nwords; i++) {
98 if (i < nwords - 1) {
H A Dder_length_object_identifier.c35 @param nwords The number of OID words
40 int der_length_object_identifier(unsigned long *words, unsigned long nwords, unsigned long *outlen) argument
49 if (nwords < 2) {
61 for (y = 1; y < nwords; y++) {
64 if (y < nwords - 1) {
/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/elfutils/lib/
H A Dmd5.c298 size_t nwords = len / sizeof (md5_uint32); local
299 const md5_uint32 *endp = words + nwords;
H A Dsha1.c226 size_t nwords = len / sizeof (sha1_uint32); local
227 const sha1_uint32 *endp = words + nwords;
/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/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/mksh/src/
H A Dedit.c236 x_print_expansions(int nwords, char * const *words, bool is_command) argument
247 (prefix_len = x_longest_prefix(nwords, words)) > 0) {
251 if (nwords == 1)
254 for (i = 0; i < nwords; i++)
259 if (i == nwords) {
263 XPinit(l, nwords + 1);
264 for (i = 0; i < nwords; i++)
292 int nwords, i, idx; local
334 for (nwords = 0; words[nwords]; nword
385 int nwords; local
519 int len, nwords = 0; local
611 x_longest_prefix(int nwords, char * const * words) argument
631 x_free_words(int nwords, char **words) argument
2641 int start, end, nwords, i; local
2675 int start, end, nlen, olen, nwords; local
5121 int rval = 0, nwords, start, end, i; local
5174 int rval, nwords, start, end, flags; local
5289 int start, end, nwords, i; local
[all...]
/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 186 milliseconds