Home
last modified time | relevance | path

Searched defs:_comp (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/
Dcommand.h304 _usage, _help, _comp) \ argument
309 _usage, _help, _comp) \ argument
314 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument
320 _help, _comp) \ argument
338 _usage, _help, _comp) \ argument
343 _help, _comp) \ argument
348 _comp) \ argument
352 _help, _comp) \ argument
365 _comp) \ argument
/third_party/boost/boost/pending/
Dfenced_priority_queue.hpp44 fenced_priority_queue(const Compare _comp = Compare()) : PQ(_comp) {} in fenced_priority_queue()