Searched refs:check_flag (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h265_profile_level.c | 139 #define check_flag(name) \ in ff_h265_get_profile() macro 144 check_flag(max_14bit); in ff_h265_get_profile() 145 check_flag(max_12bit); in ff_h265_get_profile() 146 check_flag(max_10bit); in ff_h265_get_profile() 147 check_flag(max_8bit); in ff_h265_get_profile() 148 check_flag(max_422chroma); in ff_h265_get_profile() 149 check_flag(max_420chroma); in ff_h265_get_profile() 150 check_flag(max_monochrome); in ff_h265_get_profile() 151 check_flag(intra); in ff_h265_get_profile() 152 check_flag(one_picture_only); in ff_h265_get_profile() [all …]
|
/third_party/boost/libs/thread/test/ |
D | condition_test_common.hpp | 25 struct check_flag struct 29 check_flag(bool const& flag_): in check_flag() function 38 void operator=(check_flag&); 55 cond_var.wait(lock,check_flag(flag)); in wait_with_predicate() 81 if(cond_var.timed_wait(lock,timeout,check_flag(flag)) && flag) in timed_wait_with_predicate() 89 … if(cond_var.timed_wait(lock,boost::posix_time::seconds(timeout_seconds),check_flag(flag)) && flag) in relative_timed_wait_with_predicate()
|
/third_party/alsa-utils/amixer/ |
D | amixer.c | 1309 int check_flag = ignore_error ? 0 : -1; in sset_enum() local 1316 return check_flag; in sset_enum() 1318 check_flag = 1; in sset_enum() 1324 return check_flag; in sset_enum() 1333 int check_flag = ignore_error ? 0 : -1; in sset_channels() local 1358 check_flag = 1; in sset_channels() 1362 check_flag = 1; in sset_channels() 1366 check_flag = 1; in sset_channels() 1370 check_flag = 1; in sset_channels() 1375 check_flag = 1; in sset_channels() [all …]
|
/third_party/libnl/lib/route/link/ |
D | bridge.c | 123 static void check_flag(struct rtnl_link *link, struct nlattr *attrs[], in check_flag() function 169 check_flag(link, br_attrs, IFLA_BRPORT_MODE, RTNL_BRIDGE_HAIRPIN_MODE); in bridge_parse_protinfo() 170 check_flag(link, br_attrs, IFLA_BRPORT_GUARD, RTNL_BRIDGE_BPDU_GUARD); in bridge_parse_protinfo() 171 check_flag(link, br_attrs, IFLA_BRPORT_PROTECT, RTNL_BRIDGE_ROOT_BLOCK); in bridge_parse_protinfo() 172 check_flag(link, br_attrs, IFLA_BRPORT_FAST_LEAVE, RTNL_BRIDGE_FAST_LEAVE); in bridge_parse_protinfo() 173 check_flag(link, br_attrs, IFLA_BRPORT_UNICAST_FLOOD, in bridge_parse_protinfo() 175 check_flag(link, br_attrs, IFLA_BRPORT_LEARNING, RTNL_BRIDGE_LEARNING); in bridge_parse_protinfo() 176 check_flag(link, br_attrs, IFLA_BRPORT_LEARNING_SYNC, in bridge_parse_protinfo()
|
/third_party/ltp/testcases/kernel/syscalls/pipe/ |
D | pipe12.c | 26 int check_flag; member 67 if (tc->check_flag) { in verify_pipe()
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_string.c | 1495 SDL_bool check_flag; in SDL_vsnprintf() local 1508 check_flag = SDL_TRUE; in SDL_vsnprintf() 1509 while (check_flag) { in SDL_vsnprintf() 1525 check_flag = SDL_FALSE; in SDL_vsnprintf()
|