Home
last modified time | relevance | path

Searched defs:bytes (Results 576 - 600 of 1129) sorted by relevance

1...<<21222324252627282930>>...46

/third_party/vk-gl-cts/executor/
H A DxeBatchExecutor.cpp287 void BatchExecutor::onTestLogData (const deUint8* bytes, size_t numBytes) in onTestLogData() argument
300 void BatchExecutor::onInfoLogData (const deUint8* bytes, size_t numBytes) in onInfoLogData() argument
362 void BatchExecutor::enqueueTestLogData (void* userPtr, const deUint8* bytes, size_t numBytes) in enqueueTestLogData() argument
374 void BatchExecutor::enqueueInfoLogData (void* userPtr, const deUint8* bytes, size_t numBytes) in enqueueInfoLogData() argument
H A DxeTcpIpLink.cpp136 void TcpIpLinkState::onTestLogData (const deUint8* bytes, size_t numBytes) const in onTestLogData() argument
150 void TcpIpLinkState::onInfoLogData (const deUint8* bytes, size_t numBytes) const in onInfoLogData() argument
/third_party/skia/third_party/externals/spirv-tools/test/tools/
H A Dexpect.py27 from builtins import bytes namespace
/third_party/skia/src/codec/
H A DSkWebpCodec.cpp37 const char* bytes = static_cast<const char*>(buf); in IsWebp() local
/third_party/skia/src/core/
H A DSkCompressedDataUtils.cpp234 const uint8_t* bytes = data->bytes(); in SkDecompress() local
/third_party/skia/src/gpu/effects/
H A DGrSkSLFP.cpp365 const uint8_t* bytes = reinterpret_cast<const uint8_t*>(uniformData + iter->offset); in getShaderDfxInfo() local
/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp86 uint8_t* bytes = reinterpret_cast<uint8_t*>(dst); local
/third_party/skia/src/gpu/
H A DGrBufferAllocPool.cpp163 size_t bytes = fBlocks[i].fBuffer->size() - fBlocks[i].fBytesFree; in validate() local
284 void GrBufferAllocPool::putBack(size_t bytes) { in putBack() argument
[all...]
/third_party/openssl/providers/implementations/rands/
H A Ddrbg.c198 size_t bytes; in get_entropy() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
H A Dexpect.py27 from builtins import bytes namespace
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationkeys.cpp30 SortKeyByteSink::Append(const char *bytes, int32_t n) { in Append() argument
150 uint8_t bytes[4] = { (uint8_t)(w >> 24), (uint8_t)(w >> 16), (uint8_t)(w >> 8), (uint8_t)w }; in appendWeight32() local
[all...]
/third_party/skia/third_party/externals/icu/source/samples/ucnv/
H A Dconvsamp.cpp624 char bytes[100]; convsample_20_didSubstitute() local
718 char bytes[100]; convsample_21_didSubstitute() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
H A Dmakeconv.cpp471 uint8_t bytes[UCNV_EXT_MAX_BYTES]; in readHeader() local
485 uint8_t bytes[UCNV_EXT_MAX_BYTES]; in readHeader() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dxmlparser.cpp166 char bytes[4096], charsetBuffer[100]; in parseFile() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/mux/
H A Dmuxread.c101 const uint8_t* bytes = chunk->data_.bytes; in MuxImageParse() local
[all...]
/third_party/skia/tests/
H A DStreamTest.cpp41 size_t bytes = stream->read(tmp, len); in test_loop_stream() local
47 size_t bytes = stream->read(tmp, 1); in test_loop_stream() local
119 size_t bytes = stream->read(&tmp, 1); in TestWStream() local
[all...]
/third_party/openssl/test/helpers/
H A Dpkcs12.c77 static X509 *load_cert_asn1(const unsigned char *bytes, int len) in load_cert_asn1() argument
88 static EVP_PKEY *load_pkey_asn1(const unsigned char *bytes, int len) in load_pkey_asn1() argument
375 void add_certbag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in add_certbag() argument
409 void add_keybag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in add_keybag() argument
542 void check_certbag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, in check_certbag() argument
576 check_keybag(PKCS12_BUILDER *pb, const unsigned char *bytes, int len, const PKCS12_ATTR *attrs, const PKCS12_ENC *enc) check_keybag() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-buffer.c389 unsigned int bytes; in test_buffer_utf8_conversion() local
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-subset.cc650 unsigned bytes = strlen (buf); in parse_file_for() local
/third_party/skia/third_party/externals/piex/src/
H A Dpiex.cc635 const size_t bytes = BytesRequiredForIsRaw(); in IsRaw() local
653 const size_t bytes = BytesRequiredForIsRaw(); in GetPreviewImageData() local
/third_party/python/Modules/_ctypes/libffi_osx/x86/
H A Dx86-ffi64.c364 size_t bytes; in ffi_prep_cif_machdep() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssembler.h254 uintptr_t allocateBytes(size_t bytes) { in allocateBytes() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.h132 void setCalleeSavedFrameSize(unsigned bytes) { CalleeSavedFrameSize = bytes; } in setCalleeSavedFrameSize() argument
135 void setBytesToPopOnReturn (unsigned bytes) { BytesToPopOnReturn = bytes;} in setBytesToPopOnReturn() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestriebuilder.cpp340 BTLinearMatchNode(const char *bytes, int32_t len, Node *nextNode) BTLinearMatchNode() argument
[all...]
H A Ducnvbocu.cpp967 uint8_t *bytes; _Bocu1ToUnicodeWithOffsets() local
1189 uint8_t *bytes; _Bocu1ToUnicode() local
[all...]

Completed in 30 milliseconds

1...<<21222324252627282930>>...46