Searched defs:prop_count (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c281 uint prop_count; local
286 prop_count = prop->Property.NrTokens - 1;
287 for (i = 0; i < prop_count; i++) {
/external/libdrm/tests/modetest/
H A Dmodetest.c1511 unsigned int prop_count = 0; local
1586 (prop_count + 1) * sizeof *prop_args);
1591 memset(&prop_args[prop_count], 0, sizeof(*prop_args));
1593 if (parse_property(&prop_args[prop_count], optarg) < 0)
1596 prop_count++;
1648 for (i = 0; i < prop_count; ++i)
/external/libmtp/src/
H A Dptp-pack.c1044 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;

Completed in 139 milliseconds