Home
last modified time | relevance | path

Searched refs:full_frame (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/lang/gcc6-aux/gcc-6-20180516/libcilkrts/runtime/
H A Dfull_frame.h77 typedef struct full_frame full_frame; typedef
153 struct full_frame struct
203 full_frame *parent; argument
216 full_frame *left_sibling; argument
221 full_frame *right_sibling; argument
228 full_frame *rightmost_child; argument
406 COMMON_PORTABLE void __cilkrts_put_stack(full_frame *ff,
446 full_frame *__cilkrts_make_full_frame(__cilkrts_worker *w,
463 COMMON_PORTABLE void validate_full_frame(full_frame *ff);
477 full_frame *ff);
[all …]
H A Dfull_frame.c48 full_frame *__cilkrts_make_full_frame(__cilkrts_worker *w, in __cilkrts_make_full_frame()
51 full_frame *ff; in __cilkrts_make_full_frame()
54 ff = (full_frame *)__cilkrts_frame_malloc(w, sizeof(*ff)); in __cilkrts_make_full_frame()
88 COMMON_PORTABLE void __cilkrts_put_stack(full_frame *ff, in __cilkrts_put_stack()
110 COMMON_PORTABLE void __cilkrts_take_stack(full_frame *ff, void *sp) in __cilkrts_take_stack()
129 COMMON_PORTABLE void __cilkrts_adjust_stack(full_frame *ff, size_t size) in __cilkrts_adjust_stack()
150 void __cilkrts_destroy_full_frame(__cilkrts_worker *w, full_frame *ff) in __cilkrts_destroy_full_frame()
162 COMMON_PORTABLE void validate_full_frame(full_frame *ff) in validate_full_frame()
170 void __cilkrts_frame_lock(__cilkrts_worker *w, full_frame *ff) in __cilkrts_frame_lock()
176 void __cilkrts_frame_unlock(__cilkrts_worker *w, full_frame *ff) in __cilkrts_frame_unlock()
H A Dscheduler.c196 static void double_link(full_frame *left_ff, full_frame *right_ff) in double_link()
205 static void push_child(full_frame *parent_ff, full_frame *child_ff) in push_child()
213 static void unlink_child(full_frame *parent_ff, full_frame *child_ff) in unlink_child()
430 full_frame *ff; in pop_next_frame()
830 full_frame *ff; in fiber_proc_to_resume_user_code_for_random_steal()
1548 full_frame *ff; in user_code_resume_after_switch_into_runtime()
1581 full_frame *ff, *ff2; in longjmp_into_runtime()
1755 full_frame *ff = NULL; in check_for_work()
2185 full_frame *ff; in __cilkrts_c_sync()
2342 full_frame *ff; in __cilkrts_c_THE_exception_check()
[all …]
H A Dlocal_state.h69 struct full_frame;
85 struct full_frame *ff,
180 struct full_frame *frame_ff;
192 struct full_frame *next_frame_ff;
206 struct full_frame *last_full_frame;
H A Dsysdep.h118 full_frame *ff,
204 full_frame *ff);
230 full_frame *ff,
252 full_frame *ff_for_exceptions);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libcilkrts/runtime/
H A Dfull_frame.h77 typedef struct full_frame full_frame; typedef
153 struct full_frame struct
203 full_frame *parent; argument
216 full_frame *left_sibling; argument
221 full_frame *right_sibling; argument
228 full_frame *rightmost_child; argument
406 COMMON_PORTABLE void __cilkrts_put_stack(full_frame *ff,
446 full_frame *__cilkrts_make_full_frame(__cilkrts_worker *w,
463 COMMON_PORTABLE void validate_full_frame(full_frame *ff);
477 full_frame *ff);
[all …]
H A Dfull_frame.c48 full_frame *__cilkrts_make_full_frame(__cilkrts_worker *w, in __cilkrts_make_full_frame()
51 full_frame *ff; in __cilkrts_make_full_frame()
54 ff = (full_frame *)__cilkrts_frame_malloc(w, sizeof(*ff)); in __cilkrts_make_full_frame()
88 COMMON_PORTABLE void __cilkrts_put_stack(full_frame *ff, in __cilkrts_put_stack()
110 COMMON_PORTABLE void __cilkrts_take_stack(full_frame *ff, void *sp) in __cilkrts_take_stack()
129 COMMON_PORTABLE void __cilkrts_adjust_stack(full_frame *ff, size_t size) in __cilkrts_adjust_stack()
150 void __cilkrts_destroy_full_frame(__cilkrts_worker *w, full_frame *ff) in __cilkrts_destroy_full_frame()
162 COMMON_PORTABLE void validate_full_frame(full_frame *ff) in validate_full_frame()
170 void __cilkrts_frame_lock(__cilkrts_worker *w, full_frame *ff) in __cilkrts_frame_lock()
176 void __cilkrts_frame_unlock(__cilkrts_worker *w, full_frame *ff) in __cilkrts_frame_unlock()
H A Dscheduler.c196 static void double_link(full_frame *left_ff, full_frame *right_ff) in double_link()
205 static void push_child(full_frame *parent_ff, full_frame *child_ff) in push_child()
213 static void unlink_child(full_frame *parent_ff, full_frame *child_ff) in unlink_child()
430 full_frame *ff; in pop_next_frame()
830 full_frame *ff; in fiber_proc_to_resume_user_code_for_random_steal()
1548 full_frame *ff; in user_code_resume_after_switch_into_runtime()
1581 full_frame *ff, *ff2; in longjmp_into_runtime()
1755 full_frame *ff = NULL; in check_for_work()
2185 full_frame *ff; in __cilkrts_c_sync()
2342 full_frame *ff; in __cilkrts_c_THE_exception_check()
[all …]
H A Dlocal_state.h69 struct full_frame;
85 struct full_frame *ff,
180 struct full_frame *frame_ff;
192 struct full_frame *next_frame_ff;
206 struct full_frame *last_full_frame;
H A Dsysdep.h118 full_frame *ff,
204 full_frame *ff);
230 full_frame *ff,
252 full_frame *ff_for_exceptions);
/dports/lang/gnat_util/gcc-6-20180516/libcilkrts/runtime/
H A Dfull_frame.h77 typedef struct full_frame full_frame; typedef
153 struct full_frame struct
203 full_frame *parent; argument
216 full_frame *left_sibling; argument
221 full_frame *right_sibling; argument
228 full_frame *rightmost_child; argument
406 COMMON_PORTABLE void __cilkrts_put_stack(full_frame *ff,
446 full_frame *__cilkrts_make_full_frame(__cilkrts_worker *w,
463 COMMON_PORTABLE void validate_full_frame(full_frame *ff);
477 full_frame *ff);
[all …]
H A Dfull_frame.c48 full_frame *__cilkrts_make_full_frame(__cilkrts_worker *w, in __cilkrts_make_full_frame()
51 full_frame *ff; in __cilkrts_make_full_frame()
54 ff = (full_frame *)__cilkrts_frame_malloc(w, sizeof(*ff)); in __cilkrts_make_full_frame()
88 COMMON_PORTABLE void __cilkrts_put_stack(full_frame *ff, in __cilkrts_put_stack()
110 COMMON_PORTABLE void __cilkrts_take_stack(full_frame *ff, void *sp) in __cilkrts_take_stack()
129 COMMON_PORTABLE void __cilkrts_adjust_stack(full_frame *ff, size_t size) in __cilkrts_adjust_stack()
150 void __cilkrts_destroy_full_frame(__cilkrts_worker *w, full_frame *ff) in __cilkrts_destroy_full_frame()
162 COMMON_PORTABLE void validate_full_frame(full_frame *ff) in validate_full_frame()
170 void __cilkrts_frame_lock(__cilkrts_worker *w, full_frame *ff) in __cilkrts_frame_lock()
176 void __cilkrts_frame_unlock(__cilkrts_worker *w, full_frame *ff) in __cilkrts_frame_unlock()
H A Dscheduler.c196 static void double_link(full_frame *left_ff, full_frame *right_ff) in double_link()
205 static void push_child(full_frame *parent_ff, full_frame *child_ff) in push_child()
213 static void unlink_child(full_frame *parent_ff, full_frame *child_ff) in unlink_child()
430 full_frame *ff; in pop_next_frame()
830 full_frame *ff; in fiber_proc_to_resume_user_code_for_random_steal()
1548 full_frame *ff; in user_code_resume_after_switch_into_runtime()
1581 full_frame *ff, *ff2; in longjmp_into_runtime()
1755 full_frame *ff = NULL; in check_for_work()
2185 full_frame *ff; in __cilkrts_c_sync()
2342 full_frame *ff; in __cilkrts_c_THE_exception_check()
[all …]
H A Dlocal_state.h69 struct full_frame;
85 struct full_frame *ff,
180 struct full_frame *frame_ff;
192 struct full_frame *next_frame_ff;
206 struct full_frame *last_full_frame;
H A Dsysdep.h118 full_frame *ff,
204 full_frame *ff);
230 full_frame *ff,
252 full_frame *ff_for_exceptions);
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/operations/
H A DCOM_MovieDistortionOperation.cpp48 rcti full_frame; in initExecution() local
49 full_frame.xmin = full_frame.ymin = 0; in initExecution()
50 full_frame.xmax = this->m_width; in initExecution()
51 full_frame.ymax = this->m_height; in initExecution()
53 tracking, this->m_width, this->m_height, &full_frame, !this->m_apply, delta); in initExecution()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/client/
H A Ddual_buffer_frame_consumer.cc92 std::unique_ptr<webrtc::DesktopFrame> full_frame = in RequestFullDesktopFrame() local
98 full_frame->CopyPixelsFrom(*buffers_[1], i.rect().top_left(), in RequestFullDesktopFrame()
101 full_frame->mutable_updated_region()->SetRect(desktop_rect); in RequestFullDesktopFrame()
103 RunRenderCallback(std::move(full_frame), base::DoNothing()); in RequestFullDesktopFrame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Drv10enc.c33 int full_frame= 0; in ff_rv10_encode_picture_header() local
50 if(!full_frame){ in ff_rv10_encode_picture_header()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Drv10enc.c33 int full_frame= 0; in ff_rv10_encode_picture_header() local
50 if(!full_frame){ in ff_rv10_encode_picture_header()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Drv10enc.c34 int full_frame= 0; in ff_rv10_encode_picture_header() local
51 if(!full_frame){ in ff_rv10_encode_picture_header()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Drv10enc.c34 int full_frame= 0; in ff_rv10_encode_picture_header() local
51 if(!full_frame){ in ff_rv10_encode_picture_header()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Drv10enc.c34 int full_frame= 0; in ff_rv10_encode_picture_header() local
51 if(!full_frame){ in ff_rv10_encode_picture_header()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Drv10enc.c34 int full_frame= 0; in ff_rv10_encode_picture_header() local
51 if(!full_frame){ in ff_rv10_encode_picture_header()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Drv10enc.c34 int full_frame= 0; in ff_rv10_encode_picture_header() local
51 if(!full_frame){ in ff_rv10_encode_picture_header()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DStackMapTable_attribute.java99 return new full_frame(frame_type, cr); in read()
123 R visit_full_frame(full_frame frame, P p); in visit_full_frame()
265 public static class full_frame extends stack_map_frame { class in StackMapTable_attribute
266 full_frame(int frame_type, ClassReader cr) in full_frame() method in StackMapTable_attribute.full_frame

12345678