Home
last modified time | relevance | path

Searched defs:frame_size (Results 1 – 25 of 4162) sorted by relevance

12345678910>>...167

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dbeam_trim.erl257 frame_size([{block,_}|Is], Safe) -> function
259 frame_size([{call_fun,_}|Is], Safe) -> function
261 frame_size([{call,_,_}|Is], Safe) -> function
263 frame_size([{call_ext,_,_}=I|Is], Safe) -> function
268 frame_size([{apply,_}|Is], Safe) -> function
270 frame_size([{bif,_,{f,L},_,_}|Is], Safe) -> function
274 frame_size([{test,_,{f,L},_}|Is], Safe) -> function
280 frame_size([{bs_put,{f,L},_,_}|Is], Safe) -> function
282 frame_size([{kill,_}|Is], Safe) -> function
288 frame_size([{deallocate,N}|_], _) -> N; function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_trim.erl401 frame_size([{'%',_}|Is], Safe) -> function
403 frame_size([{block,_}|Is], Safe) -> function
405 frame_size([{call_fun,_}|Is], Safe) -> function
407 frame_size([{call,_,_}|Is], Safe) -> function
409 frame_size([{call_ext,_,_}|Is], Safe) -> function
411 frame_size([{apply,_}|Is], Safe) -> function
425 frame_size([{init_yregs,_}|Is], Safe) -> function
437 frame_size([{deallocate,N}|_], _) -> function
439 frame_size([{line,_}|Is], Safe) -> function
450 frame_size([{swap,_,_}|Is], Safe) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_trim.erl401 frame_size([{'%',_}|Is], Safe) -> function
403 frame_size([{block,_}|Is], Safe) -> function
405 frame_size([{call_fun,_}|Is], Safe) -> function
407 frame_size([{call,_,_}|Is], Safe) -> function
409 frame_size([{call_ext,_,_}|Is], Safe) -> function
411 frame_size([{apply,_}|Is], Safe) -> function
425 frame_size([{init_yregs,_}|Is], Safe) -> function
437 frame_size([{deallocate,N}|_], _) -> function
439 frame_size([{line,_}|Is], Safe) -> function
450 frame_size([{swap,_,_}|Is], Safe) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_trim.erl401 frame_size([{'%',_}|Is], Safe) -> function
403 frame_size([{block,_}|Is], Safe) -> function
405 frame_size([{call_fun,_}|Is], Safe) -> function
407 frame_size([{call,_,_}|Is], Safe) -> function
409 frame_size([{call_ext,_,_}|Is], Safe) -> function
411 frame_size([{apply,_}|Is], Safe) -> function
425 frame_size([{init_yregs,_}|Is], Safe) -> function
437 frame_size([{deallocate,N}|_], _) -> function
439 frame_size([{line,_}|Is], Safe) -> function
450 frame_size([{swap,_,_}|Is], Safe) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_trim.erl401 frame_size([{'%',_}|Is], Safe) -> function
403 frame_size([{block,_}|Is], Safe) -> function
405 frame_size([{call_fun,_}|Is], Safe) -> function
407 frame_size([{call,_,_}|Is], Safe) -> function
409 frame_size([{call_ext,_,_}|Is], Safe) -> function
411 frame_size([{apply,_}|Is], Safe) -> function
425 frame_size([{init_yregs,_}|Is], Safe) -> function
437 frame_size([{deallocate,N}|_], _) -> function
439 frame_size([{line,_}|Is], Safe) -> function
450 frame_size([{swap,_,_}|Is], Safe) -> function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_trim.erl380 frame_size([{'%',_}|Is], Safe) -> function
382 frame_size([{block,_}|Is], Safe) -> function
384 frame_size([{call_fun,_}|Is], Safe) -> function
386 frame_size([{call,_,_}|Is], Safe) -> function
388 frame_size([{call_ext,_,_}=I|Is], Safe) -> function
393 frame_size([{apply,_}|Is], Safe) -> function
407 frame_size([{kill,_}|Is], Safe) -> function
413 frame_size([{deallocate,N}|_], _) -> function
415 frame_size([{line,_}|Is], Safe) -> function
426 frame_size([{swap,_,_}|Is], Safe) -> function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_trim.erl344 frame_size([{'%',_}|Is], Safe) -> function
346 frame_size([{block,_}|Is], Safe) -> function
348 frame_size([{call_fun,_}|Is], Safe) -> function
350 frame_size([{call,_,_}|Is], Safe) -> function
352 frame_size([{call_ext,_,_}=I|Is], Safe) -> function
357 frame_size([{apply,_}|Is], Safe) -> function
363 frame_size([{test,_,{f,L},_}|Is], Safe) -> function
371 frame_size([{kill,_}|Is], Safe) -> function
377 frame_size([{deallocate,N}|_], _) -> function
379 frame_size([{line,_}|Is], Safe) -> function
[all …]
/dports/devel/volk/volk-2.2.1/kernels/volk/
H A Dvolk_32f_8u_polarbutterflypuppet_32f.h48 clean_up_intermediate_values(float* llrs, unsigned char* u, const int frame_size, const int element… in clean_up_intermediate_values()
55 generate_error_free_input_vector(float* llrs, unsigned char* u, const int frame_size) in generate_error_free_input_vector()
69 print_llr_tree(const float* llrs, const int frame_size, const int frame_exp) in print_llr_tree()
86 unsigned int frame_size = next_lower_power_of_two(elements); in maximum_frame_size() local
95 unsigned int frame_size = maximum_frame_size(elements); in volk_32f_8u_polarbutterflypuppet_32f_generic() local
116 unsigned int frame_size = maximum_frame_size(elements); in volk_32f_8u_polarbutterflypuppet_32f_u_avx() local
137 unsigned int frame_size = maximum_frame_size(elements); in volk_32f_8u_polarbutterflypuppet_32f_u_avx2() local
H A Dvolk_8u_x3_encodepolarpuppet_8u.h47 adjust_frozen_mask(unsigned char* mask, const unsigned int frame_size) in adjust_frozen_mask()
61 unsigned int frame_size) in volk_8u_x3_encodepolarpuppet_8u_generic()
76 unsigned int frame_size) in volk_8u_x3_encodepolarpuppet_8u_u_ssse3()
90 unsigned int frame_size) in volk_8u_x3_encodepolarpuppet_8u_u_avx2()
109 unsigned int frame_size) in volk_8u_x3_encodepolarpuppet_8u_a_ssse3()
123 unsigned int frame_size) in volk_8u_x3_encodepolarpuppet_8u_a_avx2()
H A Dvolk_8u_x3_encodepolar_8u_x2.h83 const unsigned int frame_size) in interleave_frozen_and_info_bits()
96 unsigned int frame_size) in volk_8u_x3_encodepolar_8u_x2_generic()
112 unsigned int frame_size) in volk_8u_x3_encodepolar_8u_x2_u_ssse3()
127 unsigned int frame_size) in volk_8u_x3_encodepolar_8u_x2_u_avx2()
145 unsigned int frame_size) in volk_8u_x3_encodepolar_8u_x2_a_ssse3()
158 unsigned int frame_size) in volk_8u_x3_encodepolar_8u_x2_a_avx2()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/backend/x64/
H A Dabi.cpp26 static FrameInfo CalculateFrameInfo(size_t num_gprs, size_t num_xmms, size_t frame_size) { in CalculateFrameInfo()
43 void ABI_PushRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size, const RegisterArrayT& re… in ABI_PushRegistersAndAdjustStack()
75 void ABI_PopRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size, const RegisterArrayT& reg… in ABI_PopRegistersAndAdjustStack()
106 void ABI_PushCalleeSaveRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size) { in ABI_PushCalleeSaveRegistersAndAdjustStack()
110 void ABI_PopCalleeSaveRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size) { in ABI_PopCalleeSaveRegistersAndAdjustStack()
114 void ABI_PushCallerSaveRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size) { in ABI_PushCallerSaveRegistersAndAdjustStack()
118 void ABI_PopCallerSaveRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size) { in ABI_PopCallerSaveRegistersAndAdjustStack()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/backend/x64/
H A Dabi.cpp26 static FrameInfo CalculateFrameInfo(size_t num_gprs, size_t num_xmms, size_t frame_size) { in CalculateFrameInfo()
43 void ABI_PushRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size, const RegisterArrayT& re… in ABI_PushRegistersAndAdjustStack()
75 void ABI_PopRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size, const RegisterArrayT& reg… in ABI_PopRegistersAndAdjustStack()
106 void ABI_PushCalleeSaveRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size) { in ABI_PushCalleeSaveRegistersAndAdjustStack()
110 void ABI_PopCalleeSaveRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size) { in ABI_PopCalleeSaveRegistersAndAdjustStack()
114 void ABI_PushCallerSaveRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size) { in ABI_PushCallerSaveRegistersAndAdjustStack()
118 void ABI_PopCallerSaveRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size) { in ABI_PopCallerSaveRegistersAndAdjustStack()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/backend/x64/
H A Dabi.cpp26 static FrameInfo CalculateFrameInfo(size_t num_gprs, size_t num_xmms, size_t frame_size) { in CalculateFrameInfo()
43 void ABI_PushRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size, const RegisterArrayT& re… in ABI_PushRegistersAndAdjustStack()
75 void ABI_PopRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size, const RegisterArrayT& reg… in ABI_PopRegistersAndAdjustStack()
106 void ABI_PushCalleeSaveRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size) { in ABI_PushCalleeSaveRegistersAndAdjustStack()
110 void ABI_PopCalleeSaveRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size) { in ABI_PopCalleeSaveRegistersAndAdjustStack()
114 void ABI_PushCallerSaveRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size) { in ABI_PushCallerSaveRegistersAndAdjustStack()
118 void ABI_PopCallerSaveRegistersAndAdjustStack(BlockOfCode& code, size_t frame_size) { in ABI_PopCallerSaveRegistersAndAdjustStack()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/codec/
H A Dvideo_encoder_vpx_unittest.cc28 const webrtc::DesktopSize& frame_size) { in CreateTestFrame()
59 webrtc::DesktopSize frame_size(100, 100); in TEST() local
85 webrtc::DesktopSize frame_size(100, 100); in TEST() local
105 webrtc::DesktopSize frame_size(100, 100); in TEST() local
118 webrtc::DesktopSize frame_size(100, 100); in TEST() local
137 webrtc::DesktopSize frame_size(100, 100); in TEST() local
156 webrtc::DesktopSize frame_size(32, 32); in TEST() local
/dports/www/py-hyper/hyper-18b629b/hyper/http20/
H A Dwindow.py58 def increase_window_size(self, frame_size): argument
106 def _handle_frame(self, frame_size): argument
144 def increase_window_size(self, frame_size): argument
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/hyper/hyper/http20/
H A Dwindow.py58 def increase_window_size(self, frame_size): argument
106 def _handle_frame(self, frame_size): argument
144 def increase_window_size(self, frame_size): argument
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-fec/lib/
H A Ddummy_decoder_impl.cc39 generic_decoder::sptr dummy_decoder::make(int frame_size) in make()
44 dummy_decoder_impl::dummy_decoder_impl(int frame_size) : generic_decoder("dummy_decoder") in dummy_decoder_impl()
66 bool dummy_decoder_impl::set_frame_size(unsigned int frame_size) in set_frame_size()
H A Drepetition_encoder_impl.cc36 generic_encoder::sptr repetition_encoder::make(int frame_size, int rep) in make()
41 repetition_encoder_impl::repetition_encoder_impl(int frame_size, int rep) in repetition_encoder_impl()
59 bool repetition_encoder_impl::set_frame_size(unsigned int frame_size) in set_frame_size()
H A Ddummy_encoder_impl.cc36 generic_encoder::sptr dummy_encoder::make(int frame_size, bool pack, bool packed_bits) in make()
41 dummy_encoder_impl::dummy_encoder_impl(int frame_size, bool pack, bool packed_bits) in dummy_encoder_impl()
66 bool dummy_encoder_impl::set_frame_size(unsigned int frame_size) in set_frame_size()
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/hyper/hyper/http20/
H A Dwindow.py58 def increase_window_size(self, frame_size): argument
106 def _handle_frame(self, frame_size): argument
144 def increase_window_size(self, frame_size): argument
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/hyper/hyper/http20/
H A Dwindow.py58 def increase_window_size(self, frame_size): argument
106 def _handle_frame(self, frame_size): argument
144 def increase_window_size(self, frame_size): argument
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/hyper/hyper/http20/
H A Dwindow.py58 def increase_window_size(self, frame_size): argument
106 def _handle_frame(self, frame_size): argument
144 def increase_window_size(self, frame_size): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/android/arcore/
H A Dar_image_transport.cc208 const gfx::Size& frame_size, in TransferFrame()
242 const gfx::Size& frame_size, in TransferCameraImageFrame()
320 const gfx::Size& frame_size, in CopyCameraImageToFramebuffer()
335 const gfx::Size& frame_size, in CopyDrawnImageToFramebuffer()
361 const gfx::Size& frame_size, in CopyTextureToFramebuffer()
380 const gfx::Size& frame_size, in CopyMailboxToSurfaceAndSwap()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmpegaudiodecheader.c37 int sample_rate, frame_size, mpeg25, padding; in avpriv_mpegaudio_decode_header() local
115 int avpriv_mpa_decode_header2(uint32_t head, int *sample_rate, int *channels, int *frame_size, int … in avpriv_mpa_decode_header2()
151 …CodecContext *avctx, uint32_t head, int *sample_rate, int *channels, int *frame_size, int *bit_rat… in avpriv_mpa_decode_header()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dmpegaudiodecheader.c37 int sample_rate, frame_size, mpeg25, padding; in avpriv_mpegaudio_decode_header() local
115 int avpriv_mpa_decode_header2(uint32_t head, int *sample_rate, int *channels, int *frame_size, int … in avpriv_mpa_decode_header2()
151 …CodecContext *avctx, uint32_t head, int *sample_rate, int *channels, int *frame_size, int *bit_rat… in avpriv_mpa_decode_header()

12345678910>>...167