Home
last modified time | relevance | path

Searched defs:offset (Results 1526 - 1550 of 6083) sorted by relevance

1...<<61626364656667686970>>...244

/third_party/lzma/C/
H A D7zStream.c61 SRes LookInStream_SeekTo(ILookInStreamPtr stream, UInt64 offset) in LookInStream_SeekTo() argument
139 static SRes LookToRead2_Skip(ILookInStreamPtr pp, size_t offset) in LookToRead2_Skip() argument
/third_party/node/deps/v8/src/base/
H A Dvirtual-address-space.cc128 AllocateSharedPages( Address hint, size_t size, PagePermissions permissions, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateSharedPages() argument
290 AllocateSharedPages( Address hint, size_t size, PagePermissions permissions, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateSharedPages() argument
H A Demulated-virtual-address-subspace.cc108 AllocateSharedPages( Address hint, size_t size, PagePermissions permissions, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateSharedPages() argument
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-linux.cc60 uintptr_t start, end, offset; in GetSharedLibraryAddresses() local
/third_party/node/deps/v8/src/codegen/
H A Dexternal-reference-table.h72 const char* NameFromOffset(uint32_t offset) { in NameFromOffset() argument
/third_party/node/deps/v8/src/diagnostics/
H A Dgdb-jit.cc65 Slot(Writer* w, uintptr_t offset) : w_(w), offset_(offset) {} in Slot() argument
88 Slot<T> SlotAt(uintptr_t offset) { in SlotAt() argument
162 Address AddressAt(uintptr_t offset) { in AddressAt() argument
[all...]
H A Dbasic-block-profiler.cc35 void BasicBlockProfilerData::SetBlockId(size_t offset, int32_t id) { in SetBlockId() argument
/third_party/node/deps/v8/src/execution/
H A Darguments.h74 uintptr_t offset = index * kSystemPointerSize; in address_of_arg_at() local
/third_party/node/deps/v8/src/heap/cppgc/
H A Dobject-start-bitmap.h107 ObjectStartBitmap::ObjectStartBitmap(Address offset) : offset_(offset) { in ObjectStartBitmap() argument
235 PlatformAwareObjectStartBitmap::PlatformAwareObjectStartBitmap(Address offset) in PlatformAwareObjectStartBitmap() argument
/third_party/node/deps/v8/src/heap/
H A Dobject-start-bitmap.h90 ObjectStartBitmap::ObjectStartBitmap(size_t offset) : offset_(offset) { in ObjectStartBitmap() argument
147 Address ObjectStartBitmap::offset() const { return offset_; } in offset() function in v8::internal::ObjectStartBitmap
/third_party/node/deps/v8/src/ic/
H A Dstub-cache.h129 static Entry* entry(Entry* table, int offset) { in entry() argument
/third_party/node/deps/v8/src/objects/
H A Dtagged-field-inl.h17 Address TaggedField<T, kFieldOffset>::address(HeapObject host, int offset) { in address() argument
23 Tagged_t* TaggedField<T, kFieldOffset>::location(HeapObject host, int offset) { in location() argument
57 T TaggedField<T, kFieldOffset>::load(HeapObject host, int offset) { in load() argument
65 load(PtrComprCageBase cage_base, HeapObject host, int offset) load() argument
86 store(HeapObject host, int offset, T value) store() argument
98 Relaxed_Load(HeapObject host, int offset) Relaxed_Load() argument
106 Relaxed_Load(PtrComprCageBase cage_base, HeapObject host, int offset) Relaxed_Load() argument
138 Relaxed_Store(HeapObject host, int offset, T value) Relaxed_Store() argument
147 Acquire_Load(HeapObject host, int offset) Acquire_Load() argument
155 Acquire_Load_No_Unpack( PtrComprCageBase cage_base, HeapObject host, int offset) Acquire_Load_No_Unpack() argument
162 Acquire_Load(PtrComprCageBase cage_base, HeapObject host, int offset) Acquire_Load() argument
187 Release_Store(HeapObject host, int offset, T value) Release_Store() argument
207 SeqCst_Load(HeapObject host, int offset) SeqCst_Load() argument
215 SeqCst_Load(PtrComprCageBase cage_base, HeapObject host, int offset) SeqCst_Load() argument
232 SeqCst_Store(HeapObject host, int offset, T value) SeqCst_Store() argument
241 SeqCst_Swap(HeapObject host, int offset, T value) SeqCst_Swap() argument
252 SeqCst_Swap(PtrComprCageBase cage_base, HeapObject host, int offset, T value) SeqCst_Swap() argument
[all...]
H A Dscope-info.h350 static constexpr int ConvertOffsetToIndex(int offset) { in ConvertOffsetToIndex() argument
352 DCHECK_EQ(OffsetOfElementAt(index), offset); in ConvertOffsetToIndex() local
H A Dswiss-hash-table-helpers.h86 uint32_t offset() const { return offset_; } in offset() function in v8::internal::swiss_table::ProbeSequence
87 uint32_t offset(int i) const { return (offset_ + i) & mask_; } in offset() function in v8::internal::swiss_table::ProbeSequence
/third_party/node/deps/v8/src/interpreter/
H A Dbytecodes.cc153 int offset = 1; in GetOperandOffset() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-trace.cc129 int offset = bytecode_offset - BytecodeArray::kHeaderSize + kHeapObjectTag; in RUNTIME_FUNCTION() local
179 int offset in RUNTIME_FUNCTION() local
28 AdvanceToOffsetForTracing( interpreter::BytecodeArrayIterator& bytecode_iterator, int offset) AdvanceToOffsetForTracing() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Dsource-positions.h35 int offset; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_image.c56 uint32_t offset; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c52 struct fd_resource *offset = fd_resource(target->offset_buf); in draw_emit_xfb() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_dynamic.c49 set_dynamic(struct i915_context *i915, unsigned offset, const unsigned state) in set_dynamic() argument
60 set_dynamic_array(struct i915_context *i915, unsigned offset, in set_dynamic_array() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_genx_macros.h42 __gen_address_offset(struct iris_address addr, uint64_t offset) in __gen_address_offset() argument
144 ro_bo(struct iris_bo *bo, uint64_t offset) in ro_bo() argument
151 rw_bo(struct iris_bo *bo, uint64_t offset, enum iris_domain access) in rw_bo() argument
[all...]
H A Diris_pipe_control.c92 iris_emit_pipe_control_write(struct iris_batch *batch, const char *reason, uint32_t flags, struct iris_bo *bo, uint32_t offset, uint64_t imm) iris_emit_pipe_control_write() argument
H A Diris_performance_query.c162 iris_get_perf_counter_info(struct pipe_context *pipe, unsigned query_index, unsigned counter_index, const char **name, const char **desc, uint32_t *offset, uint32_t *data_size, uint32_t *type_enum, uint32_t *data_type_enum, uint64_t *raw_max) iris_get_perf_counter_info() argument
H A Diris_perf.c59 iris_perf_store_register_mem(void *ctx, void *bo, uint32_t reg, uint32_t reg_size, uint32_t offset) iris_perf_store_register_mem() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c430 unsigned offset = branch->dest->instr_offset; in gpir_codegen_pass_slot() local

Completed in 14 milliseconds

1...<<61626364656667686970>>...244