Home
last modified time | relevance | path

Searched refs:fse (Results 1 – 25 of 1292) sorted by relevance

12345678910>>...52

/dports/devel/pecl-xdebug/xdebug-3.1.2/src/profiler/
H A Dprofiler.c260 fse->profile.nanotime += (xdebug_get_nanotime() - fse->profile.nanotime_mark);
262 fse->profile.memory += (zend_memory_usage(0) - fse->profile.mem_mark);
263 fse->profile.mem_mark = 0;
330 fse->profiler.lineno = fse->op_array->line_start;
332 fse->profiler.lineno = fse->lineno;
337 fse->profiler.lineno = 1;
343 fse->profiler.filename = zend_string_copy(fse->filename);
366 fse->profiler.lineno = fse->lineno;
373 fse->profiler.filename = zend_string_copy(fse->filename);
383 fse->profile.memory = 0;
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c102 memset(fse->key.element, 0, in fse_prepare()
103 fse->key.nr_elements * sizeof(fse->key.element[0])); in fse_prepare()
149 if (!fse->active) { in fse_prepare()
160 fse->active->set_buffer( fse->active, in fse_prepare()
215 fse->active->run_linear( fse->active, in fse_run_linear()
277 fse->active->run_elts( fse->active, in fse_run()
337 fse->active->run_linear( fse->active, in fse_run_linear_elts()
371 if (!fse) in draw_pt_middle_fse()
376 fse->base.run = fse_run; in draw_pt_middle_fse()
381 fse->draw = draw; in draw_pt_middle_fse()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c102 memset(fse->key.element, 0, in fse_prepare()
103 fse->key.nr_elements * sizeof(fse->key.element[0])); in fse_prepare()
149 if (!fse->active) { in fse_prepare()
160 fse->active->set_buffer( fse->active, in fse_prepare()
215 fse->active->run_linear( fse->active, in fse_run_linear()
277 fse->active->run_elts( fse->active, in fse_run()
337 fse->active->run_linear( fse->active, in fse_run_linear_elts()
371 if (!fse) in draw_pt_middle_fse()
376 fse->base.run = fse_run; in draw_pt_middle_fse()
381 fse->draw = draw; in draw_pt_middle_fse()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c102 memset(fse->key.element, 0, in fse_prepare()
103 fse->key.nr_elements * sizeof(fse->key.element[0])); in fse_prepare()
149 if (!fse->active) { in fse_prepare()
160 fse->active->set_buffer( fse->active, in fse_prepare()
215 fse->active->run_linear( fse->active, in fse_run_linear()
277 fse->active->run_elts( fse->active, in fse_run()
337 fse->active->run_linear( fse->active, in fse_run_linear_elts()
371 if (!fse) in draw_pt_middle_fse()
376 fse->base.run = fse_run; in draw_pt_middle_fse()
381 fse->draw = draw; in draw_pt_middle_fse()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c102 memset(fse->key.element, 0, in fse_prepare()
103 fse->key.nr_elements * sizeof(fse->key.element[0])); in fse_prepare()
149 if (!fse->active) { in fse_prepare()
160 fse->active->set_buffer( fse->active, in fse_prepare()
215 fse->active->run_linear( fse->active, in fse_run_linear()
277 fse->active->run_elts( fse->active, in fse_run()
337 fse->active->run_linear( fse->active, in fse_run_linear_elts()
371 if (!fse) in draw_pt_middle_fse()
376 fse->base.run = fse_run; in draw_pt_middle_fse()
381 fse->draw = draw; in draw_pt_middle_fse()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c102 memset(fse->key.element, 0, in fse_prepare()
103 fse->key.nr_elements * sizeof(fse->key.element[0])); in fse_prepare()
149 if (!fse->active) { in fse_prepare()
160 fse->active->set_buffer( fse->active, in fse_prepare()
215 fse->active->run_linear( fse->active, in fse_run_linear()
277 fse->active->run_elts( fse->active, in fse_run()
337 fse->active->run_linear( fse->active, in fse_run_linear_elts()
371 if (!fse) in draw_pt_middle_fse()
376 fse->base.run = fse_run; in draw_pt_middle_fse()
381 fse->draw = draw; in draw_pt_middle_fse()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c102 memset(fse->key.element, 0, in fse_prepare()
103 fse->key.nr_elements * sizeof(fse->key.element[0])); in fse_prepare()
149 if (!fse->active) { in fse_prepare()
160 fse->active->set_buffer( fse->active, in fse_prepare()
215 fse->active->run_linear( fse->active, in fse_run_linear()
277 fse->active->run_elts( fse->active, in fse_run()
337 fse->active->run_linear( fse->active, in fse_run_linear_elts()
371 if (!fse) in draw_pt_middle_fse()
376 fse->base.run = fse_run; in draw_pt_middle_fse()
381 fse->draw = draw; in draw_pt_middle_fse()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c102 memset(fse->key.element, 0, in fse_prepare()
103 fse->key.nr_elements * sizeof(fse->key.element[0])); in fse_prepare()
149 if (!fse->active) { in fse_prepare()
160 fse->active->set_buffer( fse->active, in fse_prepare()
215 fse->active->run_linear( fse->active, in fse_run_linear()
277 fse->active->run_elts( fse->active, in fse_run()
337 fse->active->run_linear( fse->active, in fse_run_linear_elts()
371 if (!fse) in draw_pt_middle_fse()
376 fse->base.run = fse_run; in draw_pt_middle_fse()
381 fse->draw = draw; in draw_pt_middle_fse()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c102 memset(fse->key.element, 0, in fse_prepare()
103 fse->key.nr_elements * sizeof(fse->key.element[0])); in fse_prepare()
149 if (!fse->active) { in fse_prepare()
160 fse->active->set_buffer( fse->active, in fse_prepare()
215 fse->active->run_linear( fse->active, in fse_run_linear()
277 fse->active->run_elts( fse->active, in fse_run()
337 fse->active->run_linear( fse->active, in fse_run_linear_elts()
371 if (!fse) in draw_pt_middle_fse()
376 fse->base.run = fse_run; in draw_pt_middle_fse()
381 fse->draw = draw; in draw_pt_middle_fse()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c102 memset(fse->key.element, 0, in fse_prepare()
103 fse->key.nr_elements * sizeof(fse->key.element[0])); in fse_prepare()
149 if (!fse->active) { in fse_prepare()
160 fse->active->set_buffer( fse->active, in fse_prepare()
215 fse->active->run_linear( fse->active, in fse_run_linear()
277 fse->active->run_elts( fse->active, in fse_run()
337 fse->active->run_linear( fse->active, in fse_run_linear_elts()
371 if (!fse) in draw_pt_middle_fse()
376 fse->base.run = fse_run; in draw_pt_middle_fse()
381 fse->draw = draw; in draw_pt_middle_fse()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c102 memset(fse->key.element, 0, in fse_prepare()
103 fse->key.nr_elements * sizeof(fse->key.element[0])); in fse_prepare()
149 if (!fse->active) { in fse_prepare()
160 fse->active->set_buffer( fse->active, in fse_prepare()
215 fse->active->run_linear( fse->active, in fse_run_linear()
277 fse->active->run_elts( fse->active, in fse_run()
337 fse->active->run_linear( fse->active, in fse_run_linear_elts()
371 if (!fse) in draw_pt_middle_fse()
376 fse->base.run = fse_run; in draw_pt_middle_fse()
381 fse->draw = draw; in draw_pt_middle_fse()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c102 memset(fse->key.element, 0, in fse_prepare()
103 fse->key.nr_elements * sizeof(fse->key.element[0])); in fse_prepare()
149 if (!fse->active) { in fse_prepare()
160 fse->active->set_buffer( fse->active, in fse_prepare()
215 fse->active->run_linear( fse->active, in fse_run_linear()
277 fse->active->run_elts( fse->active, in fse_run()
337 fse->active->run_linear( fse->active, in fse_run_linear_elts()
371 if (!fse) in draw_pt_middle_fse()
376 fse->base.run = fse_run; in draw_pt_middle_fse()
381 fse->draw = draw; in draw_pt_middle_fse()
[all …]
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/base/
H A Dfilter.c29 return fse->filtered_code_coverage; in ZEND_EXTERN_MODULE_GLOBALS()
32 return fse->filtered_stack; in ZEND_EXTERN_MODULE_GLOBALS()
35 return fse->filtered_tracing; in ZEND_EXTERN_MODULE_GLOBALS()
43 function_stack_entry *fse; in xdebug_is_top_stack_frame_filtered() local
44 fse = XDEBUG_VECTOR_TAIL(XG_BASE(stack)); in xdebug_is_top_stack_frame_filtered()
119 tmp_fse.filename = fse->include_filename; in xdebug_filter_run_internal()
120 fse = &tmp_fse; in xdebug_filter_run_internal()
129 tmp_fse.filename = fse->include_filename; in xdebug_filter_run_internal()
130 fse = &tmp_fse; in xdebug_filter_run_internal()
163 fse->filtered_stack = 0; in xdebug_filter_run()
[all …]
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/tracing/
H A Dtrace_textual.c109 int sent_variables = fse->varc; in add_arguments()
122 if (fse->var[j].is_variadic) { in add_arguments()
128 if (fse->var[j].name) { in add_arguments()
138 if (fse->var[j].is_variadic) { in add_arguments()
140 if (Z_ISUNDEF(fse->var[j].data)) { in add_arguments()
146 if (variadic_opened && (!fse->var[j].name || fse->var[j].is_variadic)) { in add_arguments()
173 for (j = 0; j < fse->level; j++) { in xdebug_trace_textual_function_entry()
180 add_arguments(&str, fse); in xdebug_trace_textual_function_entry()
182 if (fse->include_filename) { in xdebug_trace_textual_function_entry()
199 xdebug_str_add_fmt(&str, ") %s:%d\n", ZSTR_VAL(fse->filename), fse->lineno); in xdebug_trace_textual_function_entry()
[all …]
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/develop/
H A Dstack.c99 function_stack_entry *fse;
145 if (fse->var[j].name) {
168 xdebug_str_add_fmt(&log_buffer, ") %s:%d", ZSTR_VAL(fse->filename), fse->lineno);
399 …xdebug_str_add_fmt(str, formats[3], fse->level, XDEBUG_SECONDS_SINCE_START(fse->nanotime), fse->me…
401 …xdebug_str_add_fmt(str, formats[3], XDEBUG_SECONDS_SINCE_START(fse->nanotime), fse->memory, fse->l…
414 (fse->var[j].is_variadic && Z_ISUNDEF(fse->var[j].data))
419 if (fse->var[j].name) {
472 xdebug_format_file_link(&file_link, ZSTR_VAL(fse->filename), fse->lineno);
481 xdebug_str_add_fmt(str, formats[5], ZSTR_VAL(fse->filename), fse->lineno);
504 fse = fse - 1;
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/FileDirProc/
H A DFileSpec_T.cpp244 catch (FileSpecException& fse) in testConvertFileSpecType() local
256 catch (FileSpecException& fse) in testConvertFileSpecType() local
267 catch (FileSpecException& fse) in testConvertFileSpecType() local
278 catch (FileSpecException& fse) in testConvertFileSpecType() local
374 catch (FileSpecException& fse) in testInitValid() local
459 catch (FileSpecException& fse) in testNewSpec() local
480 catch (FileSpecException& fse) in testHasField() local
494 catch (FileSpecException& fse) in testHasField() local
508 catch (FileSpecException& fse) in testHasField() local
528 catch (FileSpecException& fse) in testGetSpecString() local
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/rjeczalik/notify/
H A Dwatcher_fsevents.go158 fse: ev[i],
195 c: fse.c,
204 fse.watches[path] = w
209 w, ok := fse.watches[path]
214 delete(fse.watches, path)
228 return fse.unwatch(path)
235 w, ok := fse.watches[path]
258 return fse.unwatch(path)
274 w, ok := fse.watches[oldpath]
281 w, ok := fse.watches[oldpath]
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/rjeczalik/notify/
H A Dwatcher_fsevents.go158 fse: ev[i],
195 c: fse.c,
204 fse.watches[path] = w
209 w, ok := fse.watches[path]
214 delete(fse.watches, path)
228 return fse.unwatch(path)
235 w, ok := fse.watches[path]
258 return fse.unwatch(path)
274 w, ok := fse.watches[oldpath]
281 w, ok := fse.watches[oldpath]
[all …]
/dports/www/devd/devd-0.9/vendor/github.com/rjeczalik/notify/
H A Dwatcher_fsevents.go158 fse: ev[i],
195 c: fse.c,
204 fse.watches[path] = w
209 w, ok := fse.watches[path]
214 delete(fse.watches, path)
228 return fse.unwatch(path)
235 w, ok := fse.watches[path]
258 return fse.unwatch(path)
274 w, ok := fse.watches[oldpath]
281 w, ok := fse.watches[oldpath]
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/syncthing/notify/
H A Dwatcher_fsevents.go158 fse: ev[i],
195 c: fse.c,
204 fse.watches[path] = w
209 w, ok := fse.watches[path]
214 delete(fse.watches, path)
228 return fse.unwatch(path)
235 w, ok := fse.watches[path]
258 return fse.unwatch(path)
274 w, ok := fse.watches[oldpath]
281 w, ok := fse.watches[oldpath]
[all …]
/dports/devel/modd/modd-0.8/vendor/github.com/rjeczalik/notify/
H A Dwatcher_fsevents.go158 fse: ev[i],
195 c: fse.c,
204 fse.watches[path] = w
209 w, ok := fse.watches[path]
214 delete(fse.watches, path)
228 return fse.unwatch(path)
235 w, ok := fse.watches[path]
258 return fse.unwatch(path)
274 w, ok := fse.watches[oldpath]
281 w, ok := fse.watches[oldpath]
[all …]
/dports/devel/allegro5/allegro5-5.2.7.0/src/android/
H A Dandroid_apk_fs.c137 static bool fs_apk_update_entry(ALLEGRO_FS_ENTRY *fse) in fs_apk_update_entry() argument
139 (void)fse; in fs_apk_update_entry()
143 static off_t fs_apk_entry_size(ALLEGRO_FS_ENTRY *fse) in fs_apk_entry_size() argument
147 (void)fse; in fs_apk_entry_size()
163 static time_t fs_apk_entry_mtime(ALLEGRO_FS_ENTRY *fse) in fs_apk_entry_mtime() argument
165 (void)fse; in fs_apk_entry_mtime()
169 static bool fs_apk_entry_exists(ALLEGRO_FS_ENTRY *fse) in fs_apk_entry_exists() argument
171 ALLEGRO_FILE *f = fs_apk_open_file(fse, "r"); in fs_apk_entry_exists()
179 static bool fs_apk_remove_entry(ALLEGRO_FS_ENTRY *fse) in fs_apk_remove_entry() argument
181 (void)fse; in fs_apk_remove_entry()
[all …]
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-test-subdevs.cpp118 memset(&fse, 0, sizeof(fse)); in testSubDevEnumFrameSize()
142 memset(&fse, 0xff, sizeof(fse)); in testSubDevEnumFrameSize()
153 fail_on_test(!fse.min_width || !fse.min_height); in testSubDevEnumFrameSize()
155 fail_on_test(!fse.max_width || !fse.max_height); in testSubDevEnumFrameSize()
157 fail_on_test(fse.min_width > fse.max_width); in testSubDevEnumFrameSize()
158 fail_on_test(fse.min_height > fse.max_height); in testSubDevEnumFrameSize()
175 fail_on_test(fse.min_width > fse.max_width); in testSubDevEnumFrameSize()
176 fail_on_test(fse.min_height > fse.max_height); in testSubDevEnumFrameSize()
179 fse.min_width, fse.min_height); in testSubDevEnumFrameSize()
182 fse.max_width, fse.max_height); in testSubDevEnumFrameSize()
[all …]
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-test-subdevs.cpp118 memset(&fse, 0, sizeof(fse)); in testSubDevEnumFrameSize()
142 memset(&fse, 0xff, sizeof(fse)); in testSubDevEnumFrameSize()
153 fail_on_test(!fse.min_width || !fse.min_height); in testSubDevEnumFrameSize()
155 fail_on_test(!fse.max_width || !fse.max_height); in testSubDevEnumFrameSize()
157 fail_on_test(fse.min_width > fse.max_width); in testSubDevEnumFrameSize()
158 fail_on_test(fse.min_height > fse.max_height); in testSubDevEnumFrameSize()
175 fail_on_test(fse.min_width > fse.max_width); in testSubDevEnumFrameSize()
176 fail_on_test(fse.min_height > fse.max_height); in testSubDevEnumFrameSize()
179 fse.min_width, fse.min_height); in testSubDevEnumFrameSize()
182 fse.max_width, fse.max_height); in testSubDevEnumFrameSize()
[all …]
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-compliance/
H A Dv4l2-test-subdevs.cpp118 memset(&fse, 0, sizeof(fse)); in testSubDevEnumFrameSize()
142 memset(&fse, 0xff, sizeof(fse)); in testSubDevEnumFrameSize()
153 fail_on_test(!fse.min_width || !fse.min_height); in testSubDevEnumFrameSize()
155 fail_on_test(!fse.max_width || !fse.max_height); in testSubDevEnumFrameSize()
157 fail_on_test(fse.min_width > fse.max_width); in testSubDevEnumFrameSize()
158 fail_on_test(fse.min_height > fse.max_height); in testSubDevEnumFrameSize()
175 fail_on_test(fse.min_width > fse.max_width); in testSubDevEnumFrameSize()
176 fail_on_test(fse.min_height > fse.max_height); in testSubDevEnumFrameSize()
179 fse.min_width, fse.min_height); in testSubDevEnumFrameSize()
182 fse.max_width, fse.max_height); in testSubDevEnumFrameSize()
[all …]

12345678910>>...52