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

  /src/tests/include/
t_stdint.c 38 ATF_TC_WITHOUT_HEAD(int8); variable
39 ATF_TC_BODY(int8, tc)
53 ATF_TP_ADD_TC(tp, int8);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga_types.h 38 typedef s8 int8; typedef
vm_basic_types.h 14 typedef s8 int8; typedef
  /src/lib/libc/arch/aarch64/softfloat/
aarch64-gcc.h 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
36 typedef int int8; typedef
  /src/lib/libc/arch/arm/softfloat/
arm-gcc.h 28 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
34 typedef int int8; typedef
  /src/lib/libc/arch/m68k/softfloat/
m68k-gcc.h 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
36 typedef int int8; typedef
  /src/lib/libc/arch/mips/softfloat/
mips-gcc.h 28 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
34 typedef int int8; typedef
  /src/lib/libc/arch/or1k/softfloat/
or1k-gcc.h 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
36 typedef int int8; typedef
  /src/lib/libc/arch/powerpc/softfloat/
powerpc-gcc.h 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
36 typedef int int8; typedef
  /src/lib/libc/arch/sh3/softfloat/
sh3-gcc.h 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
36 typedef signed char int8; typedef
  /src/lib/libc/arch/sparc64/softfloat/
sparc64-gcc.h 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
36 typedef int int8; typedef
  /src/regress/lib/libc/ieeefp/testfloat/include/
milieu.h 90 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
96 typedef signed int int8; typedef
  /src/sys/lib/libkern/
milieu.h 89 | implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
94 typedef signed int int8; typedef
  /src/external/mit/libcbor/dist/test/
stream_expectations.h 55 uint8_t int8; member in union:test_expectation_data
  /src/crypto/external/bsd/openssh/dist/
ed25519.c 18 #define int8 crypto_int8 macro
sntrup761.c 19 #define int8 crypto_int8 macro
  /src/external/bsd/unbound/dist/testcode/
testpkts.c 323 uint8_t int8 = 0; local
337 int8 += c & 0x0f;
339 int8 += (c & 0x0f) + 9;
341 int8 += (c & 0x0f) + 9;
347 int8 = int8 << 4;
351 buf[bufpos+offset] = int8;
352 int8 = 0;
  /src/external/gpl3/gdb.old/dist/gdb/
m32c-tdep.c 125 struct type *int8 = nullptr, *int16 = nullptr, *int32 = nullptr,
209 tdep->int8 = init_integer_type (alloc, 8, 0, "int8_t");
885 r0hl = CHL (r0, tdep->int8);
886 r1hl = CHL (r1, tdep->int8);
887 CHL (r2, tdep->int8);
888 CHL (r3, tdep->int8);
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,
209 tdep->int8 = init_integer_type (alloc, 8, 0, "int8_t");
885 r0hl = CHL (r0, tdep->int8);
886 r1hl = CHL (r1, tdep->int8);
887 CHL (r2, tdep->int8);
888 CHL (r3, tdep->int8);
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 142 int8, member in class:TOK
  /src/external/apache2/llvm/dist/clang/lib/Headers/
opencl-c-base.h 118 typedef int int8 __attribute__((ext_vector_type(8))); typedef
499 #define as_int8(x) __builtin_astype((x), int8)

Completed in 69 milliseconds