HomeSort by relevance Sort by last modified time
    Searched refs:woffset (Results 1 - 6 of 6) sorted by null

  /external/bison/lib/
ebitset.c 576 bitset_windex woffset; local
597 woffset = windex - eindex * EBITSET_ELT_WORDS;
620 word = srcp[woffset] << (BITSET_WORD_BITS - 1 - bcount);
638 while (woffset--);
641 woffset = EBITSET_ELT_WORDS - 1;
684 bitset_windex woffset; local
688 woffset = eindex * EBITSET_ELT_WORDS;
690 for (; (windex - woffset) < EBITSET_ELT_WORDS; windex++)
692 word = srcp[windex - woffset] >> (bitno % BITSET_WORD_BITS);
858 bitset_windex woffset; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_opengl.h     [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_opengl.h     [all...]

Completed in 152 milliseconds