SHIFT             322 third_party/harfbuzz-ng/src/hb-set-private.hh   static const unsigned int SHIFT = 5;
SHIFT             323 third_party/harfbuzz-ng/src/hb-set-private.hh   static const unsigned int BITS = (1 << SHIFT);
SHIFT             328 third_party/harfbuzz-ng/src/hb-set-private.hh   elt_t &elt (hb_codepoint_t g) { return elts[g >> SHIFT]; }
SHIFT             329 third_party/harfbuzz-ng/src/hb-set-private.hh   elt_t elt (hb_codepoint_t g) const { return elts[g >> SHIFT]; }
SHIFT             434 third_party/sqlite/src/tool/lemon.c   if( type==SHIFT ){
SHIFT             910 third_party/sqlite/src/tool/lemon.c         Action_add(&stp->ap,SHIFT,sp->subsym[i],(char*)newstp);
SHIFT             913 third_party/sqlite/src/tool/lemon.c       Action_add(&stp->ap,SHIFT,sp,(char *)newstp);
SHIFT            1083 third_party/sqlite/src/tool/lemon.c   if( apx->type==SHIFT && apy->type==SHIFT ){
SHIFT            1087 third_party/sqlite/src/tool/lemon.c   if( apx->type==SHIFT && apy->type==REDUCE ){
SHIFT            2893 third_party/sqlite/src/tool/lemon.c     case SHIFT:
SHIFT            3056 third_party/sqlite/src/tool/lemon.c     case SHIFT:  act = ap->x.stp->statenum;            break;
SHIFT            4100 third_party/sqlite/src/tool/lemon.c       if( ap->type==SHIFT && ap->sp==lemp->wildcard ){
SHIFT              93 win8/metro_driver/chrome_app_view.cc   if (modifiers & SHIFT) {
SHIFT              94 win8/metro_driver/chrome_app_view_ash.cc   if (modifiers & SHIFT) {