HomeSort by relevance Sort by last modified time
    Searched refs:__int16 (Results 1 - 11 of 11) sorted by null

  /external/chromium/sdch/open-vcdiff/vsprojects/
stdint.h 22 typedef __int16 int16_t;
26 typedef unsigned __int16 uint16_t;
  /external/e2fsprogs/include/nonunix/linux/
types.h 15 typedef signed __int16 __s16;
16 typedef unsigned __int16 __u16;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_win32.h 35 typedef signed __int16 int16_t;
36 typedef unsigned __int16 uint16_t;
  /external/speex/include/speex/
speex_types.h 47 typedef __int16 spx_int16_t;
48 typedef unsigned __int16 spx_uint16_t;
  /external/tremolo/Tremolo/
os_types.h 72 typedef __int16 ogg_int16_t;
73 typedef unsigned __int16 ogg_uint16_t;
  /external/chromium/sdch/open-vcdiff/
configure.ac 58 AC_CHECK_TYPES([uint16_t, u_int16_t, __int16])
configure     [all...]
  /external/chromium/sdch/open-vcdiff/testdata/
configure.ac.v0.1 48 AC_CHECK_TYPES([uint16_t, u_int16_t, __int16])
configure.ac.v0.2 48 AC_CHECK_TYPES([uint16_t, u_int16_t, __int16])
  /external/protobuf/src/google/protobuf/stubs/
common.h 131 typedef __int16 int16;
136 typedef unsigned __int16 uint16;
    [all...]
  /external/libvpx/build/make/
obj_int_extract.c 623 __int16 section = get_le16(ptr + 12); //section number

Completed in 317 milliseconds