HomeSort by relevance Sort by last modified time
    Searched refs:UInt (Results 176 - 200 of 348) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-linux.c 89 UInt magicPI;
91 UInt handlerflags; /* flags for signal handler */
111 UInt magicE;
424 UInt flags,
444 void *handler, UInt flags,
502 UInt flags,
sigframe-mips32-linux.c 53 UInt magicPI;
54 UInt sigNo_private;
61 UInt sf_ass[4]; /* argument save space for o32 */
62 UInt sf_pad[2]; /* Was: signal trampoline */
70 UInt rs_ass[4]; /* argument save space for o32 */
71 UInt rs_pad[2]; /* Was: signal trampoline */
168 UInt flags,
317 UInt frame_size;
  /external/valgrind/main/massif/
ms_main.c 248 static UInt n_heap_allocs = 0;
249 static UInt n_heap_reallocs = 0;
250 static UInt n_heap_frees = 0;
251 static UInt n_ignored_heap_allocs = 0;
252 static UInt n_ignored_heap_frees = 0;
253 static UInt n_ignored_heap_reallocs = 0;
254 static UInt n_stack_allocs = 0;
255 static UInt n_stack_frees = 0;
256 static UInt n_xpts = 0;
257 static UInt n_xpt_init_expansions = 0
    [all...]
  /external/valgrind/main/memcheck/
mc_errors.c 169 UInt otag; // origin tag
176 UInt otag; // origin tag
202 UInt otag; // origin tag
211 UInt otag; // origin tag
220 UInt otag; // origin tag
245 UInt n_this_record;
246 UInt n_total_records;
413 static void mc_pp_origin ( ExeContext* ec, UInt okind )
450 static void pp_LossRecord(UInt n_this_record, UInt n_total_records
    [all...]
mc_malloc_wrappers.c 288 UInt ecu = VG_(get_ECU_from_ExeContext)(ec);
370 void MC_(handle_free) ( ThreadId tid, Addr p, UInt rzB, MC_AllocKind kind )
493 UInt ecu;
581 UInt ecu = VG_(get_ECU_from_ExeContext)(ec);
601 void MC_(create_mempool)(Addr pool, UInt rzB, Bool is_zeroed)
682 UInt n_chunks, i, bad = 0;
683 static UInt tick = 0;
692 UInt total_pools = 0, total_chunks = 0;
824 UInt n_shadows, i;
922 mc->szB = (UInt) (hi - lo)
    [all...]
  /external/valgrind/main/coregrind/
m_errormgr.c 80 static UInt n_errs_found = 0;
83 static UInt n_errs_suppressed = 0;
86 static UInt n_errs_shown = 0;
89 static UInt n_err_contexts = 0;
92 static UInt n_supp_contexts = 0;
132 UInt unique;
172 UInt VG_(get_n_errs_found)( void )
177 UInt VG_(get_n_errs_shown)( void )
318 static void printSuppForIp_XML(UInt n, Addr ip, void* uu_opaque)
331 static void printSuppForIp_nonXML(UInt n, Addr ip, void* textV
    [all...]
  /external/valgrind/main/cachegrind/
cg_sim.c 101 UInt set1 = ( a >> L.line_size_bits) & (L.sets_min_1); \
102 UInt set2 = ((a+size-1) >> L.line_size_bits) & (L.sets_min_1); \
  /external/valgrind/main/VEX/priv/
host_s390_defs.c 52 UInt s390_host_hwcaps;
62 static UInt s390_tchain_load64_len(void);
85 UInt r; /* hregNumber() returns an UInt */
117 UInt i;
630 UInt i;
1038 emit_RI(UChar *p, UInt op, UChar r1, UShort i2)
1050 emit_RIL(UChar *p, ULong op, UChar r1, UInt i2)
1062 emit_RR(UChar *p, UInt op, UChar r1, UChar r2)
    [all...]
guest_x86_toIR.c 330 static UInt extend_s_8to32( UInt x )
332 return (UInt)((((Int)x) << 24) >> 24);
335 static UInt extend_s_16to32 ( UInt x )
337 return (UInt)((((Int)x) << 16) >> 16);
374 static UInt getUDisp16 ( Int delta )
376 UInt v = guest_code[delta+1]; v <<= 8;
381 static UInt getUDisp32 ( Int delta )
383 UInt v = guest_code[delta+3]; v <<= 8
    [all...]
  /external/valgrind/main/drd/
drd_vc.h 61 UInt count;
drd_rwlock.c 43 UInt reader_nesting_count;
44 UInt writer_nesting_count;
62 static UInt DRD_(s_exclusive_threshold_ms);
63 static UInt DRD_(s_shared_threshold_ms);
75 void DRD_(rwlock_set_exclusive_threshold)(const UInt exclusive_threshold_ms)
80 void DRD_(rwlock_set_shared_threshold)(const UInt shared_threshold_ms)
  /external/valgrind/main/helgrind/
hg_errors.h 41 UInt HG_(update_extra) ( Error* err );
hg_wordset.h 47 typedef UInt WordSet; /* opaque, small int index */
libhb_core.c 106 typedef UInt VtsID;
157 32 since a ThrID is a UInt. 29 comes from the fact that
160 writeness) in a UInt, hence limiting size to 32-(2+1) == 29.
333 // (UInt) `echo "Synchronisation object" | md5sum`
341 UInt magic;
511 UInt magic;
514 UInt linesF_size;
807 UInt fix = (UInt)lineZ->dict[1];
845 UInt fix = (UInt)lineZ->dict[1]
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 123 if (A.UInt <= UINT64_MAX)
124 Printf("%llu", (unsigned long long)A.UInt);
126 PrintHex(A.UInt);
  /external/valgrind/main/include/
pub_tool_libcbase.h 186 extern Int VG_(log2) ( UInt x );
191 // A pseudo-random number generator returning a random UInt. If pSeed
194 extern UInt VG_(random) ( /*MOD*/UInt* pSeed );
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 335 void (*record_mapping)( Addr addr, SizeT len, UInt prot,
863 static void sync_check_mapping_callback ( Addr addr, SizeT len, UInt prot,
917 UInt seg_prot;
    [all...]
  /external/valgrind/main/auxprogs/
ppcfround.c 6 typedef unsigned int UInt;
12 UInt cr;
13 UInt fpscr;
128 /* 32 */ UInt fpscr_after; \
129 /* 36 */ UInt cr_after; \
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 129 typedef Json::UInt UInt;
152 static const UInt maxUInt;
218 Value( UInt value );
269 UInt asUInt() const;
953 UInt index() const;
    [all...]
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 139 static UInt
144 UInt ret = 0;
188 static UInt
196 UInt ret = 0;
197 UInt p = (UInt)pL;
249 UInt vprintf_wrk ( void(*send)(HChar), const HChar *format, va_list vargs )
251 UInt ret = 0;
326 (ULong)(va_arg (vargs, UInt)));
341 (ULong)(va_arg (vargs, UInt)));
431 typedef unsigned int uint; typedef
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
bt_everything.c 7 typedef unsigned int UInt;
407 UInt n, op;
449 res = rol1(res) ^ (UInt)ch;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp 253 while ((UInt)out < (UInt)dst) ;
458 while ((UInt)out < (UInt)dst) ;
638 while ((UInt)out < (UInt)dst) ;
849 while ((UInt)out < (UInt)dst) ;
1036 while ((UInt)out < (UInt)dst)
    [all...]

Completed in 616 milliseconds

1 2 3 4 5 6 78 91011>>