Searched refs:shorts (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ide.h | 60 void ide_input_data_shorts(int dev, ushort *sect_buf, int shorts); 61 void ide_output_data_shorts(int dev, ushort *sect_buf, int shorts);
|
| /OK3568_Linux_fs/u-boot/drivers/block/ |
| H A D | ide.c | 133 __weak void ide_output_data_shorts(int dev, ushort *sect_buf, int shorts) in ide_output_data_shorts() argument 144 while (shorts--) { in ide_output_data_shorts() 150 __weak void ide_input_data_shorts(int dev, ushort *sect_buf, int shorts) in ide_input_data_shorts() argument 161 while (shorts--) { in ide_input_data_shorts() 168 __weak void ide_output_data_shorts(int dev, ushort *sect_buf, int shorts) in ide_output_data_shorts() argument 170 outsw(ATA_CURR_BASE(dev) + ATA_DATA_REG, sect_buf, shorts); in ide_output_data_shorts() 173 __weak void ide_input_data_shorts(int dev, ushort *sect_buf, int shorts) in ide_input_data_shorts() argument 175 insw(ATA_CURR_BASE(dev) + ATA_DATA_REG, sect_buf, shorts); in ide_input_data_shorts()
|
| /OK3568_Linux_fs/kernel/drivers/misc/lkdtm/ |
| H A D | bugs.c | 129 unsigned short shorts[4]; in lkdtm_CORRUPT_STACK_STRONG() member
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.memory-test | 73 static errors like shorts between data or address lines, unconnected
|
| /OK3568_Linux_fs/external/chromium/licenses/ |
| H A D | CREDITS.chromium | 139 With DCTBLOCK being a pointer to an array of 64 'signed shorts'
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 37727 Read two bytes of memory starting at address 'shorts + 64' and 37731 5-data-read-memory shorts+64 d 2 1 1
|
| H A D | gccint.info | 24390 four shorts. 24465 shorts.
|
| H A D | gcc.info | 40828 four shorts. 40903 shorts.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 37727 Read two bytes of memory starting at address 'shorts + 64' and 37731 5-data-read-memory shorts+64 d 2 1 1
|
| H A D | gccint.info | 24390 four shorts. 24465 shorts.
|
| H A D | gcc.info | 40828 four shorts. 40903 shorts.
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 128102 dix: switch grab checking from unsigned shorts to unsigned ints
|