Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dbig5.c136 #define BIG5_ISMB_FIRST(byte) (EncLen_BIG5[byte] > 1) argument
137 #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.h358 #define BBUF_WRITE1(buf,pos,byte) do{\ argument
366 #define BBUF_ADD1(buf,byte) BBUF_WRITE1((buf),(buf)->used,(byte)) argument
557 #define GET_BYTE_INC(byte,p) do{\ argument
/PHP-7.2/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.2/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.2/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.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3476 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local
4930 int i, byte, length = 0; in check_class_ranges() local

Completed in 52 milliseconds