/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | pmcraid.h | 66 /* HRRQ_ENTRY_SIZE : size of hrrq buffer 321 /* extended configuration table sizes are also of 32 bytes in size */ 518 * additional request parameters (of max size 48) any command. 703 /* size of configuration table entry, varies based on the firmware */ 1032 #define DRV_IOCTL(n, size) \ 1033 _IOC(_IOC_READ|_IOC_WRITE, PMCRAID_DRIVER_IOCTL, (n), (size)) 1036 * _ARGSIZE: macro that gives size of the argument type passed to an IOCTL cmd.
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | vfio_ccw_cp.c | 557 * the channel program must follow the same size requirements. 565 int size = cp->orb.cmd.c64 ? sizeof(u64) : sizeof(u32); in ccw_count_idaws() local 575 ret = vfio_dma_rw(vdev, ccw->cda, &iova, size, false); in ccw_count_idaws() 613 /* Calculate size of IDAL */ in ccwchain_fetch_ccw()
|
/kernel/linux/linux-6.6/lib/kunit/ |
H A D | test.c | 130 * Append formatted message to log, size of which is limited to 853 void *kunit_kmalloc_array(struct kunit *test, size_t n, size_t size, gfp_t gfp) in kunit_kmalloc_array() argument 857 data = kmalloc_array(n, size, gfp); in kunit_kmalloc_array()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ah6.c | 50 unsigned int size) in ah_alloc_tmp() 54 len = size + crypto_ahash_digestsize(ahash) + in ah_alloc_tmp() 49 ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags, unsigned int size) ah_alloc_tmp() argument
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock_reuseport.c | 176 unsigned int size = sizeof(struct sock_reuseport) + in __reuseport_alloc() local 178 struct sock_reuseport *reuse = kzalloc(size, GFP_ATOMIC); in __reuseport_alloc()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ah4.c | 26 unsigned int size) in ah_alloc_tmp() 30 len = size + crypto_ahash_digestsize(ahash) + in ah_alloc_tmp() 25 ah_alloc_tmp(struct crypto_ahash *ahash, int nfrags, unsigned int size) ah_alloc_tmp() argument
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | ops.h | 294 enum snd_sof_fw_blk_type blk_type, u32 offset, size_t size, in snd_sof_debugfs_add_region_item() 299 size, name, access_type); in snd_sof_debugfs_add_region_item() 293 snd_sof_debugfs_add_region_item(struct snd_sof_dev *sdev, enum snd_sof_fw_blk_type blk_type, u32 offset, size_t size, const char *name, enum sof_debugfs_access_type access_type) snd_sof_debugfs_add_region_item() argument
|
H A D | pcm.c | 26 unsigned char *dma_area, size_t size) in create_page_table() 38 spcm->stream[stream].page_table.area, size); in create_page_table() 546 "spcm: allocate %s playback DMA buffer size 0x%x max 0x%x\n", in sof_pcm_new() 568 "spcm: allocate %s capture DMA buffer size 0x%x max 0x%x\n", in sof_pcm_new() 24 create_page_table(struct snd_soc_component *component, struct snd_pcm_substream *substream, unsigned char *dma_area, size_t size) create_page_table() argument
|
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/ |
H A D | main.c | 38 * set - store symbol size into first 4 bytes and sort following 49 * set8 - store symbol size into first 4 bytes and sort following 277 static struct btf_id *add_symbol(struct rb_root *root, char *name, size_t size) in add_symbol() argument 281 id = get_id(name + size); in add_symbol() 399 pr_debug2("section(%d) %s, size %ld, link %d, flags %lx, type=%d\n", in elf_collect() 485 * in symbol's size, together with 'cnt' field hence in symbols_collect() 497 * in symbol's size, together with 'cnt' field hence in symbols_collect()
|
/test/ostest/wukong/report/src/ |
H A D | report.cpp | 454 for (size_t i = 0; i < focus_input_vec_.size(); ++i) { in SegmentedWriteForFocusInput() 456 if (i < focus_input_vec_.size() - 1) { in SegmentedWriteForFocusInput()
|
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/gesture/ |
H A D | gesture_test.cpp | 103 ArkUI_AttributeItem widthItem = { .value = widthValue, .size = sizeof(widthValue) / sizeof(ArkUI_NumberValue) }; in CreateNativeNode() 106 ArkUI_AttributeItem heightItem = { .value = heightValue, .size = sizeof(widthValue) / sizeof(ArkUI_NumberValue) }; in CreateNativeNode()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdioextndk.cpp | 343 size_t size = PARAM_5;
in FMemOpen() local 349 newStreeam = fmemopen(buf, size, mode);
in FMemOpen()
|
/third_party/ffmpeg/libavcodec/ |
H A D | libsvtav1.c | 143 svt_enc->in_buf->size = sizeof(*svt_enc->in_buf); in alloc_buffer() 396 "Cannot allocate AV1 header of size %d.\n", avctx->extradata_size); in eb_enc_init() 466 av_log(avctx, AV_LOG_ERROR, "TU size > %d raw frame size.\n", max_frames); in get_output_ref() 522 pkt->size = headerPtr->n_filled_len; in eb_receive_packet()
|
H A D | gdv.c | 470 bytestream2_init(gb, avpkt->data, avpkt->size); in gdv_decode_frame() 553 return avpkt->size; in gdv_decode_frame()
|
H A D | interplayacm.c | 564 if (!pkt->size && !s->bitstream_size) { in decode_frame() 569 buf_size = FFMIN(pkt->size, s->max_framesize - s->bitstream_size); in decode_frame()
|
H A D | gifdec.c | 243 /* Expect at least 2 bytes: 1 for lzw code size and 1 for block size. */ in gif_read_image() 336 * and 1 for next block size. */ in gif_read_extension() 365 /* There must be at least ext_len bytes and 1 for next block size byte. */ in gif_read_extension() 474 bytestream2_init(&s->gb, avpkt->data, avpkt->size); in gif_decode_frame() 480 if (avpkt->size >= 6) { in gif_decode_frame()
|
H A D | alacenc.c | 66 int frame_size; /**< current frame size */ 470 init_put_bits(pb, avpkt->data, avpkt->size); in write_frame() 615 avpkt->size = out_bytes; in alac_encode_frame()
|
H A D | psd.c | 157 av_log(s->avctx, AV_LOG_ERROR, "Negative size for color map data section.\n"); in decode_header() 178 av_log(s->avctx, AV_LOG_ERROR, "Negative size for image ressources section.\n"); in decode_header() 191 av_log(s->avctx, AV_LOG_ERROR, "Negative size for layers and masks data section.\n"); in decode_header() 242 bytestream2_skip(&s->gb, scanline_count * 2);/* size of each scanline */ in decode_rle() 309 bytestream2_init(&s->gb, avpkt->data, avpkt->size); in decode_frame() 544 return avpkt->size; in decode_frame()
|
H A D | sipr.c | 57 uint8_t ma_predictor_bits; ///< size in bits of the switched MA predictor 59 /** size in bits of the i-th stage vector of quantizer */ 62 /** size in bits of the adaptive-codebook index for every subframe */ 66 uint8_t fc_index_bits[10]; ///< size in bits of the fixed codebook indexes 67 uint8_t gc_index_bits; ///< size in bits of the gain codebook indexes 536 if (avpkt->size < (mode_par->bits_per_frame >> 3)) { in sipr_decode_frame() 538 "Error processing packet: packet size (%d) too small\n", in sipr_decode_frame() 539 avpkt->size); in sipr_decode_frame()
|
H A D | utvideoenc.c | 163 /* extradata size is 4 * 32 bits */ in utvideo_encode_init() 197 /* Write 4 as the 'frame info size' */ in utvideo_encode_init() 542 bytestream2_init_writer(&pb, dst, pkt->size); in utvideo_encode_frame() 619 pkt->size = bytestream2_tell_p(&pb); in utvideo_encode_frame()
|
H A D | tiffenc.c | 49 /** sizes of various TIFF field types (string size = 1)*/ 62 int bpp_tab_size; ///< bpp_tab size 76 int buf_size; ///< buffer size 167 * @param n size of input buffer 327 // suggest size of strip in encode_frame() 344 s->buf_size = pkt->size; in encode_frame() 518 pkt->size = ptr - pkt->data; in encode_frame()
|
/third_party/ffmpeg/libavformat/ |
H A D | wavenc.c | 285 avio_wl32(pb, 128); /* equal to size of header */ in peak_write_chunk() 312 avio_wl32(pb, -1); /* RF64 chunk size: use size in ds64 */ in wav_write_header() 323 avio_wl32(pb, 28); /* chunk size */ in wav_write_header() 376 avio_write(pb, pkt->data, pkt->size); in wav_write_packet() 381 for (i = 0; i < pkt->size; i += wav->peak_bps) { in wav_write_packet() 428 /* update file size */ in wav_write_trailer() 467 avio_wl32(pb, 28); /* ds64 chunk size */ in wav_write_trailer() 468 avio_wl64(pb, file_size - 8); /* RF64 chunk size */ in wav_write_trailer() 469 avio_wl64(pb, data_size); /* data chunk size */ in wav_write_trailer() [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_videotoolbox.c | 218 static AVBufferRef *vt_pool_alloc_buffer(void *opaque, size_t size) in vt_pool_alloc_buffer() argument 236 buf = av_buffer_create((uint8_t *)pixbuf, size, in vt_pool_alloc_buffer()
|
/third_party/curl/lib/vtls/ |
H A D | rustls.c | 690 static size_t cr_version(char *buffer, size_t size) in cr_version() argument 693 return msnprintf(buffer, size, "%.*s", (int)ver.len, ver.data); in cr_version()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.h | 151 void lengthenList(const TSourceLoc&, TIntermSequence& list, int size, TIntermTyped* scalarInit); 181 TVariable* getImplicitThis(int thisDepth) const { return implicitThisStack[implicitThisStack.size() - thisDepth]; } in getImplicitThis() 360 // - array sizing is based on input primitive and/or explicit size 363 // - array sizing is based on output layout(vertices=...) and/or explicit size 387 // - on seeing an array size declaration, give errors on mismatch between it and previous
|