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

1 2 3

  /external/chromium_org/sdch/open-vcdiff/vsprojects/
stdint.h 22 typedef __int16 int16_t; typedef
  /external/libexif/contrib/watcom/
_stdint.h 9 typedef signed short int16_t; typedef
  /external/chromium_org/ppapi/c/
pp_stdint.h 39 typedef short int16_t; typedef
  /external/chromium_org/third_party/brotli/src/brotli/dec/
types.h 33 typedef signed short int16_t; typedef
  /external/chromium_org/third_party/leveldatabase/src/port/win/
stdint.h 16 typedef signed short int16_t; typedef
  /external/chromium_org/third_party/npapi/bindings/
nptypes.h 52 typedef short int16_t; typedef
  /external/chromium_org/third_party/npapi/npspy/extern/java/
typedefs_md.h 51 typedef int16 int16_t; typedef
  /external/chromium_org/v8/include/
v8stdint.h 19 typedef short int16_t; // NOLINT typedef
  /external/e2fsprogs/lib/uuid/
uuid_types.h 28 typedef int int16_t; typedef
31 typedef short int16_t; typedef
  /external/chromium_org/third_party/icu/source/common/unicode/
ptypes.h 93 typedef signed short int16_t; typedef
  /external/chromium_org/third_party/libwebp/webp/
types.h 29 typedef signed short int16_t; typedef
  /external/chromium_org/third_party/qcms/src/
qcmstypes.h 50 typedef __int16 int16_t; typedef
  /external/chromium_org/third_party/yasm/source/config/win/
stdint.h 16 typedef signed short int16_t; typedef
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x-fixits.cpp 6 typedef short int16_t; typedef
14 struct {int16_t i;} i16 = {70000};
16 // CHECK: fix-it:{{.*}}:30}:"static_cast<int16_t>("
  /external/icu/icu4c/source/common/unicode/
ptypes.h 93 typedef signed short int16_t; typedef
  /external/libpcap/Win32/Include/
bittypes.h 39 typedef signed short int16_t; typedef
  /external/libvpx/libvpx/vpx/
vpx_integer.h 20 typedef signed short int16_t; typedef
  /external/chromium_org/third_party/WebKit/public/platform/
WebCommon.h 82 typedef short int16_t; typedef
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_integer.h 29 typedef signed short int16_t; typedef
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglcompiler.h 42 typedef __int16 int16_t; typedef
  /external/chromium_org/third_party/webrtc/
typedefs.h 68 typedef signed short int16_t; typedef
  /external/mesa3d/src/egl/main/
eglcompiler.h 42 typedef __int16 int16_t; typedef
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeTypes.h 35 Int16(int16_t u) : v(htons(static_cast<uint16_t>(u))) { }
36 operator int16_t() const { return static_cast<int16_t>(ntohs(v)); }
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
utils.h 67 typedef short int16_t; // NOLINT typedef
  /external/nanopb-c/extra/
pb_syshdr.h 21 typedef signed short int16_t; typedef

Completed in 661 milliseconds

1 2 3