OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_empty
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/ap/
vlan.c
20
const int
a_empty
= !a || !a->notempty;
local
23
if (
a_empty
&& b_empty)
25
if (
a_empty
|| b_empty)
/external/skia/src/core/
SkRegion.cpp
999
bool
a_empty
= rgna->isEmpty();
local
1006
if (
a_empty
) {
1019
if ((
a_empty
| b_empty)
1035
if (
a_empty
) {
1050
if (
a_empty
) {
[
all
...]
SkAAClip.cpp
1678
bool
a_empty
= clipA->isEmpty();
local
[
all
...]
/external/mesa3d/src/glsl/glcpp/
glcpp-parse.y
885
int
a_empty
= _token_list_is_empty_ignoring_space(a);
887
return
a_empty
== b_empty;
[
all
...]
Completed in 302 milliseconds