HomeSort by relevance Sort by last modified time
    Searched refs:Int (Results 376 - 400 of 581) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.c 196 /*IN*/ Int offB_GUEST_TISTART,
197 /*IN*/ Int offB_GUEST_TILEN,
198 /*IN*/ Int offB_GUEST_IP,
199 /*IN*/ Int szB_GUEST_IP
203 Int i, n_instrs, first_stmt_idx;
208 static Int n_resteers = 0;
209 Int d_resteers = 0;
210 Int selfcheck_idx = 0;
214 Int n_cond_resteers_allowed = 2;
781 static inline UInt ROL32 ( UInt w, Int n )
    [all...]
host_x86_defs.c 49 Int r;
105 void getAllocableRegs_X86 ( Int* nregs, HReg** arr )
168 X86AMode* X86AMode_IRRS ( UInt imm32, HReg base, HReg indEx, Int shift ) {
641 X86Instr* X86Instr_Call ( X86CondCode cond, Addr32 target, Int regparms ) {
837 X86Instr* X86Instr_SseLdzLO ( Int sz, HReg reg, X86AMode* addr )
900 X86Instr* X86Instr_SseShuf ( Int order, HReg src, HReg dst ) {
943 vex_printf("$%d,", (Int)i->Xin.Sh32.src);
947 vex_printf("testl $%d,", (Int)i->Xin.Test32.imm32);
973 vex_printf(" $%d,", (Int)i->Xin.Sh3232.amt);
1017 (Int)i->Xin.XAssisted.jk)
    [all...]
guest_s390_toIR.c     [all...]
host_s390_isel.c 136 static Int
137 get_guest_reg(Int offset)
307 return s390_amode_b12((Int)value, s390_isel_int_expr(env, arg1));
312 return s390_amode_b20((Int)value, s390_isel_int_expr(env, arg1));
404 static int
473 Int arg_errors = 0;
    [all...]
host_arm_defs.c 54 Int r;
122 void getAllocableRegs_ARM ( Int* nregs, HReg** arr )
124 Int i = 0;
219 ARMAMode1* ARMAMode1_RI ( HReg reg, Int simm13 ) {
287 ARMAMode2* ARMAMode2_RI ( HReg reg, Int simm9 ) {
353 ARMAModeV* mkARMAModeV ( HReg reg, Int simm11 ) {
555 int i, j;
1085 int size;
    [all...]
host_mips_defs.c 43 Int r;
552 void getAllocableRegs_MIPS(Int * nregs, HReg ** arr, Bool mode64)
821 MIPSAMode *MIPSAMode_IR(Int idx, HReg base)
899 vex_printf("%d(", (Int) am->Mam.IR.index);
976 vex_printf("%d", (Int) (Short) op->Mrh.Imm.imm16);
    [all...]
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 102 /* Llvm.lltype -> int -> t */
103 CAMLprim value llvm_genericvalue_of_int(LLVMTypeRef Ty, value Int) {
104 return alloc_generic_value(LLVMCreateGenericValueOfInt(Ty, Int_val(Int), 1));
140 /* t -> int */
143 && "Generic value too wide to treat as an int!");
193 /* llmodule -> int -> ExecutionEngine.t */
268 int */
273 int I, NumArgs, NumEnv, EnvSize, Result;
298 int NameLen = strlen(Name),
  /external/valgrind/main/callgrind/
context.c 74 Int i;
156 int count;
180 int size, recs;
284 Int fn_entries;
304 int new_size = CLG_(current_fn_stack).size *2;
307 int i;
fn.c 36 static int runtime_resolve_length = 0;
39 struct chunk_t { int start, len; };
43 int len;
56 int chunk, start, len;
210 Int i;
219 int hash_value = 0;
231 Int i;
292 Int i;
508 int p;
610 UInt* CLG_(get_fn_entry)(Int n
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc64-linux.c 192 Int sigNo = siginfo->si_signo;
333 Int sigNo;
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-linux.h 42 Int* parent_tidptr, Int* child_tidptr );
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 175 // TypeWithSize - maps an integer to a int type.
824 // int foo;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decNumberLocal.h 67 /* not use int or long directly. */
73 #define Int int32_t
82 typedef long int LI; /* for printf arguments only */
83 #define DECNOINT 0 /* 1 to check no internal use of 'int' */
87 #define int ? /* enable to ensure that plain C 'int' */ macro
295 Int exponent; /* Unadjusted signed exponent (q), or */
443 /* Get the exponent continuation from a decFloat *df as an Int */
444 #define GETECON(df) ((Int)((DFWORD((df), 0)&0x03ffffff)>>(32-6-DECECONL)))
446 #define GETWECON(df) ((Int)((DFWWORD((df), 0)&0x03ffffff)>>(32-6-DECWECONL))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h 169 // TypeWithSize - maps an integer to a int type.
717 // int foo;
884 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
890 int line);
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 169 // TypeWithSize - maps an integer to a int type.
735 // int foo;
902 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
    [all...]
  /external/icu4c/i18n/
decNumberLocal.h 67 /* not use int or long directly. */
73 #define Int int32_t
82 typedef long int LI; /* for printf arguments only */
83 #define DECNOINT 0 /* 1 to check no internal use of 'int' */
87 #define int ? /* enable to ensure that plain C 'int' */ macro
283 Int exponent; /* Unadjusted signed exponent (q), or */
431 /* Get the exponent continuation from a decFloat *df as an Int */
432 #define GETECON(df) ((Int)((DFWORD((df), 0)&0x03ffffff)>>(32-6-DECECONL)))
434 #define GETWECON(df) ((Int)((DFWWORD((df), 0)&0x03ffffff)>>(32-6-DECWECONL))
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 169 // TypeWithSize - maps an integer to a int type.
717 // int foo;
884 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
890 int line);
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 170 // TypeWithSize - maps an integer to a int type.
722 // int foo;
889 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
895 int line);
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 169 // TypeWithSize - maps an integer to a int type.
717 // int foo;
884 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
890 int line);
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 179 // TypeWithSize - maps an integer to a int type.
833 // int foo;
    [all...]
  /dalvik/vm/mterp/out/
InterpC-allstubs.cpp 97 * Adjust the program counter. "_offset" is a signed int, in 16-bit units.
107 int myoff = _offset; /* deref only once */ \
114 myoff, (int) (pc - curMethod->insns), \
140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
155 static inline s8 getLongFromArray(const u4* ptr, int idx)
172 static inline void putLongToArray(u4* ptr, int idx, s8 val)
187 static inline double getDoubleFromArray(const u4* ptr, int idx)
204 static inline void putDoubleToArray(u4* ptr, int idx, double dval)
582 ILOGV("|int-to-%s v%d,v%d", (_opname), vdst, vsrc1); \
590 int result;
    [all...]
InterpC-portable.cpp 97 * Adjust the program counter. "_offset" is a signed int, in 16-bit units.
107 int myoff = _offset; /* deref only once */ \
114 myoff, (int) (pc - curMethod->insns), \
140 self->threadId, (int)(pc - curMethod->insns), debugStrBuf); \
155 static inline s8 getLongFromArray(const u4* ptr, int idx)
172 static inline void putLongToArray(u4* ptr, int idx, s8 val)
187 static inline double getDoubleFromArray(const u4* ptr, int idx)
204 static inline void putDoubleToArray(u4* ptr, int idx, double dval)
528 ILOGV("|int-to-%s v%d,v%d", (_opname), vdst, vsrc1); \
536 int result;
    [all...]
  /external/valgrind/main/helgrind/
