/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/chromium_org/net/tools/balsa/ |
balsa_headers.cc | 395 size_t line_size = key.size() + 2 + value.size(); local 397 char* storage = balsa_buffer_.Reserve(line_size, &block_buffer_idx); 868 size_t line_size = (firstline_a.size() + local 872 char* storage = balsa_buffer_.Reserve(line_size, &firstline_buffer_base_idx_); [all...] |
/external/eigen/Eigen/src/Core/util/ |
Memory.h | 800 int line_size = (abcd[1] & 0x00000FFF) >> 0; // B[11:0] local 803 int cache_size = (ways+1) * (partitions+1) * (line_size+1) * (sets+1); [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_config_util.cpp | 422 static int read_file_line(const char* map, int start_pos, int size, int* line_size) 424 *line_size = 0; 431 ++*line_size; 433 //debug("out, ret:%d, start pos:%d, size:%d, line_size:%d", i, start_pos, size, *line_size); 457 static int read_line_word(const char* line, int start_pos, int line_size, char* word, int *word_size, bool lower_case = false) 461 //debug("in, line start_pos:%d, line_size:%d", start_pos, line_size); 462 for(i = start_pos; i < line_size; i++) 469 for(; i < line_size; i++ 513 int line_size = 0; local 598 int line_size = 0; local 777 int line_size = 0; local 841 int line_size = 0; local [all...] |
btif_storage.c | 1714 int line_size = sizeof(linebuf); local 1756 int line_size = sizeof(linebuf); local [all...] |
/external/e2fsprogs/e2fsck/ |
profile.c | 396 int line_size, len; local 419 line_size = 0; 424 if (len >= line_size) { 425 line_size = len+1; 426 p = realloc(line, line_size); [all...] |
/external/lldb/tools/debugserver/source/ |
RNBRemote.cpp | 1513 const size_t line_size = line.size(); local [all...] |