| /third_party/skia/src/lazy/ |
| H A D | SkDiscardableMemoryPool.cpp | 165 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 D | GrSimpleMeshDrawOpHelper.h | 201 char* bytes = (char*)::operator new(sizeof(Op) + sizeof(GrProcessorSet)); in MakeWithProcessorSet() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | ASTC_Decoder.cpp | 29 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 D | VkBuffer.cpp | 126 size_t bytes = (fillSize == VK_WHOLE_SIZE) ? (size - dstOffset) : fillSize; in fill() local
|
| /third_party/openssl/crypto/x509/ |
| H A D | x509name.c | 141 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 D | x509_att.c | 235 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 D | cipher_aes_xts.c | 54 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 D | bio_prefix_text.c | 84 size_t bytes; in run_pipe() local
|
| /third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
| H A D | wpng.c | 705 ulg bytes; in main() local [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | unewdata.cpp | 43 uint8_t bytes[16]; in udata_create() local
|
| /third_party/skia/src/ports/ |
| H A D | SkImageEncoder_WIC.cpp | 65 uint8_t* bytes = pixels + y * bitmap.rowBytes() + x * bitmap.bytesPerPixel(); in SkEncodeImageWithWIC() local
|
| /third_party/skia/third_party/externals/harfbuzz/util/ |
| H A D | text-options.hh | 294 unsigned bytes = strlen (buf); in get_line() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | StringRef.h | 113 iterator_range<const unsigned char *> bytes() const { in bytes() function in llvm::StringRef
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | bytesinkutil.cpp | 130 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 D | StringRef.h | 132 iterator_range<const unsigned char *> bytes() const { in bytes() function in llvm::StringRef
|
| /third_party/toybox/lib/ |
| H A D | linestack.c | 94 int columns = 0, col, bytes; in crunch_str() local
|
| /third_party/toybox/toys/posix/ |
| H A D | od.c | 163 int bytes = 0; in od_outline() local 175 int bytes = j; in od_outline() local [all...] |
| H A D | tail.c | 68 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 D | LazyFieldLite.java | 118 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 D | MapEntryLite.java | 166 public Map.Entry<K, V> parseEntry(ByteString bytes, ExtensionRegistryLite extensionRegistry) in parseEntry() argument
|
| /third_party/protobuf/src/google/protobuf/io/ |
| H A D | zero_copy_stream_impl_lite.cc | 190 int bytes = Read(junk, std::min(count - skipped, in Skip() local
|
| /third_party/python/Modules/ |
| H A D | grpmodule.c | 196 PyObject *bytes, *retval = NULL; in grp_getgrnam_impl() local
|
| H A D | pwdmodule.c | 218 PyObject *bytes, *retval = NULL; in pwd_getpwnam_impl() local
|
| /third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
| H A D | DecodeUtf8Test.java | 186 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 D | bytestream.cc | 72 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...] |