Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dbig5.c111 #define BIG5_ISMB_FIRST(byte) (EncLen_BIG5[byte] > 1) argument
112 #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
/PHP-5.5/ext/gd/libgd/
H A Dwbmp.c153 int row, col, byte, pel, pos; in readwbmp() local
H A Dgd_gif_in.c45 #define BitSet(byte, bit) (((byte) & (bit)) == (bit)) argument
H A Dgdft.c211 int byte; in gdTcl_UtfToUniChar() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregint.h380 #define BBUF_WRITE1(buf,pos,byte) do{\ argument
388 #define BBUF_ADD1(buf,byte) BBUF_WRITE1((buf),(buf)->used,(byte)) argument
579 #define GET_BYTE_INC(byte,p) do{\ argument
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c3206 static SLJIT_INLINE void add_prefix_byte(pcre_uint8 byte, pcre_uint8 *bytes) in add_prefix_byte()
4253 int i, byte, length = 0; in check_class_ranges() local

Completed in 36 milliseconds