byte 45 ext/gd/libgd/gd_gif_in.c #define BitSet(byte, bit) (((byte) & (bit)) == (bit)) byte 212 ext/gd/libgd/gdft.c int byte; byte 215 ext/gd/libgd/gdft.c byte = *((unsigned char *) str); byte 216 ext/gd/libgd/gdft.c if (byte == '&') { byte 219 ext/gd/libgd/gdft.c byte = *((unsigned char *) (str + 1)); byte 220 ext/gd/libgd/gdft.c if (byte == '#') { byte 221 ext/gd/libgd/gdft.c byte = *((unsigned char *) (str + 2)); byte 222 ext/gd/libgd/gdft.c if (byte == 'x' || byte == 'X') { byte 224 ext/gd/libgd/gdft.c byte = *((unsigned char *) (str + i)); byte 225 ext/gd/libgd/gdft.c if (byte >= 'A' && byte <= 'F') byte 226 ext/gd/libgd/gdft.c byte = byte - 'A' + 10; byte 227 ext/gd/libgd/gdft.c else if (byte >= 'a' && byte <= 'f') byte 228 ext/gd/libgd/gdft.c byte = byte - 'a' + 10; byte 229 ext/gd/libgd/gdft.c else if (byte >= '0' && byte <= '9') byte 230 ext/gd/libgd/gdft.c byte = byte - '0'; byte 233 ext/gd/libgd/gdft.c n = (n * 16) + byte; byte 237 ext/gd/libgd/gdft.c byte = *((unsigned char *) (str + i)); byte 238 ext/gd/libgd/gdft.c if (byte >= '0' && byte <= '9') { byte 239 ext/gd/libgd/gdft.c n = (n * 10) + (byte - '0'); byte 245 ext/gd/libgd/gdft.c if (byte == ';') { byte 254 ext/gd/libgd/gdft.c byte = *((unsigned char *) str); byte 256 ext/gd/libgd/gdft.c if (0xA1 <= byte && byte <= 0xFE) { byte 259 ext/gd/libgd/gdft.c ku = (byte & 0x7F) - 0x20; byte 262 ext/gd/libgd/gdft.c *chPtr = (Tcl_UniChar) byte; byte 270 ext/gd/libgd/gdft.c if (byte < 0xC0) { byte 277 ext/gd/libgd/gdft.c *chPtr = (Tcl_UniChar) byte; byte 279 ext/gd/libgd/gdft.c } else if (byte < 0xE0) { byte 283 ext/gd/libgd/gdft.c *chPtr = (Tcl_UniChar) (((byte & 0x1F) << 6) | (str[1] & 0x3F)); byte 291 ext/gd/libgd/gdft.c *chPtr = (Tcl_UniChar) byte; byte 293 ext/gd/libgd/gdft.c } else if (byte < 0xF0) { byte 297 ext/gd/libgd/gdft.c *chPtr = (Tcl_UniChar) (((byte & 0x0F) << 12) | ((str[1] & 0x3F) << 6) | (str[2] & 0x3F)); byte 302 ext/gd/libgd/gdft.c *chPtr = (Tcl_UniChar) byte; byte 309 ext/gd/libgd/gdft.c total = totalBytes[byte]; byte 313 ext/gd/libgd/gdft.c ch = byte & (0x3F >> trail); byte 317 ext/gd/libgd/gdft.c *chPtr = byte; byte 330 ext/gd/libgd/gdft.c *chPtr = (Tcl_UniChar) byte; byte 153 ext/gd/libgd/wbmp.c int row, col, byte, pel, pos; byte 210 ext/gd/libgd/wbmp.c byte = getin (in); byte 216 ext/gd/libgd/wbmp.c if (byte & 1 << pel) byte 111 ext/mbstring/oniguruma/enc/big5.c #define BIG5_ISMB_FIRST(byte) (EncLen_BIG5[byte] > 1) byte 112 ext/mbstring/oniguruma/enc/big5.c #define BIG5_ISMB_TRAIL(byte) BIG5_CAN_BE_TRAIL_TABLE[(byte)] byte 70 ext/mbstring/oniguruma/enc/sjis.c #define SJIS_ISMB_FIRST(byte) (EncLen_SJIS[byte] > 1) byte 71 ext/mbstring/oniguruma/enc/sjis.c #define SJIS_ISMB_TRAIL(byte) SJIS_CAN_BE_TRAIL_TABLE[(byte)] byte 384 ext/mbstring/oniguruma/regint.h #define BBUF_WRITE1(buf,pos,byte) do{\ byte 387 ext/mbstring/oniguruma/regint.h (buf)->p[(pos)] = (byte);\ byte 392 ext/mbstring/oniguruma/regint.h #define BBUF_ADD1(buf,byte) BBUF_WRITE1((buf),(buf)->used,(byte)) byte 583 ext/mbstring/oniguruma/regint.h #define GET_BYTE_INC(byte,p) do{\ byte 584 ext/mbstring/oniguruma/regint.h byte = *(p);\ byte 3206 ext/pcre/pcrelib/pcre_jit_compile.c static SLJIT_INLINE void add_prefix_byte(pcre_uint8 byte, pcre_uint8 *bytes) byte 3217 ext/pcre/pcrelib/pcre_jit_compile.c bytes[1] = byte; byte 3222 ext/pcre/pcrelib/pcre_jit_compile.c if (bytes[i] == byte) byte 3232 ext/pcre/pcrelib/pcre_jit_compile.c bytes[len] = byte; byte 4253 ext/pcre/pcrelib/pcre_jit_compile.c int i, byte, length = 0; byte 4261 ext/pcre/pcrelib/pcre_jit_compile.c byte = i >> 3; byte 4262 ext/pcre/pcrelib/pcre_jit_compile.c if ((i & 0x7) == 0 && bits[byte] == all) byte 4266 ext/pcre/pcrelib/pcre_jit_compile.c cbit = (bits[byte] >> (i & 0x7)) & 0x1; byte 616 ext/tidy/tidy.c tidyBufAttach(&buf, (byte *) ZSTR_VAL(data), (uint)ZSTR_LEN(data)); byte 1025 ext/tidy/tidy.c tidyBufAttach(&buf, (byte *) string, len); byte 1174 ext/tidy/tidy.c tidyBufAttach(&inbuf, (byte *) output_context->in.data, (uint)output_context->in.used);