Searched refs:x4 (Results 226 - 250 of 492) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h216 #define HFS_ALLOC_SKIPFREEBLKS 0x4 //skip checking/updating freeblocks during alloc/dealloc
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Ddlil.h232 #define NET_THREAD_CKREQ_LLADDR 0x4 /* thread reqs MACF check for LLADDR */
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_fw2.h318 #define DYN_DST_ADDR 0x4
H A Dip_var.h243 #define IP_NOIPSEC 0x4 /* No IPSec processing */
H A Dmptcp.h51 #define MPO_REMOVE_ADDR 0x4
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dkern_memorystatus.h264 kPolicyDiagnoseFirst = 0x4,
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSKextLibPrivate.h364 #define kOSKextLogProgressLevel ((OSKextLogSpec) 0x4)
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dvm_statistics.h217 #define VM_PAGE_QUERY_PAGE_REF 0x4
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotcontour.tcl373 set x4 [lindex $x $i1 $j1]
385 set xb [list $x1 $x2 $x3 $x4]
417 foreach {x1 x2 x3 x4} $xb {}
421 set xc [expr {($x1 + $x2 + $x3 + $x4) * 0.25}]
439 set xylist [list $x1 $y1 $x2 $y2 $x3 $y3 $x4 $y4]
454 Tri_contour $canv $x3 $y3 $f3 $x4 $y4 $f4 $xc $yc $fc $cont $doTrans
457 Tri_contour $canv $x4 $y4 $f4 $x1 $y1 $f1 $xc $yc $fc $cont $doTrans
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dputiltst.c32 int32_t x4=x>>4; local
34 UBool signedRightShiftIsArithmetic= x4==0xffff5fff && m1==-1;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcpu-ia64-opc.c389 sign = 0x4;
411 negate = val & 0x4;
H A Dlibhppa.h41 R_HPPA_RSEL = 0x4,
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dh8300-dis.c403 if (!((thisnib & 0x4) != 0))
411 if (!((thisnib & 0x4) == 0))
H A Ddlx-dis.c27 #define IST_TYPE 0x4
/macosx-10.10/ntp-92/include/
H A Dntp_request.h301 #define INFO_FLAG_BURST 0x4
314 #define INFO_FLAG_NTP 0x4
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclUtf.c1216 return (Tcl_UniChar) (ch + ((mode & 0x4) ? -1 : 1));
1217 } else if (mode == 0x4) {
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclUtf.c1213 return (Tcl_UniChar) (ch + ((mode & 0x4) ? -1 : 1));
1214 } else if (mode == 0x4) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngconf.h1475 # define png_snprintf6(s1,n,fmt,x1,x2,x3,x4,x5,x6) \
1476 sprintf(s1,fmt,x1,x2,x3,x4,x5,x6)
/macosx-10.10/tcpdump-61/tcpdump/
H A Dforces.h50 #define TOM_QUERY 0x4
296 #define B_RESTV 0x4
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dnd6.h189 #define ND6_IFF_PREFER_SOURCE 0x4
273 #define NDDRF_STATIC 0x4 /* for internal use only */
/macosx-10.10/IODVDStorageFamily-35/
H A DIODVDTypes.h91 kDVDBookTypeHDROM = 0x4,
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DSymbolTable.h242 static const intptr_t DontEnumFlag = 0x4;
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-evp.h227 #define EVP_CIPH_OFB_MODE 0x4
/macosx-10.10/WebCore-7600.1.25/cssjit/
H A DRegisterAllocator.h43 JSC::ARM64Registers::x4,
/macosx-10.10/bzip2-36/bzip2/
H A Dbzlib_private.h465 ((((UInt32)(s->ll4[(i) >> 1])) >> (((i) << 2) & 0x4)) & 0xF)

Completed in 383 milliseconds

1234567891011>>