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

<<11121314151617181920>>

  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 464 return toUChar((((Int)x) << 27) >> 27);
469 return (UInt)((((Int)x) << 24) >> 24);
474 return (UInt)((((Int)x) << 16) >> 16);
899 Int adj;
1001 static Int integerGuestRegOffset ( UInt archreg )
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 637 Int ar_client_sbszB;
    [all...]
m_syscall.c 63 SysRes VG_(mk_SysRes_x86_linux) ( Int val ) {
119 SysRes VG_(mk_SysRes_arm_linux) ( Int val ) {
288 " int $0x80\n"
443 * UNIX: int $0x80
444 * MACH: int $0x81
445 * MDEP: int $0x82
472 " int $0x80 \n"
488 " int $0x81 \n"
502 " int $0x82 \n"
605 extern int do_syscall_WRK
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayType.cpp 139 CASE_DISPLAY_NEW(Int);
228 SkDisplayTypes type, int* infoCountPtr) {
230 int infoCount = 0;
294 CASE_GET_DISPLAY_INFO(Int);
375 int infoCount;
461 { "int", SkType_Int INIT_BOOL_FIELDS },
527 const int kTypeNamesSize = SK_ARRAY_COUNT(gTypeNames);
530 for (int index = 0; index < kTypeNamesSize; index++) {
563 int index = SkStrSearch(&gTypeNames[0].fName, kTypeNamesSize, match,
711 for (int index = 0; index < kTypeNamesSize - 1; index++)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 80 or ebx, 0x00000021 ; Protect Mode On, Int 16 for FPU
xdfprotect.asm 59 or dl, 0x21 ; Protect Mode On, Int 16 for FPU
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 42 switch((int)Fn->arg_begin()->getType()->getTypeID()) {
563 Constant *Int = Intrinsic::getDeclaration(M, Intrinsic::bswap, Ty);
566 Op = CallInst::Create(Int, Op, CI->getName(), CI);
  /external/skia/src/animator/
SkDisplayType.cpp 139 CASE_DISPLAY_NEW(Int);
228 SkDisplayTypes type, int* infoCountPtr) {
230 int infoCount = 0;
294 CASE_GET_DISPLAY_INFO(Int);
375 int infoCount;
461 { "int", SkType_Int INIT_BOOL_FIELDS },
527 const int kTypeNamesSize = SK_ARRAY_COUNT(gTypeNames);
530 for (int index = 0; index < kTypeNamesSize; index++) {
563 int index = SkStrSearch(&gTypeNames[0].fName, kTypeNamesSize, match,
711 for (int index = 0; index < kTypeNamesSize - 1; index++)
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
server.c 37 int pass_signals[TARGET_SIGNAL_LAST]; /* indexed by gdb signal nr */
55 int decode_xfer_read (char *buf, char **annex, CORE_ADDR *ofs, unsigned int *len)
77 int write_qxfer_response (char *buf, unsigned char *data, int len, int is_more)
79 int out_len;
123 int handle_gdb_valgrind_command (char* mon, OutputSink* sink_wanted_at_return)
130 int kwdid;
131 int int_value
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-mips32-linux.c 175 Int sigNo = siginfo->si_signo;
319 Int sigNo;
  /external/valgrind/main/drd/
drd_error.c 557 Bool drd_read_extra_suppression_info(Int fd, Char** bufpp,
605 /*OUT*/Char* buf, Int nBuf)
drd_load_store.c 314 int i;
588 Int i;
701 Int dataSize;
drd_semaphore.c 370 if (p == NULL || (Int)(p->value) < 0 || (Word)(p->waiters) < 0)
  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 118 jint v = get_unaligned<int>(srcInts++);
199 PEEKER(jint, Int, jint, swapInts);
251 POKER(jint, Int, jint, swapInts);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_heapq.py 127 self.assertEqual(type(h[0]), int)
162 class Int(int):
168 obj = Int(x)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_heapq.py 127 self.assertEqual(type(h[0]), int)
162 class Int(int):
168 obj = Int(x)
  /external/clang/lib/AST/
TypeLoc.cpp 101 /// \brief Get the next TypeLoc pointed by this TypeLoc, e.g for "int*" the
102 /// TypeLoc is a PointerLoc and next TypeLoc is for "int".
273 case BuiltinType::Int:
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 166 unsigned int avail_in;
167 unsigned int total_in_lo32;
168 unsigned int total_in_hi32;
171 unsigned int avail_out;
172 unsigned int total_out_lo32;
173 unsigned int total_out_hi32;
177 void *(*bzalloc)(void *,int,int);
215 BZ_EXTERN int BZ_API(BZ2_bzCompressInit) (
217 int blockSize100k,
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-x86-darwin.c 382 Int reuse, Addr sp)
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 189 unsigned int avail_in;
190 unsigned int total_in_lo32;
191 unsigned int total_in_hi32;
194 unsigned int avail_out;
195 unsigned int total_out_lo32;
196 unsigned int total_out_hi32;
200 void *(*bzalloc)(void *,int,int);
238 BZ_EXTERN int BZ_API(BZ2_bzCompressInit) (
240 int blockSize100k,
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 182 unsigned int avail_in;
183 unsigned int total_in_lo32;
184 unsigned int total_in_hi32;
187 unsigned int avail_out;
188 unsigned int total_out_lo32;
189 unsigned int total_out_hi32;
193 void *(*bzalloc)(void *,int,int);
231 BZ_EXTERN int BZ_API(BZ2_bzCompressInit) (
233 int blockSize100k,
    [all...]
varinfo6.c 220 unsigned int avail_in;
221 unsigned int total_in_lo32;
222 unsigned int total_in_hi32;
225 unsigned int avail_out;
226 unsigned int total_out_lo32;
227 unsigned int total_out_hi32;
231 void *(*bzalloc)(void *,int,int);
269 BZ_EXTERN int BZ_API(BZ2_bzCompressInit) (
271 int blockSize100k,
    [all...]
  /external/valgrind/main/none/tests/amd64/
pcmpstr64.c 10 typedef unsigned int UInt;
11 typedef signed int Int;
13 typedef unsigned long long int ULong;
43 Int y, m, n;
72 Int i;
225 Int i;
    [all...]
pcmpstr64w.c 10 typedef unsigned int UInt;
11 typedef signed int Int;
14 typedef unsigned long long int ULong;
46 Int y, m, n;
75 Int i;
230 Int i;
    [all...]
  /external/valgrind/main/perf/
bz2.c 182 unsigned int avail_in;
183 unsigned int total_in_lo32;
184 unsigned int total_in_hi32;
187 unsigned int avail_out;
188 unsigned int total_out_lo32;
189 unsigned int total_out_hi32;
193 void *(*bzalloc)(void *,int,int);
231 BZ_EXTERN int BZ_API(BZ2_bzCompressInit) (
233 int blockSize100k,
    [all...]

Completed in 6398 milliseconds

<<11121314151617181920>>