Home
last modified time | relevance | path

Searched refs:buffer (Results 4301 - 4325 of 11096) sorted by relevance

1...<<171172173174175176177178179180>>...444

/kernel/linux/linux-6.6/tools/perf/arch/riscv/util/
H A Dheader.c84 int get_cpuid(char *buffer, size_t sz) in get_cpuid() argument
94 scnprintf(buffer, sz, "%s", cpuid); in get_cpuid()
/kernel/linux/linux-6.6/tools/perf/util/arm-spe-decoder/
H A Darm-spe-decoder.h94 int (*get_trace)(struct arm_spe_buffer *buffer, void *data);
99 int (*get_trace)(struct arm_spe_buffer *buffer, void *data);
/kernel/linux/linux-6.6/net/phonet/
H A Dsysctl.c52 void *buffer, size_t *lenp, loff_t *ppos) in proc_local_port_range()
64 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos); in proc_local_port_range()
51 proc_local_port_range(struct ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos) proc_local_port_range() argument
/kernel/linux/linux-6.6/mm/kasan/
H A Dreport_sw_tags.c74 void kasan_metadata_fetch_row(char *buffer, void *row) in kasan_metadata_fetch_row() argument
76 memcpy(buffer, kasan_mem_to_shadow(row), META_BYTES_PER_ROW); in kasan_metadata_fetch_row()
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
H A DIt_process_plimits_memory_002.cpp63 const char *buffer = "10485760"; in ItProcessPlimitsMemory002() local
73 ret = limitWrite(limitTestPath.c_str(), buffer); in ItProcessPlimitsMemory002()
H A DIt_process_plimits_memory_001.cpp61 const char *buffer = "10485760"; in ItProcessPlimitsMemory001() local
72 ret = limitWrite(limitTestPath.c_str(), buffer); in ItProcessPlimitsMemory001()
/third_party/ffmpeg/libavcodec/
H A Ddcadec.h66 uint8_t *buffer; ///< Packet buffer member
93 if (av_crc(dca->crctab, 0xffff, s->buffer + p1 / 8, (p2 - p1) / 8)) in ff_dca_check_crc()
/third_party/ffmpeg/libavcodec/arm/
H A Dvp56_arith.h71 "+&r"(c->bits), "+&r"(c->buffer) in vp56_rac_get_prob_armv6()
104 "+&r"(c->bits), "+&r"(c->buffer) in vp56_rac_get_prob_branchy_armv6()
/third_party/ffmpeg/libavdevice/
H A Doss_enc.c64 memcpy(s->buffer + s->buffer_ptr, buf, len); in audio_write_packet()
68 ret = write(s->fd, s->buffer, OSS_AUDIO_BLOCK_SIZE); in audio_write_packet()
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_gblur_init.c35 void ff_verti_slice_avx2(float *buffer, int width, int height, int column_begin, int column_end,
37 void ff_verti_slice_avx512(float *buffer, int width, int height, int column_begin, int column_end,
/third_party/curl/src/
H A Dtool_cb_rea.c46 size_t tool_read_cb(char *buffer, size_t sz, size_t nmemb, void *userdata) in tool_read_cb() argument
85 rc = read(per->infd, buffer, sz*nmemb); in tool_read_cb()
/third_party/backends/backend/
H A Dmustek_pp_null.c138 debug_drv_read (SANE_Handle hndl, SANE_Byte *buffer) in debug_drv_read() argument
143 memset (buffer, 0, dev->params.bytes_per_line); in debug_drv_read()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dfilestrm.h63 T_FileStream_readLine(FileStream* fileStream, char* buffer, int32_t length);
66 T_FileStream_writeLine(FileStream* fileStream, const char* buffer);
/third_party/icu/icu4c/source/samples/legacy/
H A Doldcol.cpp32 // Very simple example code - sticks a sortkey in the buffer
34 int32_t getSortKey_legacy(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { in getSortKey_legacy() argument
40 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen); in getSortKey_legacy()
H A Dnewcol.cpp31 // Very simple example code - sticks a sortkey in the buffer
33 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) { in getSortKey_current() argument
39 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen); in getSortKey_current()
/third_party/NuttX/drivers/bch/
H A Dbchlib_setup.c124 /* Allocate the sector I/O buffer */ in bchlib_setup()
126 bch->buffer = (uint8_t *)malloc(bch->sectsize); in bchlib_setup()
127 if (!bch->buffer) in bchlib_setup()
129 PRINTK("ERROR: Failed to allocate sector buffer\n"); in bchlib_setup()
/third_party/libuv/test/
H A Drunner.h125 /* Print lines in |buffer| as TAP diagnostics to |stream|. */
126 void print_lines(const char* buffer, size_t size, FILE* stream);
146 /* Returns the number of bytes in the stdio output buffer for process `p`. */
149 /* Copy the contents of the stdio output buffer to `stream`. */
152 /* Copy the last line of the stdio output buffer to `buffer` */
154 char * buffer,
166 /* Clean up after terminating process `p` (e.g. free the output buffer etc.). */
/third_party/ltp/include/old/
H A Dtlibio.h37 #define LIO_IO_SYNCV 00020 /* single-buffer readv/writev */
128 int lio_write_buffer(int fd, int method, char *buffer, int size,
131 int lio_read_buffer(int fd, int method, char *buffer, int size,
/third_party/node/src/
H A Daliased_struct-inl.h22 v8::Local<v8::ArrayBuffer> buffer = v8::ArrayBuffer::New(isolate, store_); in AliasedStruct() local
23 buffer_ = v8::Global<v8::ArrayBuffer>(isolate, buffer); in AliasedStruct()
/third_party/node/test/parallel/
H A Dtest-fs-read.js81 () => fs.read(fd, { buffer: null }, common.mustNotCall()),
83 'throws when options.buffer is null'
87 () => fs.readSync(fd, { buffer: null }),
90 message: 'The "buffer" argument must be an instance of Buffer, ' +
93 'throws when options.buffer is null'
H A Dtest-whatwg-encoding-custom-api-basics.js15 new TextDecoder(encoding).decode(new Uint8Array(bytes).buffer),
39 new TextDecoder(encoding).decode(new Uint8Array(bytes).buffer),
/third_party/node/test/sequential/
H A Dtest-crypto-timing-safe-equal.js23 const buf = crypto.randomBytes(16).buffer;
63 test(new Float64Array(x.buffer), new Float64Array([NaN, NaN]), {
80 () => crypto.timingSafeEqual('not a buffer', Buffer.from([1, 2])),
88 () => crypto.timingSafeEqual(Buffer.from([1, 2]), 'not a buffer'),
/third_party/node/test/addons/zlib-binding/
H A Dbinding.cc14 auto buffer = view->Buffer(); in CompressBytes() local
15 auto contents = buffer->GetBackingStore(); in CompressBytes()
/third_party/node/test/common/
H A Dudppair.js80 for (const buffer of buffers) {
81 this._handle.emitReceived(buffer, familyInt, address, port, flags);
/third_party/node/test/fixtures/wpt/encoding/
H A Dapi-basics.any.js17 assert_equals(new TextDecoder(encoding).decode(new Uint8Array(bytes).buffer), string);
33 assert_equals(new TextDecoder(encoding).decode(new Uint8Array(bytes).buffer), string);

Completed in 10 milliseconds

1...<<171172173174175176177178179180>>...444