/kernel/linux/linux-6.6/lib/xz/ |
H A D | xz_dec_stream.c | 42 size_t in_start; 43 size_t out_start; 122 * to a multiple of four bytes; the size_t variables before it 126 size_t pos; 127 size_t size; 159 size_t copy_size = min_t(size_t, in fill_temp() 176 size_t *in_pos, size_t in_size) in dec_vli() 283 size_t in_use in index_update() [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | sysctl_net_core.c | 50 static void dump_cpumask(void *buffer, size_t *lenp, loff_t *ppos, in dump_cpumask() 95 void *buffer, size_t *lenp, loff_t *ppos) in rps_default_mask_sysctl() 126 void *buffer, size_t *lenp, loff_t *ppos) in rps_sock_flow_sysctl() 195 void *buffer, size_t *lenp, loff_t *ppos) in flow_limit_cpu_sysctl() 252 void *buffer, size_t *lenp, loff_t *ppos) in flow_limit_table_len_sysctl() 274 void *buffer, size_t *lenp, loff_t *ppos) in set_default_qdisc() 293 void *buffer, size_t *lenp, loff_t *ppos) in proc_do_dev_weight() 311 void *buffer, size_t *lenp, loff_t *ppos) in proc_do_rss_key() 324 void *buffer, size_t *lenp, in proc_dointvec_minmax_bpf_enable() 357 void *buffer, size_t *len in proc_dointvec_minmax_bpf_restricted() [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | messages.h | 319 u8 *request, size_t request_size); 321 u8 param_id, u8 *request_data, size_t request_size, 322 u8 **reply_data, size_t *reply_size); 377 int avs_ipc_set_enable_logs(struct avs_dev *adev, u8 *log_info, size_t size); 836 struct avs_volume_cfg **vols, size_t *num_vols); 880 int avs_ipc_probe_get_dma(struct avs_dev *adev, struct avs_probe_dma **dmas, size_t *num_dmas); 881 int avs_ipc_probe_attach_dma(struct avs_dev *adev, struct avs_probe_dma *dmas, size_t num_dmas); 883 size_t num_node_ids); 885 size_t *num_descs); 887 size_t num_desc [all...] |
/test/xts/acts/commonlibrary/thirdparty/ubsan/entry/src/main/cpp/ |
H A D | napi_init.cpp | 75 size_t argc = 1;
in Bounds() 112 size_t argc = 1;
in IntegerDivBy0() 155 size_t argc = 1;
in EnumSan() 229 size_t argc = 1;
in SignedIntegerOverflow() 324 size_t argc = 1;
in NonnullAttribute() 367 size_t argc = 1;
in NullSanitize() 422 size_t argc = 1;
in PointerOverflow() 462 size_t argc = 1;
in ReturnNonnullAttribute() 501 size_t argc = 1;
in ShiftBase() 538 size_t arg in ShiftExponent() [all...] |
/third_party/eudev/src/udev/ |
H A D | udevadm-hwdb.c | 49 size_t nodes_count; 50 size_t children_count; 51 size_t values_count; 56 size_t prefix_off; 64 size_t values_count; 75 size_t key_off; 76 size_t value_off; 117 size_t i; in trie_node_cleanup() 183 size_t i = 0; in trie_insert() 187 size_t in trie_insert() [all...] |
/third_party/NuttX/drivers/video/ |
H A D | fb.c | 52 size_t fblen; /* Size of the framebuffer */ 66 static ssize_t fb_read(struct file *filep, char *buffer, size_t buflen); 67 static ssize_t fb_write(struct file *filep, const char *buffer, size_t buflen); 203 static ssize_t fb_read(struct file *filep, char *buffer, size_t len) in fb_read() 206 size_t start; in fb_read() 207 size_t end; in fb_read() 208 size_t size; in fb_read() 249 size_t len) in fb_write() 252 size_t start; in fb_write() 253 size_t en in fb_write() [all...] |
/third_party/NuttX/fs/nfs/ |
H A D | rpc_clnt.c | 140 int proc, int program, void *reply, size_t resplen); 142 void *reply, size_t resplen); 145 uint32_t xid, int procid, int prog, int vers, size_t reqlen); 201 size_t resplen) in rpcclnt_receive() 266 size_t resplen) in rpcclnt_receive() 269 size_t offset = 0; in rpcclnt_receive() 270 size_t hdrlen = 0; in rpcclnt_receive() 354 void *reply, size_t resplen) in rpcclnt_reply() 505 uint32_t xid, int prog, int vers, int procid, size_t reqlen) in rpcclnt_fmtheader() 964 int version, void *request, size_t reqle in rpcclnt_request() [all...] |
/third_party/libwebsockets/lib/roles/h1/ |
H A D | ops-h1.c | 46 size_t n; in lws_read_h1() 74 if (lws_ws_handshake_client(wsi, &buf, (size_t)len)) in lws_read_h1() 78 if (lws_handshake_server(wsi, &buf, (size_t)len)) in lws_read_h1() 169 buf, (size_t)body_chunk_len); in lws_read_h1() 173 n = (size_t)body_chunk_len; in lws_read_h1() 262 if (lws_ws_handshake_client(wsi, &buf, (size_t)len)) in lws_read_h1() 270 lws_parse_ws(wsi, &buf, (size_t)len) < 0) { in lws_read_h1() 722 size_t len = lws_buflist_next_segment_len( in rops_handle_POLLOUT_h1() 782 rops_write_role_protocol_h1(struct lws *wsi, unsigned char *buf, size_t len, in rops_write_role_protocol_h1() 785 size_t ole in rops_write_role_protocol_h1() [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | program.cpp | 104 const char **strings, const size_t *lengths, in clCreateProgramWithSource() 131 const size_t *lengths, in clCreateProgramWithBinary() 147 [](const unsigned char *p, size_t l) -> std::pair<cl_int, binary> { in clCreateProgramWithBinary() 185 size_t length, cl_int *r_errcode) try { in CreateProgramWithILKHR() 220 size_t length, in clCreateProgramWithIL() 479 size_t size, void *r_buf, size_t *r_size) try { in clGetProgramInfo() 509 buf.as_vector<size_t>() = map([&](const device &dev) { in clGetProgramInfo() 559 size_t size, void *r_buf, size_t *r_siz in clGetProgramBuildInfo() [all...] |
/third_party/nghttp2/examples/ |
H A D | client.c | 107 size_t pathlen; 109 size_t hostlen; 110 size_t hostportlen; 118 static char *strcopy(const char *s, size_t len) { in strcopy() 163 size_t length, int flags, void *user_data) { in send_callback() 193 size_t length, int flags, void *user_data) { in recv_callback() 220 size_t i; in on_frame_send_callback() 248 size_t i; in on_frame_recv_callback() 308 size_t len, void *user_data) { in on_data_chunk_recv_callback() 629 size_t le in parse_uri() [all...] |
/third_party/node/deps/v8/src/heap/base/ |
H A D | worklist.h | 26 size_t Size() const { return index_; } in Size() 57 size_t Size() const; 82 std::atomic<size_t> size_{0}; 112 size_t Worklist<EntryType, SegmentSize>::Size() const { in Size() 138 size_t num_deleted = 0; in Update() 173 size_t other_size = 0; in Merge() 202 size_t other_size = other->size_.exchange( in Swap() 256 size_t new_index = 0; in Update() 257 for (size_t i = 0; i < index_; i++) { in Update() 269 for (size_t in Iterate() [all...] |
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-printer.cc | 119 const std::set<size_t>& arrows_starting_here = {}, in PrintVerticalArrows() 123 for (size_t i = 0; i < targets.size(); ++i) { 145 size_t AddTarget(std::vector<BasicBlock*>& targets, BasicBlock* target) { in AddTarget() 151 size_t i = targets.size(); in AddTarget() 166 std::set<size_t>* arrows_starting_here = nullptr) { in AddTargetIfNotNext() 168 size_t index = AddTarget(targets, target); in AddTargetIfNotNext() 264 size_t loop_position = static_cast<size_t>(-1); in PreProcessBasicBlock() 270 for (size_t i = 0; i < targets_.size(); ++i) { in PreProcessBasicBlock() 452 std::set<size_t> arrows_starting_her in Process() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SmallBitVector.h | 99 void switchToSmall(uintptr_t NewSmallBits, size_t NewSize) { in switchToSmall() 123 size_t getSmallSize() const { return getSmallRawBits() >> SmallNumDataBits; } in getSmallSize() 125 void setSmallSize(size_t Size) { in setSmallSize() 192 size_t size() const { in size() 339 for (size_t i = 0, e = getSmallSize(); i != e; ++i) in resize() 349 size_t SmallSize = getSmallSize(); in reserve() 351 for (size_t i = 0; i < SmallSize; ++i) in reserve() 494 for (size_t i = 0, e = size(); i != e; ++i) { in operator ==() 515 size_t i, e; in operator &=() 564 for (size_t in operator |=() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/ |
H A D | memory_test.cc | 80 static void* operator new(size_t n) { in operator new() 86 static void* operator new[](size_t n) { in operator new[]() 156 void* operator new[](size_t n) { in operator new[]() 161 static std::vector<size_t>& allocs() { in allocs() 162 static auto& v = *new std::vector<size_t>; in allocs() 542 MOCK_METHOD(value_type*, allocate, (size_t)); 543 MOCK_METHOD(void, deallocate, (value_type*, size_t)); 568 EXPECT_EQ(std::numeric_limits<size_t>::max() / sizeof(TestValue), in TEST() 580 MOCK_METHOD(value_type*, allocate, (size_t)); 581 MOCK_METHOD(value_type*, allocate, (size_t, cons [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_client_ocsp.c | 56 size_t len[1] = { signer->public_key_len }; in ocsp_responder_id_match() 68 size_t data_len, u8 *hash) in ocsp_hash_data() 71 size_t len[1] = { data_len }; in ocsp_hash_data() 113 const u8 *resp, size_t len, in tls_process_ocsp_single_response() 120 size_t name_hash_len, key_hash_len; in tls_process_ocsp_single_response() 122 size_t serial_number_len; in tls_process_ocsp_single_response() 321 size_t len) in tls_process_ocsp_responses() 355 const u8 *resp, size_t len) in tls_process_basic_ocsp_response() 361 size_t resp_data_len, sign_value_len, responses_len; in tls_process_basic_ocsp_response() 362 size_t resp_data_signed_le in tls_process_basic_ocsp_response() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | wpa_debug.c | 335 size_t len, int show) in _wpa_hexdump() 340 size_t i; in _wpa_hexdump() 345 size_t slen = len; in _wpa_hexdump() 401 size_t slen = len; in _wpa_hexdump() 500 void wpa_hexdump(int level, const char *title, const void *buf, size_t len) in wpa_hexdump() 506 void wpa_hexdump_key(int level, const char *title, const void *buf, size_t len) in wpa_hexdump_key() 513 size_t len, int show) in _wpa_hexdump_ascii() 518 size_t i, llen; in _wpa_hexdump_ascii() 520 const size_t line_len = 16; in _wpa_hexdump_ascii() 631 size_t le in wpa_hexdump_ascii() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_rrm.c | 36 const u8 *pos, size_t len) in hostapd_handle_lci_report() 60 const u8 *pos, size_t len) in hostapd_handle_range_report() 76 const u8 *pos, size_t len) in hostapd_handle_beacon_report() 96 const u8 *buf, size_t len) in hostapd_handle_radio_msmt_report() 139 static u16 hostapd_parse_location_lci_req_age(const u8 *buf, size_t len) in hostapd_parse_location_lci_req_age() 183 static size_t hostapd_neighbor_report_len(struct wpabuf *buf, in hostapd_neighbor_report_len() 187 size_t len = 2 + wpabuf_len(nr->nr); in hostapd_neighbor_report_len() 224 size_t len; in hostapd_send_nei_report_resp() 279 const u8 *buf, size_t len) in hostapd_handle_nei_report_req() 338 const u8 *buf, size_t le in hostapd_handle_radio_measurement() [all...] |
/third_party/vk-gl-cts/framework/delibs/deutil/ |
H A D | deSocket.c | 199 typedef size_t NativeSize; 280 static deBool deSocketAddressToBsdAddress (const deSocketAddress* address, size_t bsdAddrBufSize, struct sockaddr* bsdAddr, NativeSocklen* bsdAddrLen) in deSocketAddressToBsdAddress() 304 if (bsdAddrBufSize < (size_t)result->ai_addrlen) in deSocketAddressToBsdAddress() 313 deMemcpy(bsdAddr, result->ai_addr, (size_t)result->ai_addrlen); in deSocketAddressToBsdAddress() 550 deMemset(bsdAddr, 0, (size_t)bsdAddrLen); in deSocket_accept() 772 deSocketResult deSocket_send (deSocket* sock, const void* buf, size_t bufSize, size_t* numSentPtr) in deSocket_send() 778 *numSentPtr = (numSent > 0) ? ((size_t)numSent) : (0); in deSocket_send() 789 deSocketResult deSocket_receive (deSocket* sock, void* buf, size_t bufSize, size_t* numReceivedPt [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | tlsv1_client_ocsp.c | 56 size_t len[1] = { signer->public_key_len }; in ocsp_responder_id_match() 68 size_t data_len, u8 *hash) in ocsp_hash_data() 71 size_t len[1] = { data_len }; in ocsp_hash_data() 113 const u8 *resp, size_t len, in tls_process_ocsp_single_response() 120 size_t name_hash_len, key_hash_len; in tls_process_ocsp_single_response() 122 size_t serial_number_len; in tls_process_ocsp_single_response() 314 size_t len) in tls_process_ocsp_responses() 346 const u8 *resp, size_t len) in tls_process_basic_ocsp_response() 352 size_t resp_data_len, sign_value_len, responses_len; in tls_process_basic_ocsp_response() 353 size_t resp_data_signed_le in tls_process_basic_ocsp_response() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | eloop_win.c | 49 size_t reader_count; 52 size_t event_count; 57 size_t signal_count; 69 size_t num_handles; 158 size_t i; in eloop_unregister_read_sock() 183 int eloop_register_event(void *event, size_t event_size, in eloop_register_event() 212 void eloop_unregister_event(void *event, size_t event_size) in eloop_unregister_event() 214 size_t i; in eloop_unregister_event() 425 size_t i; 440 size_t in eloop_process_pending_signals() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs.h | 358 size_t written; 359 size_t count; 1886 ssize_t (*read) (struct file *, char __user *, size_t, loff_t *); 1887 ssize_t (*write) (struct file *, const char __user *, size_t, loff_t *); 1904 ssize_t (*sendpage) (struct file *, struct page *, int, size_t, loff_t *, int); 1908 ssize_t (*splice_write)(struct pipe_inode_info *, struct file *, loff_t *, size_t, unsigned int); 1909 ssize_t (*splice_read)(struct file *, loff_t *, struct pipe_inode_info *, size_t, unsigned int); 1918 loff_t, size_t, unsigned int); 1945 ssize_t (*listxattr) (struct dentry *, char *, size_t); 1973 extern ssize_t vfs_read(struct file *, char __user *, size_t, loff_ [all...] |
/third_party/node/src/ |
H A D | node_wasi.cc | 147 void WASI::CheckAllocatedSize(size_t previous_size) const { in CheckAllocatedSize() 151 void WASI::IncreaseAllocatedSize(size_t size) { in IncreaseAllocatedSize() 155 void WASI::DecreaseAllocatedSize(size_t size) { in DecreaseAllocatedSize() 256 size_t mem_size; in ArgsGet() 276 for (size_t i = 0; i < wasi->uvw_.argc; i++) { in ArgsGet() 295 size_t mem_size; in ArgsSizesGet() 329 size_t mem_size; in ClockResGet() 357 size_t mem_size; in ClockTimeGet() 386 size_t mem_size; in EnvironGet() 408 for (size_t in EnvironGet() [all...] |
/third_party/nghttp2/src/ |
H A D | h2load.cc | 168 constexpr size_t MAX_SAMPLES = 1000000; 171 Stats::Stats(size_t req_todo, size_t nclients) in Stats() 199 void sampling_init(Sampling &smp, size_t max_samples) { in sampling_init() 255 for (size_t i = 0; i < nclients; ++i) { in rate_period_timeout_w_cb() 349 auto n = static_cast<size_t>( in rps_cb() 414 if (client->streams.size() >= (size_t)config.max_concurrent_streams) { in client_request_timeout_cb() 453 Client::Client(uint32_t id, Worker *worker, size_t req_todo) in Client() 922 void Client::on_header(int32_t stream_id, const uint8_t *name, size_t namelen, in on_header() 923 const uint8_t *value, size_t valuele in on_header() [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink-input.c | 60 static size_t calculate_resampler_history_bytes(pa_sink_input *i, size_t in_rewind_frames) { in calculate_resampler_history_bytes() 61 size_t history_frames, history_max, matching_period, total_frames, remainder; in calculate_resampler_history_bytes() 82 if ((size_t)delay >= history_max) { in calculate_resampler_history_bytes() 92 history_frames = (size_t)(delay * 3.0); in calculate_resampler_history_bytes() 99 if (remainder < (size_t)delay && history_frames - remainder <= history_max) in calculate_resampler_history_bytes() 110 history_frames = PA_MIN((size_t)(delay * 2.5), history_max); in calculate_resampler_history_bytes() 959 void pa_sink_input_peek(pa_sink_input *i, size_t slength /* in sink bytes */, pa_memchunk *chunk, pa_cvolume *volume) { in pa_sink_input_peek() 962 size_t block_size_max_sink, block_size_max_sink_input; in pa_sink_input_peek() 963 size_t ilengt in pa_sink_input_peek() [all...] |
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-sink.c | 128 size_t fragment_size; 129 size_t nfrags; 130 size_t tsched_size; 131 size_t tsched_watermark; 132 size_t rewind_safeguard; 135 size_t 330 size_t max_use, max_use_2; in fix_min_sleep_wakeup() 346 size_t max_use; in fix_tsched_watermark() 362 size_t old_watermark; in increase_watermark() 400 size_t old_watermar in decrease_watermark() [all...] |