Home
last modified time | relevance | path

Searched refs:prop_count (Results 1 – 6 of 6) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_parse.c252 uint prop_count; in tgsi_parse_token() local
257 prop_count = prop->Property.NrTokens - 1; in tgsi_parse_token()
258 for (i = 0; i < prop_count; i++) { in tgsi_parse_token()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.c250 uint prop_count; in tgsi_parse_token() local
255 prop_count = prop->Property.NrTokens - 1; in tgsi_parse_token()
256 for (i = 0; i < prop_count; i++) { in tgsi_parse_token()
/external/u-boot/lib/
Dtpm-v2.c162 size_t prop_count) in tpm2_get_capability() argument
171 tpm_u32(prop_count), /* Property count */ in tpm2_get_capability()
/external/u-boot/include/
Dtpm-v2.h194 size_t prop_count);
/external/libdrm/tests/modetest/
Dmodetest.c1627 unsigned int prop_count = 0; in main() local
1702 (prop_count + 1) * sizeof *prop_args); in main()
1707 memset(&prop_args[prop_count], 0, sizeof(*prop_args)); in main()
1709 if (parse_property(&prop_args[prop_count], optarg) < 0) in main()
1712 prop_count++; in main()
1764 for (i = 0; i < prop_count; ++i) in main()
/external/libmtp/src/
Dptp-pack.c1341 uint32_t prop_count = dtoh32a(data); in ptp_unpack_OPL() local
1346 if (prop_count == 0) in ptp_unpack_OPL()
1348 if (prop_count >= INT_MAX/sizeof(MTPProperties)) { in ptp_unpack_OPL()
1349 ptp_debug (params ,"prop_count %d is too large", prop_count); in ptp_unpack_OPL()
1352 ptp_debug (params ,"Unpacking MTP OPL, size %d (prop_count %d)", len, prop_count); in ptp_unpack_OPL()
1355 props = malloc(prop_count * sizeof(MTPProperties)); in ptp_unpack_OPL()
1357 for (i = 0; i < prop_count; i++) { in ptp_unpack_OPL()
1359 ptp_debug (params ,"short MTP Object Property List at property %d (of %d)", i, prop_count); in ptp_unpack_OPL()
1388 qsort (props, prop_count, sizeof(MTPProperties),_compare_func); in ptp_unpack_OPL()
1390 return prop_count; in ptp_unpack_OPL()