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

1 2 3 4 5

  /src/sys/arch/amd64/include/
int_mwgwtypes.h 51 typedef int int_least32_t; typedef
  /src/sys/arch/alpha/include/
int_mwgwtypes.h 48 typedef int int_least32_t; typedef
  /src/sys/arch/hppa/include/
int_mwgwtypes.h 45 typedef int int_least32_t; typedef
  /src/sys/arch/i386/include/
int_mwgwtypes.h 49 typedef int int_least32_t; typedef
  /src/sys/arch/ia64/include/
int_mwgwtypes.h 48 typedef int int_least32_t; typedef
  /src/sys/arch/m68k/include/
int_mwgwtypes.h 48 typedef int int_least32_t; typedef
  /src/sys/arch/sh3/include/
int_mwgwtypes.h 48 typedef int int_least32_t; typedef
  /src/sys/arch/vax/include/
int_mwgwtypes.h 48 typedef int int_least32_t; typedef
  /src/sys/arch/mips/include/
int_mwgwtypes.h 48 typedef int int_least32_t; typedef
  /src/sys/arch/powerpc/include/
int_mwgwtypes.h 48 typedef int int_least32_t; typedef
  /src/sys/sys/
common_int_mwgwtypes.h 49 typedef __INT_LEAST32_TYPE__ int_least32_t; typedef
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
DebugServices.h 620 int_least32_t localErr; \
622 localErr = (int_least32_t)( ERR ); \
655 int_least32_t localErr; \
657 localErr = (int_least32_t)( ERR ); \
686 int_least32_t localErr; \
688 localErr = (int_least32_t)( ERRNO ); \
689 localErr = ( localErr != 0 ) ? localErr : (int_least32_t)( ALTERNATE_ERROR ); \
816 int_least32_t localErr; \
818 localErr = (int_least32_t)( ERR ); \
847 int_least32_t localErr;
    [all...]
  /src/sys/arch/arm/include/
int_mwgwtypes.h 73 typedef __INT_LEAST32_TYPE__ int_least32_t; typedef
  /src/sys/arch/sparc/include/
int_mwgwtypes.h 48 typedef int int_least32_t; typedef
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
stdint.d 69 alias int_least32_t = int32_t; ///
111 alias int_least32_t = int; ///
145 alias int_least32_t = int; ///
191 alias int_least32_t = int; ///
225 alias int_least32_t = int32_t; ///
259 alias int_least32_t = int; ///
293 alias int_least32_t = int32_t; ///
327 alias int_least32_t = int; ///
361 alias int_least32_t = int; ///
422 enum int_least32_t INT_LEAST32_MIN = int_least32_t.min
    [all...]
  /src/tests/lib/libc/sync/
cpp_atomic_ops_linkable.cc 83 ATest<int_least32_t>();
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
stdint.h 75 using ::int_least32_t;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
stdint.h 75 using ::int_least32_t;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
stdatomic.h 96 typedef _Atomic(int_least32_t) atomic_int_least32_t;
  /src/external/bsd/jemalloc/dist/include/msvc_compat/C99/
stdint.h 96 typedef int32_t int_least32_t; typedef
  /src/external/bsd/jemalloc.old/dist/include/msvc_compat/C99/
stdint.h 96 typedef int32_t int_least32_t; typedef
  /src/external/gpl2/xcvs/dist/lib/
stdint_.h 102 typedef int32_t int_least32_t; typedef
  /src/external/mit/libuv/dist/include/uv/
stdint-msvc2008.h 96 typedef int32_t int_least32_t; typedef
  /src/bin/ksh/
sh.h 162 typedef int_least32_t Tflag;
466 typedef int_least32_t Coproc_id; /* something that won't (realisticly) wrap */
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
stdint_.h 161 #undef int_least32_t macro
169 #define int_least32_t int32_t macro

Completed in 42 milliseconds

1 2 3 4 5