Searched refs:xf (Results 201 - 225 of 515) sorted by relevance

1234567891011>>

/macosx-10.10.1/libpcap-48/libpcap/
H A Dbpf_filter.c374 X = (mtod(n, char *)[k] & 0xf) << 2;
380 X = (p[pc->k] & 0xf) << 2;
/macosx-10.10.1/lukemftpd-50/
H A DAEP.make165 $(TAR) -C $(AEP_ExtractRoot) -$(AEP_ExtractOption)xf $(SRCROOT)/$(AEP_Filename)
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Densemble.test147 } {0 {0x3 0xa 0xf}}
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h258 #define LC_ID_DYLINKER 0xf /* dynamic linker identification */
483 #define S_DTRACE_DOF 0xf /* section contains
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dbpf_filter.c384 X = (mtod(m, u_char *)[k] & 0xf) << 2;
390 X = (p[pc->k] & 0xf) << 2;
/macosx-10.10.1/BerkeleyDB-21/db/mutex/
H A Dmut_win32.c48 *--p = hex_digits[id & 0xf];
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dutracimp.h80 UTRACE_EXITV_MASK = 0xf,
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DKernTable.cpp92 if (((i+1)&0xf) == 0) {
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/BSD/
H A Dif_firewire.cpp321 *cp++ = digits[*ap++ & 0xf];
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dcollate.c510 __collate_xfrm(const wchar_t *src, wchar_t **xf, locale_t loc) argument
522 xf[pass] = NULL;
550 if ((xf[pass] = (wchar_t *)malloc(sizeof(wchar_t) * (wcslen(t) + 1))) == NULL) {
556 xfp = xf[pass];
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DckDES.c257 rowcol = (i & 32) | ((i & 1) ? 16 : 0) | ((i >> 1) & 0xf);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecBase64P.c373 bytes[1] = (unsigned char)(((indexes[1] & 0xf) << 4) + ((indexes[2] & 0x3c) >> 2));
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DckDES.c257 rowcol = (i & 32) | ((i & 1) ? 16 : 0) | ((i >> 1) & 0xf);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecBase64P.c373 bytes[1] = (unsigned char)(((indexes[1] & 0xf) << 4) + ((indexes[2] & 0x3c) >> 2));
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecBase64P.c373 bytes[1] = (unsigned char)(((indexes[1] & 0xf) << 4) + ((indexes[2] & 0x3c) >> 2));
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecBase64.c373 bytes[1] = (unsigned char)(((indexes[1] & 0xf) << 4) + ((indexes[2] & 0x3c) >> 2));
/macosx-10.10.1/adv_cmds-158/mklocale/
H A Dyacc.y800 if ((x & 0xf) == 0xf)
819 if ((x & 0xf) == 0xf)
/macosx-10.10.1/apache_mod_php-93/libjpeg/
H A DMakefile142 $(TAR) -C $(AEP_ExtractRoot) -$(AEP_ExtractOption)xf $(SRCROOT)/$(AEP_Filename)
/macosx-10.10.1/apache_mod_php-93/xdebug/
H A DMakefile140 $(TAR) -C $(AEP_ExtractRoot) -$(AEP_ExtractOption)xf $(SRCROOT)/$(AEP_Filename)
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dbase64.c138 if (ctx->val[2] == 64 && (ctx->val[1] & 0xf) != 0)
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-h8300.c978 data[dst_address - 2] = (data[src_address - 1] & 0xf) | 0x20;
982 data[dst_address - 2] = (data[src_address - 1] & 0xf) | 0x30;
1032 data[dst_address - 2] = (data[src_address - 1] & 0xf) | 0x20;
1036 data[dst_address - 2] = (data[src_address - 1] & 0xf) | 0x30;
H A Delf32-h8300.c1034 bfd_put_8 (abfd, (code & 0xf) | 0x20,
1039 bfd_put_8 (abfd, (code & 0xf) | 0x30,
1123 bfd_put_8 (abfd, (code & 0xf) | 0x20,
1128 bfd_put_8 (abfd, (code & 0xf) | 0x30,
H A Dmach-o.h80 BFD_MACH_O_LC_ID_DYLINKER = 0xf, /* Dynamic linker identification. */
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dh8500-dis.c172 imm = (buffer[byte]) & 0xf;
H A Di860-dis.c184 crnames[(insn >> 21) & 0xf]);

Completed in 182 milliseconds

1234567891011>>