Searched refs:s32 (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/ntfs-84/kext/
H A Dntfs_endian.h118 static inline s32 sle32_to_cpu(sle32 x)
120 return (s32)le32_to_cpu((le32)x);
133 static inline s32 sle32_to_cpup(sle32 *x)
135 return (s32)le32_to_cpu(*(le32*)x);
148 static inline sle32 cpu_to_sle32(s32 x)
163 static inline sle32 cpu_to_sle32p(s32 *x)
186 #define const_sle32_to_cpu(x) ((s32)(OSSwapLittleToHostConstInt32(((u32)(x)))))
H A Dntfs_types.h52 typedef int32_t s32; typedef
H A Dntfs_sfm.h230 #define NTFS_AD2UTC_TIME_OFFSET ((s32)(30 * 365 + 7) * 24 * 3600)
H A Dntfs_volume.h98 s32 attrdef_size; /* Size of the attribute definition
H A Dntfs_inode.h246 s32 nr_extents; /* For a base mft record, the number of attached extent
253 s32 nr_attr_nis; /* For a base inode, the number of loaded
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DRSA_DSA_utils.cpp63 SInt32 s32 = 0; local
64 CFNumberRef cfLimit = CFNumberCreate(NULL, kCFNumberSInt32Type, &s32);
73 s32 = 0x7fffffff;
74 cfLimit = CFNumberCreate(NULL, kCFNumberSInt32Type, &s32);
/macosx-10.10/Security-57031.1.35/SecurityTests/xdr_rpc/
H A Dsecurityd_data_saver.h49 s32 = 32, // signed 32-bit enumerator in enum:SecuritydDataSave::__anon5348
/macosx-10.10/Heimdal-398.1.2/kcm/
H A Dcache.c1034 int32_t s32; local
1051 CHECK(ret = krb5_ret_int32(sp, &s32));
1052 c->uid = s32;
1053 CHECK(ret = krb5_ret_int32(sp, &s32));
1054 c->session = s32;
1175 int32_t s32; local
1182 CHECK(ret = krb5_ret_int32(sp, &s32));
1183 c->uid = s32;
1184 CHECK(ret = krb5_ret_int32(sp, &s32));
1185 c->session = s32;
[all...]
H A Dprotocol.c1464 int32_t s32; local
1492 CHECK(ret = krb5_ret_int32(sp, &s32));
1493 c->uid = s32;
/macosx-10.10/file-46/file/src/
H A Dcdf.c703 int32_t s32; local
788 (void)memcpy(&s32, &q[o], sizeof(s32));
789 inp[i].pi_s32 = CDF_TOLE4((uint32_t)s32);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dmach_loader.c265 struct section s32; member in union:__anon14483
278 is64 ? sectionp->s64.addr : sectionp->s32.addr;
281 is64 ? sectionp->s64.size : sectionp->s32.size;
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtstore4.cpp62 B(s32, Set memo empty or same size, 0)W(s32a);
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_compat.h695 # define s32 __s32
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp3550 UInt32 s32; local
3667 s32 = *(cursPtr32++);
3668 alpha = (s32 >> 24) & 0xff;
3669 red = (s32 >> 16) & 0xff;
3670 green = (s32 >> 8) & 0xff;
3671 blue = (s32) & 0xff;

Completed in 361 milliseconds