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

1 2 3

  /external/valgrind/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);
  /frameworks/av/include/media/
AudioBufferProvider.h 36 int8_t* i8; member in union:android::AudioBufferProvider::Buffer::__anon28584
  /dalvik/dx/tests/074-dex-form35c-edge-case/
Blort.java 28 int i8 = 0; local
  /external/libyuv/files/unit_test/
basictypes_test.cc 27 int8 i8 = -1; local
35 EXPECT_EQ(1u, sizeof(i8));
43 EXPECT_GT(0, i8);
  /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::__anon74974
  /dalvik/dx/tests/084-dex-high-register-moves/
Blort.java 32 int i8 = 0; local
  /prebuilts/go/darwin-x86/test/
bounds.go 25 i8 int8
53 use(s[i8])
54 use(a1[i8])
55 use(a1k[i8])
56 use(a100k[i8])
57 use(p1[i8])
58 use(p1k[i8])
59 use(p100k[i8])
24 i8 int8 var
intcvt.go 27 i8 int8 = ci8
93 chki8(int8(i8), ci8&0xff-1<<8)
104 chki16(int16(i8), ci8&0xffff-1<<16)
115 chki32(int32(i8), ci8&0xffffffff-1<<32)
126 chki64(int64(i8), ci8&0xffffffffffffffff-1<<64)
138 chku8(uint8(i8), ci8&0xff)
149 chku16(uint16(i8), ci8&0xffff)
160 chku32(uint32(i8), ci8&0xffffffff)
171 chku64(uint64(i8), ci8&0xffffffffffffffff)
26 i8 int8 = ci8 var
zerodivide.go 26 i8, j8, k8 int8 = 0, 0, 1
52 i8++
116 ErrorTest{"int8 0/0", func() { use(i8 / j8) }, "divide"},
25 i8, j8, k8 int8 = 0, 0, 1 var
  /prebuilts/go/darwin-x86/test/ken/
convert.go 12 var i8 int8; var
211 i8 = 0; u8 = 0; i16 = 0; u16 = 0
221 i8 = int8(v); i8 = int8(i8); w = big(i8)
223 i8 = int8(v); u8 = uint8(i8); w = big(u8)
225 i8 = int8(v); i16 = int16(i8); w = big(i16
    [all...]
  /prebuilts/go/linux-x86/test/
bounds.go 25 i8 int8
53 use(s[i8])
54 use(a1[i8])
55 use(a1k[i8])
56 use(a100k[i8])
57 use(p1[i8])
58 use(p1k[i8])
59 use(p100k[i8])
24 i8 int8 var
intcvt.go 27 i8 int8 = ci8
93 chki8(int8(i8), ci8&0xff-1<<8)
104 chki16(int16(i8), ci8&0xffff-1<<16)
115 chki32(int32(i8), ci8&0xffffffff-1<<32)
126 chki64(int64(i8), ci8&0xffffffffffffffff-1<<64)
138 chku8(uint8(i8), ci8&0xff)
149 chku16(uint16(i8), ci8&0xffff)
160 chku32(uint32(i8), ci8&0xffffffff)
171 chku64(uint64(i8), ci8&0xffffffffffffffff)
26 i8 int8 = ci8 var
zerodivide.go 26 i8, j8, k8 int8 = 0, 0, 1
52 i8++
116 ErrorTest{"int8 0/0", func() { use(i8 / j8) }, "divide"},
25 i8, j8, k8 int8 = 0, 0, 1 var
  /prebuilts/go/linux-x86/test/ken/
convert.go 12 var i8 int8; var
211 i8 = 0; u8 = 0; i16 = 0; u16 = 0
221 i8 = int8(v); i8 = int8(i8); w = big(i8)
223 i8 = int8(v); u8 = uint8(i8); w = big(u8)
225 i8 = int8(v); i16 = int16(i8); w = big(i16
    [all...]
  /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::__anon29321
  /external/clang/test/Sema/
atomic-ops.c 48 char i8; variable
54 _Static_assert(__atomic_is_lock_free(1, &i8), "");
56 _Static_assert(__atomic_is_lock_free(2, &i8), ""); // expected-error {{not an integral constant expression}}
77 _Static_assert(__atomic_always_lock_free(1, &i8), "");
79 _Static_assert(!__atomic_always_lock_free(2, &i8), "");
  /external/ltrace/sysdeps/linux-gnu/ppc/
fetch.c 194 uint8_t i8; member in union:__anon19880
203 u.i8 = u.i64;
  /external/v8/test/cctest/compiler/
test-instruction.cc 162 int i8 = R.NewInstr(); local
177 CHECK_EQ(b2, R.GetBasicBlock(i8));
  /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/clang/test/Parser/
altivec.c 102 typedef char i8; typedef
106 // i8, i16, i32 here are field names, not type names.
107 vector bool i8; // expected-error {{requires a specifier or qualifier}} member in struct:S
  /external/icu/icu4c/source/test/cintltst/
trie2test.c 377 int32_t prev8, i8; local
389 prev8=i8=0;
404 if(i8<sizeof(illegal)) {
405 U8_FWD_1(illegal, i8, sizeof(illegal));
406 while(prev8<i8) {
413 while(i8<sizeof(illegal)) {
414 U8_FWD_1(illegal, i8, sizeof(illegal));
415 while(prev8<i8) {
426 prev8=i8=(int32_t)(p-s);
427 U8_NEXT(s, i8, length, c)
    [all...]
  /external/opencv3/3rdparty/libwebp/dec/
vp8.c 532 uint8_t i8[4]; member in union:__anon21862
584 int l = lnz.i8[y];
586 const int ctx = l + tnz.i8[x];
589 tnz.i8[x] = l = (nz > 0);
590 nz_dc.i8[x] = (dst[0] != 0);
591 nz_ac.i8[x] = (nz > 1);
594 lnz.i8[y] = l;
605 int l = lnz.i8[ch + y];
607 const int ctx = l + tnz.i8[ch + x];
611 tnz.i8[ch + x] = l = (nz > 0)
    [all...]

Completed in 2709 milliseconds

1 2 3