HomeSort by: relevance | last modified time | path
    Searched defs:next_alloc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
authkeys.c 309 symkey_alloc * next_alloc; local
319 for (alloc = authallocs; alloc != NULL; alloc = next_alloc) {
320 next_alloc = alloc->link;
  /src/external/gpl3/gcc/dist/libgomp/
libgomp.h 281 struct gomp_work_share *next_alloc; member in struct:gomp_work_share_1st_cacheline
345 struct gomp_work_share *next_alloc; member in struct:gomp_work_share
396 [offsetof (struct gomp_work_share_1st_cacheline, next_alloc)
397 == offsetof (struct gomp_work_share, next_alloc) ? 1 : -1];
  /src/external/gpl3/gcc.old/dist/libgomp/
libgomp.h 283 struct gomp_work_share *next_alloc; member in struct:gomp_work_share_1st_cacheline
347 struct gomp_work_share *next_alloc; member in struct:gomp_work_share
398 [offsetof (struct gomp_work_share_1st_cacheline, next_alloc)
399 == offsetof (struct gomp_work_share, next_alloc) ? 1 : -1];

Completed in 18 milliseconds