| /third_party/openssl/crypto/rand/ |
| H A D | rand_egd.c | 21 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() argument 31 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() argument 109 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() argument 204 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() argument
|
| /third_party/skia/src/core/ |
| H A D | SkOpts_erms.cpp | 55 static bool small(size_t bytes) { return bytes < 1024; } in small() argument
|
| H A D | SkGraphics.cpp | 103 size_t SkGraphics::SetFontCacheLimit(size_t bytes) { in SetFontCacheLimit() argument
|
| H A D | SkBigPicture.cpp | 80 size_t bytes = sizeof(*this) + fRecord->bytesUsed() + fApproxBytesUsedBySubPictures; in approximateBytesUsed() local
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| H A D | Memory.cpp | 76 static void *allocate(size_t bytes, size_t alignment, bool clearToZero) in allocate() argument 102 void *allocateUninitialized(size_t bytes, size_t alignment) in allocateUninitialized() argument 107 void *allocateZero(size_t bytes, size_t alignment) in allocateZero() argument 114 void *allocateZeroOrPoison(size_t bytes, size_ argument [all...] |
| /third_party/openssl/test/ |
| H A D | bio_readbuffer_test.c | 32 size_t readbytes = 0, bytes = 0, count = 0; in test_readbuffer_file_bio() local
|
| /third_party/openssl/crypto/ |
| H A D | self_test_core.c | 161 int OSSL_SELF_TEST_oncorrupt_byte(OSSL_SELF_TEST *st, unsigned char *bytes) in OSSL_SELF_TEST_oncorrupt_byte() argument
|
| /third_party/openssl/providers/implementations/rands/seeding/ |
| H A D | rand_win.c | 73 size_t bytes = 0; in ossl_pool_acquire_entropy() local [all...] |
| /third_party/skia/third_party/externals/icu/source/samples/uciter8/ |
| H A D | uciter8.c | 308 static const uint8_t bytes[]={ in TestLenient8Iterator() local
|
| /third_party/skia/third_party/externals/libwebp/src/webp/ |
| H A D | mux_types.h | 60 const uint8_t* bytes; member
|
| /third_party/skia/src/utils/ |
| H A D | SkBase64.cpp | 42 unsigned char bytes[4]; in Decode() local
|
| /third_party/skia/tests/ |
| H A D | ImageCacheTest.cpp | 111 static SkDiscardableMemory* pool_factory(size_t bytes) { in pool_factory() argument
|
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | ringbuffer.h | 93 RingBufferWriteTail( const uint8_t* bytes, size_t n, RingBuffer* rb) RingBufferWriteTail() argument 105 RingBufferWrite( MemoryManager* m, const uint8_t* bytes, size_t n, RingBuffer* rb) RingBufferWrite() argument [all...] |
| /third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
| H A D | Utils.java | 65 static void copyBytesWithin(byte[] bytes, int target, int start, int end) { in copyBytesWithin() argument
|
| /third_party/optimized-routines/networking/ |
| H A D | chksum_common.h | 105 align_ptr(const void *ptr, size_t bytes) in align_ptr() argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-name.cc | 70 hb_ot_name_convert_utf (hb_bytes_t bytes, in hb_ot_name_convert_utf() argument 130 hb_bytes_t bytes = name.get_name (idx); in hb_ot_name_get_utf() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | TpiStreamBuilder.h | 30 static ArrayRef<uint8_t> bytes(const codeview::CVType &Item) { in bytes() function
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_simple_image.cpp | 39 uint32 bytes = in dng_simple_image() local
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | LazyField.java | 54 LazyField( MessageLite defaultInstance, ExtensionRegistryLite extensionRegistry, ByteString bytes) LazyField() argument
|
| /third_party/python/Modules/ |
| H A D | spwdmodule.c | 143 PyObject *bytes, *retval = NULL; in spwd_getspnam_impl() local
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | CodedOutputStream.php | 58 $bytes = str_repeat(chr(0), self::MAX_VARINT64_BYTES); variable 65 $bytes = str_repeat(chr(0), self::MAX_VARINT64_BYTES); variable 72 $bytes = str_repeat(chr(0), 4); variable 79 $bytes variable [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| H A D | endian_test.cc | 78 void ManualByteSwap(char* bytes, int length) { in ManualByteSwap() argument 133 void Swap16(char* bytes) { in Swap16() argument 138 void Swap32(char* bytes) { in Swap32() argument 143 void Swap64(char* bytes) { in Swap64() argument [all...] |
| /third_party/skia/fuzz/ |
| H A D | Fuzz.h | 26 explicit Fuzz(sk_sp<SkData> bytes) : fBytes(bytes), fNextByte(0) {} in Fuzz() argument
|
| /third_party/rust/crates/rustix/tests/process/ |
| H A D | prctl.rs | 182 let mut bytes = Vec::default(); in load_linux_kernel_config() variables
|
| /third_party/rust/crates/regex/src/ |
| H A D | lib.rs | 728 pub mod bytes { global() modules [all...] |