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

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.c 281 uint prop_count; local
286 prop_count = prop->Property.NrTokens - 1;
287 for (i = 0; i < prop_count; i++) {
  /external/libdrm/tests/modetest/
modetest.c 1511 unsigned int prop_count = 0; local
    [all...]
  /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...]
  /art/runtime/interpreter/
unstarted_runtime.cc 746 const int32_t prop_count = h_2string_array->GetLength(); local
750 for (int32_t i = 0; i < prop_count; ++i) {
    [all...]

Completed in 88 milliseconds