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

  /external/qemu/distrib/zlib-1.2.3/
deflate.c 788 block_state bstate; local
790 bstate = (*(configuration_table[s->level].func))(s, flush);
792 if (bstate == finish_started || bstate == finish_done) {
795 if (bstate == need_more || bstate == finish_started) {
808 if (bstate == block_done) {
    [all...]
  /external/zlib/
deflate.c 818 block_state bstate; local
820 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
824 if (bstate == finish_started || bstate == finish_done) {
827 if (bstate == need_more || bstate == finish_started) {
840 if (bstate == block_done) {
    [all...]
  /external/pcre/
pcre_dfa_exec.c 495 int bstate = (int)(end_code - start_code + 2 + 2*LINK_SIZE); local
496 ADD_NEW_DATA(-bstate, 0, gone_back - back);
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 1412 mmask_t bstate; \/* button state bits *\/ member in struct:__anon20786
    [all...]
ncurses.h 1412 mmask_t bstate; \/* button state bits *\/ member in struct:__anon21314
    [all...]

Completed in 638 milliseconds