| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
| H A D | sarray.h | 85 unsigned int eoffset : SIZET_BITS / 4; member 91 unsigned int eoffset : BUCKET_BITS; 95 unsigned int eoffset : SIZET_BITS / 2; 172 return x.off.eoffset in soffset_decode() 176 return x.off.eoffset + (x.off.boffset * BUCKET_SIZE); in soffset_decode() 184 x.off.eoffset = offset % BUCKET_SIZE; in soffset_encode() 219 elems[x.off.eoffset]; in sarray_get() 221 return array->buckets[x.off.boffset]->elems[x.off.eoffset]; in sarray_get()
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/ |
| H A D | sarray.h | 85 unsigned int eoffset : SIZET_BITS / 4; member 91 unsigned int eoffset : BUCKET_BITS; 95 unsigned int eoffset : SIZET_BITS / 2; 172 return x.off.eoffset in soffset_decode() 176 return x.off.eoffset + (x.off.boffset * BUCKET_SIZE); in soffset_decode() 184 x.off.eoffset = offset % BUCKET_SIZE; in soffset_encode() 219 elems[x.off.eoffset]; in sarray_get() 221 return array->buckets[x.off.boffset]->elems[x.off.eoffset]; in sarray_get()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_sa.c | 144 return list_entry(hole, struct amdgpu_sa_bo, olist)->eoffset; in amdgpu_sa_bo_hole_soffset() 163 unsigned soffset, eoffset, wasted; in amdgpu_sa_bo_try_alloc() local 166 eoffset = amdgpu_sa_bo_hole_eoffset(sa_manager); in amdgpu_sa_bo_try_alloc() 169 if ((eoffset - soffset) >= (size + wasted)) { in amdgpu_sa_bo_try_alloc() 174 sa_bo->eoffset = soffset + size; in amdgpu_sa_bo_try_alloc() 196 unsigned soffset, eoffset, wasted; in amdgpu_sa_event() local 204 eoffset = amdgpu_sa_bo_hole_eoffset(sa_manager); in amdgpu_sa_event() 207 if ((eoffset - soffset) >= (size + wasted)) { in amdgpu_sa_event() 388 uint64_t eoffset = i->eoffset + sa_manager->gpu_addr; in amdgpu_sa_bo_dump_debug_info() local 395 soffset, eoffset, eoffset - soffset); in amdgpu_sa_bo_dump_debug_info()
|
| H A D | amdgpu_trace.h | 298 __field(u64, eoffset) 304 __entry->eoffset = mapping->last + 1; 308 __entry->soffset, __entry->eoffset, __entry->flags)
|
| H A D | amdgpu.h | 395 unsigned eoffset; member
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | radeon_sa.c | 189 return list_entry(hole, struct radeon_sa_bo, olist)->eoffset; in radeon_sa_bo_hole_soffset() 208 unsigned soffset, eoffset, wasted; in radeon_sa_bo_try_alloc() local 211 eoffset = radeon_sa_bo_hole_eoffset(sa_manager); in radeon_sa_bo_try_alloc() 214 if ((eoffset - soffset) >= (size + wasted)) { in radeon_sa_bo_try_alloc() 219 sa_bo->eoffset = soffset + size; in radeon_sa_bo_try_alloc() 241 unsigned soffset, eoffset, wasted; in radeon_sa_event() local 251 eoffset = radeon_sa_bo_hole_eoffset(sa_manager); in radeon_sa_event() 254 if ((eoffset - soffset) >= (size + wasted)) { in radeon_sa_event() 456 uint64_t eoffset = i->eoffset + sa_manager->gpu_addr; in radeon_sa_bo_dump_debug_info() local 463 soffset, eoffset, eoffset - soffset); in radeon_sa_bo_dump_debug_info()
|
| H A D | radeon_vm.c | 461 uint64_t eoffset; in radeon_vm_bo_set_addr() local 466 eoffset = soffset + size - 1; in radeon_vm_bo_set_addr() 467 if (soffset >= eoffset) { in radeon_vm_bo_set_addr() 472 last_pfn = eoffset / RADEON_GPU_PAGE_SIZE; in radeon_vm_bo_set_addr() 481 eoffset = last_pfn = 0; in radeon_vm_bo_set_addr() 486 eoffset /= RADEON_GPU_PAGE_SIZE; in radeon_vm_bo_set_addr() 487 if (soffset || eoffset) { in radeon_vm_bo_set_addr() 489 it = interval_tree_iter_first(&vm->va, soffset, eoffset); in radeon_vm_bo_set_addr() 526 if (soffset || eoffset) { in radeon_vm_bo_set_addr() 529 bo_va->it.last = eoffset; in radeon_vm_bo_set_addr() [all …]
|
| H A D | radeon_trace.h | 72 __field(u64, eoffset) 78 __entry->eoffset = bo_va->it.last + 1; 82 __entry->soffset, __entry->eoffset, __entry->flags)
|
| H A D | radeon.h | 588 unsigned eoffset; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
| H A D | sarray.c | 111 size_t eoffset; in sarray_at_put() local 119 eoffset = xx.off.eoffset; in sarray_at_put() 124 eoffset = index%BUCKET_SIZE; in sarray_at_put() 127 eoffset = index%BUCKET_SIZE; in sarray_at_put() 140 if ((*the_bucket)->elems[eoffset] == element) in sarray_at_put() 198 (*the_bucket)->elems[eoffset] = element; in sarray_at_put()
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/ |
| H A D | sarray.c | 111 size_t eoffset; in sarray_at_put() local 119 eoffset = xx.off.eoffset; in sarray_at_put() 124 eoffset = index%BUCKET_SIZE; in sarray_at_put() 127 eoffset = index%BUCKET_SIZE; in sarray_at_put() 140 if ((*the_bucket)->elems[eoffset] == element) in sarray_at_put() 198 (*the_bucket)->elems[eoffset] = element; in sarray_at_put()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | sshsig.c | 93 size_t eoffset = 0; in sshsig_dearmor() local 114 eoffset = 2; in sshsig_dearmor() 116 eoffset = 1; in sshsig_dearmor() 122 if ((r = sshbuf_consume(sbuf, eoffset)) != 0) { in sshsig_dearmor() 128 sizeof(END_SIGNATURE), &eoffset)) != 0) { in sshsig_dearmor() 132 if ((r = sshbuf_consume_end(sbuf, sshbuf_len(sbuf)-eoffset)) != 0) { in sshsig_dearmor()
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | softmagic.c | 1545 ms->eoffset = ms->offset = CAST(int32_t, b->elen - m->offset); in msetoffset() 1553 ms->eoffset = 0; in msetoffset() 1555 ms->offset = ms->eoffset + offset; in msetoffset() 1597 uint32_t eoffset, offset = ms->offset; in mget() local 1956 eoffset = ms->eoffset; in mget() 1970 ms->eoffset = eoffset; in mget()
|
| H A D | file.h | 467 uint32_t eoffset; /* offset from end of file */ member
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-bfin.c | 1292 int soffset, eoffset; in bfin_gen_loopsetup() local 1297 eoffset = (EXPR_VALUE (peoffset) >> 1); in bfin_gen_loopsetup() 1298 ASSIGN (eoffset); in bfin_gen_loopsetup()
|
| H A D | bfin-parse.y | 127 #define LOOPSETUP(soffset, c, rop, eoffset, reg) \ argument 128 bfin_gen_loopsetup (soffset, c, rop, eoffset, reg)
|
| H A D | bfin-parse.c | 178 #define LOOPSETUP(soffset, c, rop, eoffset, reg) \ argument 179 bfin_gen_loopsetup (soffset, c, rop, eoffset, reg)
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-bfin.c | 1281 int soffset, eoffset; in bfin_gen_loopsetup() local 1286 eoffset = (EXPR_VALUE (peoffset) >> 1); in bfin_gen_loopsetup() 1287 ASSIGN (eoffset); in bfin_gen_loopsetup()
|
| H A D | bfin-parse.y | 127 #define LOOPSETUP(soffset, c, rop, eoffset, reg) \ argument 128 bfin_gen_loopsetup (soffset, c, rop, eoffset, reg)
|
| H A D | bfin-parse.c | 178 #define LOOPSETUP(soffset, c, rop, eoffset, reg) \ argument 179 bfin_gen_loopsetup (soffset, c, rop, eoffset, reg)
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | bfin-dis.c | 2573 int eoffset = ((iw1 >> LoopSetup_eoffset_bits) & LoopSetup_eoffset_mask); in decode_LoopSetup_0() local 2587 OUTS (outf, lppcrel10 (eoffset)); in decode_LoopSetup_0() 2597 OUTS (outf, lppcrel10 (eoffset)); in decode_LoopSetup_0() 2609 OUTS (outf, lppcrel10 (eoffset)); in decode_LoopSetup_0()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | bfin-dis.c | 2573 int eoffset = ((iw1 >> LoopSetup_eoffset_bits) & LoopSetup_eoffset_mask); in decode_LoopSetup_0() local 2587 OUTS (outf, lppcrel10 (eoffset)); in decode_LoopSetup_0() 2597 OUTS (outf, lppcrel10 (eoffset)); in decode_LoopSetup_0() 2609 OUTS (outf, lppcrel10 (eoffset)); in decode_LoopSetup_0()
|