Home
last modified time | relevance | path

Searched refs:alignment (Results 1 – 15 of 15) sorted by relevance

/PHP-7.4/ext/standard/
H A Dformatted_print.c119 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 Dphpdbg_sigsafe.c9 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 Dbug48791.phpt13alignment"><style:list-level-label-alignment text:label-followed-by="listtab" text:list-tab-stop-p…
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.h133 #define KCP_DeclareSpongeStructure(prefix, size, alignment) \ argument
134 ALIGN(alignment) typedef struct prefix##_SpongeInstanceStruct { \
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.h133 #define KCP_DeclareSpongeStructure(prefix, size, alignment) \ argument
134 ALIGN(alignment) typedef struct prefix##_SpongeInstanceStruct { \
/PHP-7.4/Zend/
H A Dzend_portability.h629 # 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 Dzend_alloc.c151 #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 Dzend_alloc.h43 #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 DZend.m4253 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 Dbug79282.phpt10 Warning: exif_read_data(): Missing TIFF alignment marker in %s on line %d
/PHP-7.4/ext/ffi/tests/
H A D022.phpt2 FFI 022: structure/union alignment
/PHP-7.4/
H A DNEWS1424 . 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 Dffi.c304 t->alignment = type->align; in zend_ffi_make_fake_struct_type()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます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 Dmagic5374 # 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 173 milliseconds