Home
last modified time | relevance | path

Searched defs:bytes (Results 501 - 525 of 3362) sorted by relevance

1...<<21222324252627282930>>...135

/third_party/node/deps/v8/src/heap/
H A Dallocation-stats.h61 void IncreaseAllocatedBytes(size_t bytes, const BasicMemoryChunk* page) { in IncreaseAllocatedBytes() argument
72 void DecreaseAllocatedBytes(size_t bytes, const BasicMemoryChunk* page) { in DecreaseAllocatedBytes() argument
81 void DecreaseCapacity(size_t bytes) { in DecreaseCapacity() argument
87 IncreaseCapacity(size_t bytes) IncreaseCapacity() argument
[all...]
H A Dlinear-allocation-area.h37 V8_INLINE bool CanIncrementTop(size_t bytes) { in CanIncrementTop() argument
42 V8_INLINE Address IncrementTop(size_t bytes) { in IncrementTop() argument
49 V8_INLINE bool DecrementTopIfAdjacent(Address new_top, size_t bytes) { in DecrementTopIfAdjacent() argument
/third_party/node/deps/v8/src/inspector/
H A Dstring-util.h60 explicit Binary(std::shared_ptr<std::vector<uint8_t>> bytes) in Binary() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-typedarray.cc117 const size_t bytes = array->GetByteLength(); in RUNTIME_FUNCTION() local
166 const size_t bytes = array->GetByteLength(); in RUNTIME_FUNCTION() local
168 static_cast<base::Atomic8*>(data_copy_ptr), bytes); in RUNTIME_FUNCTION() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_buffer.c133 i915_user_buffer_create(struct pipe_screen *screen, void *ptr, unsigned bytes, in i915_user_buffer_create() argument
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.c282 unsigned bytes = n * sizeof(struct tgsi_token); in tgsi_dup_tokens() local
296 unsigned bytes = num_tokens * sizeof(struct tgsi_token); in tgsi_alloc_tokens() local
/third_party/mesa3d/src/util/tests/
H A Dblob_test.cpp129 uint8_t bytes[] = "ABCDEFGHIJKLMNOP"; in TEST() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp93 const uint8_t *bytes = (const uint8_t *)func; in disassemble() local
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_win.c73 size_t bytes = 0; in ossl_pool_acquire_entropy() local
[all...]
/third_party/node/deps/openssl/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/node/deps/openssl/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/node/deps/openssl/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/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

Completed in 10 milliseconds

1...<<21222324252627282930>>...135