Home
last modified time | relevance | path

Searched refs:buffer (Results 7601 - 7625 of 12508) sorted by relevance

1...<<301302303304305306307308309310>>...501

/kernel/linux/linux-6.6/drivers/input/mouse/
H A Delan_i2c_i2c.c681 u8 buffer[ETP_I2C_REPORT_MAX_LEN]; in elan_i2c_finish_fw_update() local
683 len = i2c_master_recv(client, buffer, ETP_I2C_REPORT_MAX_LEN); in elan_i2c_finish_fw_update()
707 len = i2c_master_recv(client, buffer, ETP_I2C_INF_LENGTH); in elan_i2c_finish_fw_update()
/kernel/linux/linux-6.6/drivers/media/common/siano/
H A Dsmscoreapi.h99 typedef int (*sendrequest_t)(void *context, void *buffer, size_t size);
100 typedef int (*loadfirmware_t)(void *context, void *buffer, size_t size);
1132 void *buffer, size_t size);
/kernel/linux/linux-6.6/net/rds/
H A Dtcp.c65 void *buffer, size_t *lenp, loff_t *fpos);
94 /* seq# of the last byte of data in tcp send buffer */ in rds_tcp_write_seq()
553 * stack pick the value, and permit auto-tuning of buffer size. in rds_tcp_init_net()
687 void *buffer, size_t *lenp, loff_t *fpos) in rds_tcp_skbuf_handler()
692 err = proc_dointvec_minmax(ctl, write, buffer, lenp, fpos); in rds_tcp_skbuf_handler()
686 rds_tcp_skbuf_handler(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *fpos) rds_tcp_skbuf_handler() argument
/kernel/linux/linux-6.6/sound/soc/sprd/
H A Dsprd-pcm-compress.c28 /* Stage 0 IRAM buffer size definition */
36 /* Stage 1 DDR buffer size definition */
58 * For 2-stage DMA transfer, we can allocate 2 buffers: IRAM buffer (always
59 * power-on) and DDR buffer. The source channel will transfer data from IRAM
60 * buffer to the DSP fifo to decoding/encoding, once IRAM buffer is empty by
62 * DDR buffer to IRAM buffer.
64 * Since the DSP fifo is only 512B, IRAM buffer is allocated by 32K, and DDR
65 * buffer i
[all...]
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c147 * RETURN: Status; Table buffer is returned if AE_OK.
177 /* Copy table to local buffer and return it */ in acpi_os_get_table_by_address()
210 * RETURN: Status; Table buffer and physical address returned if AE_OK.
338 * RETURN: Status; Table buffer and physical address returned if AE_OK.
404 char buffer[80]; in osl_find_rsdp_via_efi_by_keyword() local
410 while (fgets(buffer, 80, file)) { in osl_find_rsdp_via_efi_by_keyword()
411 if (sscanf(buffer, format, &address) == 1) { in osl_find_rsdp_via_efi_by_keyword()
755 * RETURN: Status; Table buffer and physical address returned if AE_OK.
965 /* Copy table to local buffer and return it */ in osl_get_bios_table()
1143 * signature - Pointer to 4-character buffer t
[all...]
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_crypto.c55 MODULE_PARM_DESC(ahash_bufsize, "Maximum ahash buffer size");
281 * @size: Size of allocated buffer.
371 /* Only allocate one buffer if that is enough. */ in ima_calc_file_hash_atfm()
374 * Try to allocate secondary buffer. If that fails fallback to in ima_calc_file_hash_atfm()
392 /* read buffer */ in ima_calc_file_hash_atfm()
599 u8 buffer[IMA_EVENT_NAME_LEN_MAX + 1] = { 0 }; in ima_calc_field_array_hash_tfm() local
612 memcpy(buffer, data_to_hash, datalen); in ima_calc_field_array_hash_tfm()
613 data_to_hash = buffer; in ima_calc_field_array_hash_tfm()
/kernel/linux/linux-6.6/sound/pci/
H A Dak4531_codec.c458 struct snd_info_buffer *buffer) in snd_ak4531_proc_read()
462 snd_iprintf(buffer, "Asahi Kasei AK4531\n\n"); in snd_ak4531_proc_read()
463 snd_iprintf(buffer, "Recording source : %s\n" in snd_ak4531_proc_read()
457 snd_ak4531_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_ak4531_proc_read() argument
/kernel/linux/linux-6.6/drivers/scsi/
H A Dmegaraid.h480 u8 *buffer; member
484 u8 *buffer; member
492 char __user *data; /* buffer <= 4096 for 0x80 commands */
982 u32 *buffer, u32 *length);
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dfse_compress.c63 * Same as FSE_buildCTable(), but using an externally allocated scratch buffer (`workSpace`).
328 size_t FSE_writeNCount (void* buffer, size_t bufferSize, in FSE_writeNCount() argument
335 return FSE_writeNCount_generic(buffer, bufferSize, normalizedCounter, maxSymbolValue, tableLog, 0); in FSE_writeNCount()
337 return FSE_writeNCount_generic(buffer, bufferSize, normalizedCounter, maxSymbolValue, tableLog, 1 /* write in buffer is safe */); in FSE_writeNCount()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dnetdbndk.cpp276 char buffer[2048]; in GetHostByAddrR() local
278 getInfo = gethostbyaddr_r(&address, PARAM_4, AF_INET, &hostBuf, buffer, sizeof(buffer), &hostResult, &errNum); in GetHostByAddrR()
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/
H A Drdb_store_level_test.cpp151 char *buffer = (char*)malloc((bufferSize) + 1); in RdbFilePath() local
152 napi_get_value_string_utf8(env, args[0], buffer, bufferSize+1, &bufferSize); in RdbFilePath()
155 sprintf(RDB_TEST_PATH, "%s", buffer); in RdbFilePath()
/test/xts/acts/security/certificate_framework/js_api_test_one/entry/src/ohosTest/js/test/utils/certificate/
H A DpublicCertificateCallback.js724 var uInt8CertLength1 = new Uint8Array([uInt16CertLength1.buffer]);
726 var uInt8CertLength1 = new Uint8Array(uInt16CertLength1.buffer);
731 var uInt8CertLength2 = new Uint8Array(uInt16CertLength2.buffer);
H A DpublicCertificatePromise.js673 var uInt8CertLength1 = new Uint8Array([uInt16CertLength1.buffer]);
675 var uInt8CertLength1 = new Uint8Array(uInt16CertLength1.buffer);
680 var uInt8CertLength2 = new Uint8Array(uInt16CertLength2.buffer);
/third_party/ffmpeg/libavcodec/
H A Dargo.c72 const uint8_t *map = gb->buffer; in decode_avcf()
102 const uint8_t *map = gb->buffer; in decode_alcd()
455 bits = gb->buffer; in decode_mad1_24()
H A Dv4l2_context.c139 /* s5p-mfc requires the user to specify a buffer size */ in v4l2_save_to_context()
149 /* s5p-mfc requires the user to specify a buffer size */ in v4l2_save_to_context()
295 /* capture buffer initialization happens during decode hence in v4l2_dequeue_v4l2buf()
351 /* if re-init was successful drop the buffer (if there was one) in v4l2_dequeue_v4l2buf()
358 /* 2. dequeue the buffer */ in v4l2_dequeue_v4l2buf()
362 /* there is a capture buffer ready */ in v4l2_dequeue_v4l2buf()
367 * buffer to complete we return NULL so input can proceed (we are single threaded) in v4l2_dequeue_v4l2buf()
449 V4L2Buffer *buffer = &ctx->buffers[i]; in v4l2_release_buffers() local
451 for (j = 0; j < buffer->num_planes; j++) { in v4l2_release_buffers()
452 struct V4L2Plane_info *p = &buffer in v4l2_release_buffers()
[all...]
H A Dnvdec.c674 int ff_nvdec_simple_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, in ff_nvdec_simple_decode_slice() argument
687 ctx->bitstream = (uint8_t*)buffer; in ff_nvdec_simple_decode_slice()
689 ctx->slice_offsets[ctx->nb_slices] = buffer - ctx->bitstream; in ff_nvdec_simple_decode_slice()
H A Dvaapi_av1.c117 av_unused const uint8_t *buffer, in vaapi_av1_start_frame()
403 const uint8_t *buffer, in vaapi_av1_decode_slice()
426 buffer, in vaapi_av1_decode_slice()
116 vaapi_av1_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) vaapi_av1_start_frame() argument
402 vaapi_av1_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) vaapi_av1_decode_slice() argument
/third_party/ffmpeg/libavcodec/x86/
H A Dvideodsp.asm131 %assign %%off 0 ; offset in source buffer
187 %assign %%off 0 ; offset in destination buffer
248 ; those out into the destination buffer
/third_party/curl/src/
H A Dtool_formparse.c113 /* If stdin is a regular file, do not buffer data but read it in tool_mime_new_filedata()
124 else { /* Not suitable for direct use, buffer stdin data. */ in tool_mime_new_filedata()
180 size_t tool_mime_stdin_read(char *buffer, in tool_mime_stdin_read() argument
197 memcpy(buffer, sip->data + curlx_sotouz(sip->curpos), nitems); in tool_mime_stdin_read()
201 nitems = fread(buffer, 1, nitems, stdin); in tool_mime_stdin_read()
/third_party/gn/src/base/win/
H A Dregistry.cc23 // written to the buffer, not how many there are. This constant is the maximum
24 // name size, such that a buffer with this size should read any name.
290 // Fail: buffer too small, returns the size required in ReadValue()
328 std::vector<char16_t> buffer(size / sizeof(char16_t)); in ReadValues()
329 result = ReadValue(name, &buffer[0], &size, NULL); in ReadValues()
336 const char16_t* entry = &buffer[0]; in ReadValues()
/third_party/backends/backend/
H A Dkvs40xx.c321 s->buffer = malloc (MAX_READ_DATA_SIZE + BULK_HEADER_SIZE); in sane_open()
322 if (!s->buffer) in sane_open()
410 free (s->buffer); in sane_close()
H A Dplustek-usbcalfile.c203 usb_ReadSamples( FILE *fp, char *which, u_long *dim, u_short *buffer ) in usb_ReadSamples()
260 buffer[c] = (u_short)val; in usb_ReadSamples()
273 * so we copy that back to the input buffer and in usb_ReadSamples()
277 sprintf( tmp, "%u", buffer[c] ); in usb_ReadSamples()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUBinary.java52 * Moves the buffer position from 0 to after the data header.
417 * The buffer contents is normally read-only, but its position etc. can be modified.
429 * The buffer contents is normally read-only, but its position etc. can be modified.
443 * The buffer contents is normally read-only, but its position etc. can be modified.
455 * The buffer contents is normally read-only, but its position etc. can be modified.
470 * The buffer contents is normally read-only, but its position etc. can be modified.
493 ByteBuffer buffer = null; in getData()
500 buffer = getByteBufferFromInputStreamAndCloseStream(is); in getData()
504 return buffer; in getData()
564 * The buffer byt
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXLikelySubtags.java83 ByteBuffer buffer = getValue(likelyTable, "trie", value).getBinary(); in load()
84 byte[] trie = new byte[buffer.remaining()]; in load()
85 buffer.get(trie); in load()
/third_party/icu/tools/unicode/c/genprops/
H A Dcorepropsbuilder.cpp693 char buffer[U_MAX_VERSION_STRING_LENGTH]; in setProps() local
694 u_versionToString(props.age, buffer); in setProps()
695 fprintf(stderr, "genprops error: age %s cannot be encoded\n", buffer); in setProps()

Completed in 32 milliseconds

1...<<301302303304305306307308309310>>...501