Searched refs:copy_modes (Results 1 – 3 of 3) sorted by relevance
/external/libnl/lib/netfilter/ |
D | queue_obj.c | 55 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()
|
D | log_obj.c | 59 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/ |
D | dxgi_native.cpp | 483 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()
|