Home
last modified time | relevance | path

Searched defs:byteCount (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/modules/skplaintexteditor/src/
Dword_boundaries.cpp20 std::vector<bool> GetUtf8WordBoundaries(const char* begin, size_t byteCount, const char* locale) { in GetUtf8WordBoundaries()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
DByteArrayTableBuilder.java92 public int byteCount() throws IOException { in byteCount() method in ByteArrayTableBuilder
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DControlProgramTable.java55 public int byteCount() { in byteCount() method in ControlProgramTable
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DSingleSubst.java89 int byteCount = fmt1Builder.subSerialize(newData); in subSerialize() local
DScriptTable.java106 int byteCount = super.subSerialize(newData); in subSerialize() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_opcode_list.cpp222 uint32 byteCount, in Parse()
Ddng_gain_map.cpp512 uint32 byteCount = stream.Get_uint32 (); in dng_opcode_GainMap() local
Ddng_negative.cpp2431 uint32 byteCount = 0; in SetRowBlacks() local
2474 uint32 byteCount = 0; in SetColumnBlacks() local
Ddng_read_image.cpp2822 uint32 byteCount; in Process() local
/third_party/toybox/toys/other/
Dbzcat.c73 int byteCount[256]; member
323 *byteCount, *base, *limit; in read_huffman_data() local
456 int *byteCount = bw->byteCount; in burrows_wheeler_prep() local
/third_party/skia/src/core/
DSkRTree.cpp167 size_t byteCount = sizeof(SkRTree); in bytesUsed() local
/third_party/skia/src/ports/
DSkOSFile_stdio.cpp121 size_t sk_fwrite(const void* buffer, size_t byteCount, FILE* f) { in sk_fwrite()
DSkScalerContext_win_dw.cpp871 int byteCount = width >> 3; in BilevelToBW() local
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerSHA1.cpp57 uint32_t byteCount; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/
Ddrop_out_gen_mask_kernels.cc385 uint64_t byteCount = count_ >> 3; in DoCompute() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeCompressor.java329 int byteCount = comp.compress(buffer, start, limit, null, in compress() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeCompressor.java331 int byteCount = comp.compress(buffer, start, limit, null, in compress() local
/third_party/icu/icu4c/source/test/intltest/
Dtscoll.cpp369 int32_t i, byteCount; in prettify() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpshints.h78 size_t byteCount; member
/third_party/icu/icu4c/source/test/cintltst/
Ducsdetst.c75 int32_t byteCount = preflight(src, length, cnv); in extractBytes() local
/third_party/python/Modules/
Dsha256module.c74 static void longReverse(SHA_INT32 *buffer, int byteCount) in longReverse()
Dsha512module.c62 static void longReverse(SHA_INT64 *buffer, int byteCount) in longReverse()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp823 const deUint32 byteCount = divRoundUp((bitOffset + m_channelSize) - 8u * (bitOffset / 8u), 8u); in getChannelUint() local
841 const deUint32 byteCount = divRoundUp((bitOffset + m_channelSize) - 8u * (bitOffset / 8u), 8u); in setChannel() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrUtil.cpp822 const deUint32 byteCount = divRoundUp((bitOffset + m_channelSize) - 8u * (bitOffset / 8u), 8u); in getChannelUint() local
840 const deUint32 byteCount = divRoundUp((bitOffset + m_channelSize) - 8u * (bitOffset / 8u), 8u); in setChannel() local
/third_party/backends/backend/
Dmustek_pp_cis.c958 SANE_Int skipCount, byteCount; in cis_config_ccd() local

12