Home
last modified time | relevance | path

Searched refs:hs (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/readline/
H A Dreadline.c330 HISTORY_STATE *hs; in PHP_FUNCTION() local
334 hs = history_get_history_state(); in PHP_FUNCTION()
335 if (hs && hs->length) { in PHP_FUNCTION()
338 for (i = 0; i < hs->length; i++) { in PHP_FUNCTION()
343 free(hs); in PHP_FUNCTION()
/php-src/ext/standard/tests/file/
H A Dfscanf_variation16.phpt30 "%hs", "%ls", "%Ls",
H A Dfscanf_variation19.phpt27 "%hs", "%ls", "%Ls",
H A Dfscanf_variation15.phpt39 "%hs", "%ls", "%Ls",
H A Dfscanf_variation17.phpt35 "%hs", "%ls", "%Ls",
H A Dfscanf_variation18.phpt42 "%hs", "%ls", "%Ls",
H A Dfscanf_variation14.phpt64 "%hs", "%ls", "%Ls",
/php-src/ext/fileinfo/libmagic/
H A Dfile.h192 uint8_t hs[2]; /* 2 bytes of a fixed-endian "short" */ member
H A Dsoftmagic.c107 #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 Ddasm_arm.lua237 hs = 2, lo = 3,
H A Ddasm_arm64.lua244 hs = 2, lo = 3,
/php-src/ext/hash/tests/
H A Dfnv1a64.phpt24 array( 'G^hs', '33551d7dbbea0209' ),
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc1976 | 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 42 milliseconds