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

/macosx-10.9.5/ntfs-83/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.9.5/Security-55471.14.18/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.9.5/Heimdal-323.92.1/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.c1467 int32_t s32; local
1495 CHECK(ret = krb5_ret_int32(sp, &s32));
1496 c->uid = s32;
/macosx-10.9.5/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.9.5/xnu-2422.115.4/bsd/kern/
H A Dmach_loader.c265 struct section s32; member in union:__anon14475
278 is64 ? sectionp->s64.addr : sectionp->s32.addr;
281 is64 ? sectionp->s64.size : sectionp->s32.size;
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tests/
H A Dtstore4.cpp62 B(s32, Set memo empty or same size, 0)W(s32a);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip_compat.h695 # define s32 __s32
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebuffer.cpp3525 UInt32 s32; local
3642 s32 = *(cursPtr32++);
3643 alpha = (s32 >> 24) & 0xff;
3644 red = (s32 >> 16) & 0xff;
3645 green = (s32 >> 8) & 0xff;
3646 blue = (s32) & 0xff;

Completed in 375 milliseconds