Searched refs:not_ok (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesrc.c | 1603 goto not_ok; in gst_base_src_default_create() 1621 not_ok: in gst_base_src_default_create() 2632 goto not_ok; in gst_base_src_get_range() 2732 not_ok: in gst_base_src_get_range()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 107 Label not_ok(this, Label::kDeferred); in Check() local 113 branch(&ok, ¬_ok); in Check() 115 BIND(¬_ok); in Check() 129 BranchGenerator branch = [=](Label* ok, Label* not_ok) { in Check() argument 131 Branch(condition, ok, not_ok); in Check() 140 BranchGenerator branch = [=](Label* ok, Label* not_ok) { in Check() argument 141 Branch(condition_node, ok, not_ok); in Check() 163 Label ok(this), not_ok(this, Label::kDeferred); in FastCheck() local 164 Branch(condition, &ok, ¬_ok); in FastCheck() 165 BIND(¬_ok); in FastCheck() [all …]
|