Home
last modified time | relevance | path

Searched refs:next_offset (Results 1 - 25 of 49) sorted by relevance

12

/third_party/jerryscript/jerry-core/jmem/
H A Djmem-heap.c111 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 Dnouveau_noop.c36 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 Dfde.c146 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 Dcie.c168 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 Dlibdw_findcu.c232 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 Ddwarf_getcfi.c68 cfi->next_offset = 0; in dwarf_getcfi()
/third_party/mesa3d/src/broadcom/drm-shim/
H A Dv3d_noop.c45 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 Dsparse_array.c221 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 Dsparse_array.h116 uint32_t next_offset; member
122 uint32_t next_offset);
/third_party/skia/src/effects/
H A DSkTrimPathEffect.cpp28 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 Dvc4_render_cl.c46 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 Dcrash01.c296 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 Dtu_suballoc.c55 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 Dtu_suballoc.h27 uint32_t next_offset; member
/third_party/node/deps/v8/tools/ignition/
H A Dlinux_perf_bytecode_annotate.py96 def next_offset(): function
99 current_offset = next_offset()
108 current_offset = next_offset()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.h127 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 Dmaglev-graph-builder.cc739 ? 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 Dlvfdec.c40 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 Dsetsockopt08.c129 ipt_entry->next_offset = ipt_entry->target_offset + tgt_size; in run()
134 ipt_replace->size = ipt_entry->next_offset; in run()
H A Dsetsockopt03.c63 p.ent.next_offset = NEXT_OFFSET; in run()
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-file-writer.cc98 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 Ddeorummolae.cc198 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 Dmagicyuv.c436 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 Ddng_info.cpp1963 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 Dgl_XML.py51 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

Completed in 14 milliseconds

12