Home
last modified time | relevance | path

Searched defs:bytes (Results 526 - 550 of 3410) sorted by relevance

1...<<21222324252627282930>>...137

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherBytes.java224 private final byte[] bytes; field in MatcherBytes.SequenceBytes
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dhelpers.rs245 let mut bytes: Vec<_> = bytes.to_vec(); in byte_array_expr() variables
/third_party/pcre2/pcre2/src/
H A Dpcre2_serialize.c76 uint8_t *bytes; in pcre2_serialize_encode() local
163 pcre2_serialize_decode(pcre2_code **codes, int32_t number_of_codes, const uint8_t *bytes, pcre2_general_context *gcontext) pcre2_serialize_decode() argument
259 pcre2_serialize_get_number_of_codes(const uint8_t *bytes) pcre2_serialize_get_number_of_codes() argument
277 pcre2_serialize_free(uint8_t *bytes) pcre2_serialize_free() argument
[all...]
/third_party/openssl/crypto/pkcs12/
H A Dp12_attr.c77 PKCS12_add1_attr_by_NID(PKCS12_SAFEBAG *bag, int nid, int type, const unsigned char *bytes, int len) PKCS12_add1_attr_by_NID() argument
86 PKCS12_add1_attr_by_txt(PKCS12_SAFEBAG *bag, const char *attrname, int type, const unsigned char *bytes, int len) PKCS12_add1_attr_by_txt() argument
/third_party/openssl/crypto/rand/
H A Drand_egd.c21 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 DSkOpts_erms.cpp55 static bool small(size_t bytes) { return bytes < 1024; } in small() argument
H A DSkGraphics.cpp103 size_t SkGraphics::SetFontCacheLimit(size_t bytes) { in SetFontCacheLimit() argument
H A DSkBigPicture.cpp80 size_t bytes = sizeof(*this) + fRecord->bytesUsed() + fApproxBytesUsedBySubPictures; in approximateBytesUsed() local
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DMemory.cpp76 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 Dbio_readbuffer_test.c32 size_t readbytes = 0, bytes = 0, count = 0; in test_readbuffer_file_bio() local
/third_party/openssl/crypto/
H A Dself_test_core.c161 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 Drand_win.c73 size_t bytes = 0; in ossl_pool_acquire_entropy() local
[all...]
/third_party/skia/third_party/externals/icu/source/samples/uciter8/
H A Duciter8.c308 static const uint8_t bytes[]={ in TestLenient8Iterator() local
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Dmux_types.h60 const uint8_t* bytes; member
/third_party/skia/src/utils/
H A DSkBase64.cpp42 unsigned char bytes[4]; in Decode() local
/third_party/skia/tests/
H A DImageCacheTest.cpp111 static SkDiscardableMemory* pool_factory(size_t bytes) { in pool_factory() argument
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dringbuffer.h93 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 DUtils.java65 static void copyBytesWithin(byte[] bytes, int target, int start, int end) { in copyBytesWithin() argument
/third_party/optimized-routines/networking/
H A Dchksum_common.h105 align_ptr(const void *ptr, size_t bytes) in align_ptr() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-name.cc70 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 DTpiStreamBuilder.h30 static ArrayRef<uint8_t> bytes(const codeview::CVType &Item) { in bytes() function
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_simple_image.cpp39 uint32 bytes = in dng_simple_image() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLazyField.java54 LazyField( MessageLite defaultInstance, ExtensionRegistryLite extensionRegistry, ByteString bytes) LazyField() argument
/third_party/python/Modules/
H A Dspwdmodule.c143 PyObject *bytes, *retval = NULL; in spwd_getspnam_impl() local
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DCodedOutputStream.php58 $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...]

Completed in 10 milliseconds

1...<<21222324252627282930>>...137