OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_op
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
strfilter.c
79
struct strfilter_node root, *cur, *
last_op
;
local
86
last_op
= cur = &root;
92
if (!cur->r || !
last_op
->r)
94
cur = strfilter_node__alloc(OP_and,
last_op
->r, NULL);
97
last_op
->r = cur;
98
last_op
= cur;
107
last_op
= cur;
/external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java
548
Operation
last_op
= null;
local
553
if (
last_op
== Operation.DELETE) {
559
last_op
= Operation.DELETE;
563
if (
last_op
== Operation.INSERT) {
569
last_op
= Operation.INSERT;
576
if (
last_op
== Operation.EQUAL) {
581
last_op
= Operation.EQUAL;
601
Operation
last_op
= null;
local
606
if (
last_op
== Operation.DELETE) {
612
last_op
= Operation.DELETE
[
all
...]
Completed in 84 milliseconds