Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-SnP.h35 #define KeccakP1600_AddByte(state, byte, offset) \ argument
H A DKeccakP-1600-opt64.c185 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte()
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Ddecode.c210 lxb_char_t lead, byte; in lxb_encoding_decode_big5() local
376 lxb_char_t byte, lead; in lxb_encoding_decode_euc_jp() local
517 lxb_char_t lead, byte; in lxb_encoding_decode_euc_kr() local
642 lxb_char_t byte; in lxb_encoding_decode_iso_2022_jp() local
1087 lxb_char_t byte, lead; in lxb_encoding_decode_shift_jis() local
1958 lxb_char_t lead, byte; in lxb_encoding_decode_big5_single() local
2066 lxb_char_t byte, lead; in lxb_encoding_decode_euc_jp_single() local
2173 lxb_char_t lead, byte; in lxb_encoding_decode_euc_kr_single() local
2252 lxb_char_t byte; in lxb_encoding_decode_iso_2022_jp_single() local
2614 lxb_char_t byte, lead; in lxb_encoding_decode_shift_jis_single() local
/php-src/ext/gd/libgd/
H A Dwbmp.c153 int row, col, byte, pel, pos; in readwbmp() local
H A Dgd_gif_in.c46 #define BitSet(byte, bit) (((byte) & (bit)) == (bit)) argument
H A Dgdft.c212 int byte; in gdTcl_UtfToUniChar() local
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c125 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c944 static sljit_s32 emit_byte(struct sljit_compiler *compiler, sljit_u8 byte) in emit_byte()
4100 sljit_u8 byte; local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c2426 uint8_t *byte; in recurse_check_bit() local
5598 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local
6940 int i, byte, length = 0; in optimize_class_ranges() local
7091 uint8_t byte; in optimize_class_chars() local

Completed in 67 milliseconds