Searched defs:alter (Results 1 - 2 of 2) sorted by relevance

/external/libpcap/
H A Doptimize.c574 vstore(struct stmt *s, int *valp, int newval, int alter) argument
576 if (alter && *valp == newval)
913 * anything it defines in the value table 'val'. If 'alter' is true,
918 opt_stmt(struct stmt *s, int val[], int alter) argument
929 vstore(s, &val[A_ATOM], v, alter);
936 if (alter && vmap[v].is_const) {
944 vstore(s, &val[A_ATOM], v, alter);
949 vstore(s, &val[A_ATOM], v, alter);
954 vstore(s, &val[A_ATOM], v, alter);
959 vstore(s, &val[X_ATOM], v, alter);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.cpp509 void FrameSelection::willBeModified(EAlteration alter, SelectionDirection direction) argument
511 if (alter != AlterationExtend)
938 bool FrameSelection::modify(EAlteration alter, SelectionDirection direction, TextGranularity granularity, EUserTriggered userTriggered) argument
943 trialFrameSelection->modify(alter, direction, granularity, NotUserTriggered);
949 willBeModified(alter, direction);
956 if (alter == AlterationMove)
962 if (alter == AlterationExtend)
968 if (alter == AlterationMove)
974 if (alter == AlterationExtend)
985 if (!wasRange && alter
1049 modify(EAlteration alter, unsigned verticalDistance, VerticalDirection direction, EUserTriggered userTriggered, CursorAlignOnScroll align) argument
[all...]

Completed in 46 milliseconds