HomeSort by relevance Sort by last modified time
    Searched full:prop_count (Results 1 - 2 of 2) sorted by null

  /external/libmtp/src/
ptp-pack.c 1044 uint32_t prop_count = dtoh32a(data); local
1048 if (prop_count == 0) {
1052 ptp_debug (params ,"Unpacking MTP OPL, size %d (prop_count %d)", len, prop_count);
1055 props = malloc(prop_count * sizeof(MTPProperties));
1057 for (i = 0; i < prop_count; i++) {
1059 ptp_debug (params ,"short MTP Object Property List at property %d (of %d)", i, prop_count);
1083 qsort (props, prop_count, sizeof(MTPProperties),_compare_func);
1085 return prop_count;
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 83 milliseconds