Searched refs:data_bytes (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Drndr_gu1.c1367 long pitch, buffer_bytes, data_bytes; local in function:gu1_text_blt
1372 data_bytes = (long) height *pitch;
1385 if (GFXusesDstData || data_bytes > buffer_bytes) {
1397 dword_bytes_needed = data_bytes & ~3l;
1398 bytes_extra = data_bytes & 3l;
/xsrc/external/mit/libpciaccess/dist/src/
H A Dlinux_sysfs.c440 char *data_bytes = data; local in function:pci_device_linux_sysfs_read
465 const ssize_t bytes = pread( fd, data_bytes, temp_size, offset );
479 data_bytes += bytes;
500 const char *data_bytes = data; local in function:pci_device_linux_sysfs_write
525 const ssize_t bytes = pwrite( fd, data_bytes, temp_size, offset );
539 data_bytes += bytes;
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Drndr_gu1.c1511 long pitch, buffer_bytes, data_bytes; local in function:gu1_text_blt
1516 data_bytes = (long)height *pitch;
1528 if (GFXusesDstData || data_bytes > buffer_bytes) {
1540 dword_bytes_needed = data_bytes & ~3l;
1541 bytes_extra = data_bytes & 3l;
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dsfwoff2.c435 FT_ULong data_bytes; local in function:triplet_decode
451 data_bytes = 1;
453 data_bytes = 2;
455 data_bytes = 3;
457 data_bytes = 4;
460 if ( triplet_index + data_bytes > in_size ||
461 triplet_index + data_bytes < triplet_index )
513 triplet_index += data_bytes;

Completed in 17 milliseconds