Home
last modified time | relevance | path

Searched refs:bytes (Results 2226 - 2250 of 5636) sorted by relevance

1...<<81828384858687888990>>...226

/third_party/ntfs-3g/ntfsprogs/
H A Dntfswipe.h43 int *bytes; /* List of overwrite characters */ member
/third_party/lwip/src/include/lwip/apps/
H A Dtftp_server.h73 * @param bytes Number of bytes to copy to buf
76 int (*read)(void* handle, void* buf, int bytes);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCustom.h29 void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DDJB.h22 for (unsigned char C : Buffer.bytes()) in djbHash()
/kernel/linux/linux-5.10/block/
H A Dblk-core.c668 static bool should_fail_request(struct hd_struct *part, unsigned int bytes) in should_fail_request() argument
670 return part->make_it_fail && should_fail(&fail_make_request, bytes); in should_fail_request()
686 unsigned int bytes) in should_fail_request()
1209 * blk_rq_err_bytes - determine number of bytes till the next failure boundary
1214 * handling. This function determines the number of bytes which
1219 * The number of bytes to fail.
1224 unsigned int bytes = 0; in blk_rq_err_bytes() local
1240 bytes += bio->bi_iter.bi_size; in blk_rq_err_bytes()
1244 BUG_ON(blk_rq_bytes(rq) && !bytes); in blk_rq_err_bytes()
1245 return bytes; in blk_rq_err_bytes()
685 should_fail_request(struct hd_struct *part, unsigned int bytes) should_fail_request() argument
1264 blk_account_io_completion(struct request *req, unsigned int bytes) blk_account_io_completion() argument
[all...]
H A Dbio.c1179 * bio_advance - increment/complete a bio by some number of bytes
1181 * @bytes: number of bytes to complete
1183 * This updates bi_sector, bi_size and bi_idx; if the number of bytes to
1189 void bio_advance(struct bio *bio, unsigned bytes) in bio_advance() argument
1192 bio_integrity_advance(bio, bytes); in bio_advance()
1194 bio_crypt_advance(bio, bytes); in bio_advance()
1195 bio_advance_iter(bio, &bio->bi_iter, bytes); in bio_advance()
1204 unsigned bytes; in bio_copy_data_iter() local
1210 bytes in bio_copy_data_iter()
[all...]
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c351 * by the device from @offset upto a @size bytes.
909 * with a maximum of @len bytes.
940 * within the buffer, with @etr_buf->len bytes to consume.
1444 long bytes; in tmc_etr_sync_perf_buffer() local
1466 bytes = tmc_etr_buf_get_data(etr_buf, src_offset, to_copy, in tmc_etr_sync_perf_buffer()
1468 if (WARN_ON_ONCE(bytes <= 0)) in tmc_etr_sync_perf_buffer()
1470 bytes = min(bytes, (long)(PAGE_SIZE - pg_offset)); in tmc_etr_sync_perf_buffer()
1472 memcpy(dst_pages[pg_idx] + pg_offset, src_buf, bytes); in tmc_etr_sync_perf_buffer()
1474 to_copy -= bytes; in tmc_etr_sync_perf_buffer()
[all...]
/kernel/linux/linux-5.10/sound/ppc/
H A Dtumbler.c479 int bytes; member
498 for (i = 0; i < info->bytes; i++) in tumbler_set_mono_volume()
499 block[i] = (vol >> ((info->bytes - i - 1) * 8)) & 0xff; in tumbler_set_mono_volume()
501 info->bytes, block) < 0) { in tumbler_set_mono_volume()
559 .bytes = 3,
567 .bytes = 1,
575 .bytes = 1,
584 .bytes = 1,
592 .bytes = 1,
/kernel/linux/linux-5.10/fs/btrfs/
H A Dcompression.c373 * This also checksums the file bytes and gets things ready for
466 "bytes left %lu compress len %lu nr %lu", in btrfs_submit_compressed_write()
555 * for these bytes in the file. But, we have to make in add_ra_bio_pages()
616 * After the compressed pages are read, we copy the bytes into the
790 * @SAMPLING_READ_SIZE - how many bytes will be copied from for each sample
797 * For statistical analysis of the input data we consider bytes that form a
812 * For a sample of at most 8KB of data per data range: 16 consecutive bytes
1127 * Given an address space and start and length, compress the bytes into @pages
1138 * @total_in is used to return the number of bytes actually read. It
1144 * be also used to return the total number of compressed bytes
1246 unsigned long bytes; btrfs_decompress_buf2page() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_uvc.c61 #define UVC_STATUS_MAX_PACKET_SIZE 16 /* 16 bytes status */
515 unsigned int bytes; in uvc_copy_descriptors() local
559 bytes = uvc_iad.bLength + uvc_control_intf.bLength in uvc_copy_descriptors()
564 bytes += uvc_interrupt_ep.bLength + uvc_interrupt_cs_ep.bLength; in uvc_copy_descriptors()
568 bytes += uvc_ss_interrupt_comp.bLength; in uvc_copy_descriptors()
576 bytes += (*src)->bLength; in uvc_copy_descriptors()
582 bytes += xu->desc.bLength; in uvc_copy_descriptors()
589 bytes += (*src)->bLength; in uvc_copy_descriptors()
593 bytes += (*src)->bLength; in uvc_copy_descriptors()
597 mem = kmalloc((n_desc + 1) * sizeof(*src) + bytes, GFP_KERNE in uvc_copy_descriptors()
[all...]
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c349 * by the device from @offset upto a @size bytes.
905 * with a maximum of @len bytes.
936 * within the buffer, with @etr_buf->len bytes to consume.
1483 long bytes; in tmc_etr_sync_perf_buffer() local
1504 bytes = tmc_etr_buf_get_data(etr_buf, src_offset, to_copy, in tmc_etr_sync_perf_buffer()
1506 if (WARN_ON_ONCE(bytes <= 0)) in tmc_etr_sync_perf_buffer()
1508 bytes = min(bytes, (long)(PAGE_SIZE - pg_offset)); in tmc_etr_sync_perf_buffer()
1510 memcpy(dst_pages[pg_idx] + pg_offset, src_buf, bytes); in tmc_etr_sync_perf_buffer()
1512 to_copy -= bytes; in tmc_etr_sync_perf_buffer()
[all...]
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_ump_convert.c320 unsigned char bytes; in cvt_ump_sysex7_to_event() local
326 bytes = ump_sysex_message_length(val); in cvt_ump_sysex7_to_event()
327 if (bytes > 6) in cvt_ump_sysex7_to_event()
336 if (bytes > 0) in cvt_ump_sysex7_to_event()
338 if (bytes > 1) in cvt_ump_sysex7_to_event()
341 if (bytes > 2) in cvt_ump_sysex7_to_event()
343 if (bytes > 3) in cvt_ump_sysex7_to_event()
345 if (bytes > 4) in cvt_ump_sysex7_to_event()
347 if (bytes > 5) in cvt_ump_sysex7_to_event()
/kernel/linux/linux-6.6/sound/ppc/
H A Dtumbler.c483 int bytes; member
502 for (i = 0; i < info->bytes; i++) in tumbler_set_mono_volume()
503 block[i] = (vol >> ((info->bytes - i - 1) * 8)) & 0xff; in tumbler_set_mono_volume()
505 info->bytes, block) < 0) { in tumbler_set_mono_volume()
565 .bytes = 3,
573 .bytes = 1,
581 .bytes = 1,
590 .bytes = 1,
598 .bytes = 1,
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java640 byte[] bytes = value.getBytes(CHARSET); in write()
641 writer.write(bytes, 0, bytes.length); in write()
1228 byte[] bytes = line.getBytes(CHARSET); in writeLine()
1229 writer.write(bytes, 0, bytes.length); in writeLine()
1255 byte[] bytes = BOM.getBytes(CHARSET); in writeBOM()
1256 buffer.write(bytes, 0, bytes.length); in writeBOM()
/third_party/libsnd/src/
H A Dflac.c123 static FLAC__StreamDecoderReadStatus sf_flac_read_callback (const FLAC__StreamDecoder *decoder, FLAC__byte buffer [], size_t *bytes, void *client_data) ;
135 static FLAC__StreamEncoderWriteStatus sf_flac_enc_write_callback (const FLAC__StreamEncoder *encoder, const FLAC__byte buffer [], size_t bytes, unsigned samples, unsigned current_frame, void *client_data) ;
344 sf_flac_read_callback (const FLAC__StreamDecoder * UNUSED (decoder), FLAC__byte buffer [], size_t *bytes, void *client_data) variable
347 *bytes = psf_fread (buffer, 1, *bytes, psf) ;
348 if (*bytes > 0 && psf->error == 0)
582 sf_flac_enc_write_callback (const FLAC__StreamEncoder * UNUSED (encoder), const FLAC__byte buffer [], size_t bytes, unsigned UNUSED (samples), unsigned UNUSED (current_frame), void *client_data) variable
585 if (psf_fwrite (buffer, 1, bytes, psf) == (sf_count_t) bytes && psf->error == 0)
/third_party/rust/crates/serde/serde/src/de/
H A Dvalue.rs159 bytes byte_buf unit unit_struct newtype_struct seq tuple tuple_struct
223 bytes byte_buf option unit unit_struct newtype_struct seq tuple
270 string bytes byte_buf option unit unit_struct newtype_struct seq
346 bytes byte_buf option unit unit_struct newtype_struct seq tuple
456 bytes byte_buf option unit unit_struct newtype_struct seq tuple
535 bytes byte_buf option unit unit_struct newtype_struct seq tuple
638 bytes byte_buf option unit unit_struct newtype_struct seq tuple
746 bytes byte_buf option unit unit_struct newtype_struct seq tuple
786 /// Create a new deserializer from the given bytes.
823 bytes byte_bu in into_deserializer()
[all...]
/kernel/linux/linux-5.10/crypto/
H A Dadiantum.c43 * Size of right-hand part of input data, in bytes; also the size of the block
48 /* Size of the block cipher key (K_E) in bytes */
51 /* Size of the hash key (K_H) in bytes */
59 * needing to derive per-file keys. So instead we use two blocks, or 32 bytes.
87 u8 bytes[XCHACHA_IV_SIZE]; member
292 crypto_cipher_decrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_finish()
293 rctx->rbuf.bytes); in adiantum_finish()
352 crypto_cipher_encrypt_one(tctx->blockcipher, rctx->rbuf.bytes, in adiantum_crypt()
353 rctx->rbuf.bytes); in adiantum_crypt()
364 * XChaCha needs to be done on all the data except the last 16 bytes; in adiantum_crypt()
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Duprobes.c41 #define OPCODE1(insn) ((insn)->opcode.bytes[0])
42 #define OPCODE2(insn) ((insn)->opcode.bytes[1])
43 #define OPCODE3(insn) ((insn)->opcode.bytes[2])
330 * - The displacement is always 4 bytes.
416 reg2 = insn->vex_prefix.bytes[2]; in riprel_analyze()
443 * Point cursor at the modrm byte. The next 4 bytes are the in riprel_analyze()
780 insn->rex_prefix.bytes[0] != 0x41) in push_setup_xol_ops()
/kernel/linux/linux-5.10/arch/s390/boot/
H A Dhead.S38 .long 0x00080000,0x80000000+iplstart # The first 24 bytes are loaded
41 .fill 80-24,1,0x40 # bytes 24-79 are discarded !!
102 ssch 0(%r3) # load chunk of 1600 bytes
119 mhi %r0,10 # *10 = number of bytes in ccws
121 sr %r0,%r3 # #ccws*80-residual=#bytes read
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-stxncpy.S6 * Copy no more than COUNT bytes of the null-terminated string from
125 zapnot t0, t8, t0 # U : clear src bytes > null (stall)
127 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
195 t6 == bytemask that is -1 in dest word bytes */
304 zapnot t0, t8, t0 # U : kill source bytes > null
306 zap t1, t8, t1 # U : kill dest bytes <= null
380 negq t8, t6 # E : build bitmask of bytes <= zero
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-stxncpy.S6 * Copy no more than COUNT bytes of the null-terminated string from
125 zapnot t0, t8, t0 # U : clear src bytes > null (stall)
127 zap t1, t8, t1 # .. e1 : clear dst bytes <= null
195 t6 == bytemask that is -1 in dest word bytes */
304 zapnot t0, t8, t0 # U : kill source bytes > null
306 zap t1, t8, t1 # U : kill dest bytes <= null
380 negq t8, t6 # E : build bitmask of bytes <= zero
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dexport.c253 int bytes, buflen = *max_len << 2; in ovl_encode_fh() local
263 bytes = ovl_dentry_to_fid(dentry, fid, buflen); in ovl_encode_fh()
265 if (bytes <= 0) in ovl_encode_fh()
268 *max_len = bytes >> 2; in ovl_encode_fh()
269 if (bytes > buflen) in ovl_encode_fh()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-ep93xx.c219 * This function transfers next bytes (or half-words) to/from RX/TX FIFOs. If
336 size_t bytes = min_t(size_t, len, PAGE_SIZE); in ep93xx_spi_dma_prepare() local
339 sg_set_page(sg, virt_to_page(pbuf), bytes, in ep93xx_spi_dma_prepare()
343 bytes, 0); in ep93xx_spi_dma_prepare()
346 pbuf += bytes; in ep93xx_spi_dma_prepare()
347 len -= bytes; in ep93xx_spi_dma_prepare()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Drecord.c562 /* bytes = "new attribute size" - "old attribute size" */
563 bool mi_resize_attr(struct mft_inode *mi, struct ATTRIB *attr, int bytes) in mi_resize_attr() argument
577 if (!bytes) in mi_resize_attr()
583 if (bytes > 0) { in mi_resize_attr()
584 dsize = ALIGN(bytes, 8); in mi_resize_attr()
594 dsize = ALIGN(-bytes, 8); in mi_resize_attr()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dexport.c265 int bytes, buflen = *max_len << 2; in ovl_encode_fh() local
275 bytes = ovl_dentry_to_fid(ofs, dentry, fid, buflen); in ovl_encode_fh()
277 if (bytes <= 0) in ovl_encode_fh()
280 *max_len = bytes >> 2; in ovl_encode_fh()
281 if (bytes > buflen) in ovl_encode_fh()

Completed in 34 milliseconds

1...<<81828384858687888990>>...226