Searched defs:byte (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/hash/sha3/generic64lc/ |
H A D | KeccakP-1600-SnP.h | 35 #define KeccakP1600_AddByte(state, byte, offset) \ argument
|
H A D | KeccakP-1600-opt64.c | 185 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte()
|
/php-src/ext/dom/lexbor/lexbor/encoding/ |
H A D | decode.c | 210 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 D | wbmp.c | 154 int row, col, byte, pel, pos; in readwbmp() local
|
H A D | gd_gif_in.c | 46 #define BitSet(byte, bit) (((byte) & (bit)) == (bit)) argument
|
H A D | gdft.c | 212 int byte; in gdTcl_UtfToUniChar() local
|
/php-src/ext/hash/sha3/generic32lc/ |
H A D | KeccakP-1600-inplace32BI.c | 125 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte()
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 2426 uint8_t *byte; in recurse_check_bit() local 5598 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local 6952 int i, byte, length = 0; in optimize_class_ranges() local 7103 uint8_t byte; in optimize_class_chars() local
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_common.c | 1093 static sljit_s32 emit_byte(struct sljit_compiler *compiler, sljit_u8 byte) in emit_byte() 4272 sljit_u8 byte; local
|
Completed in 58 milliseconds