Home
last modified time | relevance | path

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

/external/libnl/lib/netfilter/
Dqueue_obj.c55 static struct trans_tbl copy_modes[] = { variable
64 return __type2str(copy_mode, buf, len, copy_modes, in nfnl_queue_copy_mode2str()
65 ARRAY_SIZE(copy_modes)); in nfnl_queue_copy_mode2str()
70 return __str2type(name, copy_modes, ARRAY_SIZE(copy_modes)); in nfnl_queue_str2copy_mode()
Dlog_obj.c59 static struct trans_tbl copy_modes[] = { variable
68 return __type2str(copy_mode, buf, len, copy_modes, in nfnl_log_copy_mode2str()
69 ARRAY_SIZE(copy_modes)); in nfnl_log_copy_mode2str()
74 return __str2type(name, copy_modes, ARRAY_SIZE(copy_modes)); in nfnl_log_str2copy_mode()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp483 unsigned copy_modes = std::min(num_modes, *pcount); in GetDisplayModeList() local
484 for(unsigned i = 0; i < copy_modes; ++i) in GetDisplayModeList()
491 if(copy_modes < num_modes) in GetDisplayModeList()