Home
last modified time | relevance | path

Searched defs:compressed (Results 1 - 25 of 50) sorted by relevance

12

/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DDecodeTest.java60 private void checkDecodeResource(String expected, String compressed) throws IOException { in checkDecodeResource() argument
H A DSynthTest.java50 private void checkSynth(byte[] compressed, boolean expectSuccess, in checkSynth() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dpcx.c77 int compressed, xmin, ymin, xmax, ymax; in pcx_decode_frame() local
34 pcx_rle_decode(GetByteContext *gb, uint8_t *dst, unsigned int bytes_per_scanline, int compressed) pcx_rle_decode() argument
H A Dcri.c180 int compressed = 0; in cri_decode_frame() local
H A Ddds.c104 int compressed; member
[all...]
/third_party/mesa3d/src/intel/isl/
H A Disl_aux_info.c71 bool compressed; member
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DDecodeTest.cs73 private void CheckDecodeResourceWithDictionary(string expected, string compressed, string dictionary) in CheckDecodeResourceWithDictionary() argument
83 private void CheckDecodeResource(string expected, string compressed) in CheckDecodeResource() argument
H A DSynthTest.cs35 private void CheckSynth(byte[] compressed, bool expectSuccess, string expectedOutput) in CheckSynth() argument
[all...]
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dutils_unittest.cc387 uint8_t compressed[sizeof(checkMatchCrashData) * 2]; TEST() local
[all...]
/third_party/elfutils/libelf/
H A Delf_compress.c396 int compressed = (sh_flags & SHF_COMPRESSED); in elf_compress() local
/third_party/libunwind/libunwind/src/
H A Delfxx.c189 xz_uncompressed_size (uint8_t *compressed, size_t length) in xz_uncompressed_size() argument
224 uint8_t *compressed = NULL; in extract_minidebuginfo() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_copy.c137 bool compressed = in copy_buffer_to_image() local
286 bool compressed = in copy_image_to_buffer() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsundelete.h87 int compressed; /* Stream is compressed */ member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c68 nv50_mt_choose_storage_type(struct nv50_miptree *mt, bool compressed) in nv50_mt_choose_storage_type() argument
337 bool compressed = drm->version >= 0x01000101; in nv50_miptree_create() local
/third_party/lz4/ossfuzz/
H A Dround_trip_stream_fuzzer.c35 cursor_t compressed; member
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dmember-storage.h139 auto compressed = in Compress() local
144 auto compressed = static_cast<IntegralType>(uptr >> 1); in Compress() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c41 tu102_choose_tiled_storage_type(enum pipe_format format, unsigned ms, bool compressed) tu102_choose_tiled_storage_type() argument
88 nvc0_choose_tiled_storage_type(struct pipe_screen *pscreen, enum pipe_format format, unsigned ms, bool compressed) nvc0_choose_tiled_storage_type() argument
186 nvc0_mt_choose_storage_type(struct pipe_screen *pscreen, const struct nv50_miptree *mt, bool compressed) nvc0_mt_choose_storage_type() argument
451 bool compressed = drm->version >= 0x01000101; nvc0_miptree_create() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DVulkanBarriersPerf.cpp183 createTexture(uint32_t textureIndex, uint32_t sizeIndex, bool compressed) createTexture() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_format_utils.h60 bool compressed = false; member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DEOTWriter.java36 private final boolean compressed; field in EOTWriter
53 public EOTWriter(boolean compressed) { in EOTWriter() argument
/third_party/f2fs-tools/fsck/
H A Dsegment.c448 f2fs_fix_mutable(struct f2fs_sb_info *sbi, nid_t ino, pgoff_t offset, unsigned int compressed) f2fs_fix_mutable() argument
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64-inl.h320 Tagged_t compressed = ReadUnalignedValue<Tagged_t>(pc_); in target_object() local
/third_party/skia/third_party/externals/imgui/misc/fonts/
H A Dbinary_to_compressed_c.cpp84 char* compressed = use_compression ? new char[maxlen] : data; in binary_to_compressed_c() local
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc664 std::string compressed = Compress(golden, GzipOutputStream::Options()); in TEST_F() local
683 std::string compressed = Compress(golden1, GzipOutputStream::Options()) + in TEST_F() local
/third_party/node/deps/brotli/c/enc/
H A Dcompress_fragment.c396 const size_t compressed = (size_t)(next_emit - metablock_start); in ShouldUseUncompressedMode() local

Completed in 18 milliseconds

12