Searched refs:longword (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dmemchr.c58 unsigned long int longword, magic_bits, charmask; local
65 Do this until CHAR_PTR is aligned on a longword boundary. */
67 n > 0 && (size_t) char_ptr % sizeof longword != 0;
88 Set CHARMASK to be a longword, each of whose bytes is C. */
96 if (8 < sizeof longword)
97 for (i = 64; i < sizeof longword * 8; i *= 2)
106 we will test a longword at a time. The tricky part is testing
107 if *any of the four* bytes in the longword in question are zero. */
108 while (n >= sizeof longword)
140 Good point. So what we do is XOR LONGWORD with a longword,
[all...]
H A Dmemrchr.c49 unsigned long int longword, magic_bits, charmask; local
56 Do this until CHAR_PTR is aligned on a longword boundary. */
58 n > 0 && (size_t) char_ptr % sizeof longword != 0;
79 Set CHARMASK to be a longword, each of whose bytes is C. */
87 if (8 < sizeof longword)
88 for (i = 64; i < sizeof longword * 8; i *= 2)
97 we will test a longword at a time. The tricky part is testing
98 if *any of the four* bytes in the longword in question are zero. */
99 while (n >= sizeof longword)
131 Good point. So what we do is XOR LONGWORD with a longword,
[all...]
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dmemchr.c77 unsigned long int longword, magic_bits, charmask; local
83 Do this until CHAR_PTR is aligned on a longword boundary. */
86 & (sizeof (longword) - 1)) != 0;
106 if (sizeof (longword) != 4 && sizeof (longword) != 8)
115 /* Set up a longword, each of whose bytes is C. */
123 we will test a longword at a time. The tricky part is testing
124 if *any of the four* bytes in the longword in question are zero. */
125 while (n >= sizeof (longword))
157 Good point. So what we do is XOR LONGWORD with a longword,
[all...]
/macosx-10.10/gpatch-3/patch/
H A Dmemchr.c77 unsigned long int longword, magic_bits, charmask; local
83 Do this until CHAR_PTR is aligned on a longword boundary. */
86 & (sizeof (longword) - 1)) != 0;
106 if (sizeof (longword) != 4 && sizeof (longword) != 8)
115 /* Set up a longword, each of whose bytes is C. */
123 we will test a longword at a time. The tricky part is testing
124 if *any of the four* bytes in the longword in question are zero. */
125 while (n >= sizeof (longword))
157 Good point. So what we do is XOR LONGWORD with a longword,
[all...]
/macosx-10.10/uucp-11/uucp/lib/
H A Dmemchr.c40 unsigned long int longword, magic_bits, charmask; local
64 /* Set up a longword, each of whose bytes is C. */
69 we will test a longword at a time. The tricky part is testing
70 if *any of the four* bytes in the longword in question are zero. */
103 Good point. So what we do is XOR LONGWORD with a longword,
107 longword = *longword_ptr++ ^ charmask;
110 if ((((longword + magic_bits)
113 ^ ~longword)
/macosx-10.10/curl-83.1.2/curl/packages/vms/
H A Dcurl_crtl_init.c45 #pragma nomember_alignment longword
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsystm.h163 int sulong(user_addr_t addr, int64_t longword);
/macosx-10.10/tcpdump-61/tcpdump/
H A Ddecnet.h34 typedef u_int8_t longword[4]; /* 4 bytes field */ typedef
/macosx-10.10/xnu-2782.1.97/bsd/vm/
H A Dvm_unix.c412 int64_t longword; local
415 if (copyin(addr, (void *)&longword, sizeof(longword)) != 0)
417 return(longword);
/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dmdns_module.c1301 uint32_t longword; local
1311 longword = htonl(ttl);
1312 memcpy(cp, &longword, sizeof(longword));
1313 cp += sizeof(longword);
/macosx-10.10/vim-55/runtime/syntax/
H A Dvoscm.vim25 syn keyword voscmParamKeyword contained number req string switch allow byte disable_input hidden length longword max min no_abbrev output_path req required req_for_form word
/macosx-10.10/vim-55/src/
H A Dspell.c13835 char_u longword[MAXWLEN + 1]; local
13843 STRCPY(longword, stp[i].st_word);
13845 vim_strncpy(longword + len, su->su_badptr + stp[i].st_orglen,
13848 (void)spell_check(curwin, longword, &attr, NULL, FALSE);

Completed in 159 milliseconds