/external/zopfli/src/zopfli/ |
D | deflate.c | 490 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 …]
|
D | deflate.h | 57 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/oss-fuzz/projects/zopfli/ |
D | zopfli_deflate_fuzzer.cc | 28 const int btype = stream.PickValueInArray({0, 1, 2}); in LLVMFuzzerTestOneInput() local 36 ZopfliDeflate(&options, btype, is_final, in LLVMFuzzerTestOneInput()
|
/external/mesa3d/src/compiler/ |
D | builtin_type_macros.h | 34 #define DECL_VEC_TYPE(stype, vtype, btype, etype, ...) \ argument 35 DECL_TYPE(stype, etype ##__VA_ARGS__, btype, 1, 1) \ 36 DECL_TYPE(vtype ## 2, etype ##_VEC2 ##__VA_ARGS__, btype, 2, 1) \ 37 DECL_TYPE(vtype ## 3, etype ##_VEC3 ##__VA_ARGS__, btype, 3, 1) \ 38 DECL_TYPE(vtype ## 4, etype ##_VEC4 ##__VA_ARGS__, btype, 4, 1) \ 39 DECL_TYPE(vtype ## 8, 0, btype, 8, 1) \ 40 DECL_TYPE(vtype ## 16, 0, btype, 16, 1)
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_do_submit_bio/ |
D | format | 10 field:int btype; offset:12; size:4; signed:1; 15 …, ((unsigned int) ((REC->dev) & ((1U << 20) - 1))), __print_symbolic(REC->btype, { NODE, "NODE" },…
|
/external/skia/experimental/skrive/src/reader/ |
D | JsonReader.cpp | 202 const auto btype = block_type(m.fKey.begin()); in openObjectBlock() local 203 if (btype != BlockType::kUnknown) { in openObjectBlock() 205 return btype; in openObjectBlock()
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng_util.h | 122 int btype; //block type (0-2) member
|
D | lodepng_util.cpp | 373 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()
|
D | lodepng.cpp | 1087 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 …]
|
D | lodepng.h | 281 …unsigned btype; /*the block type for LZ (0, 1, 2 or 3, see zlib standard). Should be 2 for proper … member
|
/external/libxml2/ |
D | gentest.py | 801 (bnam, btype) = t_args[j][:2] 802 if btype == "const_char_ptr" or btype == "const_xmlChar_ptr":
|
/external/python/cffi/cffi/ |
D | api.py | 171 btype = self._get_cached_btype(type) 172 result = btype, really_a_function_type 184 btype, really_a_function_type = result 188 return btype
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 6030 const glsl_type *btype = type->get_base_type(); in _determinant_mat4() local 6031 MAKE_SIG(btype, avail, 1, m); in _determinant_mat4() 6033 ir_variable *SubFactor00 = body.make_temp(btype, "SubFactor00"); in _determinant_mat4() 6034 ir_variable *SubFactor01 = body.make_temp(btype, "SubFactor01"); in _determinant_mat4() 6035 ir_variable *SubFactor02 = body.make_temp(btype, "SubFactor02"); in _determinant_mat4() 6036 ir_variable *SubFactor03 = body.make_temp(btype, "SubFactor03"); in _determinant_mat4() 6037 ir_variable *SubFactor04 = body.make_temp(btype, "SubFactor04"); in _determinant_mat4() 6038 ir_variable *SubFactor05 = body.make_temp(btype, "SubFactor05"); in _determinant_mat4() 6039 ir_variable *SubFactor06 = body.make_temp(btype, "SubFactor06"); in _determinant_mat4() 6040 ir_variable *SubFactor07 = body.make_temp(btype, "SubFactor07"); in _determinant_mat4() [all …]
|
/external/e2fsprogs/debugfs/ |
D | logdump.c | 325 static const char *type_to_name(int btype) in type_to_name() argument 327 switch (btype) { in type_to_name()
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | f2fs.proto | 10 optional int32 btype = 2; field
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_blit.c | 520 blit_type_to_reg_fmt(enum pan_blit_type btype) in blit_type_to_reg_fmt() argument 522 switch (btype) { in blit_type_to_reg_fmt()
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | tccgen.c.ppout | 6464 CType type1, btype; 6565 if (!parse_btype(&btype, &ad1)) { 6575 type1 = btype; 6583 int v = btype.ref->v; 9768 CType type, btype; 9773 if (!parse_btype(&btype, &ad)) { 9791 btype.t = 3; 9799 if ((btype.t & 0x000f) == 7) { 9800 int v = btype.ref->v; 9806 if (((btype.t & (((1 << (6+6)) - 1) << 20 | 0x0080)) == (2 << 20))) { [all …]
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.h | 1117 void WriteNextBType(BType btype) { next_btype_ = btype; }
|
/external/pcre/dist2/testdata/ |
D | testinput2 | 3344 /\btype\b\W*?\btext\b\W*?\bjavascript\b/I 3346 /\btype\b\W*?\btext\b\W*?\bjavascript\b|\burl\b\W*?\bshell:|<input\b.*?\btype\b\W*?\bimage\b|\bonke…
|
D | testoutput2 | 11196 /\btype\b\W*?\btext\b\W*?\bjavascript\b/I 11203 /\btype\b\W*?\btext\b\W*?\bjavascript\b|\burl\b\W*?\bshell:|<input\b.*?\btype\b\W*?\bimage\b|\bonke…
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 3935 optional int32 btype = 2; field
|