/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.cc | 40 for (size_t i = 0; i < parameter_count(); ++i) { in RawMachineAssembler() 135 for (size_t i = 0; i < schedule->all_blocks()->size(); ++i) { in OptimizeControlFlow() 193 size_t arity = block->PredecessorCount(); in OptimizeControlFlow() 194 for (size_t j = 0; j < arity; ++j) { in OptimizeControlFlow() 245 for (size_t i = 0; i < block->PredecessorCount(); ++i) { in MakeReschedulable() 338 for (size_t i = 0; i < block->PredecessorCount(); ++i) { in MakeReschedulable() 529 Node* RawMachineAssembler::Parameter(size_t index) { in Parameter() 570 size_t case_count) { in Switch() 572 size_t succ_count = case_count + 1; in Switch() 575 for (size_t in Switch() [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger.cc | 26 static const size_t kMaxAsyncTaskStacks = 8 * 1024; 144 for (size_t i = 0; i < scripts.Size(); ++i) { in getCompiledScripts() 448 size_t HeapLimitForDebugging(size_t initial_heap_limit) { in HeapLimitForDebugging() 449 const size_t kDebugHeapSizeFactor = 4; in HeapLimitForDebugging() 450 size_t max_limit = std::numeric_limits<size_t>::max() / 4; in HeapLimitForDebugging() 456 size_t V8Debugger::nearHeapLimitCallback(void* data, size_t current_heap_limit, in nearHeapLimitCallback() 457 size_t initial_heap_limi in nearHeapLimitCallback() [all...] |
/third_party/node/deps/v8/src/profiler/ |
H A D | profile-generator.cc | 67 size_t SourcePositionTable::Size() const { in Size() 214 size_t CodeEntry::EstimatedSize() const { in EstimatedSize() 215 size_t estimated_size = 0; in EstimatedSize() 253 {script_id_, static_cast<size_t>(std::max(0, position()))})); in GetDeoptInfo() 440 for (size_t index = 1; index < info.stack.size(); ++index) { in Print() 710 for (size_t i = streaming_next_sample_; i < samples_.size(); ++i) { in StreamPendingTraceEvents() 732 for (size_t i = streaming_next_sample_; i < samples_.size(); ++i) { in StreamPendingTraceEvents() 743 for (size_t i = streaming_next_sample_; i < samples_.size(); ++i) { in StreamPendingTraceEvents() 872 for (size_t i = 0; i < nodes.size(); i++) { in SerializeNodes() 1018 size_t distanc in MoveCode() [all...] |
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | digest.c | 375 int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t count) in EVP_DigestUpdate() 428 size_t size = 0; in EVP_DigestFinal_ex() 429 size_t mdsize = 0; in EVP_DigestFinal_ex() 473 int EVP_DigestFinalXOF(EVP_MD_CTX *ctx, unsigned char *md, size_t size) in EVP_DigestFinalXOF() 477 size_t i = 0; in EVP_DigestFinalXOF() 646 int EVP_Digest(const void *data, size_t count, in EVP_Digest() 665 const void *data, size_t datalen, in EVP_Q_digest() 666 unsigned char *md, size_t *mdlen) in EVP_Q_digest() 811 size_t sz; in EVP_MD_CTX_ctrl() 824 sz = (size_t)p in EVP_MD_CTX_ctrl() [all...] |
/third_party/openssl/crypto/evp/ |
H A D | digest.c | 375 int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t count) in EVP_DigestUpdate() 428 size_t size = 0; in EVP_DigestFinal_ex() 429 size_t mdsize = 0; in EVP_DigestFinal_ex() 473 int EVP_DigestFinalXOF(EVP_MD_CTX *ctx, unsigned char *md, size_t size) in EVP_DigestFinalXOF() 477 size_t i = 0; in EVP_DigestFinalXOF() 646 int EVP_Digest(const void *data, size_t count, in EVP_Digest() 665 const void *data, size_t datalen, in EVP_Q_digest() 666 unsigned char *md, size_t *mdlen) in EVP_Q_digest() 811 size_t sz; in EVP_MD_CTX_ctrl() 824 sz = (size_t)p in EVP_MD_CTX_ctrl() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiDisplayControlTests.cpp | 381 for (size_t ndx = 0; ndx < commandBuffers.size(); ndx++) in deinitCommandBuffers() 417 for (size_t ndx = 0; ndx < framebuffers.size(); ndx++) in initFramebuffers() 441 for (size_t ndx = 0; ndx < framebuffers.size(); ndx++) in deinitFramebuffers() 487 for (size_t ndx = 0; ndx < imageViews.size(); ndx++) in initImageViews() 495 for (size_t ndx = 0; ndx < imageViews.size(); ndx++) in deinitImageViews() 699 const size_t m_frameCount; 700 size_t m_frameNdx; 702 const size_t m_maxOutOfDateCount; 703 size_t m_outOfDateCount; 760 const size_t swapchainImagesCoun in initSwapchainResources() [all...] |
/third_party/skia/src/core/ |
H A D | SkDraw.cpp | 137 size_t rb = dst->rowBytes(); in bw_pt_rect_16_hair_proc() 158 size_t rb = dst->rowBytes(); in bw_pt_rect_32_hair_proc() 341 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count, in drawPoints() 346 count &= ~(size_t)1; in drawPoints() 370 const size_t backup = (SkCanvas::kPolygon_PointMode == mode); in drawPoints() 401 for (size_t i = 0; i < count; ++i) { in drawPoints() 411 for (size_t i = 0; i < count; i++) { in drawPoints() 422 for (size_t i = 0; i < count; i++) { in drawPoints() 523 size_t inc = (SkCanvas::kLines_PointMode == mode) ? 2 : 1; in drawPoints() 525 for (size_t in drawPoints() [all...] |
H A D | SkMaskBlurFilter.cpp | 89 size_t bufferSize() const { return fPass0Size + fPass1Size + fPass2Size; } in bufferSize() 596 const uint8_t* src, size_t srcStride, int srcW, 597 uint8_t* dst, size_t dstStride, int dstW, int dstH) { 614 const uint8_t* src, size_t srcStride, int srcW, 615 uint8_t* dst, size_t dstStride, int dstW, int dstH) { 770 const uint8_t* src, size_t srcRB, int srcH, 771 uint8_t* dst, size_t dstRB) { 809 const uint8_t *src, size_t srcRB, int srcW, int srcH, 810 uint8_t *dst, size_t dstRB) { 839 const uint8_t* src, size_t srcR [all...] |
H A D | SkRuntimeEffect.cpp | 151 for (size_t i = 0; i < effectPtrs.size(); ++i) { in verify_child_effects() 163 size_t childCount = buffer.read32(); in read_child_effects() 196 size_t inputSize, in make_skvm_uniforms() 201 const size_t uniformCount = inputSize / sizeof(int32_t); in make_skvm_uniforms() 204 for (size_t index = 0; index < uniformCount; ++index) { in make_skvm_uniforms() 306 size_t offset = 0; in MakeInternal() 484 static size_t uniform_element_size(SkRuntimeEffect::Uniform::Type type) { in uniform_element_size() 503 size_t SkRuntimeEffect::Uniform::sizeInBytes() const { in sizeInBytes() 549 size_t SkRuntimeEffect::uniformSize() const { in uniformSize() 556 size_t le in findUniform() [all...] |
/third_party/openssl/ohos_lite/crypto/sha/ |
H A D | sha512.c | 138 void sha512_block_data_order(SHA512_CTX *ctx, const void *in, size_t num); 143 size_t n = c->num; in SHA512_Final() 264 int SHA512_Update(SHA512_CTX *c, const void *_data, size_t len) in SHA512_Update() 281 size_t n = sizeof(c->u) - c->num; in SHA512_Update() 295 if ((size_t)data % sizeof(c->u.d[0]) != 0) in SHA512_Update() 312 int SHA384_Update(SHA512_CTX *c, const void *data, size_t len) in SHA384_Update() 320 if ((size_t)data % sizeof(c->u.d[0]) != 0) in SHA512_Transform() 326 unsigned char *SHA384(const unsigned char *d, size_t n, unsigned char *md) in SHA384() 340 unsigned char *SHA512(const unsigned char *d, size_t n, unsigned char *md) in SHA512() 502 size_t nu in sha512_block_data_order() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringMIPS32.h | 95 size_t typeWidthInBytesOnStack(Type Ty) const override { 101 void reserveFixedAllocaArea(size_t Size, size_t Align) override { 614 size_t SpillAreaPaddingBytes, 615 size_t SpillAreaSizeBytes, 616 size_t GlobalsAndSubsequentPaddingSize); 684 Variable *FramePtr, size_t BasicFrameOffset, 685 size_t *InArgsSizeBytes); 818 size_t SpillAreaSizeBytes = 0; 819 size_t FixedAllocaSizeByte [all...] |
/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | utils_unittest.cc | 14 void TestPayloads(size_t input_size, zlib_internal::WrapperType type) { in TestPayloads() 17 for (size_t i = 1; i <= input_size; ++i) in TestPayloads() 44 for (size_t i = 1; i < 1024; ++i) in TEST() 50 for (size_t i = 1; i < 1024; ++i) in TEST() 57 for (size_t i = 1; i < 1024; ++i) in TEST() 99 for (size_t i = 0; i < 1000; i++) { in TEST() 100 for (size_t j = 0; j < 40; j++) { in TEST() 117 size_t comp_sz = sizeof(comp_buf) - comp_strm.avail_out; in TEST() 135 size_t num_out = sizeof(decomp_buf) - decomp_strm.avail_out; in TEST() 136 for (size_t in TEST() [all...] |
/third_party/python/Python/ |
H A D | ast_opt.c | 156 size_t vbits = _PyLong_NumBits(v); in safe_multiply() 157 size_t wbits = _PyLong_NumBits(w); in safe_multiply() 158 if (vbits == (size_t)-1 || wbits == (size_t)-1) { in safe_multiply() 202 size_t vbits = _PyLong_NumBits(v); in safe_power() 203 size_t wbits = PyLong_AsSize_t(w); in safe_power() 204 if (vbits == (size_t)-1 || wbits == (size_t)-1) { in safe_power() 219 size_t vbits = _PyLong_NumBits(v); in safe_lshift() 220 size_t wbit in safe_lshift() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessBufferAccessTests.cpp | 971 deMemset(m_outBufferAlloc->getHostPtr(), 0xFF, (size_t)m_outBufferAllocSize); in BufferAccessInstance() 1217 return !deMemCmp(valuePtr, &valueIndex, (size_t)valueSize); in isExpectedValueFromInBuffer() 1222 return !deMemCmp(valuePtr, &value, (size_t)valueSize); in isExpectedValueFromInBuffer() 1227 return !deMemCmp(valuePtr, &value, (size_t)valueSize); in isExpectedValueFromInBuffer() 1237 return !deMemCmp(valuePtr, &abgr, (size_t)valueSize); in isExpectedValueFromInBuffer() 1251 return !deMemCmp(outValuePtr, &defaultValue, (size_t)valueSize); 1313 const size_t outValueSize = (size_t)min(4, (m_outBufferAllocSize - offsetInBytes)); 1627 size_t formatsLength; 1629 size_t rangesLengt [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiDisplayControlTests.cpp | 381 for (size_t ndx = 0; ndx < commandBuffers.size(); ndx++) in deinitCommandBuffers() 417 for (size_t ndx = 0; ndx < framebuffers.size(); ndx++) in initFramebuffers() 441 for (size_t ndx = 0; ndx < framebuffers.size(); ndx++) in deinitFramebuffers() 487 for (size_t ndx = 0; ndx < imageViews.size(); ndx++) in initImageViews() 495 for (size_t ndx = 0; ndx < imageViews.size(); ndx++) in deinitImageViews() 699 const size_t m_frameCount; 700 size_t m_frameNdx; 702 const size_t m_maxOutOfDateCount; 703 size_t m_outOfDateCount; 760 const size_t swapchainImagesCoun in initSwapchainResources() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | robust_av.c | 176 size_t buf_len; in wpas_send_mscs_req() 229 static size_t tclas_elem_len(const struct tclas_element *elem) in tclas_elem_len() 231 size_t buf_len = 0; in tclas_elem_len() 280 size_t buf_len = 0; in allocate_scs_buf() 306 size_t elen; in allocate_scs_buf() 501 const u8 *src, const u8 *buf, size_t len) in wpas_handle_robust_av_recv_action() 525 const u8 *ies, size_t ies_len) in wpas_handle_assoc_resp_mscs() 567 const u8 *ies, size_t ies_len) in wpas_handle_assoc_resp_qos_mgmt() 598 size_t len) in wpas_handle_robust_av_scs_recv_action() 1228 const u8 *buf, size_t le in wpas_handle_qos_mgmt_recv_action() [all...] |
/third_party/alsa-lib/src/topology/ |
H A D | data.c | 169 size_t size, bytes_read; in tplg_parse_data_file() 1573 size_t pos, in tplg_decode_manifest_data() 1575 void *bin, size_t size) in tplg_decode_manifest_data() 1579 size_t off; in tplg_decode_manifest_data() 1626 size_t size; in tplg_add_token() 1666 static int tplg_verify_tuple_set(snd_tplg_t *tplg, size_t pos, in tplg_verify_tuple_set() 1667 const void *bin, size_t size) in tplg_verify_tuple_set() 1708 size_t pos, in tplg_decode_tuple_set() 1711 const void *bin, size_t size) in tplg_decode_tuple_set() 1801 static int tplg_verify_tuples(snd_tplg_t *tplg, size_t po [all...] |
/third_party/libwebsockets/lib/roles/ws/ |
H A D | ops-ws.c | 278 wsi->ws->rx_packet_length = (size_t)(c << 8); in lws_ws_rx_sm() 300 wsi->ws->rx_packet_length = ((size_t)c) << 56; in lws_ws_rx_sm() 309 wsi->ws->rx_packet_length |= ((size_t)c) << 48; in lws_ws_rx_sm() 316 wsi->ws->rx_packet_length |= ((size_t)c) << 40; in lws_ws_rx_sm() 323 wsi->ws->rx_packet_length |= ((size_t)c) << 32; in lws_ws_rx_sm() 329 wsi->ws->rx_packet_length |= ((size_t)c) << 24; in lws_ws_rx_sm() 334 wsi->ws->rx_packet_length |= ((size_t)c) << 16; in lws_ws_rx_sm() 339 wsi->ws->rx_packet_length |= ((size_t)c) << 8; in lws_ws_rx_sm() 344 wsi->ws->rx_packet_length |= ((size_t)c); in lws_ws_rx_sm() 662 (size_t)pmdr in lws_ws_rx_sm() [all...] |
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 53 pub gl_pathc: ::size_t, 55 pub gl_offs: ::size_t, 176 pub aio_nbytes: ::size_t, 308 pub ss_size: ::size_t 313 pub shm_segsz: ::size_t, 1323 pub const PTHREAD_STACK_MIN: ::size_t = 2048; 1396 pub const SIGSTKSZ: ::size_t = 8192; 1397 pub const MINSIGSTKSZ: ::size_t = 2048; 1763 pub fn strerror_r(errnum: ::c_int, buf: *mut c_char, buflen: ::size_t) -> ::c_int; in strerror_r() 1778 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, pro [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | png.h | 572 size_t text_length; /* length of the text string */ 573 size_t itxt_length; /* length of the itxt string */ 626 size_t size; 651 #define PNG_SIZE_MAX ((size_t)(-1)) 757 size_t rowbytes; /* number of bytes in row */ 776 typedef PNG_CALLBACK(void, *png_rw_ptr, (png_structp, png_bytep, size_t)); 913 PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, size_t start, 914 size_t num_to_check)); 933 PNG_EXPORT(6, size_t, png_get_compression_buffer_size, 937 size_t siz [all...] |
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_java_wrap.c | 873 static size_t ReturnedBufferSize( in ReturnedBufferSize() 912 size_t size = 0; in ReturnedBufferSize() 925 typedef size_t (*WebPEncodeFunction)(const uint8_t* rgb, 928 typedef size_t (*WebPEncodeLosslessFunction)(const uint8_t* rgb, 938 const size_t image_size = in EncodeLossy() 952 const size_t image_size = encfn(rgb, width, height, stride, &output); in EncodeLossless() 1026 size_t arg2 ; in Java_com_google_webp_libwebpJNI_WebPGetInfo() 1037 arg2 = (size_t)jarg2; in Java_com_google_webp_libwebpJNI_WebPGetInfo() 1081 size_t arg2 ; in Java_com_google_webp_libwebpJNI_WebPDecodeRGB() 1092 arg2 = (size_t)jarg in Java_com_google_webp_libwebpJNI_WebPDecodeRGB() [all...] |
/third_party/python/Modules/ |
H A D | _struct.c | 84 typedef struct { char c; size_t x; } st_size_t; 93 #define SIZE_T_ALIGN (sizeof(st_size_t) - sizeof(size_t)) 272 /* Same, but handling size_t */ 275 get_size_t(_structmodulestate *state, PyObject *v, size_t *p) in get_size_t() 277 size_t x; in get_size_t() 285 if (x == (size_t)-1 && PyErr_Occurred()) { in get_size_t() 357 * ((size_t)1 << (f->size * 8)) - 1 in _range_error() 358 * doesn't work when f->size == sizeof(size_t) because C doesn't in _range_error() 363 const size_t ulargest = (size_t) in _range_error() [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-combine-sink.c | 130 size_t output_memblockq_size; 390 size_t ate = 0; in process_render_null() 484 static void render_memblock(struct userdata *u, struct output *o, size_t length) { in render_memblock() 530 static void request_memblock(struct output *o, size_t length) { in request_memblock() 551 static int sink_input_pop_cb(pa_sink_input *i, size_t nbytes, pa_memchunk *chunk) { in sink_input_pop_cb() 576 static void sink_input_process_rewind_cb(pa_sink_input *i, size_t nbytes) { in sink_input_process_rewind_cb() 586 static void sink_input_update_max_rewind_cb(pa_sink_input *i, size_t nbytes) { in sink_input_update_max_rewind_cb() 596 static void sink_input_update_max_request_cb(pa_sink_input *i, size_t nbytes) { in sink_input_update_max_request_cb() 643 size_t nbytes; in sink_input_attach_cb() 765 size_t lengt in sink_input_process_msg() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | wrappers.pb.cc | 421 size_t DoubleValue::ByteSizeLong() const { in ByteSizeLong() 423 size_t total_size = 0; in ByteSizeLong() 616 size_t FloatValue::ByteSizeLong() const { in ByteSizeLong() 618 size_t total_size = 0; in ByteSizeLong() 811 size_t Int64Value::ByteSizeLong() const { in ByteSizeLong() 813 size_t total_size = 0; in ByteSizeLong() 1008 size_t UInt64Value::ByteSizeLong() const { in ByteSizeLong() 1010 size_t total_size = 0; in ByteSizeLong() 1205 size_t Int32Value::ByteSizeLong() const { in ByteSizeLong() 1207 size_t total_siz in ByteSizeLong() [all...] |
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 94 pub aio_nbytes: ::size_t, 225 pub ss_size: ::size_t, 235 pub shm_segsz: ::size_t, 246 pub f_size: ::size_t, 334 pub kp_vm_map_size: ::size_t, 412 pub size: ::size_t, 903 pub const PTHREAD_STACK_MIN: ::size_t = 16384; 904 pub const SIGSTKSZ: ::size_t = 40960; 1069 pub const CPU_SETSIZE: ::size_t = ::mem::size_of::<::cpumask_t>() * 8; 1600 pub fn mprotect(addr: *mut ::c_void, len: ::size_t, pro in setgrent() [all...] |