| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| bitmap.h | 195 size_t goff; local 199 goff = bit >> LG_BITMAP_GROUP_NBITS; 200 g = bitmap[goff]; 206 size_t goff; local 212 goff = bit >> LG_BITMAP_GROUP_NBITS; 213 gp = &bitmap[goff]; 224 bit = goff; 225 goff = bit >> LG_BITMAP_GROUP_NBITS; 226 gp = &bitmap[binfo->levels[i].group_offset + goff]; 331 size_t goff; local [all...] |
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| bitmap.h | 195 size_t goff; local 199 goff = bit >> LG_BITMAP_GROUP_NBITS; 200 g = bitmap[goff]; 206 size_t goff; local 212 goff = bit >> LG_BITMAP_GROUP_NBITS; 213 gp = &bitmap[goff]; 224 bit = goff; 225 goff = bit >> LG_BITMAP_GROUP_NBITS; 226 gp = &bitmap[binfo->levels[i].group_offset + goff]; 331 size_t goff; local [all...] |
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| bitmap.h | 196 size_t goff; local 200 goff = bit >> LG_BITMAP_GROUP_NBITS; 201 g = bitmap[goff]; 207 size_t goff; local 213 goff = bit >> LG_BITMAP_GROUP_NBITS; 214 gp = &bitmap[goff]; 225 bit = goff; 226 goff = bit >> LG_BITMAP_GROUP_NBITS; 227 gp = &bitmap[binfo->levels[i].group_offset + goff]; 332 size_t goff; local [all...] |
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| bitmap.h | 196 size_t goff; local 200 goff = bit >> LG_BITMAP_GROUP_NBITS; 201 g = bitmap[goff]; 207 size_t goff; local 213 goff = bit >> LG_BITMAP_GROUP_NBITS; 214 gp = &bitmap[goff]; 225 bit = goff; 226 goff = bit >> LG_BITMAP_GROUP_NBITS; 227 gp = &bitmap[binfo->levels[i].group_offset + goff]; 332 size_t goff; local [all...] |
| /src/sys/arch/xen/xen/ |
| xennetback_xenbus.c | 685 size_t goff = 0, segoff = 0, gsize, take; local 701 goff = segoff = 0; 705 goff = 0; 726 gop->source.offset = xst->xs_tx.offset + goff; 734 goff += take; 744 KASSERT(goff == xst->xs_tx_size); 1079 size_t goff, segoff, segsize, take, totsize; local 1088 goff = 0; 1114 take = uimin(PAGE_SIZE - goff, segsize - segoff); 1125 gop->dest.offset = goff; [all...] |
| /src/usr.sbin/npf/npfctl/ |
| npf_bpf_comp.c | 157 unsigned goff; member in struct:npf_bpf 339 assert(ctx->goff == 0); 342 ctx->goff = bp->bf_len; 366 ctx->goff = ctx->gblock = 0; 395 fixup_jumps(ctx, ctx->goff, curoff, true); 396 ctx->goff = ctx->gblock = 0;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| nds32-tdep.c | 1427 int goff = 0; /* Current gpr offset for argument. */ 1448 goff++; 1568 goff = align_up (goff, align >> 2); 1570 if (len <= (REND - goff) * 4) 1578 NDS32_R0_REGNUM + goff, 1582 goff++; 1589 while (goff < REND) 1594 NDS32_R0_REGNUM + goff, 1598 goff++ 1422 int goff = 0; \/* Current gpr offset for argument. *\/ local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| nds32-tdep.c | 1427 int goff = 0; /* Current gpr offset for argument. */ 1448 goff++; 1568 goff = align_up (goff, align >> 2); 1570 if (len <= (REND - goff) * 4) 1578 NDS32_R0_REGNUM + goff, 1582 goff++; 1589 while (goff < REND) 1594 NDS32_R0_REGNUM + goff, 1598 goff++ 1422 int goff = 0; \/* Current gpr offset for argument. *\/ local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| mips.cc | 6865 tree ovfl, gtop, ftop, goff, foff; 6889 goff = build3 (COMPONENT_REF, TREE_TYPE (f_goff), valist, f_goff, 6919 /* Emit code to initialize GOFF, the offset from GTOP of the 6921 t = build2 (MODIFY_EXPR, TREE_TYPE (goff), goff, 6922 build_int_cst (TREE_TYPE (goff), gpr_save_area_size)); 6834 tree ovfl, gtop, ftop, goff, foff; local
|
| /src/external/gpl3/gcc/dist/gcc/config/mips/ |
| mips.cc | 7022 tree ovfl, gtop, ftop, goff, foff; 7046 goff = build3 (COMPONENT_REF, TREE_TYPE (f_goff), valist, f_goff, 7076 /* Emit code to initialize GOFF, the offset from GTOP of the 7078 t = build2 (MODIFY_EXPR, TREE_TYPE (goff), goff, 7079 build_int_cst (TREE_TYPE (goff), gpr_save_area_size)); 6991 tree ovfl, gtop, ftop, goff, foff; local
|