HomeSort by relevance Sort by last modified time
    Searched refs:prop_count (Results 1 - 3 of 3) 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/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/libdrm/tests/modetest/
modetest.c 1463 unsigned int prop_count = 0; local
    [all...]

Completed in 382 milliseconds