Searched defs:uint16 (Results 26 - 35 of 35) sorted by relevance

12

/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
H A Dprotypes.h51 * It is trickier to define uint, int8, uint8, int16, uint16,
121 * uint16
125 typedef PRUint16 uint16; typedef
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h42 typedef unsigned short uint16; typedef
/external/chromium_org/third_party/libyuv/util/
H A Dssim.cc20 typedef unsigned short uint16; // NOLINT typedef
53 #define PWEIGHT(A, B) static_cast<uint16>(K[(A)] * K[(B)]) // weight product
62 uint16 i16_[8];
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h181 typedef unsigned __int16 uint16; typedef in namespace:google::protobuf
191 typedef uint16_t uint16; typedef in namespace:google::protobuf
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h136 typedef unsigned __int16 uint16; typedef in namespace:google::protobuf
146 typedef uint16_t uint16; typedef in namespace:google::protobuf
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h69 * of obsolete/protypes.h, whose int16, uint16,
180 typedef unsigned short uint16; typedef
288 uint16 top;
289 uint16 left;
290 uint16 bottom;
291 uint16 right;
501 uint16 mode; /* NP_FULL or NP_EMBED */
514 uint16 event;
685 uint16 mode, int16 argc, char* argn[],
691 uint16* styp
[all...]
/external/chromium_org/v8/src/compiler/
H A Dtyper.cc36 Type* uint16 = NATIVE_TYPE(UnsignedSmall, UntaggedInt16); local
46 Type* uint16_array = Type::Array(uint16, zone);
/external/lldb/tools/debugserver/source/
H A DDNBDefs.h286 uint16_t uint16; member in union:DNBRegisterValue::__anon25388
/external/genext2fs/
H A Dgenext2fs.c278 typedef unsigned short uint16; typedef
425 static inline uint16
426 swab16(uint16 val)
509 #define udecl16(x) uint16 x;
1366 chmod_fs(filesystem *fs, uint32 nod, uint16 mode, uint16 uid, uint16 gid)
1377 mknod_fs(filesystem *fs, uint32 parent_nod, const char *name, uint16 mode, uint16 uid, uint16 gi
[all...]
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py115 def uint16(self): member in class:BinaryReader
222 self.relocation_count = f.uint16()
223 self.line_number_count = f.uint16()
280 e_machine = f.uint16()
289 e_ehsize = f.uint16()
290 e_phentsize = f.uint16()
291 e_phnum = f.uint16()
292 e_shentsize = f.uint16()
293 e_shnum = f.uint16()
294 e_shstrndx = f.uint16()
[all...]

Completed in 418 milliseconds

12