HomeSort by relevance Sort by last modified time
    Searched defs:uint8 (Results 26 - 38 of 38) sorted by null

12

  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_codec_sbc_private.h 77 OI_UINT8 uint8[SBC_MAX_BANDS]; member in union:__anon5738
82 OI_UINT8 uint8[2 * SBC_MAX_BANDS]; member in union:__anon5739
oi_codec_sbc.h 166 OI_UINT8 uint8[SBC_MAX_CHANNELS*SBC_MAX_BANDS]; member in union:__anon5733::__anon5734
  /external/chromium_org/third_party/cld/base/
basictypes.h 43 typedef unsigned char uint8; typedef
65 const uint8 kuint8max = (( uint8) 0xFF);
361 memcpy(&t, reinterpret_cast<const uint8*>(p), sizeof(t));
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 68 typedef uint8_t uint8; typedef
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 68 typedef uint8_t uint8; typedef
  /external/lldb/include/lldb/Core/
RegisterValue.h 58 m_data.uint8 = inst;
170 return m_data.uint8;
222 m_data.uint8 = uint;
279 m_data.uint8 = uint;
385 uint8_t uint8; member in union:lldb_private::RegisterValue::__anon4779
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
protypes.h 51 * It is trickier to define uint, int8, uint8, int16, uint16,
129 * uint8
133 typedef PRUint8 uint8; typedef
  /external/clang/test/Sema/
conversion.c 425 typedef __attribute__ ((ext_vector_type( 8),__aligned__( 32))) uint32_t uint8; typedef
428 uint8 pairedConstants = (uint8) constants;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h 180 typedef unsigned __int8 uint8; typedef in namespace:google::protobuf
190 typedef uint8_t uint8; typedef in namespace:google::protobuf
    [all...]
  /external/chromium_org/v8/src/compiler/
typer.cc 35 Type* uint8 = NATIVE_TYPE(UnsignedSmall, UntaggedInt8); local
45 Type* uint8_array = Type::Array(uint8, zone);
  /external/lldb/tools/debugserver/source/
DNBDefs.h 285 uint8_t uint8; member in union:DNBRegisterValue::__anon4940
  /external/genext2fs/
genext2fs.c 276 typedef unsigned char uint8; typedef
507 #define udecl8(x) uint8 x;
538 typedef uint8 block[BLOCKSIZE];
793 static inline uint8 *
820 static inline uint8 *
823 return (uint8*)fs + blk*BLOCKSIZE;
847 uint8 bits;
849 if((bits = b[i]) != (uint8)-1)
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 109 def uint8(self): member in class:BinaryReader
193 r_ssym = f.uint8()
263 fileclass = f.uint8()
271 byteordering = f.uint8()
    [all...]

Completed in 550 milliseconds

12