HomeSort by relevance Sort by last modified time
    Searched defs:offset_array (Results 1 - 6 of 6) sorted by null

  /system/extras/libpagemap/
pm_memusage.c 37 pm_pswap_refcount_t *offset_array; member in struct:pm_proportional_swap
68 p_swap->offset_array = calloc(p_swap->array_size, sizeof(pm_pswap_refcount_t));
69 if (p_swap->offset_array == NULL) {
81 free(p_swap->offset_array);
97 if (mu->p_swap->offset_array[offset] == USHRT_MAX) {
100 mu->p_swap->offset_array[offset]++;
120 su->proportional += pagesize / mu->p_swap->offset_array[elem->offset];
121 su->unique += mu->p_swap->offset_array[elem->offset] == 1 ? pagesize : 0;
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.cc 85 IntegerList* offset_array = GetOffsetArray(); local
86 return offset_array->at(loca + 1) - offset_array->at(loca);
209 const IntegerList& offset_array) {
211 offset_array_ = offset_array;
index_sub_table_format3.cc 94 IntegerList* offset_array = GetOffsetArray(); local
95 return offset_array->at(loca + 1) - offset_array->at(loca);
111 const IntegerList& offset_array) {
113 offset_array_ = offset_array;
index_sub_table_format4.cc 370 std::vector<CodeOffsetPairBuilder>* offset_array = local
372 int32_t offset = offset_array->at(code_offset_pair_index_).offset();
373 int32_t next_offset = offset_array->at(code_offset_pair_index_ + 1).offset();
374 int32_t glyph_code = offset_array->at(code_offset_pair_index_).glyph_code();
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 3082 unsigned int offset_array[FRM_ARRAY_SIZE]; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 3371 unsigned int offset_array[FRM_ARRAY_SIZE]; local
    [all...]

Completed in 473 milliseconds