/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | strncpy.S | 38 or $4, $27, $4 # written byte and the last byte in COUNT
|
/kernel/linux/linux-5.10/include/media/ |
H A D | dvb_ringbuffer.h | 120 * DVB_RINGBUFFER_PEEK - peek at byte @offs in the buffer 172 * DVB_RINGBUFFER_WRITE_BYTE - write single byte to ring buffer 175 * @byte: byte to write 177 #define DVB_RINGBUFFER_WRITE_BYTE(rbuf, byte) \ 178 { (rbuf)->data[(rbuf)->pwrite] = (byte); \
|
/kernel/linux/linux-6.6/include/media/ |
H A D | dvb_ringbuffer.h | 120 * DVB_RINGBUFFER_PEEK - peek at byte @offs in the buffer 172 * DVB_RINGBUFFER_WRITE_BYTE - write single byte to ring buffer 175 * @byte: byte to write 177 #define DVB_RINGBUFFER_WRITE_BYTE(rbuf, byte) \ 178 { (rbuf)->data[(rbuf)->pwrite] = (byte); \
|
/third_party/jerryscript/jerry-core/parser/regexp/ |
H A D | re-bytecode.h | 45 * Maximum value that can be encoded in the RegExp bytecode as a single byte. 94 RE_OP_BYTE, /**< 1-byte utf8 character */ 98 * Compiled byte code data. 112 void re_append_byte (re_compiler_ctx_t *re_ctx_p, const uint8_t byte); 117 void re_insert_byte (re_compiler_ctx_t *re_ctx_p, const uint32_t offset, const uint8_t byte);
|
/third_party/jerryscript/tools/runners/ |
H A D | run-benchmarks.sh | 28 run jerry/sunspider/bitops-3bit-bits-in-byte 29 run jerry/sunspider/bitops-bits-in-byte
|
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/ |
H A D | any.js | 57 arr.forEach((byte) => { 58 bin.push(String.fromCharCode(byte));
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | test-assembly.py | 34 as_strings = [('0' + hex(byte)[2:])[-2:] for byte in as_bytes]
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-reference.h | 35 const byte* relocation_start() const; 36 const byte* relocation_end() const;
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_vsc.c | 38 byte = 8, enumerator 39 dword = 4 * byte,
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
H A D | utf16.go | 27 func ToUTF16Column(p Point, content []byte) (int, error) { 66 func FromUTF16Column(p Point, chr int, content []byte) (Point, error) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
H A D | utf16.go | 27 func ToUTF16Column(p Point, content []byte) (int, error) { 66 func FromUTF16Column(p Point, chr int, content []byte) (Point, error) {
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/slowstrconv/ |
H A D | slowstrconv_test.go | 224 got, err := ParseFloatFromBytes([]byte(tc)) 260 got, err := ParseFloatFromBytes([]byte(
|
/third_party/rust/crates/nix/src/sys/ |
H A D | utsname.rs | 58 .position(|&byte| byte == 0) in cast_and_trim()
|
/third_party/spirv-tools/utils/vscode/src/lsp/span/ |
H A D | utf16.go | 27 func ToUTF16Column(p Point, content []byte) (int, error) { 66 func FromUTF16Column(p Point, chr int, content []byte) (Point, error) {
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | M7memcpy.S | 49 * if dst on byte 1 51 * if dst on byte 3 52 * load words, shift 1 byte, store words; branch to finish_up 63 * align dst on 64 byte boundary; for main data movement: 82 * align dst on 64 byte boundary; prefetch src data to L1 cache 84 * (only use block-init-store when src/dst on 8 byte boundaries.) 201 andcc %o5, 7, %o5 ! bytes till DST 8 byte aligned 209 EX_LD(LOAD(ldub, %o4, %o4), memcpy_retl_o2_plus_o5) ! load one byte 299 ! DST is 8-byte aligned, src is not 393 .Llarge_align8_copy: ! Src and dst share 8 byte alignmen [all...] |
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | M7memcpy.S | 49 * if dst on byte 1 51 * if dst on byte 3 52 * load words, shift 1 byte, store words; branch to finish_up 63 * align dst on 64 byte boundary; for main data movement: 82 * align dst on 64 byte boundary; prefetch src data to L1 cache 84 * (only use block-init-store when src/dst on 8 byte boundaries.) 201 andcc %o5, 7, %o5 ! bytes till DST 8 byte aligned 209 EX_LD(LOAD(ldub, %o4, %o4), memcpy_retl_o2_plus_o5) ! load one byte 299 ! DST is 8-byte aligned, src is not 393 .Llarge_align8_copy: ! Src and dst share 8 byte alignmen [all...] |
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | head.S | 42 .long 0x020000f0,0x60000050 # The next 160 byte are loaded 264 .Lreset:.byte 0xc3,0xc8,0xc1,0xd5,0xc7,0xc5,0x40,0xd9,0xc4,0xd9,0x40 265 .byte 0xc1,0xd3,0xd3,0x40,0xd2,0xc5,0xc5,0xd7,0x40,0xd5,0xd6 266 .byte 0xc8,0xd6,0xd3,0xc4 # "change rdr all keep nohold" 288 .byte 0x00,0x01 398 .byte "root=/dev/ram0 ro" 399 .byte 0
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | sht15.c | 272 * sht15_send_byte() - send a single byte to the device 274 * @byte: value to be sent 276 static void sht15_send_byte(struct sht15_data *data, u8 byte) in sht15_send_byte() argument 281 sht15_send_bit(data, !!(byte & 0x80)); in sht15_send_byte() 282 byte <<= 1; in sht15_send_byte() 315 * @cmd: command byte to be sent 355 * Each byte of data is acknowledged by pulling the data line 397 * sht15_read_byte() - Read a byte back from the device 403 u8 byte = 0; in sht15_read_byte() local 406 byte << in sht15_read_byte() [all...] |
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | lcnalloc.c | 145 u8 *buf, *byte; in ntfs_cluster_alloc() local 291 byte = buf + (lcn >> 3); in ntfs_cluster_alloc() 294 "need_writeback %i, byte ofs 0x%x, " in ntfs_cluster_alloc() 295 "*byte 0x%x.", buf_size, in ntfs_cluster_alloc() 300 (unsigned int)*byte); in ntfs_cluster_alloc() 302 if (*byte == 0xff) { in ntfs_cluster_alloc() 310 if (*byte & bit) { in ntfs_cluster_alloc() 344 *byte |= bit; in ntfs_cluster_alloc() 347 ntfs_debug("*byte 0x%x, need_writeback is set.", in ntfs_cluster_alloc() 348 (unsigned int)*byte); in ntfs_cluster_alloc() [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | sbitmap.c | 274 static inline void emit_byte(struct seq_file *m, unsigned int offset, u8 byte) in emit_byte() argument 283 seq_printf(m, "%02x", byte); in emit_byte() 288 u8 byte = 0; in sbitmap_bitmap_show() local 303 byte |= (word & (BIT(bits) - 1)) << byte_bits; in sbitmap_bitmap_show() 306 emit_byte(m, offset, byte); in sbitmap_bitmap_show() 307 byte = 0; in sbitmap_bitmap_show() 316 emit_byte(m, offset, byte); in sbitmap_bitmap_show()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf-i2c.c | 23 u8 byte) in mxl111sf_i2c_bitbang_sendbyte() 28 mxl_i2c("(0x%02x)", byte); in mxl111sf_i2c_bitbang_sendbyte() 36 data = (byte & (0x80 >> i)) ? SW_SDA_OUT : 0; in mxl111sf_i2c_bitbang_sendbyte() 55 if (!(byte & 1)) { in mxl111sf_i2c_bitbang_sendbyte() 88 u8 byte = 0; in mxl111sf_i2c_bitbang_recvbyte() local 112 byte |= (0x80 >> i); in mxl111sf_i2c_bitbang_recvbyte() 119 *pbyte = byte; in mxl111sf_i2c_bitbang_recvbyte() 210 /* SDA high to signal last byte read from slave */ in mxl111sf_i2c_nack() 22 mxl111sf_i2c_bitbang_sendbyte(struct mxl111sf_state *state, u8 byte) mxl111sf_i2c_bitbang_sendbyte() argument
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf-i2c.c | 23 u8 byte) in mxl111sf_i2c_bitbang_sendbyte() 28 mxl_i2c("(0x%02x)", byte); in mxl111sf_i2c_bitbang_sendbyte() 36 data = (byte & (0x80 >> i)) ? SW_SDA_OUT : 0; in mxl111sf_i2c_bitbang_sendbyte() 55 if (!(byte & 1)) { in mxl111sf_i2c_bitbang_sendbyte() 88 u8 byte = 0; in mxl111sf_i2c_bitbang_recvbyte() local 112 byte |= (0x80 >> i); in mxl111sf_i2c_bitbang_recvbyte() 119 *pbyte = byte; in mxl111sf_i2c_bitbang_recvbyte() 210 /* SDA high to signal last byte read from slave */ in mxl111sf_i2c_nack() 22 mxl111sf_i2c_bitbang_sendbyte(struct mxl111sf_state *state, u8 byte) mxl111sf_i2c_bitbang_sendbyte() argument
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | lcnalloc.c | 145 u8 *buf, *byte; in ntfs_cluster_alloc() local 291 byte = buf + (lcn >> 3); in ntfs_cluster_alloc() 294 "need_writeback %i, byte ofs 0x%x, " in ntfs_cluster_alloc() 295 "*byte 0x%x.", buf_size, in ntfs_cluster_alloc() 300 (unsigned int)*byte); in ntfs_cluster_alloc() 302 if (*byte == 0xff) { in ntfs_cluster_alloc() 310 if (*byte & bit) { in ntfs_cluster_alloc() 344 *byte |= bit; in ntfs_cluster_alloc() 347 ntfs_debug("*byte 0x%x, need_writeback is set.", in ntfs_cluster_alloc() 348 (unsigned int)*byte); in ntfs_cluster_alloc() [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | sht15.c | 272 * sht15_send_byte() - send a single byte to the device 274 * @byte: value to be sent 276 static void sht15_send_byte(struct sht15_data *data, u8 byte) in sht15_send_byte() argument 281 sht15_send_bit(data, !!(byte & 0x80)); in sht15_send_byte() 282 byte <<= 1; in sht15_send_byte() 315 * @cmd: command byte to be sent 355 * Each byte of data is acknowledged by pulling the data line 397 * sht15_read_byte() - Read a byte back from the device 403 u8 byte = 0; in sht15_read_byte() local 406 byte << in sht15_read_byte() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | sbitmap.c | 334 static inline void emit_byte(struct seq_file *m, unsigned int offset, u8 byte) in emit_byte() argument 343 seq_printf(m, "%02x", byte); in emit_byte() 348 u8 byte = 0; in sbitmap_bitmap_show() local 363 byte |= (word & (BIT(bits) - 1)) << byte_bits; in sbitmap_bitmap_show() 366 emit_byte(m, offset, byte); in sbitmap_bitmap_show() 367 byte = 0; in sbitmap_bitmap_show() 376 emit_byte(m, offset, byte); in sbitmap_bitmap_show()
|