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

  /src/sys/arch/amd64/include/
int_mwgwtypes.h 51 typedef int int_least32_t; typedef in typeref:typename:int
  /src/sys/arch/alpha/include/
int_mwgwtypes.h 48 typedef int int_least32_t; typedef in typeref:typename:int
  /src/sys/arch/hppa/include/
int_mwgwtypes.h 45 typedef int int_least32_t; typedef in typeref:typename:int
  /src/sys/arch/i386/include/
int_mwgwtypes.h 49 typedef int int_least32_t; typedef in typeref:typename:int
  /src/sys/arch/ia64/include/
int_mwgwtypes.h 48 typedef int int_least32_t; typedef in typeref:typename:int
  /src/sys/arch/m68k/include/
int_mwgwtypes.h 48 typedef int int_least32_t; typedef in typeref:typename:int
  /src/sys/arch/sh3/include/
int_mwgwtypes.h 48 typedef int int_least32_t; typedef in typeref:typename:int
  /src/sys/arch/vax/include/
int_mwgwtypes.h 48 typedef int int_least32_t; typedef in typeref:typename:int
  /src/sys/arch/mips/include/
int_mwgwtypes.h 48 typedef int int_least32_t; typedef in typeref:typename:int
  /src/sys/arch/powerpc/include/
int_mwgwtypes.h 48 typedef int int_least32_t; typedef in typeref:typename:int
  /src/sys/sys/
common_int_mwgwtypes.h 49 typedef __INT_LEAST32_TYPE__ int_least32_t; typedef in typeref:typename:__INT_LEAST32_TYPE__
  /src/sys/arch/arm/include/
int_mwgwtypes.h 73 typedef __INT_LEAST32_TYPE__ int_least32_t; typedef in typeref:typename:__INT_LEAST32_TYPE__
  /src/sys/arch/sparc/include/
int_mwgwtypes.h 48 typedef int int_least32_t; typedef in typeref:typename:int
  /src/tests/lib/libc/sync/
cpp_atomic_ops_linkable.cc 83 ATest<int_least32_t>();
  /src/bin/ksh/
sh.h 162 typedef int_least32_t Tflag;
466 typedef int_least32_t Coproc_id; /* something that won't (realisticly) wrap */
jobs.c 140 int_least32_t age; /* number of jobs started */
181 static int_least32_t njobs; /* # of jobs started */
  /src/tests/include/
t_inttypes.c 46 int_least32_t il32 = 0;
  /src/lib/libc/time/
Makefile 136 TIME_T_ALTERNATIVES_TAIL = int_least32_t.ck uint_least32_t.ck \
private.h 413 typedef int_fast32_t int_least32_t; typedef in typeref:typename:int_fast32_t
localtime.c 223 int_least32_t tt_utoff; /* UT offset in seconds */
366 s->tt_utoff = (int_least32_t)utoff;
769 ttisp->tt_utoff = (int_least32_t)detzcode(p);

Completed in 56 milliseconds