Searched refs:MAX_BYTES (Results 1 – 4 of 4) sorted by relevance
29 #define MAX_BYTES 0x10000 macro457 buffer = g_malloc0 (MAX_BYTES); in test_read_int()460 for (i = 0; i < MAX_BYTES; i++) in test_read_int()470 g_memory_input_stream_add_data (G_MEMORY_INPUT_STREAM (base_stream), buffer, MAX_BYTES, NULL); in test_read_int()479 test_data_array (stream, base_stream, buffer, MAX_BYTES, j, i); in test_read_int()
29 #define MAX_BYTES 1024 * 1024 macro
219 #define MAX_BYTES 18000 macro228 if (num_bytes <= 0 || num_bytes > MAX_BYTES) in dh_generate_key()
1425 static final int MAX_BYTES = 0x1f; field in CharsetMBCS1445 return (value >>> FROM_U_LENGTH_SHIFT) & MAX_BYTES; in FROM_U_GET_LENGTH()1777 if (flush || (length = (i + j)) > MAX_BYTES) { in matchToU()3805 byte bufferArray[] = new byte[1 + MAX_BYTES]; in writeFromU()