/external/valgrind/main/memcheck/tests/x86-linux/ |
scalar.c | 29 // uninitialised, but we know px[0] is 0x0 31 long x0 = px[0]; local 51 SY(__NR_read+x0, x0, x0, x0+1); FAILx(EFAULT); 55 SY(__NR_write, x0, x0, x0+1); FAIL; 59 SY(__NR_open, x0, x0); FAIL [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_tab.cpp | 199 {0xa, 1, 0, 7}, {0x0, 4, 0, 7}, {0x4, 1, 1, 6}, {0x4, 1, 1, 6}, {0x3, 1, 1, 6}, {0x3, 1, 1, 6}, 202 {0x1, 2, 0, 6}, {0x1, 2, 0, 6}, {0x0, 3, 0, 6}, {0x0, 3, 0, 6}, {0x5, 1, 0, 5}, {0x5, 1, 0, 5}, 204 {0x3, 1, 0, 5}, {0x3, 1, 0, 5}, {0x3, 1, 0, 5}, {0x3, 1, 0, 5}, {0x0, 1, 1, 4}, {0x0, 1, 1, 4}, 205 {0x0, 1, 1, 4}, {0x0, 1, 1, 4}, {0x0, 1, 1, 4}, {0x0, 1, 1, 4}, {0x0, 1, 1, 4}, {0x0, 1, 1, 4} [all...] |
/external/llvm/test/MC/X86/ |
address-size.s | 4 movb $0x0, (%esi) 6 movb $0x0, (%rsi) 10 movb $0x0, (%si) 12 movb $0x0, (%esi)
|
/external/valgrind/main/memcheck/tests/darwin/ |
scalar.c | 13 // uninitialised, but we know px[0] is 0x0 15 long x0 = px[0]; local 31 SY(__NR_read+(int)x0, x0, x0, x0+1); FAILx(EFAULT); 34 SY(__NR_write, x0, x0, x0+1); FAIL; 35 //res = write(x0, x0, x0+1); FAIL [all...] |
/external/clang/test/Lexer/ |
rdr-6096838-2.c | 5 long double d = 0x0.0000003ffffffff00000p-16357L; /* expected-warning {{hexadecimal floating constants are a C99 feature}} */
|
rdr-6096838.c | 7 long double d = 0x0.0000003ffffffff00000p-16357L;
|
/external/oprofile/events/mips/1004K/ |
unit_masks | 4 name:zero type:mandatory default:0x0 5 0x0 No unit mask
|
/external/oprofile/events/mips/20K/ |
unit_masks | 4 name:zero type:mandatory default:0x0 5 0x0 No unit mask
|
/external/oprofile/events/mips/24K/ |
unit_masks | 4 name:zero type:mandatory default:0x0 5 0x0 No unit mask
|
/external/oprofile/events/mips/25K/ |
unit_masks | 4 name:zero type:mandatory default:0x0 5 0x0 No unit mask
|
/external/oprofile/events/mips/34K/ |
unit_masks | 4 name:zero type:mandatory default:0x0 5 0x0 No unit mask
|
/external/oprofile/events/mips/5K/ |
unit_masks | 4 name:zero type:mandatory default:0x0 5 0x0 No unit mask
|
/external/oprofile/events/mips/74K/ |
unit_masks | 4 name:zero type:mandatory default:0x0 5 0x0 No unit mask
|
/external/oprofile/events/mips/r10000/ |
unit_masks | 4 name:zero type:mandatory default:0x0 5 0x0 No unit mask
|
/external/oprofile/events/mips/r12000/ |
unit_masks | 6 name:zero type:mandatory default:0x0 7 0x0 No unit mask
|
/external/oprofile/events/mips/rm7000/ |
unit_masks | 4 name:zero type:mandatory default:0x0 5 0x0 No unit mask
|
/external/oprofile/events/mips/rm9000/ |
unit_masks | 4 name:zero type:mandatory default:0x0 5 0x0 No unit mask
|
/external/oprofile/events/mips/sb1/ |
unit_masks | 4 name:zero type:mandatory default:0x0 5 0x0 No unit mask
|
/external/oprofile/events/mips/vr5432/ |
unit_masks | 4 name:zero type:mandatory default:0x0 5 0x0 No unit mask
|
/external/oprofile/events/mips/vr5500/ |
unit_masks | 4 name:zero type:mandatory default:0x0 5 0x0 No unit mask
|
/external/oprofile/events/ppc64/970MP/ |
unit_masks | 8 name:zero type:mandatory default:0x0 9 0x0 No unit mask
|
/external/oprofile/events/ppc64/ibm-compat-v1/ |
unit_masks | 8 name:zero type:mandatory default:0x0 9 0x0 No unit mask
|
/external/oprofile/events/ppc64/power6/ |
unit_masks | 8 name:zero type:mandatory default:0x0 9 0x0 No unit mask
|
/external/oprofile/events/ppc64/power7/ |
unit_masks | 8 name:zero type:mandatory default:0x0 9 0x0 No unit mask
|
/external/clang/test/Sema/ |
invalid-cast.cpp | 9 int foo(X<int[1]> x0) { 10 return x0.array[17];
|