Searched refs:CFSInt128Struct (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFNumber.c169 } CFSInt128Struct; typedef in typeref:struct:__anon468
175 static uint8_t isNeg128(const CFSInt128Struct *in) {
179 static CFComparisonResult cmp128(const CFSInt128Struct *in1, const CFSInt128Struct *in2) {
188 static void add128(CFSInt128Struct *out, CFSInt128Struct *in1, CFSInt128Struct *in2) {
189 CFSInt128Struct tmp;
199 static void neg128(CFSInt128Struct *out, CFSInt128Struct *i
[all...]
H A DCFBigNumber.c41 } CFSInt128Struct; typedef in typeref:struct:__anon403
354 CFSInt128Struct s;
355 memmove(&s, bytes, sizeof(CFSInt128Struct)); // the hard way because bytes might not be aligned
H A DCFBinaryPList.c53 } CFSInt128Struct; typedef in typeref:struct:__anon408
435 CFSInt128Struct s;
1115 CFSInt128Struct val;
H A DCFPropertyList.c1785 } CFSInt128Struct; typedef in typeref:struct:__anon485
1935 CFSInt128Struct val;

Completed in 123 milliseconds