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

1 2 3 4

  /src/sys/arch/mips/include/
int_mwgwtypes.h 52 typedef __COMPILER_UINT64__ uint_least64_t; typedef
55 typedef unsigned long int uint_least64_t; typedef
60 typedef unsigned long long int uint_least64_t; typedef
  /src/sys/arch/powerpc/include/
int_mwgwtypes.h 52 typedef __COMPILER_UINT64__ uint_least64_t; typedef
55 typedef unsigned long int uint_least64_t; typedef
60 typedef unsigned long long int uint_least64_t; typedef
  /src/sys/arch/alpha/include/
int_mwgwtypes.h 52 typedef __COMPILER_UINT64__ uint_least64_t; typedef
55 typedef unsigned long int uint_least64_t; typedef
  /src/sys/arch/hppa/include/
int_mwgwtypes.h 49 typedef __COMPILER_UINT64__ uint_least64_t; typedef
54 typedef unsigned long long int uint_least64_t; typedef
  /src/sys/arch/i386/include/
int_mwgwtypes.h 53 typedef __COMPILER_UINT64__ uint_least64_t; typedef
58 typedef unsigned long long int uint_least64_t; typedef
  /src/sys/arch/ia64/include/
int_mwgwtypes.h 52 typedef __COMPILER_UINT64__ uint_least64_t; typedef
55 typedef unsigned long int uint_least64_t; typedef
  /src/sys/arch/m68k/include/
int_mwgwtypes.h 52 typedef __COMPILER_UINT64__ uint_least64_t; typedef
57 typedef unsigned long long int uint_least64_t; typedef
  /src/sys/arch/sh3/include/
int_mwgwtypes.h 52 typedef __COMPILER_UINT64__ uint_least64_t; typedef
57 typedef unsigned long long int uint_least64_t; typedef
  /src/sys/arch/vax/include/
int_mwgwtypes.h 52 typedef __COMPILER_UINT64__ uint_least64_t; typedef
57 typedef unsigned long long int uint_least64_t; typedef
  /src/sys/arch/sparc/include/
int_mwgwtypes.h 52 typedef __COMPILER_UINT64__ uint_least64_t; typedef
56 typedef unsigned long int uint_least64_t; typedef
61 typedef unsigned long long int uint_least64_t; typedef
  /src/sys/arch/amd64/include/
int_mwgwtypes.h 54 typedef unsigned long int uint_least64_t; typedef
  /src/sys/sys/
common_int_mwgwtypes.h 52 typedef __UINT_LEAST64_TYPE__ uint_least64_t; typedef
  /src/sys/arch/arm/include/
int_mwgwtypes.h 76 typedef __UINT_LEAST64_TYPE__ uint_least64_t; typedef
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
stdint.d 72 alias uint_least64_t = ulong; ///
114 alias uint_least64_t = uint64_t; ///
148 alias uint_least64_t = ulong; ///
194 alias uint_least64_t = ulong; ///
228 alias uint_least64_t = uint64_t; ///
262 alias uint_least64_t = ulong; ///
296 alias uint_least64_t = uint64_t; ///
330 alias uint_least64_t = cpp_ulonglong; ///
364 alias uint_least64_t = ulong; ///
437 enum uint_least64_t UINT_LEAST64_MAX = uint_least64_t.max
    [all...]
  /src/tests/lib/libc/sync/
cpp_atomic_ops_linkable.cc 87 ATest<uint_least64_t>();
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
stdint.h 94 using ::uint_least64_t;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
stdint.h 94 using ::uint_least64_t;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
stdatomic.h 99 typedef _Atomic(uint_least64_t) atomic_uint_least64_t;
  /src/external/bsd/jemalloc/dist/include/msvc_compat/C99/
stdint.h 101 typedef uint64_t uint_least64_t; typedef
  /src/external/bsd/jemalloc.old/dist/include/msvc_compat/C99/
stdint.h 101 typedef uint64_t uint_least64_t; typedef
  /src/external/gpl2/xcvs/dist/lib/
stdint_.h 106 typedef uint64_t uint_least64_t; typedef
  /src/external/mit/libuv/dist/include/uv/
stdint-msvc2008.h 101 typedef uint64_t uint_least64_t; typedef
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
stdint_.h 164 #undef uint_least64_t macro
175 # define uint_least64_t uint64_t macro
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
stdint_.h 164 #undef uint_least64_t macro
175 # define uint_least64_t uint64_t macro
  /src/external/gpl3/gdb/dist/gnulib/import/
stdint.in.h 239 # undef uint_least64_t
250 # define uint_least64_t uint64_t

Completed in 51 milliseconds

1 2 3 4