/third_party/jerryscript/jerry-core/jmem/ |
H A D | jmem-heap.c | 111 region_p->next_offset = JMEM_HEAP_END_OF_LIST; in jmem_heap_init() 114 JERRY_HEAP_CONTEXT (first).next_offset = JMEM_HEAP_GET_OFFSET_FROM_ADDR (region_p); in jmem_heap_init() 170 && JERRY_LIKELY (JERRY_HEAP_CONTEXT (first).next_offset != JMEM_HEAP_END_OF_LIST)) in jmem_heap_alloc() 172 data_space_p = JMEM_HEAP_GET_ADDR_FROM_OFFSET (JERRY_HEAP_CONTEXT (first).next_offset); in jmem_heap_alloc() 185 JERRY_HEAP_CONTEXT (first).next_offset = data_space_p->next_offset; in jmem_heap_alloc() 192 remaining_p = JMEM_HEAP_GET_ADDR_FROM_OFFSET (JERRY_HEAP_CONTEXT (first).next_offset) + 1; in jmem_heap_alloc() 196 remaining_p->next_offset = data_space_p->next_offset; in jmem_heap_alloc() 199 JERRY_HEAP_CONTEXT (first).next_offset in jmem_heap_alloc() 221 const uint32_t next_offset = current_p->next_offset; jmem_heap_alloc() local [all...] |
/third_party/mesa3d/src/nouveau/drm-shim/ |
H A D | nouveau_noop.c | 36 uint64_t next_offset; member 40 .next_offset = 0x1000, 75 assert(ULONG_MAX - nouveau.next_offset > create->info.size); in nouveau_ioctl_gem_new() 81 nouveau.next_offset = align64(nouveau.next_offset, create->align); in nouveau_ioctl_gem_new() 82 create->info.offset = nouveau.next_offset; in nouveau_ioctl_gem_new() 83 nouveau.next_offset += create->info.size; in nouveau_ioctl_gem_new() 132 notify->offset = nouveau.next_offset; in nouveau_ioctl_channel_alloc() 133 nouveau.next_offset += 0x1000; in nouveau_ioctl_channel_alloc()
|
/third_party/elfutils/libdw/ |
H A D | fde.c | 146 Dwarf_Off next_offset; in __libdw_fde_by_offset() local 149 offset, &next_offset, &entry); in __libdw_fde_by_offset() 167 if (cache->next_offset == offset) in __libdw_fde_by_offset() 168 cache->next_offset = next_offset; in __libdw_fde_by_offset() 281 Dwarf_Off last_offset = cache->next_offset; in __libdw_find_fde() 285 last_offset, &cache->next_offset, in __libdw_find_fde() 291 if (cache->next_offset == last_offset) in __libdw_find_fde()
|
H A D | cie.c | 168 Dwarf_Off next_offset = offset; in __libdw_find_cie() 172 offset, &next_offset, &entry); in __libdw_find_cie() 180 if (cache->next_offset == offset) in __libdw_find_cie() 181 cache->next_offset = next_offset; in __libdw_find_cie()
|
H A D | libdw_findcu.c | 232 Dwarf_Off *next_offset in __libdw_findcu() local 241 if (start < *next_offset) in __libdw_findcu() 255 if (start < *next_offset || start == newp->start) in __libdw_findcu()
|
H A D | dwarf_getcfi.c | 68 cfi->next_offset = 0; in dwarf_getcfi()
|
/third_party/mesa3d/src/broadcom/drm-shim/ |
H A D | v3d_noop.c | 45 uint32_t next_offset; member 49 .next_offset = 0x1000, 67 assert(UINT_MAX - v3d.next_offset > create->size); in v3d_ioctl_create_bo() 68 bo->offset = v3d.next_offset; in v3d_ioctl_create_bo() 69 v3d.next_offset += create->size; in v3d_ioctl_create_bo()
|
/third_party/mesa3d/src/util/ |
H A D | sparse_array.c | 221 uint32_t next_offset) in util_sparse_array_free_list_init() 226 fl->next_offset = next_offset; in util_sparse_array_free_list_init() 242 uint32_t *last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push() 247 last_next = (uint32_t *)((char *)last_elem + fl->next_offset); in util_sparse_array_free_list_push() 272 uint32_t *head_next = (uint32_t *)((char *)head_elem + fl->next_offset); in util_sparse_array_free_list_pop_idx() 293 uint32_t *head_next = (uint32_t *)((char *)head_elem + fl->next_offset); in util_sparse_array_free_list_pop_elem() 218 util_sparse_array_free_list_init(struct util_sparse_array_free_list *fl, struct util_sparse_array *arr, uint32_t sentinel, uint32_t next_offset) util_sparse_array_free_list_init() argument
|
H A D | sparse_array.h | 116 uint32_t next_offset; member 122 uint32_t next_offset);
|
/third_party/skia/src/effects/ |
H A D | SkTrimPathEffect.cpp | 28 const auto next_offset = current_segment_offset + measure.getLength(); in add_segments() 30 if (start < next_offset) { in add_segments() 35 if (stop <= next_offset) in add_segments() 40 current_segment_offset = next_offset; in add_segments()
|
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
H A D | vc4_render_cl.c | 46 u32 next_offset; member 51 *(u8 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u8() 52 setup->next_offset += 1; in rcl_u8() 57 *(u16 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u16() 58 setup->next_offset += 2; in rcl_u16() 63 *(u32 *)(setup->rcl->vaddr + setup->next_offset) = val; in rcl_u32() 64 setup->next_offset += 4; in rcl_u32() 370 BUG_ON(setup->next_offset != size); in vc4_create_rcl_bo() 372 exec->ct1ea = setup->rcl->paddr + setup->next_offset; in vc4_create_rcl_bo()
|
/third_party/ltp/testcases/misc/crash/ |
H A D | crash01.c | 296 int next_offset = 0; variable 489 else if ((next_offset == 0) in compute_badboy() 490 || (next_offset > ((nbytes * BLOCK_TRIGGER) / 100))) { in compute_badboy() 493 next_offset = offset + incptr; in compute_badboy() 496 offset = next_offset; in compute_badboy() 497 next_offset = offset + incptr; in compute_badboy()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_suballoc.c | 55 uint32_t offset = ALIGN(suballoc->next_offset, align); in tu_suballoc_bo_alloc() 61 suballoc->next_offset = offset + size; in tu_suballoc_bo_alloc() 98 suballoc->next_offset = size; in tu_suballoc_bo_alloc()
|
H A D | tu_suballoc.h | 27 uint32_t next_offset; member
|
/third_party/node/deps/v8/tools/ignition/ |
H A D | linux_perf_bytecode_annotate.py | 96 def next_offset(): function 99 current_offset = next_offset() 108 current_offset = next_offset()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-builder.h | 127 while (!IsOffsetAMergePoint(iterator_.next_offset())) { in EmitUnconditionalDeopt() 140 merge_states_[iterator_.next_offset()]->MergeDead(); in EmitUnconditionalDeopt() 151 merge_states_[iterator_.next_offset()]->MergeDead(); in EmitUnconditionalDeopt() 156 merge_states_[iterator_.next_offset()]->MergeDead(); in EmitUnconditionalDeopt() 372 int next_offset() const { in next_offset() function in v8::internal::maglev::MaglevGraphBuilder 482 predecessors_[iterator.next_offset()]--; in CalculatePredecessorCounts() 490 predecessors_[iterator.next_offset()]--; in CalculatePredecessorCounts()
|
H A D | maglev-graph-builder.cc | 739 ? FinishBlock<JumpLoop>(next_offset(), {}, &jump_targets_[target]) in VisitJumpLoop() 740 : FinishBlock<JumpLoop>(next_offset(), {}, in VisitJumpLoop() 749 next_offset(), {}, &jump_targets_[iterator_.GetJumpTargetOffset()]); in VisitJump() 751 DCHECK_LT(next_offset(), bytecode().length()); in VisitJump() 796 BasicBlock* block = FinishBlock<BranchIfTrue>(next_offset(), {node}, in BuildBranchIfTrue() 805 next_offset(), {node}, &jump_targets_[true_target], in BuildBranchIfToBooleanTrue() 811 iterator_.GetJumpTargetOffset(), next_offset()); in VisitJumpIfToBooleanTrue() 814 BuildBranchIfToBooleanTrue(GetAccumulatorTaggedValue(), next_offset(), in VisitJumpIfToBooleanFalse() 819 iterator_.GetJumpTargetOffset(), next_offset()); in VisitJumpIfTrue() 822 BuildBranchIfTrue(GetAccumulatorTaggedValue(), next_offset(), in VisitJumpIfFalse() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | lvfdec.c | 40 int64_t next_offset; in lvf_read_header() local 57 next_offset = avio_tell(s->pb) + size; in lvf_read_header() 98 avio_seek(s->pb, next_offset, SEEK_SET); in lvf_read_header()
|
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
H A D | setsockopt08.c | 129 ipt_entry->next_offset = ipt_entry->target_offset + tgt_size; in run() 134 ipt_replace->size = ipt_entry->next_offset; in run()
|
H A D | setsockopt03.c | 63 p.ent.next_offset = NEXT_OFFSET; in run()
|
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-file-writer.cc | 98 uint32_t next_offset = 0; in WriteBuiltin() local 118 next_offset = std::min(next_source_pos_offset, next_label_offset); in WriteBuiltin() 119 WriteBinaryContentsAsInlineAssembly(w, data + i, next_offset - i); in WriteBuiltin() 120 i = next_offset; in WriteBuiltin()
|
/third_party/skia/third_party/externals/brotli/research/ |
H A D | deorummolae.cc | 198 TextIdx next_offset = offset + delta; in DM_generate() local 199 if (next_offset <= offset) { in DM_generate() 204 std::vector<TextChar>(sample_data + offset, sample_data + next_offset)); in DM_generate() 205 offset = next_offset; in DM_generate()
|
/third_party/ffmpeg/libavcodec/ |
H A D | magicyuv.c | 436 uint32_t first_offset, offset, next_offset, header_size, slice_width; in magy_decode_frame() local 609 next_offset = bytestream2_get_le32u(&gb); in magy_decode_frame() 610 if (next_offset <= offset || next_offset >= avpkt->size - header_size) in magy_decode_frame() 613 s->slices[i][j].size = next_offset - offset; in magy_decode_frame() 616 offset = next_offset; in magy_decode_frame()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_info.cpp | 1963 uint64 next_offset = stream.Get_uint32 (); in Parse() local 1976 fTIFFBlockOffset + next_offset, in Parse() 1980 next_offset = fIFD [0]->fNextIFD; in Parse() 1986 while (next_offset) in Parse() 1989 if (next_offset >= stream.Length ()) in Parse() 2010 fTIFFBlockOffset + next_offset, in Parse() 2052 fTIFFBlockOffset + next_offset, in Parse() 2056 next_offset = fChainedIFD [fChainedIFDCount]->fNextIFD; in Parse()
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | gl_XML.py | 51 func.offset = api.next_offset; 52 api.next_offset += 1 866 self.next_offset = 0 918 if func.offset >= self.next_offset: 919 self.next_offset = func.offset + 1
|