Searched defs:byte (Results 1 – 7 of 7) sorted by relevance
/PHP-7.4/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 | 176 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte()
|
/PHP-7.4/ext/gd/libgd/ |
H A D | wbmp.c | 153 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-7.4/ext/hash/sha3/generic32lc/ |
H A D | KeccakP-1600-inplace32BI.c | 117 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte()
|
/PHP-7.4/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 5368 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local 6634 int i, byte, length = 0; in optimize_class_ranges() local 6785 uint8_t byte; in optimize_class_chars() local
|
Completed in 56 milliseconds