Home
last modified time | relevance | path

Searched refs:HALF_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/brotli/java/org/brotli/dec/
DBitReader.java31 private static final int HALF_SIZE = BYTENESS / 2; field in BitReader
32 private static final int HALVES_CAPACITY = CAPACITY / HALF_SIZE;
33 private static final int HALF_BUFFER_SIZE = BUFFER_SIZE / HALF_SIZE;
34 private static final int HALF_WATERLINE = WATERLINE / HALF_SIZE;
71 bytesInBuffer += HALF_SIZE - 1; in doReadMoreInput()
186 limit = (s.tailBytes + (HALF_SIZE - 1)) >> LOG_HALF_SIZE; in halfAvailable()
/external/pcre/dist2/src/sljit/
DsljitNativeARM_T2_32.c793 #define HALF_SIZE 0x08 macro
798 #define IS_WORD_SIZE(flags) (!(flags & (BYTE_SIZE | HALF_SIZE)))
951 SLJIT_ASSERT(flags & HALF_SIZE); in getput_arg_fast()
1351 flags = HALF_SIZE; in sljit_emit_op1()
1356 flags = HALF_SIZE | SIGNED; in sljit_emit_op1()
1377 flags = HALF_SIZE | UPDATE; in sljit_emit_op1()
1382 flags = HALF_SIZE | SIGNED | UPDATE; in sljit_emit_op1()
DsljitNativeARM_64.c774 #define HALF_SIZE 0x100 macro
1313 flags = HALF_SIZE; in sljit_emit_op1()
1318 flags = HALF_SIZE | SIGNED; in sljit_emit_op1()
1347 flags = HALF_SIZE | UPDATE; in sljit_emit_op1()
1352 flags = HALF_SIZE | SIGNED | UPDATE; in sljit_emit_op1()