Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 13 of 13) sorted by relevance

/PHP-8.1/main/
H A Dspprintf.c166 #define FIX_PRECISION(adjust, precision, s, s_len) do { \ argument
167 if (adjust) \
195 } adjust; in xbuf_format_converter() local
231 adjust = RIGHT; in xbuf_format_converter()
247 adjust = LEFT; in xbuf_format_converter()
271 adjust = LEFT; in xbuf_format_converter()
745 if (adjust_width && adjust == RIGHT && (size_t)min_width > s_len) { in xbuf_format_converter()
759 if (adjust_width && adjust == LEFT && (size_t)min_width > s_len) { in xbuf_format_converter()
H A Dsnprintf.c449 #define FIX_PRECISION( adjust, precision, s, s_len ) \ argument
450 if ( adjust ) \
485 } adjust; in format_converter() local
524 adjust = RIGHT; in format_converter()
540 adjust = LEFT; in format_converter()
564 adjust = LEFT; in format_converter()
1039 if (adjust_width && adjust == RIGHT && (size_t)min_width > s_len) { in format_converter()
1056 if (adjust_width && adjust == LEFT && (size_t)min_width > s_len) in format_converter()
/PHP-8.1/Zend/asm/
H A Djump_ppc32_sysv_elf_gas.S184 # adjust stack
H A Djump_ppc64_sysv_xcoff_gas.S153 # adjust stack
H A Djump_ppc32_sysv_xcoff_gas.S196 # adjust stack
H A Djump_mips32_o32_elf_gas.S103 # adjust stack
H A Djump_mips64_n64_elf_gas.S112 # adjust stack
H A Djump_ppc64_sysv_macho_gas.S144 ; adjust stack
H A Djump_ppc64_sysv_elf_gas.S182 # adjust stack
H A Djump_ppc32_sysv_macho_gas.S193 ; adjust stack
/PHP-8.1/ext/gd/libgd/
H A Dgdkanji.c232 register int adjust = c2 < 159; in SJIStoJIS() local
234 register int cellOffset = adjust ? (31 + (c2 > 127)) : 126; in SJIStoJIS()
236 *p1 = ((c1 - rowOffset) << 1) - adjust; in SJIStoJIS()
/PHP-8.1/ext/standard/
H A Dformatted_print.c221 int adjust, char fmt, in php_sprintf_appenddouble() argument
237 if ((adjust & ADJ_PRECISION) == 0) { in php_sprintf_appenddouble()
/PHP-8.1/build/
H A Dlibtool.m41550 # versioning mechanism, adjust this.
5377 dnl Note also adjust exclude_expsyms for C++ above.

Completed in 68 milliseconds