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

1 2 3 4 5 6 78 91011>>

  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 52 static UInt s390_decode_and_irgen(UChar *, UInt, DisResult *);
172 mkU8(UInt value)
181 mkU16(UInt value)
190 mkU32(UInt value)
205 mkF32i(UInt value)
370 static __inline__ IRExpr *get_fpr_dw0(UInt);
371 static __inline__ void put_fpr_dw0(UInt, IRExpr *);
376 get_fpr_pair(UInt archreg)
386 put_fpr_pair(UInt archreg, IRExpr *expr
    [all...]
main_util.c 309 UInt vprintf_wrk ( void(*sink)(HChar),
421 l = (ULong)va_arg(ap, UInt);
488 UInt vex_printf ( HChar* format, ... )
490 UInt ret;
517 UInt vex_sprintf ( HChar* buf, HChar *format, ... )
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...]
guest_s390_helpers.c 458 UInt
462 UInt psw;
552 UInt insn = (0xA701 << 16) | cc_dep2;
553 UInt value = cc_dep1;
662 UInt
671 UInt
674 UInt cc = s390_calculate_cc(op, dep1, dep2, ndep);
706 UInt i, arity = 0;
893 UInt imask = 0, shift = 0;
    [all...]
host_s390_defs.c 84 UInt r; /* hregNumber() returns an UInt */
116 UInt i;
624 UInt i;
970 emit_RI(UChar *p, UInt op, UChar r1, UShort i2)
982 emit_RIL(UChar *p, ULong op, UChar r1, UInt i2)
994 emit_RR(UChar *p, UInt op, UChar r1, UChar r2)
1006 emit_RRE(UChar *p, UInt op, UChar r1, UChar r2)
1018 emit_RRF(UChar *p, UInt op, UChar r1, UChar r3, UChar r2)
1031 emit_RRF3(UChar *p, UInt op, UChar r3, UChar r1, UChar r2
    [all...]
ir_opt.c 511 UInt* minoff, UInt* maxoff )
522 static UInt mk_key_GetPut ( Int offset, IRType ty )
525 UInt minoff = offset;
526 UInt maxoff = minoff + sizeofIRType(ty) - 1;
532 static UInt mk_key_GetIPutI ( IRRegArray* descr )
534 UInt minoff, maxoff;
545 static void invalidateOverlaps ( HashHW* h, UInt k_lo, UInt k_hi )
548 UInt e_lo, e_hi
    [all...]
  /external/valgrind/main/callgrind/
fn.c 217 static UInt str_hash(const Char *s, UInt table_size)
267 UInt objname_hash;
311 UInt filename_hash;
380 UInt fnname_hash;
419 Char fn_name[FN_NAME_LEN], UInt* line_num,
424 UInt line;
493 UInt line_num;
610 UInt* CLG_(get_fn_entry)(Int n)
626 a->array = (UInt*) CLG_MALLOC("cl.fn.gfe.1"
    [all...]
main.c 315 UInt ii_index;
318 UInt instr_offset;
728 InstrInfo* next_InstrInfo ( ClgState* clgs, UInt instr_size )
755 UInt update_cost_offsets( ClgState* clgs )
759 UInt cost_offset = 0;
811 /*INOUT*/ UInt* instrs,
812 /*INOUT*/ UInt* cjmps,
818 UInt instrLen = 0;
855 void addConstMemStoreStmt( IRSB* bbOut, UWord addr, UInt val, IRType hWordTy)
914 UInt cJumps = 0
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 63 UInt tab_size;
64 UInt tab_used;
86 UInt new_size, i;
195 UInt last_file;
196 UInt last_line;
199 UInt file;
200 UInt line;
201 UInt column;
213 UInt num_read = 0;
280 UInt w32 = ML_(read_UInt)(p_img)
    [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,
  /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/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/coregrind/m_aspacemgr/
aspacemgr-linux.c 349 void (*record_mapping)( Addr addr, SizeT len, UInt prot,
877 static void sync_check_mapping_callback ( Addr addr, SizeT len, UInt prot,
931 UInt seg_prot;
    [all...]
  /external/valgrind/main/drd/
drd_vc.h 62 UInt count;
  /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 105 typedef UInt VtsID;
156 32 since a ThrID is a UInt. 29 comes from the fact that
159 writeness) in a UInt, hence limiting size to 32-(2+1) == 29.
332 // (UInt) `echo "Synchronisation object" | md5sum`
340 UInt magic;
510 UInt magic;
513 UInt linesF_size;
806 UInt fix = (UInt)lineZ->dict[1];
844 UInt fix = (UInt)lineZ->dict[1]
    [all...]
  /external/valgrind/main/coregrind/
m_libcassert.c 51 { UInt eip, esp, ebp; \
82 { UInt cia, r1, lr; \
120 { UInt block[6]; \
m_errormgr.c 80 static UInt n_errs_found = 0;
83 static UInt n_errs_suppressed = 0;
86 static UInt n_err_contexts = 0;
89 static UInt n_supp_contexts = 0;
129 UInt unique;
169 UInt VG_(get_n_errs_found)( void )
308 static void printSuppForIp_XML(UInt n, Addr ip, void* uu_opaque)
321 static void printSuppForIp_nonXML(UInt n, Addr ip, void* textV)
381 UInt n_ips = VG_(get_ExeContext_n_ips)(ec);
642 static UInt unique_counter = 0
    [all...]
  /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/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/valgrind/main/memcheck/
mc_errors.c 170 UInt otag; // origin tag
177 UInt otag; // origin tag
203 UInt otag; // origin tag
212 UInt otag; // origin tag
221 UInt otag; // origin tag
246 UInt n_this_record;
247 UInt n_total_records;
414 static void mc_pp_origin ( ExeContext* ec, UInt okind )
718 UInt n_this_record = extra->Err.Leak.n_this_record;
719 UInt n_total_records = extra->Err.Leak.n_total_records
    [all...]
mc_malloc_wrappers.c 270 UInt ecu = VG_(get_ECU_from_ExeContext)(ec);
350 void MC_(handle_free) ( ThreadId tid, Addr p, UInt rzB, MC_AllocKind kind )
473 UInt ecu;
561 UInt ecu = VG_(get_ECU_from_ExeContext)(ec);
581 void MC_(create_mempool)(Addr pool, UInt rzB, Bool is_zeroed)
662 UInt n_chunks, i, bad = 0;
663 static UInt tick = 0;
672 UInt total_pools = 0, total_chunks = 0;
796 UInt n_shadows, i;
894 mc->szB = (UInt) (hi - lo)
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 1879 milliseconds

1 2 3 4 5 6 78 91011>>