Home
last modified time | relevance | path

Searched refs:data_bytes (Results 101 – 125 of 1008) sorted by relevance

12345678910>>...41

/dports/sysutils/u-boot-rpi4/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_checkptrw.c262 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local
271 dev->checkpt_buffer[dev->checkpt_byte_offs] = *data_bytes; in yaffs2_checkpt_wr()
272 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_wr()
273 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr()
277 data_bytes++; in yaffs2_checkpt_wr()
295 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_rd() local
347 *data_bytes = dev->checkpt_buffer[dev->checkpt_byte_offs]; in yaffs2_checkpt_rd()
348 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_rd()
349 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd()
352 data_bytes++; in yaffs2_checkpt_rd()
/dports/sysutils/u-boot-rpi3-32/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_checkptrw.c262 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local
271 dev->checkpt_buffer[dev->checkpt_byte_offs] = *data_bytes; in yaffs2_checkpt_wr()
272 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_wr()
273 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr()
277 data_bytes++; in yaffs2_checkpt_wr()
295 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_rd() local
347 *data_bytes = dev->checkpt_buffer[dev->checkpt_byte_offs]; in yaffs2_checkpt_rd()
348 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_rd()
349 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd()
352 data_bytes++; in yaffs2_checkpt_rd()
/dports/sysutils/u-boot-sifive-fu540/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_checkptrw.c262 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local
271 dev->checkpt_buffer[dev->checkpt_byte_offs] = *data_bytes; in yaffs2_checkpt_wr()
272 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_wr()
273 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr()
277 data_bytes++; in yaffs2_checkpt_wr()
295 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_rd() local
347 *data_bytes = dev->checkpt_buffer[dev->checkpt_byte_offs]; in yaffs2_checkpt_rd()
348 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_rd()
349 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd()
352 data_bytes++; in yaffs2_checkpt_rd()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/fs/yaffs2/
H A Dyaffs_checkptrw.c261 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local
270 dev->checkpt_buffer[dev->checkpt_byte_offs] = *data_bytes; in yaffs2_checkpt_wr()
271 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_wr()
272 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr()
276 data_bytes++; in yaffs2_checkpt_wr()
294 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_rd() local
346 *data_bytes = dev->checkpt_buffer[dev->checkpt_byte_offs]; in yaffs2_checkpt_rd()
347 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_rd()
348 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd()
351 data_bytes++; in yaffs2_checkpt_rd()
/dports/sysutils/u-boot-pine64-lts/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_checkptrw.c262 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local
271 dev->checkpt_buffer[dev->checkpt_byte_offs] = *data_bytes; in yaffs2_checkpt_wr()
272 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_wr()
273 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr()
277 data_bytes++; in yaffs2_checkpt_wr()
295 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_rd() local
347 *data_bytes = dev->checkpt_buffer[dev->checkpt_byte_offs]; in yaffs2_checkpt_rd()
348 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_rd()
349 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd()
352 data_bytes++; in yaffs2_checkpt_rd()
/dports/sysutils/u-boot-pinebookpro/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_checkptrw.c262 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local
271 dev->checkpt_buffer[dev->checkpt_byte_offs] = *data_bytes; in yaffs2_checkpt_wr()
272 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_wr()
273 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr()
277 data_bytes++; in yaffs2_checkpt_wr()
295 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_rd() local
347 *data_bytes = dev->checkpt_buffer[dev->checkpt_byte_offs]; in yaffs2_checkpt_rd()
348 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_rd()
349 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd()
352 data_bytes++; in yaffs2_checkpt_rd()
/dports/sysutils/u-boot-rpi-0-w/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_checkptrw.c262 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local
271 dev->checkpt_buffer[dev->checkpt_byte_offs] = *data_bytes; in yaffs2_checkpt_wr()
272 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_wr()
273 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr()
277 data_bytes++; in yaffs2_checkpt_wr()
295 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_rd() local
347 *data_bytes = dev->checkpt_buffer[dev->checkpt_byte_offs]; in yaffs2_checkpt_rd()
348 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_rd()
349 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd()
352 data_bytes++; in yaffs2_checkpt_rd()
/dports/sysutils/u-boot-qemu-arm/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_checkptrw.c262 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local
271 dev->checkpt_buffer[dev->checkpt_byte_offs] = *data_bytes; in yaffs2_checkpt_wr()
272 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_wr()
273 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr()
277 data_bytes++; in yaffs2_checkpt_wr()
295 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_rd() local
347 *data_bytes = dev->checkpt_buffer[dev->checkpt_byte_offs]; in yaffs2_checkpt_rd()
348 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_rd()
349 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd()
352 data_bytes++; in yaffs2_checkpt_rd()
/dports/sysutils/u-boot-qemu-riscv64/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_checkptrw.c262 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local
271 dev->checkpt_buffer[dev->checkpt_byte_offs] = *data_bytes; in yaffs2_checkpt_wr()
272 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_wr()
273 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr()
277 data_bytes++; in yaffs2_checkpt_wr()
295 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_rd() local
347 *data_bytes = dev->checkpt_buffer[dev->checkpt_byte_offs]; in yaffs2_checkpt_rd()
348 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_rd()
349 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd()
352 data_bytes++; in yaffs2_checkpt_rd()
/dports/sysutils/u-boot-rpi-arm64/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_checkptrw.c262 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local
271 dev->checkpt_buffer[dev->checkpt_byte_offs] = *data_bytes; in yaffs2_checkpt_wr()
272 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_wr()
273 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr()
277 data_bytes++; in yaffs2_checkpt_wr()
295 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_rd() local
347 *data_bytes = dev->checkpt_buffer[dev->checkpt_byte_offs]; in yaffs2_checkpt_rd()
348 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_rd()
349 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd()
352 data_bytes++; in yaffs2_checkpt_rd()
/dports/sysutils/u-boot-riotboard/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_checkptrw.c262 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local
271 dev->checkpt_buffer[dev->checkpt_byte_offs] = *data_bytes; in yaffs2_checkpt_wr()
272 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_wr()
273 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr()
277 data_bytes++; in yaffs2_checkpt_wr()
295 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_rd() local
347 *data_bytes = dev->checkpt_buffer[dev->checkpt_byte_offs]; in yaffs2_checkpt_rd()
348 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_rd()
349 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd()
352 data_bytes++; in yaffs2_checkpt_rd()
/dports/sysutils/u-boot-rock-pi-4/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_checkptrw.c262 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local
271 dev->checkpt_buffer[dev->checkpt_byte_offs] = *data_bytes; in yaffs2_checkpt_wr()
272 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_wr()
273 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr()
277 data_bytes++; in yaffs2_checkpt_wr()
295 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_rd() local
347 *data_bytes = dev->checkpt_buffer[dev->checkpt_byte_offs]; in yaffs2_checkpt_rd()
348 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_rd()
349 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd()
352 data_bytes++; in yaffs2_checkpt_rd()
/dports/sysutils/u-boot-rpi2/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_checkptrw.c262 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local
271 dev->checkpt_buffer[dev->checkpt_byte_offs] = *data_bytes; in yaffs2_checkpt_wr()
272 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_wr()
273 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr()
277 data_bytes++; in yaffs2_checkpt_wr()
295 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_rd() local
347 *data_bytes = dev->checkpt_buffer[dev->checkpt_byte_offs]; in yaffs2_checkpt_rd()
348 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_rd()
349 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd()
352 data_bytes++; in yaffs2_checkpt_rd()
/dports/sysutils/u-boot-rock64/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_checkptrw.c262 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local
271 dev->checkpt_buffer[dev->checkpt_byte_offs] = *data_bytes; in yaffs2_checkpt_wr()
272 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_wr()
273 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr()
277 data_bytes++; in yaffs2_checkpt_wr()
295 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_rd() local
347 *data_bytes = dev->checkpt_buffer[dev->checkpt_byte_offs]; in yaffs2_checkpt_rd()
348 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_rd()
349 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd()
352 data_bytes++; in yaffs2_checkpt_rd()
/dports/sysutils/u-boot-rpi3/u-boot-2021.07/fs/yaffs2/
H A Dyaffs_checkptrw.c262 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_wr() local
271 dev->checkpt_buffer[dev->checkpt_byte_offs] = *data_bytes; in yaffs2_checkpt_wr()
272 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_wr()
273 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_wr()
277 data_bytes++; in yaffs2_checkpt_wr()
295 u8 *data_bytes = (u8 *) data; in yaffs2_checkpt_rd() local
347 *data_bytes = dev->checkpt_buffer[dev->checkpt_byte_offs]; in yaffs2_checkpt_rd()
348 dev->checkpt_sum += *data_bytes; in yaffs2_checkpt_rd()
349 dev->checkpt_xor ^= *data_bytes; in yaffs2_checkpt_rd()
352 data_bytes++; in yaffs2_checkpt_rd()
/dports/devel/libubox/libubox-c83a84af/
H A Dustream.c140 s->r.data_bytes = 0; in ustream_init_defaults()
143 s->w.data_bytes = 0; in ustream_init_defaults()
221 s->r.data_bytes -= len; in ustream_consume()
222 if (s->r.data_bytes < 0) in ustream_consume()
307 s->r.data_bytes += len; in ustream_fill_read()
394 s->w.data_bytes -= len; in ustream_write_pending()
410 return !s->w.data_bytes; in ustream_write_pending()
434 l->data_bytes += maxlen; in ustream_write_buffered()
448 if (!l->data_bytes) { in ustream_write()
477 if (!l->data_bytes) { in ustream_vprintf()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-sibyte.c32 int data_bytes = 0; in smbus_xfer() local
48 data_bytes = 1; in smbus_xfer()
60 data_bytes = 1; in smbus_xfer()
73 data_bytes = 2; in smbus_xfer()
97 if (data_bytes == 1) in smbus_xfer()
99 if (data_bytes == 2) in smbus_xfer()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-sibyte.c32 int data_bytes = 0; in smbus_xfer() local
48 data_bytes = 1; in smbus_xfer()
60 data_bytes = 1; in smbus_xfer()
73 data_bytes = 2; in smbus_xfer()
97 if (data_bytes == 1) in smbus_xfer()
99 if (data_bytes == 2) in smbus_xfer()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-sibyte.c32 int data_bytes = 0; in smbus_xfer() local
48 data_bytes = 1; in smbus_xfer()
60 data_bytes = 1; in smbus_xfer()
73 data_bytes = 2; in smbus_xfer()
97 if (data_bytes == 1) in smbus_xfer()
99 if (data_bytes == 2) in smbus_xfer()
/dports/audio/shntool/shntool-3.0.10/src/
H A Dmode_trim.c189 wlong skip_beginning = 0,skip_end = 0,data_bytes = 0; in trim_file() local
221 data_bytes = info->data_size - (skip_beginning + skip_end); in trim_file()
229 if (data_bytes == info->data_size) { in trim_file()
280 put_data_size(header,info->header_size,data_bytes); in trim_file()
285 put_chunk_size(header,info->header_size+data_bytes+info->extra_riff_size-8); in trim_file()
288 put_chunk_size(header,info->header_size+data_bytes-8); in trim_file()
310 if (transfer_n_bytes(info->input,output,data_bytes,&proginfo) != data_bytes) { in trim_file()
312 st_warning("error while transferring %lu bytes -- skipping.",data_bytes); in trim_file()
/dports/graphics/pqiv/pqiv-2.12/backends/
H A Dpoppler.c51 GBytes *data_bytes = buffered_file_as_bytes(file, NULL, &error_pointer); in file_type_poppler_alloc() local
52 if(!data_bytes || error_pointer) { in file_type_poppler_alloc()
59 char *data_ptr = (char *)g_bytes_get_data(data_bytes, &data_size); in file_type_poppler_alloc()
115 GBytes *data_bytes = buffered_file_as_bytes(file, data, error_pointer); in file_type_poppler_load() local
116 if(!data_bytes || (error_pointer && *error_pointer)) { in file_type_poppler_load()
120 char *data_ptr = (char *)g_bytes_get_data(data_bytes, &data_size); in file_type_poppler_load()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/cdm/
H A Dcenc_utils_unittest.cc397 const uint8_t data_bytes[] = {0x01, 0x02, 0x03, 0x04}; in TEST_F() local
404 std::vector<uint8_t> data(data_bytes, data_bytes + base::size(data_bytes)); in TEST_F()
411 const uint8_t data_bytes[] = {0x05, 0x06, 0x07, 0x08}; in TEST_F() local
418 std::vector<uint8_t> data(data_bytes, data_bytes + base::size(data_bytes)); in TEST_F()
425 const uint8_t data_bytes[] = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}; in TEST_F() local
432 std::vector<uint8_t> data(data_bytes, data_bytes + base::size(data_bytes)); in TEST_F()
500 const uint8_t data_bytes[] = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}; in TEST_F() local
504 std::vector<uint8_t> data(data_bytes, data_bytes + base::size(data_bytes)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/cdm/
H A Dcenc_utils_unittest.cc397 const uint8_t data_bytes[] = {0x01, 0x02, 0x03, 0x04}; in TEST_F() local
404 std::vector<uint8_t> data(data_bytes, data_bytes + base::size(data_bytes)); in TEST_F()
411 const uint8_t data_bytes[] = {0x05, 0x06, 0x07, 0x08}; in TEST_F() local
418 std::vector<uint8_t> data(data_bytes, data_bytes + base::size(data_bytes)); in TEST_F()
425 const uint8_t data_bytes[] = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}; in TEST_F() local
432 std::vector<uint8_t> data(data_bytes, data_bytes + base::size(data_bytes)); in TEST_F()
500 const uint8_t data_bytes[] = {0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}; in TEST_F() local
504 std::vector<uint8_t> data(data_bytes, data_bytes + base::size(data_bytes)); in TEST_F()
/dports/x11-drivers/xorgxrdp/xorgxrdp-0.2.17/tests/yuv2rgb/
H A Dyuv2rgb_speed.c273 int data_bytes; in main() local
289 data_bytes = 1920 * 1080 * 4; in main()
290 rgb_data = (char*)malloc(data_bytes + 16); in main()
292 if (read(fd, al_rgb_data, data_bytes) != data_bytes) in main()
297 data_bytes = 1920 * 1080 * 2; in main()
298 yuv_data1 = (char*)malloc(data_bytes + 16); in main()
299 yuv_data2 = (char*)malloc(data_bytes + 16); in main()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/flac/
H A Dencode.c234 data_bytes = xx; in get_sample_info_wave()
240 data_bytes++; in get_sample_info_wave()
252 data_bytes -= 16; in get_sample_info_wave()
309 data_bytes = xx; in get_sample_info_wave()
331 data_bytes++; in get_sample_info_wave()
556 data_bytes = xx; in get_sample_info_wave()
578 if(data_bytes) { in get_sample_info_wave()
590 e->fmt.iff.data_bytes = data_bytes; in get_sample_info_wave()
810 data_bytes = xx; in get_sample_info_aiff()
838 data_bytes -= (xx - (data_bytes % xx)); in get_sample_info_aiff()
[all …]

12345678910>>...41