| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_sa.c | 144 return list_entry(hole, struct amdgpu_sa_bo, olist)->eoffset; 163 unsigned soffset, eoffset, wasted; local 166 eoffset = amdgpu_sa_bo_hole_eoffset(sa_manager); 169 if ((eoffset - soffset) >= (size + wasted)) { 174 sa_bo->eoffset = soffset + size; 196 unsigned soffset, eoffset, wasted; local 204 eoffset = amdgpu_sa_bo_hole_eoffset(sa_manager); 207 if ((eoffset - soffset) >= (size + wasted)) { 388 uint64_t eoffset = i->eoffset + sa_manager->gpu_addr local [all...] |
| amdgpu.h | 399 unsigned eoffset; member in struct:amdgpu_sa_bo
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_sa.c | 189 return list_entry(hole, struct radeon_sa_bo, olist)->eoffset; 208 unsigned soffset, eoffset, wasted; local 211 eoffset = radeon_sa_bo_hole_eoffset(sa_manager); 214 if ((eoffset - soffset) >= (size + wasted)) { 219 sa_bo->eoffset = soffset + size; 241 unsigned soffset, eoffset, wasted; local 251 eoffset = radeon_sa_bo_hole_eoffset(sa_manager); 254 if ((eoffset - soffset) >= (size + wasted)) { 456 uint64_t eoffset = i->eoffset + sa_manager->gpu_addr local [all...] |
| radeon_vm.c | 461 uint64_t eoffset; local 466 eoffset = soffset + size - 1; 467 if (soffset >= eoffset) { 472 last_pfn = eoffset / RADEON_GPU_PAGE_SIZE; 481 eoffset = last_pfn = 0; 486 eoffset /= RADEON_GPU_PAGE_SIZE; 487 if (soffset || eoffset) { 489 it = interval_tree_iter_first(&vm->va, soffset, eoffset); 526 if (soffset || eoffset) { 529 bo_va->it.last = eoffset; [all...] |
| radeon.h | 588 unsigned eoffset; member in struct:radeon_sa_bo
|
| /src/external/gpl3/gcc/dist/libobjc/objc-private/ |
| sarray.h | 85 unsigned int eoffset : SIZET_BITS / 4; member in struct:soffset 91 unsigned int eoffset : BUCKET_BITS; 95 unsigned int eoffset : SIZET_BITS / 2; 173 return x.off.eoffset 177 return x.off.eoffset + (x.off.boffset * BUCKET_SIZE); 185 x.off.eoffset = offset % BUCKET_SIZE; 220 elems[x.off.eoffset]; 222 return array->buckets[x.off.boffset]->elems[x.off.eoffset];
|
| /src/external/gpl3/gcc/dist/libobjc/ |
| sarray.c | 111 size_t eoffset; local 119 eoffset = xx.off.eoffset; 124 eoffset = index%BUCKET_SIZE; 127 eoffset = index%BUCKET_SIZE; 140 if ((*the_bucket)->elems[eoffset] == element) 198 (*the_bucket)->elems[eoffset] = element;
|
| /src/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
| sarray.h | 85 unsigned int eoffset : SIZET_BITS / 4; member in struct:soffset 91 unsigned int eoffset : BUCKET_BITS; 95 unsigned int eoffset : SIZET_BITS / 2; 173 return x.off.eoffset 177 return x.off.eoffset + (x.off.boffset * BUCKET_SIZE); 185 x.off.eoffset = offset % BUCKET_SIZE; 220 elems[x.off.eoffset]; 222 return array->buckets[x.off.boffset]->elems[x.off.eoffset];
|
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| sarray.c | 111 size_t eoffset; local 119 eoffset = xx.off.eoffset; 124 eoffset = index%BUCKET_SIZE; 127 eoffset = index%BUCKET_SIZE; 140 if ((*the_bucket)->elems[eoffset] == element) 198 (*the_bucket)->elems[eoffset] = element;
|
| /src/crypto/external/bsd/openssh/dist/ |
| sshsig.c | 93 size_t eoffset = 0; local 114 eoffset = 2; 116 eoffset = 1; 122 if ((r = sshbuf_consume(sbuf, eoffset)) != 0) { 128 sizeof(END_SIGNATURE), &eoffset)) != 0) { 132 if ((r = sshbuf_consume_end(sbuf, sshbuf_len(sbuf)-eoffset)) != 0) {
|
| /src/external/bsd/file/dist/src/ |
| softmagic.c | 1545 ms->eoffset = ms->offset = CAST(int32_t, b->elen - m->offset); 1553 ms->eoffset = 0; 1555 ms->offset = ms->eoffset + offset; 1597 uint32_t eoffset, offset = ms->offset; local 1956 eoffset = ms->eoffset; 1970 ms->eoffset = eoffset;
|
| file.h | 467 uint32_t eoffset; /* offset from end of file */ member in struct:magic_set
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-bfin.c | 1279 int soffset, eoffset; 1284 eoffset = (EXPR_VALUE (peoffset) >> 1); 1285 ASSIGN (eoffset); 1278 int soffset, eoffset; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-bfin.c | 1279 int soffset, eoffset; 1284 eoffset = (EXPR_VALUE (peoffset) >> 1); 1285 ASSIGN (eoffset); 1278 int soffset, eoffset; local
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| bfin-dis.c | 2567 |.reg...........| - | - |.eoffset...............................| 2573 int eoffset = ((iw1 >> LoopSetup_eoffset_bits) & LoopSetup_eoffset_mask); local 2587 OUTS (outf, lppcrel10 (eoffset)); 2597 OUTS (outf, lppcrel10 (eoffset)); 2609 OUTS (outf, lppcrel10 (eoffset));
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| bfin-dis.c | 2567 |.reg...........| - | - |.eoffset...............................| 2573 int eoffset = ((iw1 >> LoopSetup_eoffset_bits) & LoopSetup_eoffset_mask); local 2587 OUTS (outf, lppcrel10 (eoffset)); 2597 OUTS (outf, lppcrel10 (eoffset)); 2609 OUTS (outf, lppcrel10 (eoffset));
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| bfin-dis.c | 2567 |.reg...........| - | - |.eoffset...............................| 2573 int eoffset = ((iw1 >> LoopSetup_eoffset_bits) & LoopSetup_eoffset_mask); local 2587 OUTS (outf, lppcrel10 (eoffset)); 2597 OUTS (outf, lppcrel10 (eoffset)); 2609 OUTS (outf, lppcrel10 (eoffset));
|
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| bfin-sim.c | 3507 |.reg...........| - | - |.eoffset...............................| 3513 int eoffset = ((iw1 >> LoopSetup_eoffset_bits) & LoopSetup_eoffset_mask); local 3515 int epcrel = lppcrel10 (eoffset); 3518 TRACE_EXTRACT (cpu, "%s: rop:%i c:%i soffset:%i reg:%i eoffset:%i", 3519 __func__, rop, c, soffset, reg, eoffset);
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| bfin-dis.c | 2567 |.reg...........| - | - |.eoffset...............................| 2573 int eoffset = ((iw1 >> LoopSetup_eoffset_bits) & LoopSetup_eoffset_mask); local 2587 OUTS (outf, lppcrel10 (eoffset)); 2597 OUTS (outf, lppcrel10 (eoffset)); 2609 OUTS (outf, lppcrel10 (eoffset));
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| bfin-sim.c | 3507 |.reg...........| - | - |.eoffset...............................| 3513 int eoffset = ((iw1 >> LoopSetup_eoffset_bits) & LoopSetup_eoffset_mask); local 3515 int epcrel = lppcrel10 (eoffset); 3518 TRACE_EXTRACT (cpu, "%s: rop:%i c:%i soffset:%i reg:%i eoffset:%i", 3519 __func__, rop, c, soffset, reg, eoffset);
|