HomeSort by relevance Sort by last modified time
    Searched refs:number_of_locations (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/gps/core/
UlpProxyBase.h 76 int32_t number_of_locations,
  /hardware/qcom/gps/msm8084/core/
UlpProxyBase.h 76 int32_t number_of_locations,
  /hardware/qcom/gps/msm8994/core/
UlpProxyBase.h 76 int32_t number_of_locations,
  /art/compiler/optimizing/
load_store_analysis.h 312 const size_t number_of_locations = heap_locations_.size(); local
313 if (number_of_locations == 0) {
319 for (size_t i = 0; i < number_of_locations - 1; i++) {
320 for (size_t j = i + 1; j < number_of_locations; j++) {
366 const size_t number_of_locations = heap_locations_.size(); local
368 return (number_of_locations * index1 - (1 + index1) * index1 / 2 + (index2 - index1 - 1));

Completed in 347 milliseconds