HomeSort by relevance Sort by last modified time
    Searched defs:uint16_t (Results 51 - 75 of 233) sorted by null

1 23 4 5 6 7 8 910

  /external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DataTypes.h 110 typedef unsigned short uint16_t; typedef
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DataTypes.h 111 typedef unsigned short uint16_t; typedef
  /external/clang/test/CodeGen/
2009-01-21-InvalidIterator.c 4 typedef unsigned short int uint16_t; typedef
7 typedef uint16_t Elf64_Half;
  /external/clang/test/CodeGenCXX/
aarch64-mangle-neon-vectors.cpp 4 typedef unsigned short uint16_t; typedef
24 typedef __attribute__((neon_vector_type(4))) uint16_t uint16x4_t;
25 typedef __attribute__((neon_vector_type(8))) uint16_t uint16x8_t;
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
types.h 45 typedef __u16 uint16_t; typedef
  /external/llvm/include/llvm/Support/
DataTypes.h 111 typedef unsigned short uint16_t; typedef
  /external/swiftshader/src/Common/
Types.hpp 36 typedef unsigned __int16 uint16_t; typedef
48 typedef ALIGN(2, uint16_t) word;
55 typedef ALIGN(8, uint16_t) word4[4];
  /external/syslinux/dosutil/
mdiskchk.c 31 typedef unsigned short uint16_t; typedef
50 uint16_t _es, _di;
52 uint16_t bytes;
76 bytes = *(uint16_t far *) MK_FP(_es, _di);
206 const uint16_t far * const free_base_mem =
  /external/syslinux/efi32/include/efi/ia32/
efibind.h 40 typedef unsigned short uint16_t; typedef
49 typedef unsigned short uint16_t; typedef
61 typedef unsigned short uint16_t; typedef
73 typedef unsigned short uint16_t; typedef
98 typedef uint16_t UINT16;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
efibind.h 40 typedef unsigned short uint16_t; typedef
49 typedef unsigned short uint16_t; typedef
61 typedef unsigned short uint16_t; typedef
73 typedef unsigned short uint16_t; typedef
98 typedef uint16_t UINT16;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
efibind.h 38 typedef unsigned __int16 uint16_t; typedef
49 typedef unsigned short uint16_t; typedef
60 typedef unsigned short uint16_t; typedef
81 typedef uint16_t UINT16;
  /external/tcpdump/
netdissect-stdinc.h 68 #ifndef uint16_t
69 #define uint16_t unsigned short macro
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 111 typedef unsigned short uint16_t; typedef
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 111 typedef unsigned short uint16_t; typedef
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 111 typedef unsigned short uint16_t; typedef
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 111 typedef unsigned short uint16_t; typedef
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 111 typedef unsigned short uint16_t; typedef
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 111 typedef unsigned short uint16_t; typedef
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 111 typedef unsigned short uint16_t; typedef
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 111 typedef unsigned short uint16_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
types.h 72 #ifndef uint16_t
73 typedef __uint16_t uint16_t; typedef
74 #define uint16_t __uint16_t macro
98 typedef uint16_t u_int16_t;
  /external/clang/test/SemaCXX/
conversion.cpp 12 typedef unsigned short uint16_t; typedef
  /external/syslinux/efi64/include/efi/x86_64/
efibind.h 49 typedef unsigned short uint16_t; typedef
58 typedef unsigned short uint16_t; typedef
70 typedef unsigned short uint16_t; typedef
82 typedef unsigned short uint16_t; typedef
107 typedef uint16_t UINT16;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
efibind.h 49 typedef unsigned short uint16_t; typedef
58 typedef unsigned short uint16_t; typedef
70 typedef unsigned short uint16_t; typedef
82 typedef unsigned short uint16_t; typedef
107 typedef uint16_t UINT16;
  /external/clang/test/Sema/
conversion.c 422 typedef unsigned short uint16_t; typedef
424 typedef __attribute__ ((ext_vector_type(16),__aligned__(32))) uint16_t ushort16;

Completed in 1048 milliseconds

1 23 4 5 6 7 8 910