Searched refs:words (Results 126 - 150 of 367) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/CurveParamDocs/
H A Dgiants.c1737 unsigned int words;
1750 words = q >> 4;
1756 kpower = i/words;
1773 if (destptr - scratch->n >= words) {
1776 destptr -= words;
1787 int words, excess;
1801 words = q >> 4;
1809 kpower = i/words;
1851 if (destptr - scratch->n > words) {
1868 destptr -= words;
2117 int rem = bits&15, crem = 16-rem, words = bits>>4; local
2167 int words = bits >> 4; local
2217 register int words = n >> 4, numbytes = words*sizeof(short); local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dgiants.c1737 unsigned int words;
1750 words = q >> 4;
1756 kpower = i/words;
1773 if (destptr - scratch->n >= words) {
1776 destptr -= words;
1787 int words, excess;
1801 words = q >> 4;
1809 kpower = i/words;
1851 if (destptr - scratch->n > words) {
1868 destptr -= words;
2117 int rem = bits&15, crem = 16-rem, words = bits>>4; local
2167 int words = bits >> 4; local
2217 register int words = n >> 4, numbytes = words*sizeof(short); local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_lib.c329 * It ensures that 'b' has enough room for a 'words' word number number.
333 BIGNUM *bn_expand2(BIGNUM *b, int words) argument
341 if (words > b->max)
349 a=A=(BN_ULONG *)Malloc(sizeof(BN_ULONG)*(words+1));
451 b->max=words;
464 memset(A,0,sizeof(BN_ULONG)*(words+1));
467 b->max=words;
470 /* memset(&(p[b->max]),0,((words+1)-b->max)*sizeof(BN_ULONG)); */
471 /* { int i; for (i=b->max; i<words+1; i++) p[i]=i;} */
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/src/x86/
H A Dffi64.c125 of the operand. The number of words is returned. In case the parameter
167 int words = (type->size + UNITS_PER_WORD - 1) / UNITS_PER_WORD; local
176 for (i = 0; i < words; i++)
200 for (i = 0; i < words; i++)
218 return words;
362 /* Allocate the space for the arguments, plus 4 words of temp space. */
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dcommand.c112 command->value.Simple->words = (WORD_LIST *)copy_word_list (list);
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dtic54x.h89 unsigned int words; /* insn size in words */ member in struct:_template
137 #define FL_EXT 0x20 /* instruction takes two words */
/macosx-10.9.5/libffi-18.1/x86/
H A Dx86-ffi64.c132 of the operand. The number of words is returned. In case the parameter
185 int words = local
192 for (i = 0; i < words; i++)
217 for (i = 0; i < words; i++)
236 return words;
403 /* Allocate the space for the arguments, plus 4 words of temp space. */
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi64.c132 of the operand. The number of words is returned. In case the parameter
185 int words = local
192 for (i = 0; i < words; i++)
217 for (i = 0; i < words; i++)
236 return words;
403 /* Allocate the space for the arguments, plus 4 words of temp space. */
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi64.c132 of the operand. The number of words is returned. In case the parameter
185 int words = local
192 for (i = 0; i < words; i++)
217 for (i = 0; i < words; i++)
236 return words;
403 /* Allocate the space for the arguments, plus 4 words of temp space. */
/macosx-10.9.5/ruby-104/ruby/lib/cgi/
H A Dcore.rb629 words = Shellwords.shellwords(string)
631 if words.find{|x| /=/n.match(x) }
632 words.join('&')
634 words.join('+')
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsqlj.vim5 " with a handful of additional sql words and still
22 " The SQL reserved words, defined as keywords.
H A Dreva.vim65 " new words
72 " Built in words
74 Builtin execute ahead interp bye >body here pad words make
94 Builtin (.r) (context) (create) (header) (hide) (inline) (p.r) (words~) (xfind)
/macosx-10.9.5/Heimdal-323.92.1/appl/xnlock/
H A Dxnlock.c78 static char *words; variable
393 words = get_words();
780 XDrawString(dpy, XtWindow(widget), gc, X, Y, words, strlen(words));
796 strlcpy (buf, words, sizeof(buf));
807 w = XTextWidth(font, words, strlen(words));
817 XDrawString(dpy, XtWindow(widget), gc, X, Y, words, strlen(words));
/macosx-10.9.5/man-16/man/man2html/
H A Dman2html.c1275 * Find whitespace separated words, and store starts in WORDS of lth MAXN.
1276 * Return number of words in N.
1284 fill_words(char *str, char *words[], int maxn, int *n, char eow) { argument
1290 words[*n] = s;
1300 if (words[*n] != s && *n < maxn-1)
1302 words[*n] = s+1;
1308 if (words[*n] != s && *n < maxn-1)
1312 words[*n] = s;
1319 if (s != words[*n])
1522 int words; local
[all...]
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect/lib/Lingua/EN/
H A DInflect.pm1528 $words = NUMWORDS(1234); # "one thousand, two hundred and thirty-four"
1529 $words = NUMWORDS(ORD(1234)); # "one thousand, two hundred and thirty-fourth"
1534 @words = NUMWORDS(1234); # ("one thousand","two hundred and thirty-four")
1539 $words = NUMWORDS(12345, group=>1);
1542 $words = NUMWORDS(12345, group=>2);
1545 $words = NUMWORDS(12345, group=>3);
1548 $words = NUMWORDS(1234, 'and'=>'');
1551 $words = NUMWORDS(1234, 'and'=>', plus');
1554 $words = NUMWORDS(555_1202, group=>1, zero=>'oh');
1557 $words
[all...]
/macosx-10.9.5/ntp-88/ntpdc/
H A Dntpdc.c1557 int word, words; local
1562 words = 0;
1565 list[words++] = xcp->keyword;
1568 list[words++] = xcp->keyword;
1576 (list), (size_t)(words), sizeof(char *), helpsort);
1578 for (word = 0; word < words; word++) {
1586 rows = (words + cols - 1) / cols;
1591 for (word = row; word < words; word += rows) {
1598 words = findcmd(cmd, builtins, opcmds, &xcp);
1599 if (words
[all...]
/macosx-10.9.5/CPANInternal-140/Text-WordDiff-0.08/lib/Text/WordDiff/
H A DANSIColor.pm74 Deleted words will display in bold-faced red. The ANSI standard for
80 Inserted words will display in bold-faced, underlined green.
/macosx-10.9.5/bless-98/libbless/
H A Dbless.h307 * @abstract Get Finder info words for a volume
308 * @discussion Get the Finder info words for a volume,
313 * @param words array of at least length 8
318 uint32_t * words);
322 * @abstract Set Finder info words for a volume
323 * @discussion Set the Finder info words for a volume,
328 * @param words array of at least length 6, which will
329 * replace the first 6 words on-disk
334 uint32_t * words);
/macosx-10.9.5/sudo-72/src/
H A Dfixmdoc.sh78 /^\.Bk -words\$/ {
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dcsh.vim21 " - The words else and endif must appear at the beginning of input lines;
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/src/powerpc/
H A Dffi.c355 int i, words; local
441 words = ((*ptr)->size + 7) / 8;
442 if (next_arg.ul >= gpr_base.ul && next_arg.ul + words > gpr_end.ul)
447 next_arg.c = rest.c + words * 8 - first;
459 next_arg.ul += words;
624 /* The first NUM_GPR_ARG_REGISTERS words of integer arguments, and the
650 /* 'long long' arguments are passed as two words, but
651 either both words must fit in registers or both go
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dmd5.c273 const md5_uint32 *words = (const md5_uint32 *) buffer; local
275 const md5_uint32 *endp = words + nwords;
290 while (words < endp)
300 unit is a 32-bit word and it is determined to work on words in
303 we store the swapped words in the array CORRECT_WORDS. */
308 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
309 ++words; \
343 /* For the second to fourth round we have the possibly swapped words
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmd5.c230 /* Only put full words in the buffer. */
295 const md5_uint32 *words = buffer; local
297 const md5_uint32 *endp = words + nwords;
312 while (words < endp)
322 unit is a 32-bit word and it is determined to work on words in
325 we store the swapped words in the array CORRECT_WORDS. */
330 a += FF (b, c, d) + (*cwp++ = SWAP (*words)) + T; \
331 ++words; \
365 /* For the second to fourth round we have the possibly swapped words
/macosx-10.9.5/postfix-252/postfix/src/smtpd/
H A Dsmtpd_proxy.c318 char *words; local
399 while ((words = mystrtok(&lines, "\n")) != 0) {
400 if (mystrtok(&words, "- ") && (word = mystrtok(&words, " \t")) != 0) {
402 while ((word = mystrtok(&words, " \t")) != 0)
/macosx-10.9.5/postfix-252/postfix/src/smtp/
H A Dsmtp_proto.c264 char *words; local
374 words = resp->str;
375 (void) mystrtok(&words, "- \t\n");
376 for (n = 0; (word = mystrtok(&words, " \t\n")) != 0; n++) {
477 for (n = 0; (words = mystrtok(&lines, "\n")) != 0; /* see below */ ) {
478 if (mystrtok(&words, "- ")
479 && (word = mystrtok(&words, " \t=")) != 0) {
515 while ((word = mystrtok(&words, " \t")) != 0)
522 if ((word = mystrtok(&words, " \t")) != 0) {
540 smtp_sasl_helo_auth(session, words);
[all...]

Completed in 422 milliseconds

1234567891011>>