Searched defs:ADD_ACTIVE (Results 1 - 2 of 2) sorted by last modified time

/external/pcre/dist/
H A Dpcre_dfa_exec.c352 #define ADD_ACTIVE(x,y) \ macro
777 ADD_ACTIVE(state_offset + 1 + LINK_SIZE, 0);
780 ADD_ACTIVE(state_offset - GET(code, 1), 0);
820 ADD_ACTIVE((int)(code - start_code), 0);
828 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
837 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE + IMM2_SIZE), 0);
841 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
849 ADD_ACTIVE(state_offset + 1, 0);
852 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
859 ADD_ACTIVE((in
[all...]
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.h82 ADD_ACTIVE = 1 << 0, enumerator in enum:TabStripModel::AddTabTypes

Completed in 89 milliseconds