Home
last modified time | relevance | path

Searched defs:bytes (Results 301 - 325 of 1129) sorted by relevance

1...<<11121314151617181920>>...46

/third_party/skia/src/lazy/
H A DSkDiscardableMemoryPool.cpp165 std::unique_ptr<SkDiscardableMemory> DiscardableMemoryPool::make(size_t bytes) { in make() argument
94 PoolDiscardableMemory(sk_sp<DiscardableMemoryPool> pool, SkAutoFree pointer, size_t bytes) PoolDiscardableMemory() argument
[all...]
/third_party/skia/src/gpu/ops/
H A DGrSimpleMeshDrawOpHelper.h201 char* bytes = (char*)::operator new(sizeof(Op) + sizeof(GrProcessorSet)); in MakeWithProcessorSet() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DASTC_Decoder.cpp29 write_imageblock(unsigned char *img, const imageblock *pb, int xsize, int ysize, int zsize, int bytes, int destPitchB, int destSliceB, bool isUnsignedByte, int xdim, int ydim, int zdim, int xpos, int ypos, int zpos) write_imageblock() argument
103 Decode(const unsigned char *source, unsigned char *dest, int destWidth, int destHeight, int destDepth, int bytes, int destPitchB, int destSliceB, int xBlockSize, int yBlockSize, int zBlockSize, int xblocks, int yblocks, int zblocks, bool isUnsignedByte) Decode() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkBuffer.cpp126 size_t bytes = (fillSize == VK_WHOLE_SIZE) ? (size - dstOffset) : fillSize; in fill() local
/third_party/openssl/crypto/x509/
H A Dx509name.c141 X509_NAME_add_entry_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len, int loc, int set) X509_NAME_add_entry_by_OBJ() argument
156 X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, const unsigned char *bytes, int len, int loc, int set) X509_NAME_add_entry_by_NID() argument
170 X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, const unsigned char *bytes, int len, int loc, int set) X509_NAME_add_entry_by_txt() argument
242 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) X509_NAME_ENTRY_create_by_txt() argument
261 X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid, int type, const unsigned char *bytes, int len) X509_NAME_ENTRY_create_by_NID() argument
279 X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) X509_NAME_ENTRY_create_by_OBJ() argument
317 X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, const unsigned char *bytes, int len) X509_NAME_ENTRY_set_data() argument
[all...]
H A Dx509_att.c235 X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, const char *atrname, int type, const unsigned char *bytes, int len) X509_ATTRIBUTE_create_by_txt() argument
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts.c54 static int aes_xts_check_keys_differ(const unsigned char *key, size_t bytes, in aes_xts_check_keys_differ() argument
/third_party/openssl/test/
H A Dbio_prefix_text.c84 size_t bytes; in run_pipe() local
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Dwpng.c705 ulg bytes; in main() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dunewdata.cpp43 uint8_t bytes[16]; in udata_create() local
/third_party/skia/src/ports/
H A DSkImageEncoder_WIC.cpp65 uint8_t* bytes = pixels + y * bitmap.rowBytes() + x * bitmap.bytesPerPixel(); in SkEncodeImageWithWIC() local
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dtext-options.hh294 unsigned bytes = strlen (buf); in get_line() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringRef.h113 iterator_range<const unsigned char *> bytes() const { in bytes() function in llvm::StringRef
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytesinkutil.cpp130 CharStringByteSink::Append(const char* bytes, int32_t n) { in Append() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringRef.h132 iterator_range<const unsigned char *> bytes() const { in bytes() function in llvm::StringRef
/third_party/toybox/lib/
H A Dlinestack.c94 int columns = 0, col, bytes; in crunch_str() local
/third_party/toybox/toys/posix/
H A Dod.c163 int bytes = 0; in od_outline() local
175 int bytes = j; in od_outline() local
[all...]
H A Dtail.c68 static int try_lseek(int fd, long bytes, long lines) in try_lseek() argument
129 long bytes = TT.c, lines = TT.n; in do_tail() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLazyFieldLite.java118 public LazyFieldLite(ExtensionRegistryLite extensionRegistry, ByteString bytes) { in LazyFieldLite() argument
342 setByteString(ByteString bytes, ExtensionRegistryLite extensionRegistry) setByteString() argument
433 checkArguments(ExtensionRegistryLite extensionRegistry, ByteString bytes) checkArguments() argument
[all...]
H A DMapEntryLite.java166 public Map.Entry<K, V> parseEntry(ByteString bytes, ExtensionRegistryLite extensionRegistry) in parseEntry() argument
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.cc190 int bytes = Read(junk, std::min(count - skipped, in Skip() local
/third_party/python/Modules/
H A Dgrpmodule.c196 PyObject *bytes, *retval = NULL; in grp_getgrnam_impl() local
H A Dpwdmodule.c218 PyObject *bytes, *retval = NULL; in pwd_getpwnam_impl() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DDecodeUtf8Test.java186 assertInvalid(byte[] bytes) assertInvalid() argument
233 assertInvalidSlice(byte[] bytes, int index, int size) assertInvalidSlice() argument
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dbytestream.cc72 void CheckedArrayByteSink::Append(const char* bytes, size_t n) { in Append() argument
97 void GrowingArrayByteSink::Append(const char* bytes, size_t n) { in Append() argument
[all...]

Completed in 15 milliseconds

1...<<11121314151617181920>>...46