Home
last modified time | relevance | path

Searched refs:not_ok (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesrc.c1603 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/
Dcode-stub-assembler.cc107 Label not_ok(this, Label::kDeferred); in Check() local
113 branch(&ok, &not_ok); in Check()
115 BIND(&not_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, &not_ok); in FastCheck()
165 BIND(&not_ok); in FastCheck()
[all …]