/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-context.h | 115 Isolate* isolate, size_t context_snapshot_index, 301 V8_INLINE MaybeLocal<T> GetDataFromSnapshotOnce(size_t index); 387 internal::Address* GetDataFromSnapshotOnce(size_t index); 438 MaybeLocal<T> Context::GetDataFromSnapshotOnce(size_t index) { in GetDataFromSnapshotOnce()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-base.h | 173 size_t ObjectPayloadSize() const; 227 size_t ExecutePreFinalizers(); 271 size_t no_gc_scope_ = 0; 272 size_t disallow_gc_scope_ = 0;
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | shared-heap-serializer.cc | 100 const size_t existing_cache_size = existing_cache->size(); in SerializeUsingSharedHeapObjectCache() 103 DCHECK_LT(base::checked_cast<size_t>(cache_index), existing_cache_size); in SerializeUsingSharedHeapObjectCache() 104 if (base::checked_cast<size_t>(cache_index) == existing_cache_size - 1) { in SerializeUsingSharedHeapObjectCache() 214 for (size_t i = 0, size = cache->size(); i < size - 1; i++) { in ReconstructSharedHeapObjectCacheForTesting()
|
/third_party/node/deps/v8/src/strings/ |
H A D | unicode-inl.h | 62 bool Utf16::HasUnpairedSurrogate(const uint16_t* code_units, size_t length) { in HasUnpairedSurrogate() 63 for (size_t i = 0; i < length; ++i) { in HasUnpairedSurrogate() 178 uchar Utf8::ValueOf(const byte* bytes, size_t length, size_t* cursor) { in ValueOf()
|
/third_party/node/deps/v8/src/utils/ |
H A D | identity-map.h | 71 virtual uintptr_t* NewPointerArray(size_t length) = 0; 72 virtual void DeletePointerArray(uintptr_t* array, size_t length) = 0; 209 // This struct is just a type tag for Zone::NewArray<T>(size_t) call. 215 uintptr_t* NewPointerArray(size_t length) override { 218 void DeletePointerArray(uintptr_t* array, size_t length) override {
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_encoder_bitstream_builder_h264.cpp | 63 size_t & writtenBytes) in build_sps() 142 size_t & writtenBytes) in write_end_of_stream_nalu() 150 size_t & writtenBytes) in write_end_of_sequence_nalu() 163 size_t & writtenBytes) in build_pps()
|
/third_party/musl/libc-test/src/functionalext/ldso_randomization/ |
H A D | ldso_randomization_manual.c | 36 static bool check_address(void **array, size_t length) in check_address() 39 for (size_t i = 0, j = 1; j < length; i++, j++) { in check_address() 338 size_t case_counts = sizeof test_cases / sizeof(TEST_FUNC); in main() 339 for (size_t case_num = 0; case_num < case_counts; case_num++) { in main()
|
/third_party/mksh/ |
H A D | ulimit.c | 202 size_t i = 0; in c_ulimit() 355 val = (RL_T)(((size_t)val - (size_t)&etext) / in print_ulimit() 356 (size_t)1024); in print_ulimit()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | getaddrinfo.c | 302 static void do_test_concurrently(void *(*test) (void *arg), size_t num_threads) in do_test_concurrently() 310 size_t last = 0; in do_test_concurrently() 319 for (size_t i = 0; i < last; i++) { in do_test_concurrently() 331 size_t num_threads = 16; in main()
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
H A D | cms_enc.c | 38 size_t tkeylen = 0; in ossl_cms_EncryptedContent_init_bio() 119 tkeylen = (size_t)len; in ossl_cms_EncryptedContent_init_bio() 209 const unsigned char *key, size_t keylen, in ossl_cms_EncryptedContent_init() 227 const unsigned char *key, size_t keylen) in CMS_EncryptedData_set1_key()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | eck_prn.c | 68 size_t len, int off); 79 size_t seed_len = 0, gen_buf_len = 0; in ECPKParameters_print() 226 size_t len, int off) in print_bin() 228 size_t i; in print_bin()
|
/third_party/node/deps/openssl/openssl/crypto/hmac/ |
H A D | hmac.c | 110 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len) in HMAC_Update() 138 size_t HMAC_size(const HMAC_CTX *ctx) in HMAC_size() 222 const unsigned char *data, size_t data_len, in HMAC() 227 size_t temp_md_len = 0; in HMAC()
|
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property_parse.c | 44 static int match(const char *t[], const char m[], size_t m_len) in match() 60 size_t i = 0; in parse_name() 197 size_t i = 0; in parse_string() 228 size_t i = 0; in parse_unquoted() 584 size_t i; in ossl_property_parse_init() 604 static void put_char(char ch, char **buf, size_t *remain, size_t *needed) in put_char() 619 static void put_str(const char *str, char **buf, size_t *remain, size_t *needed) in put_str() 621 size_t ole in put_str() [all...] |
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_status.c | 171 char *buf, size_t bufsize) in snprint_PKIStatusInfo_parts() 188 if (printed_chars < 0 || (size_t)printed_chars >= bufsize) \ in snprint_PKIStatusInfo_parts() 242 char *buf, size_t bufsize) in OSSL_CMP_snprint_PKIStatusInfo() 259 size_t bufsize) in OSSL_CMP_CTX_snprint_PKIStatus()
|
/third_party/node/deps/openssl/openssl/crypto/dso/ |
H A D | dso_dl.c | 264 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) || in dl_pathbyaddr() 265 ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) { in dl_pathbyaddr()
|
/third_party/pulseaudio/src/pulsecore/filter/ |
H A D | lfe-filter.c | 54 size_t maxrewind; 65 pa_lfe_filter_t * pa_lfe_filter_new(const pa_sample_spec* ss, const pa_channel_map* cm, float crossover_freq, size_t maxrewind) { in pa_lfe_filter_new() 169 void pa_lfe_filter_rewind(pa_lfe_filter_t *f, size_t amount) { in pa_lfe_filter_rewind() 171 size_t samples = amount / pa_frame_size(&f->ss); in pa_lfe_filter_rewind()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | memtrap.c | 47 size_t size; 70 size_t ret PA_GCC_UNUSED; in sigsafe_error() 133 pa_memtrap* pa_memtrap_add(const void *start, size_t size) { in pa_memtrap_add() 187 pa_memtrap *pa_memtrap_update(pa_memtrap *m, const void *start, size_t size) { in pa_memtrap_update()
|
/third_party/openssl/crypto/cms/ |
H A D | cms_enc.c | 37 size_t tkeylen = 0; in ossl_cms_EncryptedContent_init_bio() 118 tkeylen = (size_t)len; in ossl_cms_EncryptedContent_init_bio() 208 const unsigned char *key, size_t keylen, in ossl_cms_EncryptedContent_init() 226 const unsigned char *key, size_t keylen) in CMS_EncryptedData_set1_key()
|
/third_party/openssl/crypto/ec/ |
H A D | eck_prn.c | 68 size_t len, int off); 79 size_t seed_len = 0, gen_buf_len = 0; in ECPKParameters_print() 226 size_t len, int off) in print_bin() 228 size_t i; in print_bin()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_status.c | 168 char *buf, size_t bufsize) in snprint_PKIStatusInfo_parts() 185 if (printed_chars < 0 || (size_t)printed_chars >= bufsize) \ in snprint_PKIStatusInfo_parts() 239 char *buf, size_t bufsize) in OSSL_CMP_snprint_PKIStatusInfo() 256 size_t bufsize) in OSSL_CMP_CTX_snprint_PKIStatus()
|
/third_party/openssl/crypto/hmac/ |
H A D | hmac.c | 110 int HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len) in HMAC_Update() 138 size_t HMAC_size(const HMAC_CTX *ctx) in HMAC_size() 222 const unsigned char *data, size_t data_len, in HMAC() 227 size_t temp_md_len = 0; in HMAC()
|
/third_party/openssl/crypto/property/ |
H A D | property_parse.c | 44 static int match(const char *t[], const char m[], size_t m_len) in match() 60 size_t i = 0; in parse_name() 167 size_t i = 0; in parse_string() 198 size_t i = 0; in parse_unquoted() 554 size_t i; in ossl_property_parse_init() 574 static void put_char(char ch, char **buf, size_t *remain, size_t *needed) in put_char() 589 static void put_str(const char *str, char **buf, size_t *remain, size_t *needed) in put_str() 591 size_t ole in put_str() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | Compiler.h | 103 size_t numStrings, 107 size_t numStrings, 265 void internalTagUsedFunction(size_t index); 277 size_t numStrings,
|
/third_party/skia/third_party/externals/angle2/src/common/serializer/ |
H A D | JsonSerializer.cpp | 49 void JsonSerializer::addBlob(const std::string &name, const uint8_t *blob, size_t length) in addBlob() 58 for (size_t i = 0; i < angle::base::kSHA1Length; ++i) in addBlob() 67 std::vector<uint8_t> data((length < 16) ? length : static_cast<size_t>(16)); in addBlob() 142 size_t JsonSerializer::length() in length()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
H A D | SectionMemoryManager.cpp | 174 static const size_t PageSize = sys::Process::getPageSizeEstimate(); in trimBlockToPageSize() 176 size_t StartOverlap = in trimBlockToPageSize() 179 size_t TrimmedSize = M.allocatedSize(); in trimBlockToPageSize() 245 size_t NumBytes, const sys::MemoryBlock *const NearBlock,
|