Searched refs:start_idx (Results 1 – 5 of 5) sorted by relevance
/hardware/google/pixel/pixelstats/ |
D | MmMetricsReporter.cpp | 219 static int ReadFileToLongs(const std::string &path, std::vector<long> *data, int start_idx, in ReadFileToLongs() argument 249 int min_size = std::max(static_cast<int>(out.size()) + start_idx, 0); in ReadFileToLongs() 252 std::copy(out.begin(), out.end(), data->begin() + start_idx); in ReadFileToLongs() 274 int start_idx, const char *delim, int skip, in ReadFileToLongsCheck() argument 276 int num = ReadFileToLongs(path, store, start_idx, delim, skip, nonnegative); in ReadFileToLongsCheck() 281 int last_idx = std::min(start_idx + expected_num, static_cast<int>(store->size())); in ReadFileToLongsCheck() 282 std::fill(store->begin() + start_idx, store->begin() + last_idx, -1); in ReadFileToLongsCheck() 906 int start_idx = 0; in readCompactionDurationStat() local 909 if (!ReadFileToLongsCheck(path, store, start_idx, " ", 1, expected_num, true)) { in readCompactionDurationStat() 925 constexpr int start_idx = in fillCompactionDurationStatAtom() local [all …]
|
/hardware/google/gfxstream/guest/mesa/src/util/perf/ |
D | u_trace.c | 799 uint32_t start_idx = begin_it.event_idx; in u_trace_disable_event_range() local 802 memset(¤t_chunk->traces[start_idx], 0, in u_trace_disable_event_range() 803 (current_chunk->num_traces - start_idx) * in u_trace_disable_event_range() 805 start_idx = 0; in u_trace_disable_event_range() 810 memset(¤t_chunk->traces[start_idx], 0, in u_trace_disable_event_range() 811 (end_it.event_idx - start_idx) * sizeof(struct u_trace_event)); in u_trace_disable_event_range()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/ |
D | Astc.comp | 282 void decode_ldr_for_mode(const uint[40] vals, uint start_idx, uint mode, out uvec4 c1, 284 int v0 = int(vals[start_idx + 0]); 285 int v1 = int(vals[start_idx + 1]); 286 int v2 = int(vals[start_idx + 2]); 287 int v3 = int(vals[start_idx + 3]); 288 int v4 = int(vals[start_idx + 4]); 289 int v5 = int(vals[start_idx + 5]); 290 int v6 = int(vals[start_idx + 6]); 291 int v7 = int(vals[start_idx + 7]);
|
/hardware/interfaces/wifi/aidl/default/ |
D | wifi_chip.h | 259 std::string allocateApOrStaIfaceName(IfaceType type, uint32_t start_idx);
|
D | wifi_chip.cpp | 1741 std::string WifiChip::allocateApOrStaIfaceName(IfaceType type, uint32_t start_idx) { in allocateApOrStaIfaceName() argument 1742 for (unsigned idx = start_idx; idx < kMaxWlanIfaces; idx++) { in allocateApOrStaIfaceName()
|