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

  /external/qemu/target-mips/
translate.c 477 int bstate; member in struct:DisasContext
    [all...]
  /external/chromium_org/third_party/zlib/
deflate.c 824 block_state bstate; local
839 bstate = deflate_huff(s, flush);
841 bstate = deflate_rle(s, flush);
843 bstate = (*(configuration_table[s->level].func))
847 if (bstate == finish_started || bstate == finish_done) {
850 if (bstate == need_more || bstate == finish_started) {
863 if (bstate == block_done) {
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_deflate.c 900 block_state bstate; local
902 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
906 if (bstate == finish_started || bstate == finish_done) {
909 if (bstate == need_more || bstate == finish_started) {
922 if (bstate == block_done) {
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
deflate.c 901 block_state bstate; local
903 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
907 if (bstate == finish_started || bstate == finish_done) {
910 if (bstate == need_more || bstate == finish_started) {
923 if (bstate == block_done) {
    [all...]
  /external/zlib/src/
deflate.c 901 block_state bstate; local
903 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
907 if (bstate == finish_started || bstate == finish_done) {
910 if (bstate == need_more || bstate == finish_started) {
923 if (bstate == block_done) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
curses.h 1542 mmask_t bstate; \/* button state bits *\/ member in struct:__anon45494
    [all...]
ncurses.h 1542 mmask_t bstate; \/* button state bits *\/ member in struct:__anon46124
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
curses.h 1542 mmask_t bstate; \/* button state bits *\/ member in struct:__anon47230
    [all...]
ncurses.h 1542 mmask_t bstate; \/* button state bits *\/ member in struct:__anon47860
    [all...]

Completed in 4843 milliseconds