Searched refs:swap (Results 1 – 9 of 9) sorted by relevance
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | elfclass.h | 34 type = elf_getu16(swap, elfhdr.e_type); 39 if (dophn_core(ms, clazz, swap, fd, 40 (off_t)elf_getu(swap, elfhdr.e_phoff), 41 elf_getu16(swap, elfhdr.e_phnum), 42 (size_t)elf_getu16(swap, elfhdr.e_phentsize), 49 if (dophn_exec(ms, clazz, swap, fd, 50 (off_t)elf_getu(swap, elfhdr.e_phoff), 51 elf_getu16(swap, elfhdr.e_phnum), 58 if (doshn(ms, clazz, swap, fd, 59 (off_t)elf_getu(swap, elfhdr.e_shoff), [all …]
|
/PHP-5.4/main/ |
H A D | mergesort.c | 240 #define swap(a, b) { \ macro 301 swap (f1, f1 + size); in setup() 326 swap(f1, f1 + size); in setup() 346 swap(u, t); in insertionsort()
|
/PHP-5.4/ext/mbstring/tests/ |
H A D | mb_strripos_basic.phpt | 38 //flag a swap between good and bad 67 '!', // used to flag a swap between good and bad
|
H A D | mb_stripos_basic.phpt | 38 //flag a swap between good and bad 67 '!', // used to flag a swap between good and bad
|
/PHP-5.4/ext/standard/tests/general_functions/ |
H A D | 003.phpt | 30 $n += test_me("2 char swap", 2, "12", "21");
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | levenshtein.phpt | 34 $n += test_me("2 char swap", 2, "12", "21");
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | NEWS | 178 with different endianness, PCRE used automatically to swap the bytes in some 183 16-bit function) to do the swap.
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 2427 swap: in is_not_included() 2436 goto swap; in is_not_included() 2506 goto swap; in is_not_included()
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 5414 0 string b0VIM\ Vim swap file 11199 # Linux swap file, from Daniel Quinlan <quinlan@yggdrasil.com> 11200 4086 string SWAP-SPACE Linux/i386 swap file 11202 # Linux swap file with swsusp1 image, from Jeff Bailey <jbailey@ubuntu.com> 11203 4076 string SWAPSPACE2S1SUSPEND Linux/i386 swap file (new style) with SWSUSP1 image 11205 4076 string SWAPSPACE2LINHIB0001 Linux/i386 swap file (new style) (compressed hibern… 11209 4086 string SWAPSPACE2 Linux/i386 swap file (new style), 11221 # swap file for PowerPC 11222 65526 string SWAPSPACE2 Linux/ppc swap file 11223 16374 string SWAPSPACE2 Linux/ia64 swap file [all …]
|
Completed in 58 milliseconds