/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawScissorTests.cpp | 381 ConstPixelBufferAccess frame; in iterate() local 608 frame = colorTargetImage->readSurface(m_context.getUniversalQueue(), m_context.getDefaultAllocator(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, zeroOffset, WIDTH, HEIGHT, VK_IMAGE_ASPECT_COLOR_BIT); in iterate() 642 if (!intThresholdCompare(log, "Result", "Image comparison result", refImage.getAccess(), frame, UVec4(0), COMPARE_LOG_RESULT)) in iterate() 981 // Static scissor off by one, inside frame buffer border in createTests() 999 // Dynamic scissor off by one, inside frame buffer border in createTests()
|
/third_party/python/Lib/test/ |
H A D | test_threading.py | 414 def func(frame, event, arg): 824 # generator contains a frame, and the frame kept a reference to the 828 def noop_trace(frame, event, arg): 861 def noop_trace(frame, event, arg): 1631 def handler(signum, frame):
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 13 #include "src/execution/frame-constants.h" 297 SaveFPRegsMode const save_fp_mode = frame()->DidAllocateDoubleRegisters() 301 // We need to save and restore lr if the frame was elided. 795 // by an unknown value, and it is safe to continue accessing the frame in AssembleArchInstruction() 884 // claim there is a stack frame, without generating one. in AssembleArchInstruction() 925 // comparison to consider the size difference of an optimized frame versus in AssembleArchInstruction() 1527 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction() 3012 void CodeGenerator::FinishFrame(Frame* frame) { in AssembleArchInstruction() 3021 frame->AllocateSavedCalleeRegisterSlots(saved_count * in AssembleArchInstruction() 3029 frame in AssembleArchInstruction() [all...] |
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 194 SaveFPRegsMode const save_fp_mode = frame()->DidAllocateDoubleRegisters() 198 // We need to save and restore lr if the frame was elided. 216 // We need to save and restore lr if the frame was elided. 876 // we've already restored the caller's frame. in AssembleArchInstruction() 921 // Frame alignment requires using FP-relative frame addressing. in AssembleArchInstruction() 1051 // claim there is a stack frame, without generating one. in AssembleArchInstruction() 1089 // comparison to consider the size difference of an optimized frame versus in AssembleArchInstruction() 1165 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction() 3999 void CodeGenerator::FinishFrame(Frame* frame) { in FinishFrame() argument 4005 frame in FinishFrame() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | pipeline.cc | 22 #include "src/compiler/backend/frame-elider.h" 378 Frame* frame() const { return frame_; } in frame() function in v8::internal::compiler::PipelineData 520 if (osr_helper_.has_value()) osr_helper()->SetupFrame(frame()); in InitializeFrameData() 529 config, register_allocation_zone(), frame(), sequence(), flags, in InitializeTopTierRegisterAllocationData() 538 config, register_allocation_zone(), frame(), sequence(), in InitializeMidTierRegisterAllocationData() 555 codegen_zone(), frame(), linkage, sequence(), info(), isolate(), in InitializeCodeGenerator() 2186 data->schedule(), data->source_positions(), data->frame(), in Run() 3076 result.frame_slot_count = code_generator->frame()->GetTotalFrameSlotCount(); in GenerateCodeForWasmNativeStub() 3196 result->frame_slot_count = code_generator->frame()->GetTotalFrameSlotCount(); in GenerateCodeForWasmFunction() 3440 // Depending on which code path led us to this function, the frame ma in SelectInstructions() [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | code-generator-arm.cc | 202 SaveFPRegsMode const save_fp_mode = frame()->DidAllocateDoubleRegisters() 206 // We need to save and restore lr if the frame was elided. 775 // Frame alignment requires using FP-relative frame addressing. in AssembleArchInstruction() 816 // frame and safepoint table match. in AssembleArchInstruction() 866 // claim there is a stack frame, without generating one. in AssembleArchInstruction() 911 // comparison to consider the size difference of an optimized frame versus in AssembleArchInstruction() 1762 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction() 3666 void CodeGenerator::FinishFrame(Frame* frame) { in AssembleArchInstruction() 3671 frame->AlignSavedCalleeRegisterSlots(); in AssembleArchInstruction() 3680 frame in AssembleArchInstruction() [all...] |
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 231 SaveFPRegsMode const save_fp_mode = frame()->DidAllocateDoubleRegisters() 235 // We need to save and restore r14 if the frame was elided. 252 // We need to save and restore r14 if the frame was elided. 1229 // we've already restored the caller's frame. in AssembleArchInstruction() 1270 // Frame alignment requires using FP-relative frame addressing. in AssembleArchInstruction() 1362 // claim there is a stack frame, without generating one. in AssembleArchInstruction() 1397 // comparison to consider the size difference of an optimized frame versus in AssembleArchInstruction() 1472 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction() 3367 void CodeGenerator::FinishFrame(Frame* frame) { in FinishFrame() argument 3373 frame in FinishFrame() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | events.c | 290 /* Clear possibly configured frame filters */ in wpa_supplicant_mark_disassoc() 620 " skip RSN IE - no mgmt frame protection"); in wpa_supplicant_ssid_bss_match() 629 " skip RSN IE - no mgmt frame protection enabled but AP requires it"); in wpa_supplicant_ssid_bss_match() 639 " skip RSN IE - no mgmt frame protection enabled on MBO AP"); in wpa_supplicant_ssid_bss_match() 2187 /* TODO: Consider using some more appropriate data frame for in wnm_bss_keep_alive() 2701 "FST: MB IEs updated from Association Response frame"); in wpas_fst_update_mb_assoc() 2907 "frame that was received just before " in wpa_supplicant_event_assoc() 3212 * Need to wait for completion of request frame. We do not get in wpa_supplicant_event_michael_mic_failure() 3237 * the information on whether a frame resulted in a MIC in wpa_supplicant_event_michael_mic_failure() 3456 ibss_rsn_handle_auth(wpa_s->ibss_rsn, data->rx_mgmt.frame, in wpa_supplicant_event_ibss_auth() 3763 wpas_event_rx_mgmt_action(struct wpa_supplicant *wpa_s, const u8 *frame, size_t len, int freq, int rssi) wpas_event_rx_mgmt_action() argument [all...] |
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 295 SaveFPRegsMode const save_fp_mode = frame()->DidAllocateDoubleRegisters() 464 const SaveFPRegsMode save_fp_mode = frame()->DidAllocateDoubleRegisters() 584 const SaveFPRegsMode save_fp_mode = frame()->DidAllocateDoubleRegisters() 1076 // value before frame construction. in AdjustStackPointerForTailCall() 1082 DCHECK_EQ(state->frame()->GetReturnSlotCount(), 0); in AdjustStackPointerForTailCall() 1083 stack_slot_delta = (state->frame()->GetTotalFrameSlotCount() - in AdjustStackPointerForTailCall() 1301 // Frame alignment requires using FP-relative frame addressing. in AssembleArchInstruction() 1398 // claim there is a stack frame, without generating one. in AssembleArchInstruction() 1436 // comparison to consider the size difference of an optimized frame versus in AssembleArchInstruction() 2725 FrameSlotToFPOffset(frame() in AssembleArchInstruction() 4636 FinishFrame(Frame* frame) FinishFrame() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface.c | 9566 * <action=Action frame payload> */ 9646 /* freq=<MHz> datarate=<val> ssi_signal=<val> frame=<frame hexdump> */ 9669 param = os_strstr(pos, " frame="); 9690 event.rx_mgmt.frame = buf; 10279 wpa_dbg(wpa_s, MSG_DEBUG, "test data: TX frame res=%d", res); 10596 int frame; 10601 frame = atoi(pos); 10602 if (frame < 0 || frame > [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | hevcpred_template.c | 90 ptrdiff_t stride = s->frame->linesize[c_idx] / sizeof(pixel); in intra_pred() 91 pixel *src = (pixel*)s->frame->data[c_idx] + x + y * stride; in intra_pred()
|
H A D | rpzaenc.c | 43 AVFrame *prev_frame; // buffer for previous source frame 44 PutBitContext pb; // buffer for encoded frame data. 46 int frame_width; // width in pixels of source frame 47 int frame_height; // height in pixesl of source frame 49 int first_frame; // flag set to one when the first frame is being processed 50 // so that comparisons with previous frame data in not attempted 416 * Copy a 4x4 block from the current frame buffer to the previous frame buffer. 570 /* Number of 4x4 blocks in frame. */ in rpza_encode_stream() 581 // make sure we have a valid previous frame an in rpza_encode_stream() 785 rpza_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) rpza_encode_frame() argument [all...] |
H A D | dcaenc.c | 143 /* we need a place for DCA_ADPCM_COEFF samples from previous frame in subband_bufer_alloc() 785 /* attempt to guess the bit distribution based on the prevoius frame */ in init_quantization_noise() 911 * in current frame - we need this data if subband of next frame is in fill_in_adpcm_bufer() 928 * example: in current frame abits is 1 and has no prediction flag, in fill_in_adpcm_bufer() 929 * but end of this frame is sine like signal. In this case, if LPC analysis uses in fill_in_adpcm_bufer() 966 /* Primary frame byte size */ in put_frame_header() 999 /* Audio sync word insertion flag: after each sub-frame */ in put_frame_header() 1185 const AVFrame *frame, int *got_packet_ptr) in encode_frame() 1194 samples = (const int32_t *)frame in encode_frame() 1184 encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) encode_frame() argument [all...] |
H A D | qdm2.c | 135 int group_size; ///< size of frame group (16 frames per group) 140 int group_order; ///< order of frame group 142 int frame_size; ///< size of data frame 1640 32 frame size (=256) (for one channel) in qdm2_decode_init() 1841 static int qdm2_decode_frame(AVCodecContext *avctx, AVFrame *frame, in qdm2_decode_frame() argument 1856 frame->nb_samples = 16 * s->frame_size; in qdm2_decode_frame() 1857 if ((ret = ff_get_buffer(avctx, frame, 0)) < 0) in qdm2_decode_frame() 1859 out = (int16_t *)frame->data[0]; in qdm2_decode_frame()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_libplacebo.c | 319 .frame = in, in process_frames() 324 .frame = out, in process_frames()
|
H A D | vf_deshake_opencl.c | 72 for each frame. This "camera path" is then smoothed via a gaussian filter, resulting 74 frame to render it. 98 // Previous frame 100 // Current frame 125 // The points used to calculate the affine transform for a frame 134 // for each frame 139 // Offset to get to the current frame being processed 186 // around the current frame in a ringbuffer 204 // FIFO frame queue used to buffer future frames for processing 206 // Ringbuffers for frame position 2010 AVFrame *frame = NULL; activate() local [all...] |
/third_party/ffmpeg/tests/ |
H A D | fate-run.sh | 19 thread_type=${10:-frame+slice} 123 run ffprobe${PROGSUF}${EXECSUF} -bitexact -select_streams a -of compact -count_frames -show_entries frame=pts,pkt_dts,best_effort_timestamp,pkt_duration,nb_samples:stream=nb_read_frames "$filename" "$@" > "$framefile1"
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-c64xplus.pl | 83 || [A0] STW FP,*SP--(40) ; save frame pointer 379 LDW *++SP(40),FP ; restore frame pointer
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-c64xplus.pl | 83 || [A0] STW FP,*SP--(40) ; save frame pointer 379 LDW *++SP(40),FP ; restore frame pointer
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 18 #include "src/execution/frame-constants.h" 335 SaveFPRegsMode const save_fp_mode = frame()->DidAllocateDoubleRegisters() 794 // Frame alignment requires using FP-relative frame addressing. in AssembleArchInstruction() 898 // claim there is a stack frame, without generating one. in AssembleArchInstruction() 933 // comparison to consider the size difference of an optimized frame versus in AssembleArchInstruction() 1752 FrameSlotToFPOffset(frame()->GetTotalFrameSlotCount() - reverse_slot); in AssembleArchInstruction() 3886 // | caller frame | 3890 // | args + receiver | caller frame | 3895 // | RET | args + receiver | caller frame | 3900 // | FP | RET | args + receiver | caller frame | 4007 FinishFrame(Frame* frame) FinishFrame() argument [all...] |
/third_party/backends/backend/ |
H A D | pieusb_specific.c | 1767 * Set frame (from scanner options) 1777 scanner->frame.x0 = SANE_UNFIX(scanner->val[OPT_TL_X].w) * dpmm; in sanei_pieusb_set_frame_from_options() 1778 scanner->frame.y0 = SANE_UNFIX(scanner->val[OPT_TL_Y].w) * dpmm; in sanei_pieusb_set_frame_from_options() 1779 scanner->frame.x1 = SANE_UNFIX(scanner->val[OPT_BR_X].w) * dpmm; in sanei_pieusb_set_frame_from_options() 1780 scanner->frame.y1 = SANE_UNFIX(scanner->val[OPT_BR_Y].w) * dpmm; in sanei_pieusb_set_frame_from_options() 1781 scanner->frame.index = 0x80; /* 0x80: value from cyberview */ in sanei_pieusb_set_frame_from_options() 1782 sanei_pieusb_cmd_set_scan_frame (scanner->device_number, scanner->frame.index, &(scanner->frame), &status); in sanei_pieusb_set_frame_from_options()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | mid-tier-register-allocator.cc | 120 const RegisterConfiguration* config, Zone* zone, Frame* frame, in MidTierRegisterAllocationData() 125 frame_(frame), in MidTierRegisterAllocationData() 3287 data->frame()->SetAllocatedRegisters( in AllocateRegisters() 3289 data->frame()->SetAllocatedDoubleRegisters( in AllocateRegisters() 3310 Frame* frame() const { return data_->frame(); } in frame() function in v8::internal::compiler::final 3395 int stack_slot_ = frame()->AllocateSpillSlot(byte_width); in Allocate() 119 MidTierRegisterAllocationData( const RegisterConfiguration* config, Zone* zone, Frame* frame, InstructionSequence* code, TickCounter* tick_counter, const char* debug_name) MidTierRegisterAllocationData() argument
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-mips.pl | 135 .frame $sp,0,$ra 641 .frame $sp,$FRAMESIZE,$ra 740 .frame $sp,0,$ra 1242 .frame $sp,$FRAMESIZE,$ra 1351 .frame $sp,0,$ra 1621 .frame $sp,$FRAMESIZE,$ra 1677 .frame $sp,$FRAMESIZE,$ra
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-mips.pl | 135 .frame $sp,0,$ra 641 .frame $sp,$FRAMESIZE,$ra 740 .frame $sp,0,$ra 1242 .frame $sp,$FRAMESIZE,$ra 1351 .frame $sp,0,$ra 1621 .frame $sp,$FRAMESIZE,$ra 1677 .frame $sp,$FRAMESIZE,$ra
|
/third_party/ffmpeg/libavdevice/ |
H A D | opengl_enc.c | 1262 AVFrame *frame = (AVFrame *)pkt->data; in opengl_write_packet() local 1263 return opengl_draw(h, frame, 0, 0); in opengl_write_packet() 1270 AVFrame **frame, unsigned flags) in opengl_write_frame() 1274 return opengl_draw(h, *frame, 0, 0); in opengl_write_frame() 1269 opengl_write_frame(AVFormatContext *h, int stream_index, AVFrame **frame, unsigned flags) opengl_write_frame() argument
|