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 in typeref:typename:int
  /src/sys/arch/sparc/include/
int_mwgwtypes.h 82 typedef long int int_fast32_t; typedef in typeref:typename:long int
85 typedef int int_fast32_t; typedef in typeref:typename:int
  /src/sys/arch/alpha/include/
int_mwgwtypes.h 63 typedef int int_fast32_t; typedef in typeref:typename:int
  /src/sys/arch/hppa/include/
int_mwgwtypes.h 63 typedef int int_fast32_t; typedef in typeref:typename:int
  /src/sys/arch/i386/include/
int_mwgwtypes.h 67 typedef int int_fast32_t; typedef in typeref:typename:int
  /src/sys/arch/ia64/include/
int_mwgwtypes.h 63 typedef int int_fast32_t; typedef in typeref:typename:int
  /src/sys/arch/m68k/include/
int_mwgwtypes.h 66 typedef int int_fast32_t; typedef in typeref:typename:int
  /src/sys/arch/sh3/include/
int_mwgwtypes.h 65 typedef int int_fast32_t; typedef in typeref:typename:int
  /src/sys/arch/vax/include/
int_mwgwtypes.h 66 typedef int int_fast32_t; typedef in typeref:typename:int
  /src/sys/arch/mips/include/
int_mwgwtypes.h 68 typedef int int_fast32_t; typedef in typeref:typename:int
  /src/sys/arch/powerpc/include/
int_mwgwtypes.h 68 typedef int int_fast32_t; typedef in typeref:typename:int
  /src/sys/sys/
common_int_mwgwtypes.h 59 typedef __INT_FAST32_TYPE__ int_fast32_t; typedef in typeref:typename:__INT_FAST32_TYPE__
  /src/sys/arch/arm/include/
int_mwgwtypes.h 109 typedef __INT_FAST32_TYPE__ int_fast32_t; typedef in typeref:typename:__INT_FAST32_TYPE__
  /src/include/
tzfile.h 133 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
  /src/lib/libc/time/
localtime.c 232 int_fast32_t ls_corr; /* correction to apply */
277 int_fast32_t r_time; /* transition time of rule */
280 static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t,
283 static bool increment_overflow_time(__time_t *, int_fast32_t);
284 static int_fast32_t leapcorr(struct state const *, __time_t);
285 static struct tm *timesub(time_t const *, int_fast32_t, struct state const *,
363 init_ttinfo(struct ttinfo *s, int_fast32_t utoff, bool isdst,
382 static int_fast32_t
385 register int_fast32_t result;
387 int_fast32_t one = 1
    [all...]
private.h 402 typedef long int_fast32_t; typedef in typeref:typename:long
406 typedef int int_fast32_t; typedef in typeref:typename:int
413 typedef int_fast32_t int_least32_t;
1061 #define SECSPERDAY ((int_fast32_t) SECSPERHOUR * HOURSPERDAY)
1063 #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 17 milliseconds