Searched defs:ULong (Results 51 - 67 of 67) sorted by relevance

123

/external/valgrind/none/tests/amd64/
H A Dfma4.c10 typedef unsigned long long int ULong; typedef
H A Dpcmpstr64w.c14 typedef unsigned long long int ULong; typedef
391 ULong res, flags;
482 ULong res, flags;
576 ULong res = 0, flags = 0;
661 ULong res, flags;
754 ULong res, flags;
847 ULong res, flags;
929 ULong res, flags;
1012 ULong res, flags;
1092 ULong re
[all...]
H A Dpcmpstr64.c14 typedef unsigned long long int ULong; typedef
438 ULong res, flags;
529 ULong res, flags;
623 ULong res = 0, flags = 0;
710 ULong res, flags;
803 ULong res, flags;
896 ULong res, flags;
989 ULong res, flags;
1071 ULong res, flags;
1154 ULong re
[all...]
H A Dsse4-64.c23 typedef unsigned long long int ULong; typedef
45 static void do64HLtoV128 ( /*OUT*/V128* res, ULong wHi, ULong wLo )
60 static ULong randULong ( void )
63 ULong r = 0;
65 r = (r << 8) | (ULong)(0xFF & randUChar());
92 ULong src64, V128* dst, V128* res )
104 V128* argL, ULong argR, ULong res )
168 ULong w6
[all...]
/external/flatbuffers/include/flatbuffers/
H A Dreflection_generated.h36 ULong = 10, enumerator in enum:reflection::BaseType
57 "ULong",
/external/valgrind/none/tests/arm64/
H A Dfp_and_simd.c14 typedef unsigned long long int ULong; typedef
34 ULong u64[2];
47 static ULong randULong ( LaneTy ty )
50 ULong r = 0;
52 r = (r << 8) | (ULong)(0xFF & randUChar());
96 static ULong dup4x16 ( UInt x )
98 ULong r = x & 0xF;
174 ULong u64 = randULong(TyDF);
193 ULong u64 = randULong(TyDF);
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h245 ULong = 14, member in class:llvm::pdb::PDB_Checksum::PDB_Machine::PDB_BuiltinType
/external/python/cpython2/Python/
H A Ddtoa.c155 typedef PY_UINT32_T ULong; typedef
188 typedef union { double d; ULong L[2]; } U;
323 ULong x[1];
364 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
414 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
451 ULong *x;
454 ULong carry, *x, y;
455 ULong xi, z;
467 *x++ = (ULong)(y & FFFFFFFF);
488 b->x[wds++] = (ULong)carr
[all...]
/external/valgrind/cachegrind/
H A Dcg_merge.c50 typedef unsigned long long int ULong; typedef
217 ULong* counts;
280 static Counts* new_Counts ( Int n_counts, /*COPIED*/ULong* counts )
288 cts->counts = malloc(n_counts * sizeof(ULong));
309 cts->counts = malloc(n_counts * sizeof(ULong));
464 static Bool parse_ULong ( /*OUT*/ULong* res, /*INOUT*/const char** pptr)
466 ULong u64;
475 u64 = (u64 * 10) + (ULong)(*ptr - '0');
493 ULong *tmpC = NULL;
/external/valgrind/exp-dhat/
H A Ddh_main.c53 static ULong g_guest_instrs_executed = 0;
56 static ULong g_tot_blocks = 0; // total blocks allocated
57 static ULong g_tot_bytes = 0; // total bytes allocated
59 static ULong g_cur_blocks_live = 0; // curr # blocks live
60 static ULong g_cur_bytes_live = 0; // curr # bytes live
62 static ULong g_max_blocks_live = 0; // bytes and blocks at
63 static ULong g_max_bytes_live = 0; // the max residency point
76 ULong allocd_at; /* instruction number */
77 ULong n_reads;
78 ULong n_write
1188 identify_metric( ULong(*get_metricP)APInfo*), Bool* increasingP, const HChar* metric_name ) argument
[all...]
/external/freetype/src/raster/
H A Dftraster.c314 typedef unsigned long ULong; typedef
2482 if ( e1 >= 0 && (ULong)e1 < ras.target.rows )
2592 else if ( (ULong)( TRUNC( pxl ) ) >= ras.target.rows )
2608 (ULong)e1 < ras.target.rows &&
2618 if ( e1 >= 0 && (ULong)e1 < ras.target.rows )
3121 ULong pool_size )
3131 ULong mode,
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c312 typedef unsigned long ULong; typedef
2472 if ( e1 >= 0 && (ULong)e1 < ras.target.rows )
2582 else if ( (ULong)( TRUNC( pxl ) ) >= ras.target.rows )
2598 (ULong)e1 < ras.target.rows &&
2608 if ( e1 >= 0 && (ULong)e1 < ras.target.rows )
3121 ULong mode,
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.c905 typedef unsigned long long int ULong; typedef
1080 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1206 (ULong)(va_arg (vargs, Long)));
1209 (ULong)(va_arg (vargs, Int)));
1214 (ULong)(va_arg (vargs, ULong)));
1217 (ULong)(va_arg (vargs, UInt)));
1224 (ULong)((HWord)va_arg (vargs, void *)));
1229 (ULong)(va_arg (vargs, ULong)));
[all...]
/external/valgrind/memcheck/tests/
H A Dorigin5-bz2.c898 typedef unsigned long long int ULong; typedef
1073 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1199 (ULong)(va_arg (vargs, Long)));
1202 (ULong)(va_arg (vargs, Int)));
1207 (ULong)(va_arg (vargs, ULong)));
1210 (ULong)(va_arg (vargs, UInt)));
1217 (ULong)((HWord)va_arg (vargs, void *)));
1222 (ULong)(va_arg (vargs, ULong)));
[all...]
H A Dvarinfo6.c936 typedef unsigned long long int ULong; typedef
1111 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1237 (ULong)(va_arg (vargs, Long)));
1240 (ULong)(va_arg (vargs, Int)));
1245 (ULong)(va_arg (vargs, ULong)));
1248 (ULong)(va_arg (vargs, UInt)));
1255 (ULong)((HWord)va_arg (vargs, void *)));
1260 (ULong)(va_arg (vargs, ULong)));
[all...]
/external/valgrind/perf/
H A Dbz2.c898 typedef unsigned long long int ULong; typedef
1073 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1199 (ULong)(va_arg (vargs, Long)));
1202 (ULong)(va_arg (vargs, Int)));
1207 (ULong)(va_arg (vargs, ULong)));
1210 (ULong)(va_arg (vargs, UInt)));
1217 (ULong)((HWord)va_arg (vargs, void *)));
1222 (ULong)(va_arg (vargs, ULong)));
[all...]
H A Dtest_input_for_tinycc.c1206 typedef unsigned long long int ULong; typedef
1313 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)

Completed in 620 milliseconds

123