HomeSort by relevance Sort by last modified time
    Searched refs:stat_t (Results 1 - 5 of 5) sorted by null

  /prebuilts/go/darwin-x86/test/bench/shootout/
k-nucleotide.c 36 typedef struct stat_s stat_t; typedef in typeref:struct:stat_s
43 #define MAX_ELM (8192 / sizeof (stat_t))
58 stat_t *stat;
73 stat = malloc(sizeof (stat_t) * MAX_ELM);
96 const stat_t *left = a;
97 const stat_t *right = b;
105 stat_t *data = value;
115 stat_t *st = data;
150 stat_t *result;
  /prebuilts/go/linux-x86/test/bench/shootout/
k-nucleotide.c 36 typedef struct stat_s stat_t; typedef in typeref:struct:stat_s
43 #define MAX_ELM (8192 / sizeof (stat_t))
58 stat_t *stat;
73 stat = malloc(sizeof (stat_t) * MAX_ELM);
96 const stat_t *left = a;
97 const stat_t *right = b;
105 stat_t *data = value;
115 stat_t *st = data;
150 stat_t *result;
  /system/bt/osi/src/
alarm.c 57 } stat_t; typedef in typeref:struct:__anon73475
67 stat_t callback_execution;
68 stat_t overdue_scheduling;
69 stat_t premature_scheduling;
142 static void update_stat(stat_t *stat, period_ms_t delta)
717 static void dump_stat(int fd, stat_t *stat, const char *description)
  /external/libdrm/
xf86drm.c 53 #define stat_t struct stat macro
179 stat_t st;
310 stat_t st;
    [all...]
  /ndk/sources/host-tools/make-3.81/
read.c     [all...]

Completed in 1328 milliseconds