Searched refs:prop_count (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.c | 281 uint prop_count; in tgsi_parse_token() local 286 prop_count = prop->Property.NrTokens - 1; in tgsi_parse_token() 287 for (i = 0; i < prop_count; i++) { in tgsi_parse_token()
|
/external/libmtp/src/ |
D | ptp-pack.c | 1044 uint32_t prop_count = dtoh32a(data); in ptp_unpack_OPL() local 1048 if (prop_count == 0) { in ptp_unpack_OPL() 1052 ptp_debug (params ,"Unpacking MTP OPL, size %d (prop_count %d)", len, prop_count); in ptp_unpack_OPL() 1055 props = malloc(prop_count * sizeof(MTPProperties)); in ptp_unpack_OPL() 1057 for (i = 0; i < prop_count; i++) { in ptp_unpack_OPL() 1059 ptp_debug (params ,"short MTP Object Property List at property %d (of %d)", i, prop_count); in ptp_unpack_OPL() 1083 qsort (props, prop_count, sizeof(MTPProperties),_compare_func); in ptp_unpack_OPL() 1085 return prop_count; in ptp_unpack_OPL()
|
/external/libdrm/tests/modetest/ |
D | modetest.c | 1463 unsigned int prop_count = 0; in main() local 1536 (prop_count + 1) * sizeof *prop_args); in main() 1542 if (parse_property(&prop_args[prop_count], optarg) < 0) in main() 1545 prop_count++; in main() 1609 for (i = 0; i < prop_count; ++i) in main()
|