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

  /src/sys/arch/amd64/include/
int_mwgwtypes.h 61 typedef int int_fast32_t; typedef
  /src/sys/arch/sparc/include/
int_mwgwtypes.h 82 typedef long int int_fast32_t; typedef
85 typedef int int_fast32_t; typedef
  /src/sys/arch/alpha/include/
int_mwgwtypes.h 63 typedef int int_fast32_t; typedef
  /src/sys/arch/hppa/include/
int_mwgwtypes.h 63 typedef int int_fast32_t; typedef
  /src/sys/arch/i386/include/
int_mwgwtypes.h 67 typedef int int_fast32_t; typedef
  /src/sys/arch/ia64/include/
int_mwgwtypes.h 63 typedef int int_fast32_t; typedef
  /src/sys/arch/m68k/include/
int_mwgwtypes.h 66 typedef int int_fast32_t; typedef
  /src/sys/arch/sh3/include/
int_mwgwtypes.h 65 typedef int int_fast32_t; typedef
  /src/sys/arch/vax/include/
int_mwgwtypes.h 66 typedef int int_fast32_t; typedef
  /src/sys/arch/mips/include/
int_mwgwtypes.h 68 typedef int int_fast32_t; typedef
  /src/sys/arch/powerpc/include/
int_mwgwtypes.h 68 typedef int int_fast32_t; typedef
  /src/sys/sys/
common_int_mwgwtypes.h 59 typedef __INT_FAST32_TYPE__ int_fast32_t; typedef
  /src/include/
tzfile.h 137 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
  /src/sys/arch/arm/include/
int_mwgwtypes.h 109 typedef __INT_FAST32_TYPE__ int_fast32_t; typedef
  /src/lib/libc/time/
localtime.c 557 int_fast32_t ls_corr; /* correction to apply */
601 int_fast32_t r_time; /* transition time of rule */
604 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t,
607 static bool increment_overflow_time(__time_t *, int_fast32_t);
608 static int_fast32_t leapcorr(struct state const *, __time_t);
609 static struct tm *timesub(time_t const *, int_fast32_t, struct state const *,
692 init_ttinfo(struct ttinfo *s, int_fast32_t utoff, bool isdst,
711 static int_fast32_t
714 register int_fast32_t result;
716 int_fast32_t one = 1
    [all...]
private.h 428 typedef long int_fast32_t; typedef
432 typedef int int_fast32_t; typedef
439 typedef int_fast32_t int_least32_t;
1118 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
1120 #define DAYSPERREPEAT ((int_fast32_t) 400 * 365 + 100 - 4 + 1)
  /src/tests/lib/libc/sync/
cpp_atomic_ops_linkable.cc 93 ATest<int_fast32_t>();
  /src/tests/include/
t_inttypes.c 50 int_fast32_t if32 = 0;

Completed in 45 milliseconds