Searched refs:alignment (Results 1 – 14 of 14) sorted by relevance
/PHP-7.3/ext/standard/ |
H A D | formatted_print.c | 104 if (alignment == ALIGN_RIGHT) { in php_sprintf_appendstring() 118 if (alignment == ALIGN_LEFT) { in php_sprintf_appendstring() 207 size_t alignment, int precision, in php_sprintf_appenddouble() argument 449 alignment = ALIGN_RIGHT; in php_formatted_print() 488 alignment = ALIGN_LEFT; in php_formatted_print() 570 alignment, in php_formatted_print() 580 width, padding, alignment, in php_formatted_print() 587 width, padding, alignment); in php_formatted_print() 598 width, padding, alignment, in php_formatted_print() 612 width, padding, alignment, 3, in php_formatted_print() [all …]
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_sigsafe.c | 9 static void* zend_mm_mem_alloc(zend_mm_storage *storage, size_t size, size_t alignment) { in ZEND_EXTERN_MODULE_GLOBALS() 13 return (void *) (((size_t) PHPDBG_G(sigsafe_mem).mem & ~(alignment - 1)) + alignment); in ZEND_EXTERN_MODULE_GLOBALS()
|
/PHP-7.3/ext/phar/tests/zip/ |
H A D | bug48791.phpt | 13 …alignment"><style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-p…
|
/PHP-7.3/ext/hash/sha3/generic32lc/ |
H A D | KeccakSponge.h | 133 #define KCP_DeclareSpongeStructure(prefix, size, alignment) \ argument 134 ALIGN(alignment) typedef struct prefix##_SpongeInstanceStruct { \
|
/PHP-7.3/ext/hash/sha3/generic64lc/ |
H A D | KeccakSponge.h | 133 #define KCP_DeclareSpongeStructure(prefix, size, alignment) \ argument 134 ALIGN(alignment) typedef struct prefix##_SpongeInstanceStruct { \
|
/PHP-7.3/Zend/ |
H A D | zend_portability.h | 625 # define ZEND_SET_ALIGNED(alignment, decl) __declspec(align(alignment)) decl argument 627 # define ZEND_SET_ALIGNED(alignment, decl) decl __attribute__ ((__aligned__ (alignment))) argument 629 # define ZEND_SET_ALIGNED(alignment, decl) decl argument 632 #define ZEND_SLIDE_TO_ALIGNED(alignment, ptr) (((zend_uintptr_t)(ptr) + ((alignment)-1)) & ~((align… argument
|
H A D | zend_alloc.c | 147 #define ZEND_MM_ALIGNED_OFFSET(size, alignment) \ argument 148 (((size_t)(size)) & ((alignment) - 1)) 149 #define ZEND_MM_ALIGNED_BASE(size, alignment) \ argument 150 (((size_t)(size)) & ~((alignment) - 1)) 151 #define ZEND_MM_SIZE_TO_NUM(size, alignment) \ argument 152 (((size_t)(size) + ((alignment) - 1)) / (alignment)) 739 offset = alignment - offset; 742 alignment -= offset; 744 if (alignment > REAL_PAGE_SIZE) { 762 …ZEND_ASSERT(((zend_uintptr_t)((char*)ptr + (alignment-1)) & (alignment-1)) == (zend_uintptr_t)ptr); [all …]
|
H A D | zend_alloc.h | 43 #define ZEND_MM_ALIGNED_SIZE_EX(size, alignment) \ argument 44 (((size) + ((alignment) - Z_L(1))) & ~((alignment) - Z_L(1))) 295 typedef void* (*zend_mm_chunk_alloc_t)(zend_mm_storage *storage, size_t size, size_t alignment);
|
H A D | Zend.m4 | 218 dnl test and set the alignment define for ZEND_MM 220 AC_MSG_CHECKING(for MM alignment and log values)
|
/PHP-7.3/ext/exif/tests/ |
H A D | bug79282.phpt | 10 Warning: exif_read_data(): Missing TIFF alignment marker in %s on line %d
|
/PHP-7.3/ext/mbstring/oniguruma/ |
H A D | HISTORY | 2238 2002/03/19: [impl] word alignment of char class multi-byte code ranges.
|
/PHP-7.3/ |
H A D | NEWS | 787 . Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 4851 # Longer version to recognise SAM alignment lines using (many) regexes 5615 >48 long&01 01 alignment trap enabled 27849 >6 leshort&0x0003 =0x0000 alignment 1 27850 >6 leshort&0x0003 =0x0001 alignment 2 27851 >6 leshort&0x0003 =0x0002 alignment 4 27852 >6 leshort&0x0003 =0x0003 alignment 256
|
H A D | magic私はガラスを食べられます | 4851 # Longer version to recognise SAM alignment lines using (many) regexes 5615 >48 long&01 01 alignment trap enabled 27849 >6 leshort&0x0003 =0x0000 alignment 1 27850 >6 leshort&0x0003 =0x0001 alignment 2 27851 >6 leshort&0x0003 =0x0002 alignment 4 27852 >6 leshort&0x0003 =0x0003 alignment 256
|
Completed in 151 milliseconds