Searched refs:xf (Results 251 - 275 of 515) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dversados.c242 int scn = *ptr & 0xf;
243 int typ = (*ptr >> 4) & 0xf;
H A Delf32-openrisc.c520 elf_elfheader (abfd)->e_flags &= ~0xf;
H A Dlibhppa.h52 R_HPPA_TSEL = 0xf,
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dh8300-dis.c374 thisnib = (len & 1) ? (thisnib & 0xf) : ((thisnib / 16) & 0xf);
/macosx-10.10.1/libxslt-13/libxslt/tests/docbook/
H A DMakefile.am198 @(cd $(srcdir) ; tar -cf - --exclude CVS --exclude .svn common html dtd lib xhtml fo doc images template htmlhelp result test) | (cd $(distdir); tar xf -)
/macosx-10.10.1/lsof-53/lsof/tests/
H A DLTlib.c1087 dev = (dev << 4) | (unsigned int)(((int)*wx - (int)'0') & 0xf);
1092 dev = (dev << 4) | (unsigned int)((c - 'a' + 10) & 0xf);
/macosx-10.10.1/ntp-92/include/
H A Dntp_request.h216 #define INFO_ERR(err_nitems) ((u_short)((ntohs(err_nitems)>>12)&0xf))
221 #define INFO_MBZ(mbz_itemsize) ((ntohs(mbz_itemsize)>>12)&0xf)
/macosx-10.10.1/ntp-92/ntpd/
H A Drefclock_irig.c886 up->timecode[--up->xptr] = hexchar[temp & 0xf];
888 0xf];
/macosx-10.10.1/objc4-646/test/
H A DivarSlide.m339 totalScan += c&0xf;
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_misc.c908 info->status = version & 0xf;
916 info->status = version & 0xf;
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/
H A DREADME.txt49 gzip -cd Tktable<version>.tar.gz | tar xf -
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmltok.c231 *to++ = ((from[0] & 0xf) << 12) | ((from[1] & 0x3f) << 6) | (from[2] & 0x3f);
392 *(*toP)++ = (((hi & 0xf) << 2) | (lo >> 6) | 0x80); \
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dutrace.c128 char c = gHexChars[(val >> shiftCount) & 0xf];
H A Dutrie.h778 UTRIE_OPTIONS_SHIFT_MASK=0xf,
/macosx-10.10.1/ICU-531.30/icuSources/tools/makeconv/
H A Dgenmbcs.cpp115 *s++=hexDigit((uint8_t)(*bytes&0xf));
690 (!IGNORE_SISO_CHECK && (*bytes==0xe || *bytes==0xf))
869 if((mbcsData->stage2[idx+(nextOffset>>MBCS_STAGE_2_SHIFT)]&(1UL<<(16+(c&0xf))))!=0 || old!=0) {
883 mbcsData->stage2[idx+(nextOffset>>4)]|=(1UL<<(16+(c&0xf)));
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.cpp916 cmd.write_interval_retry_count = WriteInterval_RetryCount(0xf,0xf);
1191 cmd.write_interval_retry_count = WriteInterval_RetryCount(0xf,0xf);
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2Lib/
H A DIOFireWireSBP2Lib.h124 kFWSBP2TargetReset = 0xf
/macosx-10.10.1/OpenSSL098-52/src/crypto/sha/asm/
H A Dsha512-sse2.pl239 &and($Widx,0xf);
242 # parallel:-) Note that I refer to W512[(i&0xf)+N] and not to
243 # W512[(i+N)&0xf]! This is exactly what I maintain the second
/macosx-10.10.1/PostgreSQL-97/Support/Migration_9.0_to_9.2/
H A DMakefile172 $(TAR) -C $(AEP_ExtractRoot) -$(AEP_ExtractOption)xf $(SRCROOT)/$(AEP_Filename)
/macosx-10.10.1/PostgreSQL-97/Support/Migration_9.1_to_9.2/
H A DMakefile173 $(TAR) -C $(AEP_ExtractRoot) -$(AEP_ExtractOption)xf $(SRCROOT)/$(AEP_Filename)
/macosx-10.10.1/Security-57031.1.35/Security/include/security_comcryption/
H A DcomcryptPriv.c102 return(j & 0xf);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_comcryption/lib/
H A DcomcryptPriv.c102 return(j & 0xf);
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dhppa.h572 #define DT_HP_FILTERED (OLD_DT_LOOS + 0xf)
/macosx-10.10.1/efax-38/efax/
H A Defix.c179 bits = c & 0xf ;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/CellSPU/
H A DSPUAsmPrinter.cpp156 O << (value16 & ~0xf) << "(";

Completed in 475 milliseconds

<<11121314151617181920>>