Home
last modified time | relevance | path

Searched refs:frame (Results 1351 - 1375 of 1514) sorted by relevance

1...<<5152535455565758596061

/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc3379 UnoptimizedFrame* frame, in Compile()
3382 DCHECK_NOT_NULL(frame); in Compile()
3408 Handle<BytecodeArray> bytecode(frame->GetBytecodeArray(), isolate); in Compile()
3413 isolate, function, mode, CodeKind::TURBOFAN, osr_offset, frame); in Compile()
3376 CompileOptimizedOSR(Isolate* isolate, Handle<JSFunction> function, BytecodeOffset osr_offset, UnoptimizedFrame* frame, ConcurrencyMode mode) Compile() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.c190 * @len: Length of the EAPOL frame (from EAPOL header to the end of the frame)
814 * For (Re)Association Request frame (STA->AP): in fils_key_auth_sk()
849 * For (Re)Association Response frame (AP->STA): in fils_key_auth_sk()
1194 * frame. in wpa_ft_parse_ies()
1211 wpa_printf(MSG_DEBUG, "FT: RIC IE(s) in the frame, but not " in wpa_ft_parse_ies()
1228 "frame", (int) prot_ie_count); in wpa_ft_parse_ies()
1249 * PASN frame. SHA-256 is used as the hash algorithm, except for the ciphers
1391 * @addr1: For the 2nd PASN frame supplicant address; for the 3rd frame th
1406 pasn_mic(const u8 *kck, int akmp, int cipher, const u8 *addr1, const u8 *addr2, const u8 *data, size_t data_len, const u8 *frame, size_t frame_len, u8 *mic) pasn_mic() argument
[all...]
H A Dwpa_common.h720 const u8 *frame, size_t frame_len, u8 *mic);
/third_party/ffmpeg/libavcodec/
H A Dsnow.h56 uint8_t ref; ///< Reference frame index
253 int ff_snow_get_buffer(SnowContext *s, AVFrame *frame);
/third_party/ffmpeg/libavfilter/
H A Dvf_pullup.c462 PullupFrame *fr = &s->frame; in pullup_get_frame()
705 /* If the frame isn't already exportable... */ in filter_frame()
/third_party/glfw/src/
H A Dwl_platform.h382 struct libdecor_frame* frame; member
/third_party/ffmpeg/tests/fate/
H A Dmatroska.mak97 # (-ss 1.09 ensures that a video frame has the lowest dts of all packets;
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.h289 SourcePositionTable* source_positions, Frame* frame,
759 // Store the maximal unoptimized frame height and an maximal number of pushed
H A Dregister-allocator.h254 Zone* allocation_zone, Frame* frame,
299 Frame* frame() const { return frame_; } in frame() function in v8::internal::compiler::RegisterAllocationFlag::final
/third_party/node/deps/v8/src/debug/
H A Ddebug-coverage.cc566 SharedFunctionInfo shared = it.frame()->function().shared(); in CollectAndMaybeResetCounts()
/third_party/musl/
H A Dconfigure489 # If debugging is disabled, omit frame pointer. Modern GCC does this
490 # anyway on most archs even when debugging is enabled since the frame
495 tryflag CFLAGS_AUTO -fomit-frame-pointer
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Drsaz-avx512.pl605 $frame="%rdx";
/third_party/openssl/crypto/bn/asm/
H A Drsaz-avx512.pl605 $frame="%rdx";
/third_party/skia/tools/debugger/
H A DDrawCommand.h335 const int frame,
/third_party/python/Lib/test/
H A Dtest_wsgiref.py256 def signal_handler(signum, frame):
H A Dtest_coroutines.py2200 frame = f().cr_frame
2201 frame.clear()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dwpa_hal_event.c98 event.rx_mgmt.frame = rxMgmt->buf; in WifiWpaEventRxMgmtProcess()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dwpa_hal_event.c100 event.rx_mgmt.frame = rxMgmt->buf; in WifiWpaEventRxMgmtProcess()
/third_party/lame/mpglib/
H A Dlayer3.c1699 /* specific to Layer 3, since Layer 1 & 2 the audio data starts at the frame that describes it. */ in layer3_audiodata_precedesframes()
1700 /* determine how many bytes and therefore bitstream frames the audio data precedes it's matching frame */ in layer3_audiodata_precedesframes()
1704 /* TODO Erroneously assumes current frame is same as previous frame. */ in layer3_audiodata_precedesframes()
1714 struct frame *fr = &mp->fr; in decode_layer3_sideinfo()
1762 struct frame *fr = &(mp->fr); in decode_layer3_frame()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc31 #include "src/execution/frame-constants.h"
856 push(ebp); // Caller's frame pointer. in CallRecordWriteStub()
863 push(ebp); // Caller's frame pointer. in CallRecordWriteStub()
998 // Set up the frame structure on the stack. in CallRecordWriteStub()
1013 // Save the frame pointer and the context in top. in CallRecordWriteStub()
1043 // Get the required frame alignment for the OS. in CallRecordWriteStub()
1085 // Get the return address from the stack and restore the frame pointer. in CallRecordWriteStub()
1095 // Otherwise just leave the exit frame. in CallRecordWriteStub()
1104 // Clear the top frame. in CallRecordWriteStub()
1332 FrameScope frame( in CallRecordWriteStub()
[all...]
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl63 || [A0] STW FP,*SP--(40+64) ; save frame pointer and alloca(40+64)
824 LDW *++SP(40+64),FP ; restore frame pointer
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl63 || [A0] STW FP,*SP--(40+64) ; save frame pointer and alloca(40+64)
824 LDW *++SP(40+64),FP ; restore frame pointer
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp1751 debuggerThread->update(true, [&](vk::dbg::Frame &frame) { in submit()
1752 frame.location = { debuggerFile, line++, 0 }; in submit()
/third_party/skia/tests/
H A DCodecTest.cpp723 // It is illegal for a webp frame to not be fully contained by the canvas. in DEF_TEST()
1238 static void decode_frame(skiatest::Reporter* r, SkCodec* codec, size_t frame) { in decode_frame() argument
1244 opts.fFrameIndex = frame; in decode_frame()
1249 // For an animated GIF, we should only read enough to decode frame 0 if the
1250 // client never calls getFrameInfo and only decodes frame 0.
1500 - 0x00 byte means "end of data" for this frame
1513 - 0x00 byte means "end of data" for this frame
1566 ERRORF(r, "Failed to start decoding frame %i (out of %zu) with error %i\n", i, in DEF_TEST()
/third_party/python/Python/
H A Dimport.c1506 PyFrameObject *frame = traceback->tb_frame; in remove_importlib_frames() local
1507 PyCodeObject *code = PyFrame_GetCode(frame); in remove_importlib_frames()

Completed in 54 milliseconds

1...<<5152535455565758596061