Searched refs:xf (Results 226 - 250 of 515) sorted by relevance

1234567891011>>

/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dm68k-dis.c300 val = (buffer[1] & 0xf) | (buffer[3] & 0x40 ? 0x10 : 0);
304 val = (buffer[3] & 0xf) | (buffer[3] & 0x40 ? 0x10 : 0);
489 reg_names[(word >> 12) & 0xf],
1191 reg &= 0xf;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmtrace.c73 { *s-- = digit[v&0xf];
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_format_cpio_newc.c248 *p = "0123456789abcdef"[v & 0xf];
/macosx-10.10.1/libunwind-35.3/testsuite/
H A Dunwind_test_x86_64.s111 .byte 0x8f # DW_CFA_offset, column 0xf
/macosx-10.10.1/ntp-92/lib/isc/
H A Dbase64.c136 if (ctx->val[2] == 64 && (ctx->val[1] & 0xf) != 0)
/macosx-10.10.1/ntp-92/libntp/
H A Dstatestr.c304 strcat(cb, getcode((st) & 0xf, clock_codes));
/macosx-10.10.1/ruby-106/ruby/
H A Deval_intern.h133 RUBY_TAG_MASK = 0xf
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/ras/
H A Dtif2ras.c290 *outp++ = *inp++ & 0xf;
/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DX.h455 #define GXset 0xf /* 1 */
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DX.h455 #define GXset 0xf /* 1 */
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-atm.c71 #define OAM_CELLTYPE_SM 0xf
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp.h189 #define TCP_MAXHLEN (0xf<<2) /* max length of header in bytes */
/macosx-10.10.1/vim-55/src/
H A Dos_msdos.c477 cterm_normal_fg_color = (orig_attr & 0xf) + 1;
478 cterm_normal_bg_color = ((orig_attr >> 4) & 0xf) + 1;
485 cterm_normal_fg_color = (n & 0xf) + 1;
486 cterm_normal_bg_color = ((n >> 4) & 0xf) + 1;
1317 cterm_normal_fg_color = (orig_attr & 0xf) + 1;
1319 cterm_normal_bg_color = ((orig_attr >> 4) & 0xf) + 1;
2154 regs.x.di = __tb & 0xf;
2437 /* int 02xf, AX = 0x1701 attempts to open the Windows clipboard. Upon
2532 /* int 02xf, AX = 0x1702 attempts to empty the Windows clipboard. Upon
2615 /* int 02xf, A
[all...]
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixFont.c442 dst[2] = hexChars[(ch >> 4) & 0xf];
443 dst[3] = hexChars[ch & 0xf];
447 dst[2] = hexChars[(ch >> 12) & 0xf];
448 dst[3] = hexChars[(ch >> 8) & 0xf];
449 dst[4] = hexChars[(ch >> 4) & 0xf];
450 dst[5] = hexChars[ch & 0xf];
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixFont.c455 dst[2] = hexChars[(ch >> 4) & 0xf];
456 dst[3] = hexChars[ch & 0xf];
460 dst[2] = hexChars[(ch >> 12) & 0xf];
461 dst[3] = hexChars[(ch >> 8) & 0xf];
462 dst[4] = hexChars[(ch >> 4) & 0xf];
463 dst[5] = hexChars[ch & 0xf];
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dbmpset.cpp212 if(containsSlow(0xfffd, list4kStarts[0xf], list4kStarts[0x10])) {
593 b&=0xf;
H A Duchar.c409 int32_t denominator=(ntv&0xf)+1;
547 versionArray[1]=(uint8_t)(version&0xf);
/macosx-10.10.1/ICU-531.30/icuSources/data/mappings/
H A Ducmfiles.mk21 # different SI/SO characters than the "standard" ones: 0xf/0xe.
/macosx-10.10.1/ICU-531.30/icuSources/tools/icuswap/
H A Dicuswap.cpp573 if((length&0xf)!=0) {
574 int32_t delta=16-(length&0xf);
/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-gdtoa.c342 ds = tens[k&0xf];
359 dval(&d) *= tens[j1 & 0xf];
/macosx-10.10.1/OpenSSL098-52/src/crypto/rc5/
H A Drc5test.c378 ret[i*2]=f[(p[i]>>4)&0xf];
379 ret[i*2+1]=f[p[i]&0xf];
/macosx-10.10.1/OpenSSL098-52/src/crypto/sha/
H A Dsha256.c187 T1 = X[i&0xf] += s0 + s1 + X[(i+9)&0xf];
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_utl.c376 *q++ = hexdig[(*p >> 4) & 0xf];
377 *q++ = hexdig[*p & 0xf];
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Drc5test.c378 ret[i*2]=f[(p[i]>>4)&0xf];
379 ret[i*2+1]=f[p[i]&0xf];
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dihex.c726 ((buf)[0] = digs[((v) >> 4) & 0xf], (buf)[1] = digs[(v) & 0xf])

Completed in 383 milliseconds

1234567891011>>