HomeSort by: relevance | last modified time | path
    Searched defs:uint16 (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga_types.h 35 typedef u16 uint16; typedef
vm_basic_types.h 11 typedef u16 uint16; typedef
  /src/lib/libc/arch/aarch64/softfloat/
aarch64-gcc.h 37 typedef int uint16; typedef
  /src/lib/libc/arch/arm/softfloat/
arm-gcc.h 35 typedef int uint16; typedef
  /src/lib/libc/arch/m68k/softfloat/
m68k-gcc.h 37 typedef int uint16; typedef
  /src/lib/libc/arch/mips/softfloat/
mips-gcc.h 35 typedef int uint16; typedef
  /src/lib/libc/arch/or1k/softfloat/
or1k-gcc.h 37 typedef int uint16; typedef
  /src/lib/libc/arch/powerpc/softfloat/
powerpc-gcc.h 37 typedef int uint16; typedef
  /src/lib/libc/arch/sh3/softfloat/
sh3-gcc.h 37 typedef int uint16; typedef
  /src/lib/libc/arch/sparc64/softfloat/
sparc64-gcc.h 37 typedef int uint16; typedef
  /src/regress/lib/libc/ieeefp/testfloat/include/
milieu.h 97 typedef unsigned int uint16; typedef
  /src/sys/lib/libkern/
milieu.h 95 typedef unsigned int uint16; typedef
  /src/external/mit/libcbor/dist/src/cbor/
callbacks.h 52 cbor_int16_callback uint16; member in struct:cbor_callbacks
  /src/crypto/external/bsd/openssh/dist/
ed25519.c 21 #define uint16 crypto_uint16 macro
sntrup761.c 22 #define uint16 crypto_uint16 macro
  /src/external/bsd/libpcap/dist/
rpcap-protocol.h 137 typedef unsigned short uint16; /* 16-bit unsigned integer */ typedef
149 uint16 value; /* Message-dependent value (not always used) */
188 uint16 namelen; /* Length of the interface name */
189 uint16 desclen; /* Length of the interface description */
191 uint16 naddr; /* Number of addresses */
192 uint16 dummy; /* Must be zero */
239 uint16 family; /* Address family */
249 uint16 family; /* Address family */
250 uint16 port; /* Port number */
261 uint16 family; /* Address family *
    [all...]
  /src/external/gpl2/mkhybrid/dist/
apple.h 153 typedef unsigned short uint16; typedef
159 uint16 version;
160 uint16 attr; /* invisible... */
161 uint16 openMax; /* max number of opens */
162 uint16 filler0;
171 uint16 fdFlags; /* Finder flags [10]*/
172 uint16 fdLocation[2]; /* File's location [14] */
173 uint16 fdFldr; /* File's window [16] */
175 uint16 fdIconID; /* Icon ID [18] */
176 uint16 fdUnused[4]; /* Unused [26] *
    [all...]
  /src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp 139 typedef unsigned short uint16; typedef
148 uint16 get_uint16();
160 uint16 type;
168 uint16 charcode;
169 uint16 width;
173 uint16 right_extent;
174 uint16 symbol_set;
178 const uint16 NO_GLYPH = 0xffff;
179 const uint16 NO_SYMBOL_SET = 0;
189 uint16 select
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
m32c-tdep.c 124 struct type *uint8 = nullptr, *uint16 = nullptr;
208 tdep->uint16 = init_integer_type (alloc, 16, 1, "uint16_t");
744 (R(#name, tdep->uint16, SIM (name)))
856 DMA (RP (dct, tdep->uint16));
857 DMA (RP (drc, tdep->uint16));
123 struct type *uint8 = nullptr, *uint16 = nullptr; member in struct:gdbarch_tdep_base
  /src/external/gpl3/gdb/dist/gdb/
m32c-tdep.c 124 struct type *uint8 = nullptr, *uint16 = nullptr;
208 tdep->uint16 = init_integer_type (alloc, 16, 1, "uint16_t");
744 (R(#name, tdep->uint16, SIM (name)))
856 DMA (RP (dct, tdep->uint16));
857 DMA (RP (drc, tdep->uint16));
123 struct type *uint8 = nullptr, *uint16 = nullptr; member in struct:gdbarch_tdep_base
  /src/external/apache2/llvm/dist/clang/lib/Headers/
opencl-c-base.h 124 typedef uint uint16 __attribute__((ext_vector_type(16))); typedef
507 #define as_uint16(x) __builtin_astype((x), uint16)
  /src/sys/dev/stbi/
stb_image.c 468 typedef unsigned short uint16; typedef
1115 uint16 code[256];
1178 h->code[k++] = (uint16) (code++);
2192 uint16 fast[1 << ZFAST_BITS];
2193 uint16 firstcode[16];
2195 uint16 firstsymbol[16];
2197 uint16 value[288];
2233 z->firstcode[i] = (uint16) code;
2234 z->firstsymbol[i] = (uint16) k;
2248 z->value[c] = (uint16)i
    [all...]

Completed in 49 milliseconds