Searched refs:byte (Results 1 - 2 of 2) sorted by relevance

/forgerock/web-agents-v4/expat/
H A Dxmltok.c51 /* A 2 byte UTF-8 representation splits the characters 11 bits between
55 #define UTF8_GET_NAMING2(pages, byte) \
56 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
57 + ((((byte)[0]) & 3) << 1) \
58 + ((((byte)[1]) >> 5) & 1)] \
59 & (1 << (((byte)[1]) & 0x1F)))
61 /* A 3 byte UTF-8 representation splits the characters 16 bits between
66 #define UTF8_GET_NAMING3(pages, byte) \
67 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
68 + ((((byte)[
[all...]
/forgerock/web-agents-v4/pcre/
H A Dpcre_jit_compile.c321 /* First byte code. */
341 /* Last known position of the requested byte. */
2883 /* Fast decoding a UTF-8 character. TMP1 contains the first byte
2898 /* Two byte sequence. */
2912 /* Three byte sequence. */
2917 /* Four byte sequence. */
2931 /* Fast decoding a UTF-8 character. TMP1 contains the first byte
2946 /* Two byte sequence. */
2960 /* Three byte sequence. */
2967 /* Fast decoding a UTF-8 character type. TMP2 contains the first byte
3155 add_prefix_byte(pcre_uint8 byte, pcre_uint8 *bytes) argument
4207 int i, byte, length = 0; local
[all...]

Completed in 268 milliseconds