Searched refs:word_size (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-current/sys/dev/pci/igc/
H A Digc_nvm.c152 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) ||
H A Digc_i225.c41 * for setting word_size.
51 nvm->word_size = 1 << size;
59 if (nvm->word_size == (1 << 15))
380 int timeout = hw->nvm.word_size + 1;
550 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) ||
H A Digc_hw.h325 uint16_t word_size; member in struct:igc_nvm_info
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi_gmp.c41 int word_size = 1; // 1 byte per word local
42 int numb = 8 * word_size - 0;
45 return count * word_size;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Djit-reader.c137 const int word_size = sizeof (uintptr_t); local
162 if (cbs->target_read (this_sp, &prev_ip, word_size) == GDB_FAIL)
164 prev_sp = this_sp + word_size;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Djit-reader.c137 const int word_size = sizeof (uintptr_t); local
162 if (cbs->target_read (this_sp, &prev_ip, word_size) == GDB_FAIL)
164 prev_sp = this_sp + word_size;
/netbsd-current/usr.bin/kdump/
H A Dkdump.c88 static int word_size = 0; variable
253 word_size = 1;
256 word_size = strtoul(optarg, &cp, 0);
257 if (*cp != 0 || word_size & (word_size - 1) ||
258 word_size > 16 || word_size <= 0)
351 hexdump_buf(m, ktrlen, word_size ? word_size : 1);
1318 if (word_size) {
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-main.c1241 long word_size; local
1287 word_size = atol (argv[2]);
1288 switch (word_size)
1327 total_bytes = word_size * nr_rows * nr_cols;
1340 uiout->field_core_addr ("next-row", gdbarch, addr + word_size * nr_cols);
1341 uiout->field_core_addr ("prev-row", gdbarch, addr - word_size * nr_cols);
1355 row++, row_byte += nr_cols * word_size)
1370 col++, col_byte += word_size)
1372 if (col_byte + word_size > nr_bytes)
1392 byte < row_byte + word_size * nr_col
1495 long word_size; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ds390-linux-tdep.c394 int word_size = gdbarch_ptr_bit (gdbarch) / 8; local
410 next_cfa = this_sp + 16*word_size + 32;
418 sigreg_ptr = next_cfa + 8 + 128 + align_up (5*word_size, 8);
430 word_size, byte_order);
447 sigreg_ptr += word_size;
449 sigreg_ptr += word_size;
455 sigreg_ptr += word_size;
488 word_size, byte_order);
491 info->frame_base = prev_sp + 16*word_size + 32;
H A Dsymfile.c3447 int word_size;
3470 word_size = gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT;
3480 cache_novlys * 4, word_size, byte_order);
3499 int word_size = gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT;
3506 read_target_long_array (cache_ovly_table_base + i * word_size,
3508 4, word_size, byte_order);
3440 int word_size; local
3492 int word_size = gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT; local
H A Dhppa-tdep.c1879 int word_size = gdbarch_ptr_bit (gdbarch) / 8;
2174 cache->base = read_memory_integer (this_sp, word_size, byte_order);
1876 int word_size = gdbarch_ptr_bit (gdbarch) / 8; local
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-main.c1232 long word_size; local
1278 word_size = atol (argv[2]);
1279 switch (word_size)
1318 total_bytes = word_size * nr_rows * nr_cols;
1332 uiout->field_core_addr ("next-row", gdbarch, addr + word_size * nr_cols);
1333 uiout->field_core_addr ("prev-row", gdbarch, addr - word_size * nr_cols);
1347 row++, row_byte += nr_cols * word_size)
1362 col++, col_byte += word_size)
1364 if (col_byte + word_size > nr_bytes)
1384 byte < row_byte + word_size * nr_col
1487 long word_size; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ds390-linux-tdep.c395 int word_size = gdbarch_ptr_bit (gdbarch) / 8; local
411 next_cfa = this_sp + 16*word_size + 32;
419 sigreg_ptr = next_cfa + 8 + 128 + align_up (5*word_size, 8);
431 word_size, byte_order);
448 sigreg_ptr += word_size;
450 sigreg_ptr += word_size;
456 sigreg_ptr += word_size;
489 word_size, byte_order);
492 info->frame_base = prev_sp + 16*word_size + 32;
H A Dz80-tdep.c900 int word_size; local
927 word_size = gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT;
939 cache_novly_regions * 3, word_size, byte_order);
H A Dsymfile.c3432 int word_size;
3455 word_size = gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT;
3465 cache_novlys * 4, word_size, byte_order);
3484 int word_size = gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT;
3491 read_target_long_array (cache_ovly_table_base + i * word_size,
3493 4, word_size, byte_order);
3425 int word_size; local
3477 int word_size = gdbarch_long_bit (gdbarch) / TARGET_CHAR_BIT; local
H A Dhppa-tdep.c1861 int word_size = gdbarch_ptr_bit (gdbarch) / 8;
2156 cache->base = read_memory_integer (this_sp, word_size, byte_order);
1858 int word_size = gdbarch_ptr_bit (gdbarch) / 8; local
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsyscall.c186 int word_size = cb->word_size;
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe_x540.c389 eeprom->word_size = 1 << (eeprom_size +
393 eeprom->type, eeprom->word_size);
552 pointer >= hw->eeprom.word_size)
562 (pointer + length) >= hw->eeprom.word_size)
H A Dixgbe_common.c1306 eeprom->word_size = 1 << (eeprom_size +
1315 "%d\n", eeprom->type, eeprom->word_size,
1346 if (offset + words > hw->eeprom.word_size) {
1478 if (offset >= hw->eeprom.word_size) {
1513 if (offset + words > hw->eeprom.word_size) {
1613 if (offset >= hw->eeprom.word_size) {
1650 if (offset >= hw->eeprom.word_size) {
1758 if (offset >= hw->eeprom.word_size) {
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dcgen.h855 int word_size;
856 #define CGEN_IFLD_WORD_SIZE(f) ((f)->word_size)
842 int word_size; member in struct:cgen_ifld
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dcgen.h856 int word_size;
857 #define CGEN_IFLD_WORD_SIZE(f) ((f)->word_size)
843 int word_size; member in struct:cgen_ifld
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dcgen.h856 int word_size;
857 #define CGEN_IFLD_WORD_SIZE(f) ((f)->word_size)
843 int word_size; member in struct:cgen_ifld
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dcgen.h855 int word_size;
856 #define CGEN_IFLD_WORD_SIZE(f) ((f)->word_size)
842 int word_size; member in struct:cgen_ifld
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Drandom.h531 * @var word_size The number of bits in each element of the state vector.
555 static const int word_size = __w; member in class:mersenne_twister
901 static const int word_size = __w; member in class:subtract_with_carry_01
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Drandom.h531 * @var word_size The number of bits in each element of the state vector.
555 static const int word_size = __w; member in class:mersenne_twister
901 static const int word_size = __w; member in class:subtract_with_carry_01

Completed in 537 milliseconds

12