hg_wordset.c 340 if (HG_DEBUG) VG_(printf)("aodW %s re-use free %d %p\n", wsu->cc, (Int)ws, wv_new );
348 if (HG_DEBUG) VG_(printf)("aodW %s %d %p\n", wsu->cc, (Int)wsu->ix2vec_used, wv_new );
451 if (HG_DEBUG) VG_(printf)("getPayloadWS %s %d\n", wsu->cc, (Int)ws);
465 if (HG_DEBUG) VG_(printf)("dieWS %s %d %p\n", wsu->cc, (Int)ws, wv);
483 if (HG_DEBUG) VG_(printf)("dieWS wv_ix %d\n", (Int)wv_ix);
  /external/valgrind/main/coregrind/m_ume/
macho.c 96 static int
97 load_thin_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype,
102 static int
103 load_fat_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype,
108 static int
109 load_mach_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype,
120 static int
126 int fd;
127 int err;
173 static int
    [all...]
  /external/valgrind/main/drd/
drd_main.c 70 int check_stack_accesses = -1;
71 int join_list_vol = -1;
72 int exclusive_threshold_ms = -1;
73 int first_race_only = -1;
74 int report_signal_unlocked = -1;
75 int segment_merging = -1;
76 int segment_merge_interval = -1;
77 int shared_threshold_ms = -1;
78 int show_confl_seg = -1;
79 int trace_barrier = -1
    [all...]

Completed in 1500 milliseconds

<<11121314151617181920>>