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

  /src/tests/include/
t_stdint.c 44 ATF_TC_WITHOUT_HEAD(int16); variable
45 ATF_TC_BODY(int16, tc)
54 ATF_TP_ADD_TC(tp, int16);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga_types.h 36 typedef s16 int16; typedef
vm_basic_types.h 12 typedef s16 int16; typedef
  /src/lib/libc/arch/aarch64/softfloat/
aarch64-gcc.h 38 typedef int int16; typedef
  /src/lib/libc/arch/arm/softfloat/
arm-gcc.h 36 typedef int int16; typedef
  /src/lib/libc/arch/m68k/softfloat/
m68k-gcc.h 38 typedef int int16; typedef
  /src/lib/libc/arch/mips/softfloat/
mips-gcc.h 36 typedef int int16; typedef
  /src/lib/libc/arch/or1k/softfloat/
or1k-gcc.h 38 typedef int int16; typedef
  /src/lib/libc/arch/powerpc/softfloat/
powerpc-gcc.h 38 typedef int int16; typedef
  /src/lib/libc/arch/sh3/softfloat/
sh3-gcc.h 38 typedef int int16; typedef
  /src/lib/libc/arch/sparc64/softfloat/
sparc64-gcc.h 38 typedef int int16; typedef
  /src/regress/lib/libc/ieeefp/testfloat/include/
milieu.h 98 typedef int int16; typedef
  /src/sys/lib/libkern/
milieu.h 96 typedef int int16; typedef
  /src/external/bsd/unbound/dist/sldns/
keyraw.c 50 uint16_t int16; local
73 memmove(&int16, keydata + 1, 2);
74 exp = ntohs(int16);
383 uint16_t int16; local
390 memmove(&int16, key+1, 2);
391 exp = ntohs(int16);
  /src/external/mit/libcbor/dist/test/
stream_expectations.h 56 uint16_t int16; member in union:test_expectation_data
  /src/crypto/external/bsd/openssh/dist/
ed25519.c 20 #define int16 crypto_int16 macro
sntrup761.c 21 #define int16 crypto_int16 macro
  /src/external/bsd/unbound/dist/validator/
val_secalgo.c 1184 uint16_t int16; local
1193 memmove(&int16, key+1, 2);
1194 exp = ntohs(int16);
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 1797 short int16 = (short)cast<ConstantInt>(CPV)->getZExtValue(); local
1798 ConvertIntToBytes<>(ptr, int16);
  /src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp 140 typedef short int16; typedef
170 int16 ascent;
171 int16 descent;
172 int16 left_extent;
702 char_table[i].left_extent = int16(f.get_uint16());
779 int slant = int16(tag_info(slant_tag).value);
832 int16 val = int16(f.get_uint16());
854 double slant_angle = int16(tag_info(slant_tag).value)*PI/18000.0;
915 if (char_table[i].ascent > int16(tag_info(lower_ascent_tag).value)*9/10
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
m32c-tdep.c 125 struct type *int8 = nullptr, *int16 = nullptr, *int32 = nullptr,
210 tdep->int16 = init_integer_type (alloc, 16, 0, "int16_t");
765 (R("", tdep->int16, SIM (name ## _bank0)), \
766 R("", tdep->int16, SIM (name ## _bank1)) - 1)
889 CHL (intb, tdep->int16);
124 struct type *int8 = nullptr, *int16 = nullptr, *int32 = nullptr, member in struct:gdbarch_tdep_base
  /src/external/gpl3/gdb/dist/gdb/
m32c-tdep.c 125 struct type *int8 = nullptr, *int16 = nullptr, *int32 = nullptr,
210 tdep->int16 = init_integer_type (alloc, 16, 0, "int16_t");
765 (R("", tdep->int16, SIM (name ## _bank0)), \
766 R("", tdep->int16, SIM (name ## _bank1)) - 1)
889 CHL (intb, tdep->int16);
124 struct type *int8 = nullptr, *int16 = nullptr, *int32 = nullptr, member in struct:gdbarch_tdep_base
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 144 int16, member in class:TOK
  /src/external/apache2/llvm/dist/clang/lib/Headers/
opencl-c-base.h 119 typedef int int16 __attribute__((ext_vector_type(16))); typedef
500 #define as_int16(x) __builtin_astype((x), int16)
  /src/sys/dev/stbi/
stb_image.c 469 typedef signed short int16; typedef
4316 int16 prefix;
4514 p->prefix = (int16) oldcode;

Completed in 36 milliseconds