Searched defs:byte (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/ext/mbstring/oniguruma/enc/ |
H A D | big5.c | 108 #define BIG5_ISMB_FIRST(byte) (EncLen_BIG5[byte] > 1) argument 109 #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
|
/PHP-5.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 | 45 #define BitSet(byte, bit) (((byte) & (bit)) == (bit)) argument
|
H A D | gdft.c | 211 int byte; in gdTcl_UtfToUniChar() local
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regint.h | 488 #define BBUF_WRITE1(buf,pos,byte) do{\ argument 496 #define BBUF_ADD1(buf,byte) BBUF_WRITE1((buf),(buf)->used,(byte)) argument 702 #define GET_BYTE_INC(byte,p) do{\ argument
|
Completed in 19 milliseconds