Home
last modified time | relevance | path

Searched refs:frame (Results 1501 - 1525 of 3060) sorted by relevance

1...<<61626364656667686970>>...123

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dunwind_orc.c139 /* Fake frame pointer entry -- used as a fallback for generated code */
397 * Otherwise, if state->regs just points to IRET regs, and the previous frame
442 * For a call frame (as opposed to a signal frame), state->ip points to in unwind_next_frame()
451 * As a fallback, try to assume this code uses a frame pointer. in unwind_next_frame()
468 /* Find the previous frame's stack: */ in unwind_next_frame()
662 struct inactive_task_frame *frame = (void *)task->thread.sp; in __unwind_start() local
664 state->sp = task->thread.sp + sizeof(*frame); in __unwind_start()
665 state->bp = READ_ONCE_NOCHECK(frame->bp); in __unwind_start()
666 state->ip = READ_ONCE_NOCHECK(frame in __unwind_start()
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/
H A Dentry.S68 add #(3+2)*4,r0 ! rewind r0 - r3 + exception frame
86 ! restore exception frame & regs
198 ! overlap exception frame
215 mov.l r2,@(OFF_SP,r0) ! point exception frame top
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dtraps.c453 * This function dumps the current valid window frame and other base registers.
480 static int show_trace_cb(struct stackframe *frame, void *data) in show_trace_cb() argument
484 if (kernel_text_address(frame->pc)) in show_trace_cb()
486 loglvl, frame->pc, (void *)frame->pc); in show_trace_cb()
/kernel/linux/linux-5.10/drivers/block/aoe/
H A Daoedev.c185 struct frame *f; in downdev_frame()
187 f = list_entry(pos, struct frame, head); in downdev_frame()
501 struct frame *f; in freetgt()
514 f = list_entry(pos, struct frame, head); in freetgt()
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dkernel_ex.S54 | frestore the frame into the machine (done by unimp_hd)
60 | frestore the frame into the machine (done by unimp_hd)
108 | frestore the frame into the machine (done by unimp_hd)
113 | frestore the frame into the machine (done by unimp_hd)
436 | denorm within the kernel. The approach used is to capture the frame,
479 moveb #0xfe,CU_SAVEPC(%a2) |set continue frame
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2a/
H A Dentry.S68 add #(3+2)*4,r0 ! rewind r0 - r3 + exception frame
86 ! restore exception frame & regs
198 ! overlap exception frame
215 mov.l r2,@(OFF_SP,r0) ! point exception frame top
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H A Dtx.c401 u8 *frame; in wl1251_tx_packet_cb() local
423 frame = skb_pull(skb, sizeof(struct tx_double_buffer_desc)); in wl1251_tx_packet_cb()
427 memmove(frame + WL1251_TKIP_IV_SPACE, frame, hdrlen); in wl1251_tx_packet_cb()
494 /* Every completed frame needs to be acknowledged */ in wl1251_tx_complete()
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H A Dwebcam.c239 .frame = {
289 .frame = {
364 .frame = {
407 .frame = {
/kernel/linux/linux-6.6/drivers/block/aoe/
H A Daoedev.c185 struct frame *f; in downdev_frame()
187 f = list_entry(pos, struct frame, head); in downdev_frame()
500 struct frame *f; in freetgt()
513 f = list_entry(pos, struct frame, head); in freetgt()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H A Dtx.c401 u8 *frame; in wl1251_tx_packet_cb() local
423 frame = skb_pull(skb, sizeof(struct tx_double_buffer_desc)); in wl1251_tx_packet_cb()
427 memmove(frame + WL1251_TKIP_IV_SPACE, frame, hdrlen); in wl1251_tx_packet_cb()
500 /* Every completed frame needs to be acknowledged */ in wl1251_tx_complete()
/third_party/ffmpeg/libavcodec/
H A Dmpc8.c181 static int mpc8_decode_frame(AVCodecContext *avctx, AVFrame *frame, in mpc8_decode_frame() argument
355 frame->nb_samples = MPC_FRAME_SIZE; in mpc8_decode_frame()
356 if ((res = ff_get_buffer(avctx, frame, 0)) < 0) in mpc8_decode_frame()
360 (int16_t **)frame->extended_data, in mpc8_decode_frame()
H A Dhcadec.c385 static int decode_frame(AVCodecContext *avctx, AVFrame *frame, in decode_frame() argument
404 frame->nb_samples = 1024; in decode_frame()
405 if ((ret = ff_get_buffer(avctx, frame, 0)) < 0) in decode_frame()
407 samples = (float **)frame->extended_data; in decode_frame()
H A Datrac3plusdec.c348 static int atrac3p_decode_frame(AVCodecContext *avctx, AVFrame *frame, in atrac3p_decode_frame() argument
353 float **samples_p = (float **)frame->extended_data; in atrac3p_decode_frame()
355 frame->nb_samples = ATRAC3P_FRAME_SAMPLES; in atrac3p_decode_frame()
356 if ((ret = ff_get_buffer(avctx, frame, 0)) < 0) in atrac3p_decode_frame()
H A Dffwavesynth.c416 static int wavesynth_decode(AVCodecContext *avc, AVFrame *frame, in wavesynth_decode() argument
435 frame->nb_samples = duration; in wavesynth_decode()
436 r = ff_get_buffer(avc, frame, 0); in wavesynth_decode()
439 pcm = (int16_t *)frame->data[0]; in wavesynth_decode()
H A Da64multienc.c223 av_log(avctx, AV_LOG_INFO, "charset lifetime set to %d frame(s)\n", c->mc_lifetime); in a64multi_encode_init()
281 int frame; in a64multi_encode_frame() local
326 /* lifetime is not reached so wait for next frame first */ in a64multi_encode_frame()
356 for (frame = 0; frame < c->mc_lifetime; frame++) { in a64multi_encode_frame()
H A Dtruespeech.c54 int prevfilt[8]; // filter from previous frame
309 static int truespeech_decode_frame(AVCodecContext *avctx, AVFrame *frame, in truespeech_decode_frame() argument
329 frame->nb_samples = iterations * 240; in truespeech_decode_frame()
330 if ((ret = ff_get_buffer(avctx, frame, 0)) < 0) in truespeech_decode_frame()
332 samples = (int16_t *)frame->data[0]; in truespeech_decode_frame()
/third_party/elfutils/libdw/
H A Dlibdw.h218 /* Opaque type representing a frame state described by CFI. */
1029 /* Compute what's known about a call frame when the PC is at ADDRESS.
1033 Dwarf_Addr address, Dwarf_Frame **frame)
1037 the return address in FRAME's caller frame. The remaining
1041 Fill in *SIGNALP to indicate whether this is a signal-handling frame.
1042 If true, this is the implicit call frame that calls a signal handler.
1043 This frame's "caller" is actually the interrupted state, not a call;
1045 extern int dwarf_frame_info (Dwarf_Frame *frame,
1049 this frame state. Returns -1 for errors, or zero for success, with
1055 extern int dwarf_frame_cfa (Dwarf_Frame *frame, Dwarf_O
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_vignette.c34 "n", // frame count
36 "r", // frame rate
91 { "frame", "eval expressions for each frame", 0, AV_OPT_TYPE_CONST, {.i64=EVAL_MODE_FRAME}, .flags = FLAGS, .unit = "eval" },
150 static void update_context(VignetteContext *s, AVFilterLink *inlink, AVFrame *frame) in update_context() argument
156 if (frame) { in update_context()
158 s->var_values[VAR_T] = TS2T(frame->pts, inlink->time_base); in update_context()
159 s->var_values[VAR_PTS] = TS2D(frame->pts); in update_context()
/third_party/glfw/examples/
H A Dheightmap.c407 int frame; in main() local
480 frame = 0; in main()
486 ++frame; in main()
487 /* render the next frame */ in main()
494 /* Check the frame rate and update the heightmap if needed */ in main()
506 frame = 0; in main()
/third_party/lame/mpglib/
H A Dlayer2.c131 II_step_one(PMPSTR mp, sideinfo_layer_II *si, struct frame *fr) in II_step_one()
218 II_step_two(PMPSTR mp, sideinfo_layer_II* si, struct frame *fr, int gr, real fraction[2][4][SBLIMIT]) in II_step_two()
333 II_select_table(struct frame *fr) in II_select_table()
373 struct frame *fr = &(mp->fr); in decode_layer2_frame()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_measure.c150 const unsigned screen_frame = screen->measure.frame; in measure_start_snapshot()
152 /* if the command buffer is not associated with a frame, associate it with in measure_start_snapshot()
153 * the most recent acquired frame in measure_start_snapshot()
155 if (measure_batch->frame == 0) in measure_start_snapshot()
156 measure_batch->frame = screen_frame; in measure_start_snapshot()
401 /* increment frame counter */ in iris_measure_frame_end()
402 intel_measure_frame_transition(p_atomic_inc_return(&measure_device->frame)); in iris_measure_frame_end()
/third_party/skia/tools/
H A DMSKPPlayer.cpp440 // Replay all the commands for this frame to the caller's canvas. in playFrame()
477 std::vector<int> MSKPPlayer::layerIDs(int frame) const { in layerIDs()
479 if (frame < 0) { in layerIDs()
486 if (frame < static_cast<int>(fRootLayers.size())) { in layerIDs()
487 this->collectReferencedLayers(fRootLayers[frame], &result); in layerIDs()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_config_key.py124 """Get the stack order of the children of the frame.
127 this can be used to check whether a frame is above or
322 eq(dialog.frame.result,'')
326 eq(dialog.frame.result,'bar')
328 dialog.frame.result = 'foo'
330 eq(dialog.frame.result,'foo')
/third_party/python/Modules/clinic/
H A Dsignalmodule.c.h6 "default_int_handler($module, signalnum, frame, /)\n"
18 PyObject *frame);
25 PyObject *frame; in signal_default_int_handler() local
34 frame = args[1]; in signal_default_int_handler()
35 return_value = signal_default_int_handler_impl(module, signalnum, frame); in signal_default_int_handler()
139 "the first is the signal number, the second is the interrupted stack frame.");
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Ddbg_stackkill.S19 .frame $30, 0, $28, 0

Completed in 21 milliseconds

1...<<61626364656667686970>>...123