Searched refs:bshft (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/vim-55/runtime/indent/
H A Dcobol.vim67 let bshft = ashft + 4
104 elseif lindent < bshft && lindent >= ashft
110 return default ? default : bshft
133 return bshft
215 return ind < bshft ? bshft : ind
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c395 unsigned int temp, g=0, b=0x8000, bshft=15; local
407 temp = (((g << 1) + b) << (bshft--));

Completed in 212 milliseconds