Home
last modified time | relevance | path

Searched refs:frame (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/ngunwind/src/arm/
A DGstep.c139 unw_word_t frame; in unw_step() local
143 if (dwarf_get(&c->dwarf, c->dwarf.loc[UNW_ARM_R11], &frame) < 0) in unw_step()
150 if (frame) in unw_step()
152 if (dwarf_get(&c->dwarf, DWARF_LOC(frame, 0), &instr) < 0) in unw_step()
164 ip_loc = DWARF_LOC(frame - 4, 0); in unw_step()
165 fp_loc = DWARF_LOC(frame - 12, 0); in unw_step()
170 ip_loc = DWARF_LOC(frame, 0); in unw_step()
171 fp_loc = DWARF_LOC(frame - 4, 0); in unw_step()
/third_party/ulib/lz4/
A DREADME.md10 …brary encapsulates lz4-compressed blocks into the [official interoperable frame format]. In order …
21 [official interoperable frame format]: ../lz4_Frame_format.md
/third_party/dev/ethernet/e1000/
A Dfuchsia.c173 … struct framebuf* frame = list_remove_head_type(&adapter->busy_frames, struct framebuf, node); in reap_tx_buffers() local
174 if (frame == NULL) { in reap_tx_buffers()
178 list_add_tail(&adapter->free_frames, &frame->node); in reap_tx_buffers()
473 struct framebuf* frame = list_remove_head_type(&adapter->free_frames, struct framebuf, node); in eth_tx() local
474 if (frame == NULL) { in eth_tx()
480 memcpy(frame->data, data, len); in eth_tx()
483 memset(frame->data + len, 0, 60 - len); in eth_tx()
487 desc->buffer_addr = frame->phys; in eth_tx()
489 list_add_tail(&adapter->busy_frames, &frame->node); in eth_tx()
A DREADME173 Transport Unit (MTU) frame size above its default of 1500 bytes.
197 - Some Intel gigabit adapters that support Jumbo Frames have a frame size
/third_party/ulib/jemalloc/
A Dconfigure.ac1039 JE_CFLAGS_ADD([-fno-omit-frame-pointer])
A DChangeLog479 -fno-omit-frame-pointer to gcc. Note that the application (and all the
/third_party/ulib/musl/
A DWHATSNEW1563 - call frame information in i386 asm for improved debugger support

Completed in 16 milliseconds