Searched defs:byte (Results 1 – 11 of 11) sorted by relevance
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | big5.c | 137 #define BIG5_ISMB_FIRST(byte) (EncLen_BIG5[byte] > 1) argument 138 #define BIG5_ISMB_TRAIL(byte) BIG5_CAN_BE_TRAIL_TABLE[(byte)] argument
|
H A D | sjis.c | 70 #define SJIS_ISMB_FIRST(byte) (EncLen_SJIS[byte] > 1) argument 71 #define SJIS_ISMB_TRAIL(byte) SJIS_CAN_BE_TRAIL_TABLE[(byte)] argument
|
H A D | regint.h | 390 #define BB_WRITE1(buf,pos,byte) do{\ argument 398 #define BB_ADD1(buf,byte) BB_WRITE1((buf),(buf)->used,(byte)) argument
|
H A D | regparse.c | 4082 UChar byte; member
|
/PHP-7.3/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.3/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.3/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.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 3878 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local 5701 int i, byte, length = 0; in optimize_class_ranges() local 5852 uint8_t byte; in optimize_class_chars() local
|
Completed in 85 milliseconds