Searched refs:int16_t (Results 176 - 200 of 292) sorted by relevance

1234567891011>>

/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_rq_2.c167 int16_t credit_charge16;
219 int16_t credit_charge;
/macosx-10.10/objc4-646/runtime/
H A Dllvm-MathExtras.h47 return static_cast<int16_t>(x) == x;
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Ds_windows25 s/@int16_decl@/typedef short int16_t;/
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dset_keys.c106 int16_t n_key_data,
H A Dget_s.c40 add_tl_data(kadm5_principal_ent_t ent, int16_t type,
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dgregoimp.cpp77 const int16_t Grego::DAYS_BEFORE[24] =
H A Dnfrule.cpp503 int16_t
516 int16_t tempResult = (int16_t)(uprv_log((double)baseValue) / uprv_log((double)radix));
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dtestidn.cpp247 value = (int16_t)result;
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dxdr.h381 extern bool_t xdr_int16_t(XDR *, int16_t *);
/macosx-10.10/MITKerberosShim-66/Kerberos/
H A DKerberosLogin.h192 typedef int16_t KLSInt16; /* used for Darwin-compat for KLApplicationOptions */
/macosx-10.10/MITKerberosShim-66/include/
H A Dmit-KerberosLogin.h181 typedef int16_t KLSInt16; /* used for Darwin-compat for KLApplicationOptions */
/macosx-10.10/WTF-7600.1.24/wtf/
H A DHashFunctions.h31 template<> struct IntTypes<2> { typedef int16_t SignedType; typedef uint16_t UnsignedType; };
/macosx-10.10/libunwind-35.3/src/
H A DAddressSpace.hpp200 result = (int16_t)get16(addr);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMathExtras.h47 return static_cast<int16_t>(x) == x;
/macosx-10.10/shell_cmds-179/hexdump/
H A Ddisplay.c124 int16_t s2;
/macosx-10.10/tcpdump-61/tcpdump/
H A Dicmp6.h339 int16_t nd_opt_hai_preference;
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_endian.c488 int16_t *srcPtr;
537 srcPtr = (int16_t *)((char *)srcKey + keyLength + sizeof(srcKey->keyLength));
1022 int16_t *srcPtr;
1084 srcPtr = (int16_t *)((char *)srcKey + ((srcKey->keyLength + 2) & ~1));
H A Dhfs.h205 int16_t vcbFlags; /* Runtime flag to indicate if volume is dirty/clean */
223 int16_t vcbVBMSt; /* HFS only */
224 int16_t vcbAlBlSt; /* HFS only */
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h211 int16_t version;
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOKernelReporters.h1229 int16_t nstates, IOReportUnits unit);
/macosx-10.10/ICU-531.30/icuSources/common/
H A Drbbitblb.cpp1124 row->fAccepting = (int16_t)sd->fAccepting;
1125 row->fLookAhead = (int16_t)sd->fLookAhead;
1126 row->fTagIdx = (int16_t)sd->fTagsIdx;
/macosx-10.10/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBattery.cpp1201 fInstantCurrent = (int)(int16_t)val16;
1206 setAmperage((int16_t)val16);
1207 fAvgCurrent = (int16_t)val16;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/Disassembler/
H A DMBlazeDisassembler.cpp86 int16_t val = (insn & 0xFFFF);
91 int16_t val = (insn & 0x1F);
100 int16_t val = (insn & 0xF);
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A DCommonServices.h756 typedef INT16 int16_t; typedef
769 typedef int16_t int_least16_t;
779 typedef int16_t int_fast16_t;
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c118 int16_t numSrcExtentBlocks;
119 int16_t numDestExtentBlocks;
462 int16_t i, j;

Completed in 716 milliseconds

1234567891011>>