| /src/external/bsd/nsd/dist/ |
| region-allocator.h | 15 typedef struct region region_type; typedef in typeref:struct:region 41 region_type *region_create(void *(*allocator)(size_t), 54 region_type *region_create_custom(void *(*allocator)(size_t), 66 void region_destroy(region_type *region); 75 size_t region_add_cleanup(region_type *region, 82 void region_remove_cleanup(region_type *region, 89 void *region_alloc(region_type *region, size_t size); 92 void *region_alloc_array(region_type *region, size_t num, size_t size); 99 void *region_alloc_init(region_type *region, const void *init, size_t size); 105 void *region_alloc_array_init(region_type *region, const void *init [all...] |
| /src/sys/arch/ia64/unwind/ |
| stackframe.c | 40 bool region_type = false; /* Prologue */ local 73 region_type = strc[rec_cnt].udesc.R1.r; 83 region_type = false; 92 region_type = strc[rec_cnt].udesc.R3.r; 98 if (region_type == false) {
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimplify.cc | 252 enum omp_region_type region_type; member in struct:gimplify_omp_ctx 472 new_omp_context (enum omp_region_type region_type) 481 c->region_type = region_type; 482 if ((region_type & ORT_TASK) == 0) 825 && (ctx->region_type == ORT_WORKSHARE 826 || ctx->region_type == ORT_TASKGROUP 827 || ctx->region_type == ORT_SIMD 828 || ctx->region_type == ORT_ACC)) 830 if (ctx->region_type == ORT_SIM [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimplify.cc | 232 enum omp_region_type region_type; member in struct:gimplify_omp_ctx 452 new_omp_context (enum omp_region_type region_type) 461 c->region_type = region_type; 462 if ((region_type & ORT_TASK) == 0) 794 && (ctx->region_type == ORT_WORKSHARE 795 || ctx->region_type == ORT_TASKGROUP 796 || ctx->region_type == ORT_SIMD 797 || ctx->region_type == ORT_ACC)) 799 if (ctx->region_type == ORT_SIM [all...] |