Home
last modified time | relevance | path

Searched refs:size_offset (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-microtask-queue-gen.cc373 TNode<IntPtrT> size_offset = in GetEnteredContextCount()
376 return Load<IntPtrT>(hsi, size_offset); in GetEnteredContextCount()
390 TNode<IntPtrT> size_offset = in EnterMicrotaskContext() local
395 TNode<IntPtrT> size = Load<IntPtrT>(hsi, size_offset); in EnterMicrotaskContext()
409 StoreNoWriteBarrier(MachineType::PointerRepresentation(), hsi, size_offset, in EnterMicrotaskContext() local
457 TNode<IntPtrT> size_offset = in RewindEnteredContext()
462 TNode<IntPtrT> size = Load<IntPtrT>(hsi, size_offset); in RewindEnteredContext()
467 StoreNoWriteBarrier(MachineType::PointerRepresentation(), hsi, size_offset, in RewindEnteredContext() local
/third_party/ffmpeg/libavcodec/
H A Dxan.c319 int huffman_offset, size_offset, vector_offset, imagedata_offset, in xan_wc3_decode_frame() local
326 size_offset = AV_RL16(&s->buf[2]); in xan_wc3_decode_frame()
331 size_offset >= s->size || in xan_wc3_decode_frame()
337 bytestream2_init(&size_segment, s->buf + size_offset, s->size - size_offset); in xan_wc3_decode_frame()
/third_party/node/deps/v8/src/diagnostics/
H A Deh-frame.cc96 int size_offset = eh_frame_offset(); in WriteCie() local
121 DCHECK_EQ(eh_frame_offset() - size_offset, in WriteCie()
129 cie_size_ = record_end_offset - size_offset; in WriteCie()
132 PatchInt32(size_offset, encoded_cie_size); in WriteCie()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c7287 u8 *size_offset = (eid - len) + 1; in hostapd_eid_nr_db() local
7301 size_offset = eid++; in hostapd_eid_nr_db()
7329 *size_offset = (eid - size_offset) - 1; in hostapd_eid_nr_db()
7345 u8 *tbtt_count_pos, *eid_start = eid, *size_offset = (eid - len) + 1; in hostapd_eid_rnr_iface() local
7363 size_offset = eid++; in hostapd_eid_rnr_iface()
7412 *size_offset = (eid - size_offset) - 1; in hostapd_eid_rnr_iface()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c114 intptr_t size_offset = m->blocks[m->num_blocks - 1].offset; in exit_block()
115 uint32_t size = (m->buf.blob.size - size_offset - 1) / sizeof(uint32_t); in exit_block()
116 if (!blob_overwrite_uint32(&m->buf.blob, size_offset, size)) in exit_block()

Completed in 17 milliseconds