Searched refs:current_index (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
H A D | VmsUtils.cpp | 246 current_index += kLayerSize; in getSubscribedLayers() 264 current_index += kLayerSize; in getSubscribedLayers() 266 subscriptions_state_int_size > current_index) { in getSubscribedLayers() 269 current_index++; in getSubscribedLayers() 271 if (subscriptions_state_int_size > current_index && in getSubscribedLayers() 276 current_index++; in getSubscribedLayers() 357 current_index += kLayerSize; in getAvailableLayers() 359 if (availability_state_int_size > current_index) { in getAvailableLayers() 361 current_index++; in getAvailableLayers() 363 if (availability_state_int_size > current_index) { in getAvailableLayers() [all …]
|
/aosp12/bootable/recovery/otautil/ |
H A D | rangeset.cpp | 202 size_t current_index = 0; in GetSubRanges() local 207 if (current_index + blocks_in_range <= start_index) { in GetSubRanges() 208 current_index += blocks_in_range; in GetSubRanges() 214 if (current_index < start_index) { in GetSubRanges() 215 trimmed_range_start += start_index - current_index; in GetSubRanges() 219 if (current_index + blocks_in_range >= end_index) { in GetSubRanges() 220 size_t trimmed_range_end = range_end - (current_index + blocks_in_range - end_index); in GetSubRanges() 231 current_index += blocks_in_range; in GetSubRanges()
|
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
H A D | layered_filter_d1new_helper.rsh | 228 int current_index = index; 236 const float4 sharp_RGBA_nbr = rsGetElementAt_float4(g_sharp_RGBA, current_index); 237 … const uchar sharp_meta_actual_depth = rsGetElementAt_uchar(g_sharp_actual_depth, current_index); 247 current_index += jump_to_next_pixel; 249 current_index += jump_to_next_row;
|
H A D | layered_filter_fast_d1new.rscript | 340 int current_index = index; 348 for(; current_index != last_index; current_index++) { 349 sharp_RGBA = rsGetElementAt_float4(g_sharp_RGBA, current_index); 350 sharp_actual_depth = rsGetElementAt_uchar(g_sharp_actual_depth, current_index); 360 rsSetElementAt_float4(g_integral_RGBA, integral_RGBA, current_index); 377 int current_index = index; 380 for(; current_index != last_index; current_index++) { 381 sharp_RGBA = rsGetElementAt_float4(g_sharp_RGBA, current_index); 382 sharp_actual_depth = rsGetElementAt_uchar(g_sharp_actual_depth, current_index); 391 rsSetElementAt_float4(g_integral_RGBA, integral_RGBA, current_index);
|
/aosp12/hardware/google/pixel/thermal/ |
H A D | thermal-helper.cpp | 1002 int current_index = 0; in fillTemperatures() local 1008 (*temperatures)[current_index] = temp; in fillTemperatures() 1014 ++current_index; in fillTemperatures() 1016 return current_index > 0; in fillTemperatures()
|
/aosp12/art/tools/dexanalyze/ |
H A D | dexanalyze_bytecode.cc | 45 U current_index = 0u; in SortByOrder() local 48 CHECK(ret.emplace(pair.second, current_index++).second); in SortByOrder()
|
/aosp12/art/oatdump/ |
H A D | oatdump.cc | 1664 size_t current_index = index - (32u - index_bits) + n; in DumpBssEntries() local 1665 os << " 0x" << bss_offset << ": " << slot_type << ": " << name(current_index) << "\n"; in DumpBssEntries()
|