HomeSort by: relevance | last modified time | path
    Searched refs:int_least64_t (Results 1 - 25 of 97) sorted by relevancy

1 2 3 4

  /src/sys/arch/mips/include/
int_mwgwtypes.h 51 typedef __COMPILER_INT64__ int_least64_t; typedef
54 typedef long int int_least64_t; typedef
58 typedef long long int int_least64_t; typedef
  /src/sys/arch/powerpc/include/
int_mwgwtypes.h 51 typedef __COMPILER_INT64__ int_least64_t; typedef
54 typedef long int int_least64_t; typedef
58 typedef long long int int_least64_t; typedef
  /src/sys/arch/alpha/include/
int_mwgwtypes.h 51 typedef __COMPILER_INT64__ int_least64_t; typedef
54 typedef long int int_least64_t; typedef
  /src/sys/arch/hppa/include/
int_mwgwtypes.h 48 typedef __COMPILER_INT64__ int_least64_t; typedef
52 typedef long long int int_least64_t; typedef
  /src/sys/arch/i386/include/
int_mwgwtypes.h 52 typedef __COMPILER_INT64__ int_least64_t; typedef
56 typedef long long int int_least64_t; typedef
  /src/sys/arch/ia64/include/
int_mwgwtypes.h 51 typedef __COMPILER_INT64__ int_least64_t; typedef
54 typedef long int int_least64_t; typedef
  /src/sys/arch/m68k/include/
int_mwgwtypes.h 51 typedef __COMPILER_INT64__ int_least64_t; typedef
55 typedef long long int int_least64_t; typedef
  /src/sys/arch/sh3/include/
int_mwgwtypes.h 51 typedef __COMPILER_INT64__ int_least64_t; typedef
55 typedef long long int int_least64_t; typedef
  /src/sys/arch/vax/include/
int_mwgwtypes.h 51 typedef __COMPILER_INT64__ int_least64_t; typedef
55 typedef long long int int_least64_t; typedef
  /src/sys/arch/sparc/include/
int_mwgwtypes.h 51 typedef __COMPILER_INT64__ int_least64_t; typedef
55 typedef long int int_least64_t; typedef
59 typedef long long int int_least64_t; typedef
  /src/sys/arch/amd64/include/
int_mwgwtypes.h 53 typedef long int int_least64_t; typedef
  /src/sys/sys/
common_int_mwgwtypes.h 51 typedef __INT_LEAST64_TYPE__ int_least64_t; typedef
  /src/sys/arch/arm/include/
int_mwgwtypes.h 75 typedef __INT_LEAST64_TYPE__ int_least64_t; typedef
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
stdint.d 71 alias int_least64_t = long; ///
113 alias int_least64_t = int64_t; ///
147 alias int_least64_t = long; ///
193 alias int_least64_t = long; ///
227 alias int_least64_t = int64_t; ///
261 alias int_least64_t = long; ///
295 alias int_least64_t = int64_t; ///
329 alias int_least64_t = cpp_longlong; ///
363 alias int_least64_t = long; ///
426 enum int_least64_t INT_LEAST64_MIN = int_least64_t.min
    [all...]
  /src/tests/lib/libc/sync/
cpp_atomic_ops_linkable.cc 86 ATest<int_least64_t>();
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
stdint.h 76 using ::int_least64_t;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
stdint.h 76 using ::int_least64_t;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
stdatomic.h 98 typedef _Atomic(int_least64_t) atomic_int_least64_t;
  /src/external/bsd/jemalloc/dist/include/msvc_compat/C99/
stdint.h 97 typedef int64_t int_least64_t; typedef
  /src/external/bsd/jemalloc.old/dist/include/msvc_compat/C99/
stdint.h 97 typedef int64_t int_least64_t; typedef
  /src/external/gpl2/xcvs/dist/lib/
stdint_.h 105 typedef int64_t int_least64_t; typedef
  /src/external/mit/libuv/dist/include/uv/
stdint-msvc2008.h 97 typedef int64_t int_least64_t; typedef
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
stdint_.h 163 #undef int_least64_t macro
172 # define int_least64_t int64_t macro
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
stdint_.h 163 #undef int_least64_t macro
172 # define int_least64_t int64_t macro
  /src/external/gpl3/gdb/dist/gnulib/import/
stdint.in.h 238 # undef int_least64_t
247 # define int_least64_t int64_t

Completed in 43 milliseconds

1 2 3 4