Searched refs:hs (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/readline/ |
H A D | readline.c | 350 HISTORY_STATE *hs; in PHP_FUNCTION() local 354 hs = history_get_history_state(); in PHP_FUNCTION() 355 if (hs && hs->length) { in PHP_FUNCTION() 358 for (i = 0; i < hs->length; i++) { in PHP_FUNCTION() 363 free(hs); in PHP_FUNCTION()
|
/php-src/ext/standard/tests/file/ |
H A D | fscanf_variation16.phpt | 30 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation19.phpt | 27 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation15.phpt | 39 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation17.phpt | 35 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation18.phpt | 42 "%hs", "%ls", "%Ls",
|
H A D | fscanf_variation14.phpt | 64 "%hs", "%ls", "%Ls",
|
/php-src/ext/fileinfo/libmagic/ |
H A D | file.h | 192 uint8_t hs[2]; /* 2 bytes of a fixed-endian "short" */ member
|
H A D | softmagic.c | 107 #define BE16(p) ((CAST(uint16_t, (p)->hs[0])<<8)|(CAST(uint16_t, (p)->hs[1]))) 108 #define LE16(p) ((CAST(uint16_t, (p)->hs[1])<<8)|(CAST(uint16_t, (p)->hs[0])))
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_arm.lua | 237 hs = 2, lo = 3,
|
H A D | dasm_arm64.lua | 244 hs = 2, lo = 3,
|
/php-src/ext/hash/tests/ |
H A D | fnv1a64.phpt | 24 array( 'G^hs', '33551d7dbbea0209' ),
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_aarch64.dasc | 1976 | csel Rx(def_reg), Rx(op1_reg), Rx(op2_reg), hs 1992 | csel Rw(def_reg), Rw(op1_reg), Rw(op2_reg), hs 2795 | cset Rw(def_reg), hs 2886 | cset Rw(def_reg), hs
|
Completed in 34 milliseconds