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

  /external/freetype/src/sfnt/
ttbdf.c 111 FT_UInt num_items = FT_PEEK_USHORT( p + 2 ); local
117 strike += 10 * num_items;
  /external/qemu/android/skin/
keyset.c 331 int num_items; member in struct:SkinKeyset
341 SkinKeyItem* end = item + kset->num_items;
364 if (kset->num_items >= kset->max_items) {
374 item = kset->items + kset->num_items++;
456 kset->num_items = 0;
471 SkinKeyItem* end = item + kset->num_items;
496 SkinKeyItem* end = item + kset->num_items;
  /external/wpa_supplicant/
ctrl_iface_dbus_handlers.c 470 size_t num_items; local
486 eap_methods = eap_get_names_as_string_array(&num_items);
493 num_items);
    [all...]
  /external/chromium/net/disk_cache/
rankings.cc 725 int num_items = 0; local
742 num_items++;
744 return num_items;
  /external/openssl/crypto/lhash/
lhash.h 149 unsigned long num_items; member in struct:lhash_st
  /external/openssl/include/openssl/
lhash.h 149 unsigned long num_items; member in struct:lhash_st
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus_handlers.c 528 size_t num_items; local
544 eap_methods = eap_get_names_as_string_array(&num_items);
551 num_items);
    [all...]

Completed in 84 milliseconds