Home
last modified time | relevance | path

Searched refs:bstate (Results 1 – 8 of 8) sorted by relevance

/external/syslinux/com32/lib/zlib/
Ddeflate.c818 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) {
/external/pdfium/third_party/zlib_v128/
Ddeflate.c900 block_state bstate; in deflate() local
902 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) : in deflate()
906 if (bstate == finish_started || bstate == finish_done) { in deflate()
909 if (bstate == need_more || bstate == finish_started) { in deflate()
922 if (bstate == block_done) { in deflate()
/external/python/cpython2/Modules/zlib/
Ddeflate.c901 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) {
/external/zlib/src/
Ddeflate.c901 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) {
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c1287 const VkPipelineColorBlendAttachmentState *bstate = local
1290 if (bstate->blendEnable &&
1291 (is_dual_src_blend_factor(bstate->srcColorBlendFactor) ||
1292 is_dual_src_blend_factor(bstate->dstColorBlendFactor) ||
1293 is_dual_src_blend_factor(bstate->srcAlphaBlendFactor) ||
1294 is_dual_src_blend_factor(bstate->dstAlphaBlendFactor))) {
/external/pcre/dist2/src/
Dpcre2_dfa_match.c487 int bstate = (int)(end_code - start_code + 2 + 2*LINK_SIZE); in internal_dfa_match() local
488 ADD_NEW_DATA(-bstate, 0, (int)(gone_back - back)); in internal_dfa_match()
/external/python/cpython2/Modules/
D_cursesmodule.c1821 (long) event.bstate); in PyCurses_GetMouse()
1833 (int *) &event.bstate)) in PyCurses_UngetMouse()
/external/python/cpython2/Doc/library/
Dcurses.rst210 5-tuple ``(id, x, y, z, bstate)``. *id* is an ID value used to distinguish
212 currently unused.) *bstate* is an integer value whose bits will be set to
605 .. function:: ungetmouse(id, x, y, z, bstate)