OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sop
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/regex/
regcomp.c
59
sop
*strip; /* malloced strip */
99
static void doemit(struct parse *,
sop
, size_t);
100
static void doinsert(struct parse *,
sop
, size_t, sopno);
101
static void dofwd(struct parse *, sopno,
sop
);
130
#define EMIT(op, sopnd) doemit(p, (
sop
)(op), (size_t)(sopnd))
131
#define INSERT(op, pos) doinsert(p, (
sop
)(op), HERE()-(pos)+1, pos)
133
#define ASTERN(
sop
, pos) EMIT(
sop
, HERE()-pos)
179
p->strip = (
sop
*)calloc(p->ssize, sizeof(
sop
));
[
all
...]
regex2.h
62
typedef unsigned long
sop
; /* strip operator */
typedef
69
#define
SOP
(op, opnd) ((op)|(opnd))
129
sop
*strip; /* malloced area for strip */
engine.c
294
sopno ss; /* start
sop
of current subRE */
295
sopno es; /* end
sop
of current subRE */
300
sopno ssub; /* start
sop
of subsubRE */
301
sopno esub; /* end
sop
of subsubRE */
476
sopno ss; /* start
sop
of current subRE */
478
sopno ssub; /* start
sop
of subsubRE */
479
sopno esub; /* end
sop
of subsubRE */
484
sop
s;
587
while (m->g->strip[ss] !=
SOP
(O_BACK, i))
844
sop
s
[
all
...]
/packages/inputmethods/PinyinIME/jni/share/
userdict.cpp
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
userdict.h
394
inline void swap(UserDictScoreOffsetPair *
sop
, int i, int j);
396
void shift_down(UserDictScoreOffsetPair *
sop
, int i, int n);
/external/bison/tests/
testsuite
[
all
...]
Completed in 88 milliseconds