OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_operator
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
strfilter.c
10
#define
is_operator
(c) ((c) == '|' || (c) == '&' || (c) == '!')
macro
11
#define is_separator(c) (
is_operator
(c) || (c) == '(' || (c) == ')')
16
if (self->p && !
is_operator
(*self->p))
/external/chromium_org/third_party/ots/src/
cff_type2_charstring.cc
632
bool
is_operator
= false;
local
635
&
is_operator
)) {
643
if (!
is_operator
) {
653
if (!
is_operator
) {
Completed in 23 milliseconds