Searched refs:alignment (Results 1 – 15 of 15) sorted by relevance
/PHP-7.4/ext/standard/ |
H A D | formatted_print.c | 119 if (alignment == ALIGN_RIGHT) { in php_sprintf_appendstring() 133 if (alignment == ALIGN_LEFT) { in php_sprintf_appendstring() 222 size_t alignment, int precision, in php_sprintf_appenddouble() argument 435 alignment = ALIGN_RIGHT; in php_formatted_print() 473 alignment = ALIGN_LEFT; in php_formatted_print() 547 alignment, in php_formatted_print() 557 width, padding, alignment, in php_formatted_print() 564 width, padding, alignment); in php_formatted_print() 575 width, padding, alignment, in php_formatted_print() 589 width, padding, alignment, 3, in php_formatted_print() [all …]
|
/PHP-7.4/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.4/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.4/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.4/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.4/Zend/ |
H A D | zend_portability.h | 629 # define ZEND_SET_ALIGNED(alignment, decl) __declspec(align(alignment)) decl argument 631 # define ZEND_SET_ALIGNED(alignment, decl) decl __attribute__ ((__aligned__ (alignment))) argument 633 # define ZEND_SET_ALIGNED(alignment, decl) decl argument 636 #define ZEND_SLIDE_TO_ALIGNED(alignment, ptr) (((zend_uintptr_t)(ptr) + ((alignment)-1)) & ~((align… argument
|
H A D | zend_alloc.c | 151 #define ZEND_MM_ALIGNED_OFFSET(size, alignment) \ argument 152 (((size_t)(size)) & ((alignment) - 1)) 153 #define ZEND_MM_ALIGNED_BASE(size, alignment) \ argument 154 (((size_t)(size)) & ~((alignment) - 1)) 155 #define ZEND_MM_SIZE_TO_NUM(size, alignment) \ argument 156 (((size_t)(size) + ((alignment) - 1)) / (alignment)) 696 offset = alignment - offset; 699 alignment -= offset; 701 if (alignment > REAL_PAGE_SIZE) { 719 …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) - 1)) & ~((alignment) - 1)) 296 typedef void* (*zend_mm_chunk_alloc_t)(zend_mm_storage *storage, size_t size, size_t alignment);
|
H A D | Zend.m4 | 253 dnl Test and set the alignment define for ZEND_MM. This also does the 255 AC_MSG_CHECKING(for MM alignment and log values)
|
/PHP-7.4/ext/exif/tests/ |
H A D | bug79282.phpt | 10 Warning: exif_read_data(): Missing TIFF alignment marker in %s on line %d
|
/PHP-7.4/ext/ffi/tests/ |
H A D | 022.phpt | 2 FFI 022: structure/union alignment
|
/PHP-7.4/ |
H A D | NEWS | 1424 . Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and 1871 . Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and
|
/PHP-7.4/ext/ffi/ |
H A D | ffi.c | 304 t->alignment = type->align; in zend_ffi_make_fake_struct_type()
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 5374 # Longer version to recognise SAM alignment lines using (many) regexes 6332 >48 long&01 01 alignment trap enabled 28723 # BLOB alignment value in pages, as specified in sdimgr /pack: 1~4K 2~8k 30000 >6 leshort&0x0003 =0x0000 alignment 1 30001 >6 leshort&0x0003 =0x0001 alignment 2 30002 >6 leshort&0x0003 =0x0002 alignment 4 30003 >6 leshort&0x0003 =0x0003 alignment 256
|
H A D | magic | 5374 # Longer version to recognise SAM alignment lines using (many) regexes 6332 >48 long&01 01 alignment trap enabled 28723 # BLOB alignment value in pages, as specified in sdimgr /pack: 1~4K 2~8k 30000 >6 leshort&0x0003 =0x0000 alignment 1 30001 >6 leshort&0x0003 =0x0001 alignment 2 30002 >6 leshort&0x0003 =0x0002 alignment 4 30003 >6 leshort&0x0003 =0x0003 alignment 256
|
Completed in 307 milliseconds