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

  /external/webrtc/src/system_wrappers/source/
list_unittest.cc 310 const unsigned int list_size = lhs->GetSize(); local
320 while (i < list_size) {
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
reflist.cpp 166 int *list_size; local
178 list_size = &(video->refList0Size);
188 list_size = &(video->refList1Size);
248 *list_size = num_ref_idx_lX_active_minus1 + 1;
  /packages/inputmethods/PinyinIME/jni/share/
dictlist.cpp 115 size_t list_size = 0; local
130 list_size += last_hz_len;
137 list_size += current_hz_len;
145 start_pos_[current_hz_len - 1] = list_size;
151 list_size += current_hz_len;
161 start_pos_[i] = list_size;
  /external/bluetooth/glib/gio/
glocalfileinfo.c 449 gsize list_size; local
468 list_size = list_res_size;
469 list = g_malloc (list_size);
473 list_res_size = g_listxattr (path, list, list_size, follow_symlinks);
477 list_size = list_size * 2;
478 list = g_realloc (list, list_size);
604 gsize list_size; local
623 list_size = list_res_size;
624 list = g_malloc (list_size);
    [all...]

Completed in 272 milliseconds