/kernel/linux/linux-5.10/arch/nds32/mm/ |
H A D | Makefile | 11 CFLAGS_proc.o += -fomit-frame-pointer
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | sighandling.h | 16 void signal_fault(struct pt_regs *regs, void __user *frame, char *where);
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | dbg_stackkill.S | 19 .frame $30, 0, $28, 0
|
H A D | strcpy.S | 16 .frame $30, 0, $26
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | rethook.c | 19 rhn->frame = 0; in arch_rethook_prepare()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/probes/ |
H A D | rethook.c | 21 rhn->frame = regs->s0; in arch_rethook_prepare()
|
/kernel/linux/linux-6.6/lib/zstd/decompress/ |
H A D | zstd_decompress_block.h | 50 const void* src, size_t srcSize, const int frame, const streaming_operation streaming);
|
/third_party/ffmpeg/libavutil/ |
H A D | stereo3d.h | 31 #include "frame.h" 44 * frame, usually describing two views of a scene. This file describes all 183 * Additional information about the frame packing. 202 * Allocate a complete AVFrameSideData and add it to the frame. 204 * @param frame The frame which side data is added to. 208 AVStereo3D *av_stereo3d_create_side_data(AVFrame *frame);
|
/third_party/lame/mpglib/ |
H A D | common.h | 36 int decode_header(PMPSTR mp, struct frame *fr, unsigned long newhead);
|
/third_party/node/deps/v8/src/compiler/ |
H A D | osr.h | 20 // details of the frame layout. 25 // Prepares the frame w.r.t. OSR. 26 void SetupFrame(Frame* frame); 28 // Returns the number of unoptimized frame slots for this OSR.
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
H A D | PolyphaseResampler.h | 41 void readFrame(float *frame) override;
|
H A D | SincResampler.h | 37 void readFrame(float *frame) override;
|
/third_party/vixl/tools/ |
H A D | thread_pool.py | 34 def SigIntHandler(signal, frame):
|
/third_party/skia/docs/examples/ |
H A D | radial_gradient_shader_with_animated_color.cpp | 6 float p = 0.5 * (1 - cos(6.28318548f * frame)); in REG_FIDDLE_ANIMATED()
|
H A D | skew_x_animated.cpp | 8 matrix.setAll(2, 5 * cos(6.28318548 * frame), 0, in REG_FIDDLE_ANIMATED()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_display_debugfs.c | 398 int frame; in i915_edp_psr_status() local 402 * frame boundary between register reads in i915_edp_psr_status() 404 for (frame = 0; frame < PSR2_SU_STATUS_FRAMES; frame += 3) { in i915_edp_psr_status() 406 PSR2_SU_STATUS(dev_priv->psr.transcoder, frame)); in i915_edp_psr_status() 407 su_frames_val[frame / 3] = val; in i915_edp_psr_status() 412 for (frame = 0; frame < PSR2_SU_STATUS_FRAMES; frame in i915_edp_psr_status() [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/go7007/ |
H A D | go7007-fw.c | 12 * merely parroted back to the host at the start of each frame. 158 /* MPEG blank frame generation tables */ 417 int modulo, int pict_struct, enum mpeg_frame_type frame) in mpeg1_frame_header() 423 switch (frame) { in mpeg1_frame_header() 445 CODE_ADD(c, frame == PFRAME ? 0x2 : 0x3, 13); in mpeg1_frame_header() 448 if (frame != PFRAME) in mpeg1_frame_header() 462 CODE_ADD(c, frame == PFRAME ? 0xff : 0x44, 8); in mpeg1_frame_header() 489 if (frame == BFRAME_BIDIR) { in mpeg1_frame_header() 503 if (frame == BFRAME_BIDIR) { in mpeg1_frame_header() 718 int modulo, enum mpeg_frame_type frame) in mpeg4_frame_header() 416 mpeg1_frame_header(struct go7007 *go, unsigned char *buf, int modulo, int pict_struct, enum mpeg_frame_type frame) mpeg1_frame_header() argument 717 mpeg4_frame_header(struct go7007 *go, unsigned char *buf, int modulo, enum mpeg_frame_type frame) mpeg4_frame_header() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/ |
H A D | txrx.c | 528 "Bug: attempt to transmit a frame with wrong alignment: %zu\n", in cw1200_tx_h_align() 1010 struct ieee80211_hdr *frame = (struct ieee80211_hdr *)skb->data; in cw1200_rx_cb() local 1028 ieee80211_is_data(frame->frame_control)) in cw1200_rx_cb() 1032 ieee80211_is_action(frame->frame_control) && in cw1200_rx_cb() 1037 ieee80211_get_SA(frame), ETH_ALEN); in cw1200_rx_cb() 1043 ieee80211_is_action(frame->frame_control) && in cw1200_rx_cb() 1045 /* Link ID already exists for the ACTION frame. in cw1200_rx_cb() 1050 ieee80211_get_SA(frame), ETH_ALEN); in cw1200_rx_cb() 1073 if (ieee80211_is_pspoll(frame->frame_control)) in cw1200_rx_cb() 1096 hdrlen = ieee80211_hdrlen(frame in cw1200_rx_cb() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/go7007/ |
H A D | go7007-fw.c | 12 * merely parroted back to the host at the start of each frame. 158 /* MPEG blank frame generation tables */ 417 int modulo, int pict_struct, enum mpeg_frame_type frame) in mpeg1_frame_header() 423 switch (frame) { in mpeg1_frame_header() 445 CODE_ADD(c, frame == PFRAME ? 0x2 : 0x3, 13); in mpeg1_frame_header() 448 if (frame != PFRAME) in mpeg1_frame_header() 462 CODE_ADD(c, frame == PFRAME ? 0xff : 0x44, 8); in mpeg1_frame_header() 489 if (frame == BFRAME_BIDIR) { in mpeg1_frame_header() 503 if (frame == BFRAME_BIDIR) { in mpeg1_frame_header() 718 int modulo, enum mpeg_frame_type frame) in mpeg4_frame_header() 416 mpeg1_frame_header(struct go7007 *go, unsigned char *buf, int modulo, int pict_struct, enum mpeg_frame_type frame) mpeg1_frame_header() argument 717 mpeg4_frame_header(struct go7007 *go, unsigned char *buf, int modulo, enum mpeg_frame_type frame) mpeg4_frame_header() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
H A D | txrx.c | 528 "Bug: attempt to transmit a frame with wrong alignment: %zu\n", in cw1200_tx_h_align() 1007 struct ieee80211_hdr *frame = (struct ieee80211_hdr *)skb->data; in cw1200_rx_cb() local 1025 ieee80211_is_data(frame->frame_control)) in cw1200_rx_cb() 1029 ieee80211_is_action(frame->frame_control) && in cw1200_rx_cb() 1034 ieee80211_get_SA(frame), ETH_ALEN); in cw1200_rx_cb() 1040 ieee80211_is_action(frame->frame_control) && in cw1200_rx_cb() 1042 /* Link ID already exists for the ACTION frame. in cw1200_rx_cb() 1047 ieee80211_get_SA(frame), ETH_ALEN); in cw1200_rx_cb() 1070 if (ieee80211_is_pspoll(frame->frame_control)) in cw1200_rx_cb() 1093 hdrlen = ieee80211_hdrlen(frame in cw1200_rx_cb() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 1313 void EmitCompactUnwind(const MCDwarfFrameInfo &frame); 1316 void EmitFDE(const MCSymbol &cieStart, const MCDwarfFrameInfo &frame, 1460 /// Emit frame instructions to describe the layout of the frame. 1677 const MCDwarfFrameInfo &frame, in EmitFDE() 1712 emitFDESymbol(Streamer, *frame.Begin, PCEncoding, IsEH); in EmitFDE() 1716 MakeStartMinusEndExpr(Streamer, *frame.Begin, *frame.End, 0); in EmitFDE() 1723 if (frame.Lsda) in EmitFDE() 1724 augmentationLength += getSizeForEncoding(Streamer, frame in EmitFDE() 1676 EmitFDE(const MCSymbol &cieStart, const MCDwarfFrameInfo &frame, bool LastInSection, const MCSymbol &SectionStart) EmitFDE() argument [all...] |
/third_party/python/Python/ |
H A D | pystate.c | 1027 _PyEval_EvalFrameDefault(), tstate->frame is not reset to its in PyThreadState_Clear() 1032 "PyThreadState_Clear: warning: thread still has a frame\n"); in PyThreadState_Clear() 1286 PyFrameObject *frame = _PyFrame_GetFrameObject(f); in PyThreadState_GetFrame() local 1287 if (frame == NULL) { in PyThreadState_GetFrame() 1290 Py_XINCREF(frame); in PyThreadState_GetFrame() 1291 return frame; in PyThreadState_GetFrame() 1399 * if t's frame isn't NULL, map t's id to its frame in _PyThread_CurrentFrames() 1409 _PyInterpreterFrame *frame = t->cframe->current_frame; in _PyThread_CurrentFrames() local 1410 while (frame in _PyThread_CurrentFrames() 2218 _PyThreadState_PopFrame(PyThreadState *tstate, _PyInterpreterFrame * frame) _PyThreadState_PopFrame() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | mpeg12dec.c | 83 int64_t timecode_frame_start; /*< GOP timecode frame start number, in non drop frame format */ 704 "Invalid mb type in I-frame at %d %d\n", in mpeg_decode_mb() 717 "Invalid mb type in P-frame at %d %d\n", s->mb_x, s->mb_y); in mpeg_decode_mb() 726 "Invalid mb type in B-frame at %d %d\n", s->mb_x, s->mb_y); in mpeg_decode_mb() 1586 /* start frame decoding */ in mpeg_field_start() 1595 /* first check if we must repeat the frame */ in mpeg_field_start() 1919 "skipped MB in I-frame at %d %d\n", s->mb_x, s->mb_y); in mpeg_decode_slice() 2045 /* latency of 1 frame for I- and P-frames */ in slice_end() 2507 /* If it's a frame pictur in decode_chunks() 2973 ipu_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) ipu_decode_frame() argument [all...] |
H A D | aacdec_template.c | 177 av_frame_unref(ac->frame); in frame_configure_elements() 181 ac->frame->nb_samples = 2048; in frame_configure_elements() 182 if ((ret = ff_get_buffer(avctx, ac->frame, 0)) < 0) in frame_configure_elements() 188 ac->output_element[ch]->ret = (INTFLOAT *)ac->frame->extended_data[ch]; in frame_configure_elements() 940 avpriv_report_missing_feature(avctx, "SBR with 960 frame length"); in decode_ga_specific_config() 2561 "SBR with 960 frame length"); 2570 av_log(ac->avctx, AV_LOG_ERROR, "Implicit SBR was found with a first occurrence after the first frame.\n"); 2723 * Update the LTP buffer for next frame 3118 "More than one AAC RDB per ADTS frame"); 3181 ac->frame 3239 aac_decode_frame_int(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, GetBitContext *gb, const AVPacket *avpkt) global() argument 3452 aac_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) global() argument [all...] |
/kernel/linux/linux-5.10/arch/mips/kvm/ |
H A D | entry.c | 153 unsigned int frame) in kvm_mips_build_save_scratch() 155 /* Save the VCPU scratch register value in cp0_epc of the stack frame */ in kvm_mips_build_save_scratch() 157 UASM_i_SW(p, tmp, offsetof(struct pt_regs, cp0_epc), frame); in kvm_mips_build_save_scratch() 159 /* Save the temp scratch register value in cp0_cause of stack frame */ in kvm_mips_build_save_scratch() 162 UASM_i_SW(p, tmp, offsetof(struct pt_regs, cp0_cause), frame); in kvm_mips_build_save_scratch() 167 unsigned int frame) in kvm_mips_build_restore_scratch() 173 UASM_i_LW(p, tmp, offsetof(struct pt_regs, cp0_epc), frame); in kvm_mips_build_restore_scratch() 177 UASM_i_LW(p, tmp, offsetof(struct pt_regs, cp0_cause), frame); in kvm_mips_build_restore_scratch() 152 kvm_mips_build_save_scratch(u32 **p, unsigned int tmp, unsigned int frame) kvm_mips_build_save_scratch() argument 166 kvm_mips_build_restore_scratch(u32 **p, unsigned int tmp, unsigned int frame) kvm_mips_build_restore_scratch() argument
|