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

  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/
loc_api_sync_call.h 59 int num_of_slots; member in struct:__anon20940
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_sync_call.c 81 loc_sync_data.num_of_slots = LOC_SYNC_CALL_SLOTS_MAX;
84 for (i = 0; i < loc_sync_data.num_of_slots; i++)
129 for (i = 0; i < loc_sync_data.num_of_slots; i++)
201 for (i = 0; i < loc_sync_data.num_of_slots; i++)
252 for (i = 0; i < loc_sync_data.num_of_slots; i++)
508 if (select_id < 0 || select_id >= loc_sync_data.num_of_slots)
  /art/runtime/gc/allocator/
rosalloc.cc 557 const size_t num_of_slots = numOfSlots[idx]; local
559 const size_t num_of_bytes = num_of_slots * bracket_size;
925 const size_t num_of_slots = numOfSlots[idx]; local
1803 size_t num_of_slots = 0; local
    [all...]

Completed in 66 milliseconds