OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cur_b
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libsepol/src/
conditional.c
99
cond_expr_t *cur_a, *
cur_b
;
local
118
cur_b
= b->expr;
120
if (cur_a == NULL &&
cur_b
== NULL)
122
else if (cur_a == NULL ||
cur_b
== NULL)
124
if (cur_a->expr_type !=
cur_b
->expr_type)
127
if (cur_a->bool !=
cur_b
->bool)
131
cur_b
=
cur_b
->next;
/external/libvpx/libvpx/vp8/encoder/
encodemv.c
177
const int
cur_b
= vp8_cost_branch(ct, *cur_p);
local
183
if (
cur_b
- new_b > cost) {
Completed in 273 milliseconds