Home
last modified time | relevance | path

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

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dbig5.c137 #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 Dsjis.c70 #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 Dregint.h390 #define BB_WRITE1(buf,pos,byte) do{\ argument
398 #define BB_ADD1(buf,byte) BB_WRITE1((buf),(buf)->used,(byte)) argument
H A Dregparse.c4082 UChar byte; member
/PHP-7.3/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-SnP.h35 #define KeccakP1600_AddByte(state, byte, offset) \ argument
H A DKeccakP-1600-opt64.c176 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte()
/PHP-7.3/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-7.3/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c117 void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int offset) in KeccakP1600_AddByte()
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3878 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