Searched defs:i8 (Results 1 - 25 of 38) sorted by relevance

12

/external/valgrind/main/drd/tests/
H A Dannotate_trace_memory.c7 volatile int8_t i8; variable
16 DRD_TRACE_VAR(i8);
28 i8 = 5;
29 i8 += 6;
42 DRD_STOP_TRACING_VAR(i8);
/external/chromium_org/third_party/libyuv/unit_test/
H A Dbasictypes_test.cc27 int8 i8 = -1; local
35 EXPECT_EQ(1u, sizeof(i8));
43 EXPECT_GT(0, i8);
/external/chromium_org/third_party/webrtc/base/
H A Dbasictypes_unittest.cc28 int8 i8 = -1; local
36 EXPECT_EQ(1u, sizeof(i8));
44 EXPECT_GT(0, i8);
/external/chromium_org/base/win/
H A Dscoped_variant.cc120 void ScopedVariant::Set(int8 i8) { argument
123 var_.cVal = i8;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.c445 LLVMTypeRef i8 = LLVMInt8TypeInContext(gallivm->context); local
446 LLVMValueRef string = LLVMAddGlobal(gallivm->module, LLVMArrayType(i8, len), "");
450 string = LLVMConstBitCast(string, LLVMPointerType(i8, 0));
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-instruction.cc157 int i8 = R.NewInstr(b2); local
172 CHECK_EQ(b2, R.code->GetBasicBlock(i8));
/external/clang/test/Sema/
H A Datomic-ops.c43 char i8; variable
49 _Static_assert(__atomic_is_lock_free(1, &i8), "");
51 _Static_assert(__atomic_is_lock_free(2, &i8), ""); // expected-error {{not an integral constant expression}}
72 _Static_assert(__atomic_always_lock_free(1, &i8), "");
74 _Static_assert(!__atomic_always_lock_free(2, &i8), "");
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dfetch.c194 uint8_t i8; member in union:__anon26651
203 u.i8 = u.i64;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.c445 LLVMTypeRef i8 = LLVMInt8TypeInContext(gallivm->context); local
446 LLVMValueRef string = LLVMAddGlobal(gallivm->module, LLVMArrayType(i8, len), "");
450 string = LLVMConstBitCast(string, LLVMPointerType(i8, 0));
/external/chromium_org/third_party/icu/source/test/iotest/
H A Diotest.cpp211 int8_t i8; local
263 i8 = (int8_t)uto64(argument);
264 uBufferLenReturned = u_sprintf_u(uBuffer, format, i8);
265 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i8);
376 int8_t i8, expected8; local
442 uBufferLenReturned = u_sscanf_u(argument, format, &i8);
443 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i8);
444 if (i8 != expected8) {
446 i, i8, expected8);
580 int8_t i8; local
[all...]
/external/clang/test/SemaCXX/
H A Dconstant-expression.cpp55 i8 = etval, member in struct:C
/external/icu/icu4c/source/test/iotest/
H A Diotest.cpp211 int8_t i8; local
263 i8 = (int8_t)uto64(argument);
264 uBufferLenReturned = u_sprintf_u(uBuffer, format, i8);
265 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i8);
376 int8_t i8, expected8; local
442 uBufferLenReturned = u_sscanf_u(argument, format, &i8);
443 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i8);
444 if (i8 != expected8) {
446 i, i8, expected8);
580 int8_t i8; local
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtrie2test.c379 int32_t prev8, i8; local
391 prev8=i8=0;
406 if(i8<sizeof(illegal)) {
407 U8_FWD_1(illegal, i8, sizeof(illegal));
408 while(prev8<i8) {
415 while(i8<sizeof(illegal)) {
416 U8_FWD_1(illegal, i8, sizeof(illegal));
417 while(prev8<i8) {
428 prev8=i8=(int32_t)(p-s);
429 U8_NEXT(s, i8, lengt
[all...]
/external/clang/test/Parser/
H A Daltivec.c81 typedef char i8; typedef
85 // i8, i16, i32 here are field names, not type names.
86 vector bool i8; // expected-error {{requires a specifier or qualifier}} member in struct:S
/external/icu/icu4c/source/test/cintltst/
H A Dtrie2test.c379 int32_t prev8, i8; local
391 prev8=i8=0;
406 if(i8<sizeof(illegal)) {
407 U8_FWD_1(illegal, i8, sizeof(illegal));
408 while(prev8<i8) {
415 while(i8<sizeof(illegal)) {
416 U8_FWD_1(illegal, i8, sizeof(illegal));
417 while(prev8<i8) {
428 prev8=i8=(int32_t)(p-s);
429 U8_NEXT(s, i8, lengt
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineValueType.h39 i8 = 2, // This is an 8 bit integer value enumerator in enum:llvm::MVT::SimpleValueType
65 v1i8 = 19, // 1 x i8
66 v2i8 = 20, // 2 x i8
67 v4i8 = 21, // 4 x i8
68 v8i8 = 22, // 8 x i8
69 v16i8 = 23, // 16 x i8
70 v32i8 = 24, // 32 x i8
71 v64i8 = 25, // 64 x i8
280 case v64i8: return i8;
378 case i8
[all...]
/external/tcpdump/
H A Dprint-802_11.c1886 int8_t i8; member in union:__anon31500
1917 rc = cpack_int8(s, &u.i8);
1935 rc = cpack_int8(s, &u.i8);
2065 printf("%ddB signal ", u.i8);
2068 printf("%ddB noise ", u.i8);
2086 printf("%ddBm tx power ", u.i8);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.h85 int8_t i8[4]; member in union:_hb_var_int_t
/external/clang/test/CodeGen/
H A Darm64-arguments.c3 // CHECK: define signext i8 @f0()
121 // CHECK: trunc i64 %s.coerce to i8
122 // CHECK: store i8 %{{.*}},
138 // CHECK: %[[a:.*]] = load i8* %{{.*}}
139 // CHECK: zext i8 %[[a]] to i64
169 // CHECK: define %struct.int8x16x2_t @f0_0(<16 x i8> %{{.*}}, <16 x i8> %{{.*}})
298 int f38_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, argument
300 // CHECK: define i32 @f38_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, i64 %s1.coerce, i64 %s2.coerce)
309 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8
351 f39_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, s39_with_align s1, s39_with_align s2) argument
406 f40_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, s40_no_align s1, s40_no_align s2) argument
461 f41_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, s41_with_align s1, s41_with_align s2) argument
518 f42_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, s42_no_align s1, s42_no_align s2) argument
575 f43_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, s43_with_align s1, s43_with_align s2) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-common.h85 int8_t i8[4]; member in union:_hb_var_int_t
/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap.pass.cpp34 int i8[] = {1, 0, 0}; local
41 assert(std::is_heap(i8, i8+3) == (std::is_heap_until(i8, i8+3) == i8+3));
H A Dis_heap_comp.pass.cpp35 int i8[] = {1, 0, 0}; local
42 assert(std::is_heap(i8, i8+3, std::greater<int>()) == (std::is_heap_until(i8, i8+3, std::greater<int>()) == i8+3));
H A Dis_heap_until.pass.cpp34 int i8[] = {1, 0, 0}; local
41 assert(std::is_heap_until(i8, i8+3) == i8+3);
H A Dis_heap_until_comp.pass.cpp35 int i8[] = {1, 0, 0}; local
42 assert(std::is_heap_until(i8, i8+3, std::greater<int>()) == i8+1);
/external/qemu/disas/
H A Darm.c635 {FPU_NEON_EXT_V1, 0xf2800e10, 0xfeb80fb0, "vmov%c.i8\t%12-15,22R, %E"},
3458 unsigned int i8 = (given & 0x000000ff); local
3469 unsigned int Rm = (i8 & 0x0f);
3470 unsigned int sh = (i8 & 0x30) >> 4;
3480 offset = i8;
3484 offset = -i8;
3488 offset = i8;
3493 offset = -i8;
3498 offset = i8;
3503 offset = -i8;
[all...]

Completed in 1572 milliseconds

12