HomeSort by relevance Sort by last modified time
    Searched defs:i8 (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/valgrind/main/drd/tests/
annotate_trace_memory.c 7 volatile int8_t i8; variable
16 DRD_TRACE_VAR(i8);
28 i8 = 5;
29 i8 += 6;
42 DRD_STOP_TRACING_VAR(i8);
  /dalvik/dx/tests/074-dex-form35c-edge-case/
Blort.java 28 int i8 = 0; local
  /external/chromium_org/third_party/libjingle/source/talk/base/
basictypes_unittest.cc 45 int8 i8 = -1; local
53 EXPECT_EQ(1u, sizeof(i8));
61 EXPECT_GT(0, i8);
  /external/chromium_org/third_party/libyuv/unit_test/
basictypes_test.cc 27 int8 i8 = -1; local
35 EXPECT_EQ(1u, sizeof(i8));
43 EXPECT_GT(0, i8);
  /external/chromium_org/third_party/webrtc/base/
basictypes_unittest.cc 28 int8 i8 = -1; local
36 EXPECT_EQ(1u, sizeof(i8));
44 EXPECT_GT(0, i8);
  /frameworks/av/include/media/
AudioBufferProvider.h 36 int8_t* i8; member in union:android::AudioBufferProvider::Buffer::__anon37588
AudioRecord.h 78 int8_t* i8; // unsigned 8-bit, offset by 0x80 member in union:android::AudioRecord::Buffer::__anon37589
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
basetype.h 29 typedef signed char i8; typedef
  /system/media/audio_utils/include/audio_utils/
resampler.h 36 int8_t* i8; member in union:resampler_buffer::__anon81378
  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.java 32 int i8 = 0; local
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_const.c 445 LLVMTypeRef i8 = LLVMInt8TypeInContext(gallivm->context); local
446 LLVMValueRef string = LLVMAddGlobal(gallivm->module, LLVMArrayType(i8, len), "");
450 string = LLVMConstBitCast(string, LLVMPointerType(i8, 0));
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.c 445 LLVMTypeRef i8 = LLVMInt8TypeInContext(gallivm->context); local
446 LLVMValueRef string = LLVMAddGlobal(gallivm->module, LLVMArrayType(i8, len), "");
450 string = LLVMConstBitCast(string, LLVMPointerType(i8, 0));
  /frameworks/av/media/mtp/
MtpProperty.h 28 int8_t i8; member in union:android::MtpPropertyValue::__anon38275
  /external/clang/test/Sema/
atomic-ops.c 43 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/
fetch.c 194 uint8_t i8; member in union:__anon30419
203 u.i8 = u.i64;
  /external/chromium_org/third_party/icu/source/test/iotest/
iotest.cpp 210 int8_t i8; local
262 i8 = (int8_t)uto64(argument);
263 uBufferLenReturned = u_sprintf_u(uBuffer, format, i8);
264 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i8);
375 int8_t i8, expected8; local
441 uBufferLenReturned = u_sscanf_u(argument, format, &i8);
442 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i8);
443 if (i8 != expected8) {
445 i, i8, expected8);
579 int8_t i8; local
    [all...]
  /external/clang/test/SemaCXX/
constant-expression.cpp 55 i8 = etval, member in struct:C
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 211 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/
trie2test.c 379 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, length, c)
    [all...]
  /external/clang/test/Parser/
altivec.c 81 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/
trie2test.c 379 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, length, c)
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 1583 jint i8 = 8; local
1654 jint i8 = 8; local
1724 jint i8 = 8; local
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-common.h 85 int8_t i8[4]; member in union:_hb_var_int_t
  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 39 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/
print-802_11.c 1886 int8_t i8; member in union:__anon35217
    [all...]

Completed in 888 milliseconds

1 2 3