Home
last modified time | relevance | path

Searched refs:num_preferred (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
Dxa_tracker.c60 static const unsigned int num_preferred[] = { 0, variable
156 num_formats += num_preferred[stype]; in xa_tracker_create()
172 for (i = 0; i < num_preferred[stype]; ++i) { in xa_tracker_create()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tracker.c60 static const unsigned int num_preferred[] = { 0, variable
156 num_formats += num_preferred[stype]; in xa_tracker_create()
172 for (i = 0; i < num_preferred[stype]; ++i) { in xa_tracker_create()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_output.c2919 int cur_addr_num = 0, num_preferred = 0; in sctp_choose_boundall() local
2962 num_preferred = sctp_count_num_preferred_boundall(sctp_ifn, in sctp_choose_boundall()
2968 num_preferred, sctp_ifn->ifn_name); in sctp_choose_boundall()
2969 if (num_preferred == 0) { in sctp_choose_boundall()
2981 if (cur_addr_num >= num_preferred) { in sctp_choose_boundall()
3021 num_preferred = sctp_count_num_preferred_boundall(sctp_ifn, stcb, non_asoc_addr_ok, in sctp_choose_boundall()
3025 ifn, num_preferred); in sctp_choose_boundall()
3026 if (num_preferred == 0) { in sctp_choose_boundall()
3033 num_preferred, (void *)sctp_ifn, cur_addr_num); in sctp_choose_boundall()
3040 if (cur_addr_num >= num_preferred) { in sctp_choose_boundall()