Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 73) sorted by relevance

123

/php-src/ext/opcache/jit/ir/
H A Dir_dump.c11 void ir_dump(const ir_ctx *ctx, FILE *f) in ir_dump()
55 void ir_dump_dot(const ir_ctx *ctx, const char *name, FILE *f) in ir_dump_dot()
142 void ir_dump_use_lists(const ir_ctx *ctx, FILE *f) in ir_dump_use_lists()
165 static void ir_dump_dessa_moves(const ir_ctx *ctx, int b, ir_block *bb, FILE *f) in ir_dump_dessa_moves()
213 static void ir_dump_cfg_block(ir_ctx *ctx, FILE *f, uint32_t b, ir_block *bb) in ir_dump_cfg_block()
301 void ir_dump_cfg(ir_ctx *ctx, FILE *f) in ir_dump_cfg()
323 void ir_dump_cfg_map(const ir_ctx *ctx, FILE *f) in ir_dump_cfg_map()
337 void ir_dump_live_ranges(const ir_ctx *ctx, FILE *f) in ir_dump_live_ranges()
478 void ir_dump_codegen(const ir_ctx *ctx, FILE *f) in ir_dump_codegen()
H A Dir_save.c11 void ir_print_proto(const ir_ctx *ctx, ir_ref func_proto, FILE *f) in ir_print_proto()
41 static void ir_save_dessa_moves(const ir_ctx *ctx, int b, ir_block *bb, FILE *f) in ir_save_dessa_moves()
89 void ir_save(const ir_ctx *ctx, uint32_t save_flags, FILE *f) in ir_save()
H A Dgen_ir_fold_hash.c244 FILE *f = stdin; in main() local
/php-src/Zend/
H A Dzend_vm_gen.php551 function out($f, $s) {
559 function out_line($f) {
688 function gen_code($f, $spec, $kind, $code, $op1, $op2, $name, $extra_spec=null) {
986 function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spe…
1183 function gen_null_label($f, $kind, $prolog) {
1198 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) {
1520 function gen_specs($f, $prolog, $specs) {
1536 function gen_null_handler($f) {
1671 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) {
1779 function skip_blanks($f, $prolog, $epilog) {
[all …]
H A Dzend_vm_trace_handlers.h69 FILE *f; in zend_vm_trace_finish() local
84 FILE *f; in zend_vm_trace_init() local
H A Dzend_vm_trace_map.h59 FILE *f; in zend_vm_trace_init() local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_printint.c92 print_char(FILE *f, PCRE2_SPTR ptr, BOOL utf) in print_char()
205 print_custring(FILE *f, PCRE2_SPTR ptr) in print_custring()
215 print_custring_bylen(FILE *f, PCRE2_SPTR ptr, PCRE2_UCHAR len) in print_custring_bylen()
302 print_prop(FILE *f, PCRE2_SPTR code, const char *before, const char *after) in print_prop()
338 pcre2_printint(pcre2_code *re, FILE *f, BOOL print_lengths) in pcre2_printint()
/php-src/ext/gd/libgd/
H A Dgd_rotate.c20 FuncPtr f; in gdImageSkewX() local
117 FuncPtr f; in gdImageSkewY() local
207 FuncPtr f; in gdImageRotate90() local
254 FuncPtr f; in gdImageRotate180() local
302 FuncPtr f; in gdImageRotate270() local
H A Dgd_filter.c120 FuncPtr f; in gdImageNegate() local
153 FuncPtr f; in gdImageGrayScale() local
193 FuncPtr f; in gdImageBrightness() local
240 FuncPtr f; in gdImageContrast() local
297 FuncPtr f; in gdImageColor() local
342 FuncPtr f; in gdImageConvolution() local
409 FuncPtr f; in gdImageSelectiveBlur() local
H A Dgd_io_file.c34 FILE *f; member
49 gdIOCtx * gdNewFileCtx (FILE * f) in gdNewFileCtx()
H A Dgd_xbm.c180 char *name, *f; in gdImageXbmCtx() local
/php-src/ext/phar/
H A Dbuild_precommand.php31 $f = file(dirname(__FILE__) . '/phar/' . strtolower($name) . '.inc'); variable
/php-src/sapi/phpdbg/
H A Dphpdbg_break.c28 #define PHPDBG_BREAK_COMMAND_D(f, h, a, m, l, s, flags) \ argument
H A Dphpdbg_set.c28 #define PHPDBG_SET_COMMAND_D(f, h, a, m, l, s, flags) \ argument
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c33 # define strtoll(s, f, b) _atoi64(s) argument
36 # define strtoll(s, f, b) atoll(s) argument
38 # define strtoll(s, f, b) strtol(s, f, b) argument
H A Dparse_date.c38 # define strtoll(s, f, b) _atoi64(s) argument
41 # define strtoll(s, f, b) atoll(s) argument
43 # define strtoll(s, f, b) strtol(s, f, b) argument
25277 double f; in timelib_parse_from_format_with_map() local
25292 double f; in timelib_parse_from_format_with_map() local
/php-src/.github/
H A Dnightly_matrix.php149 $f = fopen(getenv('GITHUB_OUTPUT'), 'a'); variable
/php-src/ext/standard/
H A Darray.c128 static zend_always_inline int php_array_key_compare_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_key_compare_unstable_i()
152 static zend_always_inline int php_array_key_compare_numeric_unstable_i(Bucket *f, Bucket *s) /* {{{… in php_array_key_compare_numeric_unstable_i()
198 static zend_always_inline int php_array_key_compare_string_unstable_i(Bucket *f, Bucket *s) /* {{{ … in php_array_key_compare_string_unstable_i()
292 static zend_always_inline int php_array_data_compare_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_data_compare_unstable_i()
336 static int php_array_natural_general_compare(Bucket *f, Bucket *s, int fold_case) /* {{{ */ in php_array_natural_general_compare()
362 static int php_array_data_compare_string_locale_unstable_i(Bucket *f, Bucket *s) /* {{{ */ in php_array_data_compare_string_locale_unstable_i()
816 static inline int php_array_user_compare_unstable(Bucket *f, Bucket *s) /* {{{ */ in php_array_user_compare_unstable()
934 static inline int php_array_user_key_compare_unstable(Bucket *f, Bucket *s) /* {{{ */ in php_array_user_key_compare_unstable()
1194 static int php_data_compare(const void *f, const void *s) /* {{{ */ in php_data_compare()
4906 struct bucketindex *f = (struct bucketindex *)p; local
[all …]
H A Dpack.c136 static void php_pack_copy_float(int is_little_endian, void * dst, float f) in php_pack_copy_float()
139 float f; in php_pack_copy_float() member
185 float f; in php_pack_parse_float() member
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c187 file_error_core(struct magic_set *ms, int error, const char *f, va_list va, in file_error_core()
208 file_error(struct magic_set *ms, int error, const char *f, ...) in file_error()
221 file_magerror(struct magic_set *ms, const char *f, ...) in file_magerror()
H A Dprint.c246 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn()
/php-src/ext/opcache/
H A Dshared_alloc_mmap.c59 FILE *f; in find_prefered_mmap_base() local
/php-src/ext/dba/libcdb/
H A Dcdb_make.c57 int cdb_make_start(struct cdb_make *c, php_stream * f) in cdb_make_start()
/php-src/sapi/fuzzer/
H A Dfuzzer-execute-common.h119 FILE *f = fopen(FILE_NAME, "w"); in create_file() local
/php-src/ext/com_dotnet/
H A Dcom_handlers.c240 zend_internal_function *f = (zend_internal_function*)Z_PTR_P(zv); in function_dtor() local
291 zend_internal_function f, *fptr = NULL; in com_method_get() local

Completed in 116 milliseconds

123