Home
last modified time | relevance | path

Searched refs:btype (Results 1 – 14 of 14) sorted by relevance

/external/zopfli/src/zopfli/
Ddeflate.c490 size_t lstart, size_t lend, int btype) { in ZopfliCalculateBlockSize() argument
496 assert(btype == 1 || btype == 2); /* This is not for uncompressed blocks. */ in ZopfliCalculateBlockSize()
498 if(btype == 1) { in ZopfliCalculateBlockSize()
528 static void AddLZ77Block(const ZopfliOptions* options, int btype, int final, in AddLZ77Block() argument
545 AddBit(btype & 1, bp, out, outsize); in AddLZ77Block()
546 AddBit((btype & 2) >> 1, bp, out, outsize); in AddLZ77Block()
548 if (btype == 1) { in AddLZ77Block()
554 assert(btype == 2); in AddLZ77Block()
594 int btype = 2; in DeflateDynamicBlock() local
620 btype = 1; in DeflateDynamicBlock()
[all …]
Ddeflate.h57 void ZopfliDeflate(const ZopfliOptions* options, int btype, int final,
66 void ZopfliDeflatePart(const ZopfliOptions* options, int btype, int final,
80 size_t lstart, size_t lend, int btype);
/external/linux-tools-perf/src/tools/lib/traceevent/
Dparse-filter.c388 create_arg_op(enum filter_op_type btype) in create_arg_op() argument
394 arg->op.type = btype; in create_arg_op()
632 enum filter_op_type *btype, in process_op() argument
636 *btype = FILTER_OP_NOT; in process_op()
641 *btype = FILTER_OP_AND; in process_op()
643 *btype = FILTER_OP_OR; in process_op()
647 if (*btype != FILTER_OP_NOT) in process_op()
898 enum filter_op_type btype; in process_filter() local
999 op_type = process_op(token, &btype, &ctype, &etype); in process_filter()
1027 arg = create_arg_op(btype); in process_filter()
[all …]
/external/valgrind/coregrind/m_demangle/
Dcplus-dem.c2593 int btype; in demangle_class() local
2598 btype = register_Btype (work); in demangle_class()
2622 remember_Btype (work, class_name.b, LEN_STRING(&class_name), btype); in demangle_class()
4027 string btype; in demangle_fund_type() local
4028 string_init (&btype); in demangle_fund_type()
4029 if (demangle_class_name (work, mangled, &btype)) { in demangle_fund_type()
4030 remember_Btype (work, btype.b, LEN_STRING (&btype), bindex); in demangle_fund_type()
4032 string_appends (result, &btype); in demangle_fund_type()
4036 string_delete (&btype); in demangle_fund_type()
4041 string btype; in demangle_fund_type() local
[all …]
/external/libvncserver/webclients/novnc/include/
Djsunzip.js630 var btype;
637 btype = this.read_bits(d, 2, 0);
640 switch (btype)
/external/zopfli/src/zopflipng/lodepng/
Dlodepng_util.h122 int btype; //block type (0-2) member
Dlodepng_util.cpp373 zlibinfo->back().btype = BTYPE; in inflate()
481 … const unsigned char* in, size_t& bp, size_t& pos, size_t inlength, unsigned long btype) in inflateHuffmanBlock()
484 if(btype == 1) { generateFixedTrees(codetree, codetreeD); } in inflateHuffmanBlock()
485 …else if(btype == 2) { getTreeInflateDynamic(codetree, codetreeD, in, bp, inlength); if(error) retu… in inflateHuffmanBlock()
Dlodepng.cpp1087 size_t* pos, size_t inlength, unsigned btype) in inflateHuffmanBlock() argument
1097 if(btype == 1) getTreeInflateFixed(&tree_ll, &tree_d); in inflateHuffmanBlock()
1098 else if(btype == 2) error = getTreeInflateDynamic(&tree_ll, &tree_d, in, bp, inlength); in inflateHuffmanBlock()
1972 if(settings->btype > 2) return 61; in lodepng_deflatev()
1973 else if(settings->btype == 0) return deflateNoCompression(out, in, insize); in lodepng_deflatev()
1974 else if(settings->btype == 1) blocksize = insize; in lodepng_deflatev()
1994 if(settings->btype == 1) error = deflateFixed(out, &bp, &hash, in, start, end, settings, final); in lodepng_deflatev()
1995 …else if(settings->btype == 2) error = deflateDynamic(out, &bp, &hash, in, start, end, settings, fi… in lodepng_deflatev()
2222 settings->btype = 2; in lodepng_compress_settings_init()
5411 zlibsettings.btype = 1; in filter()
[all …]
Dlodepng.h281 …unsigned btype; /*the block type for LZ (0, 1, 2 or 3, see zlib standard). Should be 2 for proper … member
/external/svox/pico/lib/
Dpicoctrl.c144 picoos_uint8 btype; in ctrlStep() local
160 btype = picodata_cbGetFrontItemType(ctrl->procUnit[ctrl->curPU]->cbOut); in ctrlStep()
161 ctrl->lastItemTypeProduced=(picoos_uint8)btype; in ctrlStep()
/external/e2fsprogs/debugfs/
Dlogdump.c314 static const char *type_to_name(int btype) in type_to_name() argument
316 switch (btype) { in type_to_name()
/external/valgrind/perf/
Dtinycc.c12128 CType type1, btype; in struct_decl() local
12191 parse_btype(&btype, &ad); in struct_decl()
12195 type1 = btype; in struct_decl()
14506 CType btype, type; in func_decl_list() local
14510 if (!parse_btype(&btype, &ad)) in func_decl_list()
14512 if (((btype.t & VT_BTYPE) == VT_ENUM || in func_decl_list()
14513 (btype.t & VT_BTYPE) == VT_STRUCT) && in func_decl_list()
14518 type = btype; in func_decl_list()
14633 CType type, btype; in decl() local
14638 if (!parse_btype(&btype, &ad)) { in decl()
[all …]
/external/pcre/dist/testdata/
Dtestinput23405 /\btype\b\W*?\btext\b\W*?\bjavascript\b/IS
3407 /\btype\b\W*?\btext\b\W*?\bjavascript\b|\burl\b\W*?\bshell:|<input\b.*?\btype\b\W*?\bimage\b|\bonke…
Dtestoutput211711 /\btype\b\W*?\btext\b\W*?\bjavascript\b/IS
11720 /\btype\b\W*?\btext\b\W*?\bjavascript\b|\burl\b\W*?\bshell:|<input\b.*?\btype\b\W*?\bimage\b|\bonke…