Searched refs:xf (Results 51 - 75 of 515) sorted by relevance

1234567891011>>

/macosx-10.10.1/vim-55/
H A DMakefile290 | (cd dist/$(VIMRTDIR); tar xf -)
324 | (cd dist/Vim/$(VIMRTDIR); tar xf -)
344 | (cd dist/Vim/$(VIMRTDIR); tar xf -)
362 | (cd dist/Vim/$(VIMRTDIR); tar xf -)
384 | (cd dist/vim/$(VIMRTDIR); tar xf -)
390 | (cd dist/vim/$(VIMRTDIR); tar xf -)
409 | (cd dist/vim/$(VIMRTDIR); tar xf -)
416 | (cd dist/vim/$(VIMRTDIR); tar xf -)
423 | (cd dist/vim/$(VIMRTDIR); tar xf -)
445 | (cd ../../../runtime/dos; tar xf
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunormimp.h40 _NORM_QC_ANY_NO=0xf,
/macosx-10.10.1/ICU-531.30/icuSources/tools/makeconv/
H A Dgenmbcs.h46 MBCS_STAGE_3_BLOCK_MASK=0xf,
/macosx-10.10.1/Libc-1044.1.2/x86_64/string/
H A Dstrnlen.s76 and $0xf, %rcx
/macosx-10.10.1/apache_mod_hfs_apple-14/
H A DMakefile42 $(TAR) cf - $(SRCFILES) | (cd $(SRCROOT)$(SRCPATH) && $(TAR) xf -)
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/coff/
H A Dsparc.h84 #define N_BTMASK (0xf)
/macosx-10.10.1/emacs-93/emacs/src/s/
H A Ddgux4.h117 case B38400: baud_rate = 38400; ospeed = 0xf; break; \
/macosx-10.10.1/gnutar-453/gnutar/tests/star/
H A Dquicktest.sh36 tar xf $2
/macosx-10.10.1/hunspell-9/
H A DGNUmakefile37 cd $(OBJROOT) && tar $(Extract_Option)xf $(OBJROOT)/$(Tarball)
/macosx-10.10.1/ntp-92/scripts/monitoring/
H A Dntp.pl146 sub ssw_SECnt { return ($_[$[] >> 4) & 0xf; }
147 sub ssw_SECode { return $_[$[] & 0xf; }
203 sub psw_PCnt { return ($_[$[] >> 4) & 0xf; }
204 sub psw_PCode { return $_[$[] & 0xf; }
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Daddrtoname.c497 *cp++ = hex[*ep++ & 0xf];
501 *cp++ = hex[*ep++ & 0xf];
529 *cp++ = hex[*(ep + i - 1) & 0xf];
565 *cp++ = hex[*ep++ & 0xf];
569 *cp++ = hex[*ep++ & 0xf];
592 *cp++ = hex[port >> 12 & 0xf];
593 *cp++ = hex[port >> 8 & 0xf];
594 *cp++ = hex[port >> 4 & 0xf];
595 *cp++ = hex[port & 0xf];
616 *cp++ = hex[*pi++ & 0xf];
[all...]
/macosx-10.10.1/texinfo-18/
H A DGNUmakefile34 cd $(OBJROOT) && tar $(Extract_Option)xf $(OBJROOT)/$(Tarball)
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dev.h52 #define EV_MASK 0xf
H A Dreboot.h109 #define B_CONTROLLERMASK 0xf
/macosx-10.10.1/xnu-2782.1.97/libsyscall/mach/
H A Dstring.c55 *--cp = hex[n & 0xf];
/macosx-10.10.1/JavaScriptCore-7600.1.17/disassembler/ARMv7/
H A DARMv7DOpcode.cpp93 OPCODE_GROUP_ENTRY(0xf, ARMv7DOpcodeLoadStoreRegisterImmediateWordAndByte),
256 registerNumber &= 0xf;
393 if (condition() == 0xf) {
791 if ((op() == 0x5) || (op() == 0x6) || (op() == 0x7) || (op() == 0x9) || (op() == 0xc) || (op() == 0xf))
888 if ((op() == 0x5) || (op() == 0x7) || (op() == 0x9) || (op() == 0xc) || (op() == 0xf))
1061 if (rn() == 0xf)
1265 if (op2() != 0xf)
1295 if (rt() != 0xf)
1322 if (rn() == 0xf)
1330 if (rn() == 0xf)
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DARMAssembler.cpp132 imm1 = Op2Immediate | ((imm >> 16) & 0xff) | (((rol + 4) & 0xf) << 8);
133 imm2 = Op2Immediate | ((imm >> 8) & 0xff) | (((rol + 8) & 0xf) << 8);
135 imm1 = Op2Immediate | ((imm >> 24) & 0xff) | ((rol & 0xf) << 8);
155 imm2 = Op2Immediate | (imm >> 24) | ((rol & 0xf) << 8);
169 imm1 = Op2Immediate | ((imm >> 24) & 0xff) | ((rol & 0xf) << 8);
184 imm2 = Op2Immediate | (imm >> 24) | ((rol & 0xf) << 8);
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Da_utf8.c99 value = (*p++ & 0xf) << 12;
174 *str++ = (unsigned char)(((value >> 12) & 0xf) | 0xe0);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dssu.c320 l & 0xf, (l >> 4) & 0xf,
321 (l >> 8) & 0xf, (l >> 12) & 0xf,
322 (l >> 16) & 0xf, (l >> 20) & 0xf,
323 (l >> 24) & 0xf, (l >> 28) & 0xf);
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dhex.c62 buf[0] = hex[(source->base[0] >> 4) & 0xf];
63 buf[1] = hex[(source->base[0]) & 0xf];
/macosx-10.10.1/groff-38/groff/src/utils/pfbtops/
H A Dpfbtops.c160 putchar(HEX_DIGITS[(c >> 4) & 0xf]);
161 putchar(HEX_DIGITS[c & 0xf]);
/macosx-10.10.1/libpcap-48/libpcap/Win32/Include/arpa/
H A Dnameser.h123 # define ZONEREF 0xf /* incremental zone referesh */
139 # define NOCHANGE 0xf /* update failed to change db */
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsJITInfo.cpp181 *(intptr_t *)(StubAddr) = 0xf << 26 | 25 << 16 | Hi;
225 JCE.emitWordLE(0xf << 26 | 25 << 16 | Hi);
/macosx-10.10.1/ntp-92/lib/isc/
H A Dhex.c62 buf[0] = hex[(source->base[0] >> 4) & 0xf];
63 buf[1] = hex[(source->base[0]) & 0xf];
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/java/CyrusSasl/
H A DSaslUtils.java64 buffer.append(enc_table[((a << 4) & 0x30) + ((b >>> 4) & 0xf)]);
85 buffer.append(enc_table[((a << 4) & 0x30) + ((b >>> 4) & 0xf)]);

Completed in 209 milliseconds

1234567891011>>