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

/external/replicaisland/src/com/replica/replicaisland/
H A DGrid.java40 private static final int CHAR_SIZE = 2; field in class:Grid
110 mIndexBuffer = ByteBuffer.allocateDirect(CHAR_SIZE * indexCount)
251 GL11.GL_UNSIGNED_SHORT, startIndex * CHAR_SIZE);
/external/pcre/dist/
H A Dpcretest.c503 #define CHAR_SIZE (1 << pcre_mode) macro
918 #define CHAR_SIZE 1 macro
949 #define CHAR_SIZE 2 macro
980 #define CHAR_SIZE 4 macro
2439 "%d-bit mode\n", 8 * CHAR_SIZE,
3630 "%d-bit mode\n", 8 * CHAR_SIZE, 8 * (flags_in_host_byte_order & PCRE_MODE_MASK));
4218 nametable += nameentrysize * CHAR_SIZE;
4572 VALGRIND_MAKE_MEM_UNDEFINED(dbuffer, dbuffer_size * CHAR_SIZE);
4582 dbuffer = (pcre_uint8 *)realloc(dbuffer, dbuffer_size * CHAR_SIZE);
5029 VALGRIND_MAKE_MEM_NOACCESS(dbuffer + len * CHAR_SIZE, (dbuffer_siz
[all...]

Completed in 123 milliseconds