/external/clang/test/CodeGen/ |
2010-06-17-asmcrash.c | 8 void avg_pixels8_mmx2(uint8_t *block, const uint8_t *pixels, int line_size, int h) 12 :"r" ((x86_reg)line_size)
|
/external/valgrind/main/cachegrind/ |
cg-arch.c | 46 if ((cache->size % (cache->line_size * cache->assoc) != 0) || 47 (-1 == VG_(log2)(cache->size/cache->line_size/cache->assoc))) 53 if (-1 == VG_(log2)(cache->line_size)) { 60 if (cache->line_size < MIN_LINE_SIZE) { 65 if (cache->size <= cache->line_size) { 70 if (cache->assoc > (cache->size / cache->line_size)) { 92 cache->line_size = (Int)i3; 95 if (cache->line_size != i3) goto overflow; 138 c->size, c->assoc, c->line_size); 167 #define DEFINED(L) (-1 != L->size || -1 != L->assoc || -1 != L->line_size) [all...] |
cg_sim.c | 44 Int line_size; /* bytes */ member in struct:__anon30386 53 /* By this point, the size/assoc/line_size has been checked. */ 60 c->line_size = config.line_size; 62 c->sets = (c->size / c->line_size) / c->assoc; 64 c->line_size_bits = VG_(log2)(c->line_size); 69 c->size, c->line_size); 72 c->size, c->line_size, c->assoc);
|
cg_arch.h | 38 Int line_size; // bytes member in struct:__anon30366
|
cg-x86-amd64.c | 45 static void micro_ops_warn(Int actual_size, Int used_size, Int line_size) 50 used_size, line_size); 251 UInt line_size = (*(UInt *)&info[4] & 0x7ff) + 1; local 255 c.size = assoc * parts * line_size * sets / 1024; 257 c.line_size = line_size; 393 D1c->line_size = (D1i >> 0) & 0xff; 397 I1c->line_size = (I1i >> 0) & 0xff; 401 LLc->line_size = (L2i >> 0) & 0xff; 410 LLc->line_size = (L3i >> 0) & 0xff [all...] |
cg_main.c | [all...] |
/external/qemu/android/utils/ |
lineinput.c | 19 size_t line_size; member in struct:LineInput 45 input->line_size = sizeof(input->line0); 66 input->line_size += input->line_size >> 1; 71 AARRAY_RENEW(line, input->line_size); 161 input->line_size = 0; 183 int avail = input->line_size - offset;
|
/external/bluetooth/bluedroid/btif/src/ |
btif_config_util.cpp | 387 static int read_file_line(const char* map, int start_pos, int size, int* line_size) 389 *line_size = 0; 396 ++*line_size; 398 //debug("out, ret:%d, start pos:%d, size:%d, line_size:%d", i, start_pos, size, *line_size); 422 static int read_line_word(const char* line, int start_pos, int line_size, char* word, int *word_size, bool lower_case = false) 426 //debug("in, line start_pos:%d, line_size:%d", start_pos, line_size); 427 for(i = start_pos; i < line_size; i++) 434 for(; i < line_size; i++ 476 int line_size = 0; local 544 int line_size = 0; local 606 int line_size = 0; local [all...] |
btif_storage.c | 1688 int line_size = sizeof(linebuf); local 1730 int line_size = sizeof(linebuf); local [all...] |
/external/eigen/bench/ |
check_cache_queries.cpp | 67 int line_size = (abcd[1] & 0x00000FFF) >> 0; // B[11:0] local 69 int cache_size = (ways+1) * (partitions+1) * (line_size+1) * (sets+1); 75 cout << "cache[" << cache_id << "].line_size = " << line_size << "\n"; local
|
/external/valgrind/main/callgrind/ |
sim.c | 72 int line_size; /* bytes */ member in struct:__anon30402 175 /* By this point, the size/assoc/line_size has been checked. */ 180 c->line_size = config.line_size; 183 c->sets = (c->size / c->line_size) / c->assoc; 185 c->line_size_bits = VG_(log2)(c->line_size); 195 c->size, c->line_size, 199 c->size, c->line_size, c->assoc, 497 cachesim_ref(&LL, a + 5 * LL.line_size,1); 507 cachesim_ref(&LL, a - 5 * LL.line_size,1) [all...] |
/system/core/toolbox/ |
schedtop.c | 79 static int read_line(char *line, size_t line_size) 86 len = read(fd, line, line_size - 1);
|
/external/chromium/net/tools/flip_server/ |
balsa_headers.cc | 352 size_t line_size = key.size() + 2 + value.size(); local 354 char* storage = balsa_buffer_.Reserve(line_size, &block_buffer_idx); 825 size_t line_size = (firstline_a.size() + local 829 char* storage = balsa_buffer_.Reserve(line_size, &firstline_buffer_base_idx_); [all...] |
/external/chromium_org/net/tools/balsa/ |
balsa_headers.cc | 384 size_t line_size = key.size() + 2 + value.size(); local 386 char* storage = balsa_buffer_.Reserve(line_size, &block_buffer_idx); 857 size_t line_size = (firstline_a.size() + local 861 char* storage = balsa_buffer_.Reserve(line_size, &firstline_buffer_base_idx_); [all...] |
/external/e2fsprogs/e2fsck/ |
profile.c | 391 int line_size, len; local 414 line_size = 0; 419 if (len >= line_size) { 420 line_size = len+1; 421 p = realloc(line, line_size); [all...] |
/external/eigen/Eigen/src/Core/util/ |
Memory.h | 778 int line_size = (abcd[1] & 0x00000FFF) >> 0; // B[11:0] local 781 int cache_size = (ways+1) * (partitions+1) * (line_size+1) * (sets+1); [all...] |
/external/qemu/ |
usb-linux.c | 1146 * @line_size size of line 1152 static int usb_host_read_file(char *line, size_t line_size, const char *device_file, const char *device_name) 1163 ret = (fgets(line, line_size, f) != NULL); [all...] |