Searched refs:word (Results 251 - 275 of 337) sorted by relevance

<<11121314

/freebsd-9.3-release/sys/arm/arm/
H A Dcpufunc_asm_xscale_c3.S85 .word _C_LABEL(block_userspace_access)
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Dsyscons.s253 curpos: .word 0 # Current cursor position
H A Ddisk.s290 npartition: .word 0 # number of partitions
/freebsd-9.3-release/sys/dev/lge/
H A Dif_lge.c210 * Read a word of data stored in the EEPROM at address 'addr.'
255 u_int16_t word = 0, *ptr; local
258 lge_eeprom_getword(sc, off + i, &word);
261 *ptr = ntohs(word);
263 *ptr = word;
918 * status word and leave the mbuf cluster in place:
/freebsd-9.3-release/sys/mips/mips/
H A Ddb_trace.c52 * kdbpeekD(addr) - skip one word starting at 'addr', then read the second word
226 i.word = instr;
/freebsd-9.3-release/contrib/gcc/
H A Dsbitmap.c94 /* Clear the surplus bits in the last word. */
711 SBITMAP_ELT_TYPE word = ptr[i]; local
713 if (word != 0)
721 if ((word & mask) != 0)
H A Dglobal.c133 registers when an allocno is multi-word. The above variable is used for
702 implicitly live as part of a multi-word hard reg
1282 register for a single-word value. */
1483 unsigned INT_TYPE word;
1485 for (word = (unsigned INT_TYPE) *p++, q2 = q1; word;
1486 word >>= 1, q2 += rw)
1488 if (word & 1)
1476 unsigned INT_TYPE word; local
H A Dexpmed.c73 /* For compilers that support multiple targets with different word sizes,
442 a full-word or multi-word field can be done with just a SUBREG.
499 /* If OP0 is a register, BITPOS must count within a word.
549 /* Handle fields bigger than a word. */
555 This is because the most significant word is the one which may
574 /* If I is 0, use the low-order word in both field and target;
575 if I is 1, use the next to lowest word; and so on. */
592 a full-word (whatever type that is), since it is shorter than a word
976 rtx word = gen_lowpart_common (word_mode, value); local
990 rtx part, word; local
2071 rtx part, word; local
[all...]
H A Doptabs.c228 /* If MODE is no wider than a single word, we return a paradoxical
842 /* Expand a doubleword shift (ashl, ashr or lshr) using word-mode shifts.
843 OUTOF_INPUT and INTO_INPUT are the two word-sized halves of the first
850 If SHIFT_MASK is zero, the result of word shifts is undefined when the
854 If SHIFT_MASK is nonzero, all word-mode shift counts are effectively
882 /* See if word-mode shifts by BITS_PER_WORD...BITS_PER_WORD * 2 - 1 will
992 /* Subroutine of expand_binop. Perform a double word multiplication of
998 If we want to multiply two two-word values and have normal and widening
999 multiplies of single-word values, we can do this with three smaller
1001 because we are not operating on one word a
2421 int bitpos, word, nwords, i; local
2927 int word; local
3007 int word, nwords, i; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalarith.c1385 LONGEST word;
1393 word = unpack_long (builtin_type_unsigned_char,
1398 return (word >> rel_index) & 1;
1378 LONGEST word; local
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.h155 * BUFSIZE The i/o buffering size; also limits word size
208 # define word word_t /* sys/types.h defines word.. bad move! */ macro
214 # undef word macro
828 Char *word; member in struct:wordent
834 * During word building, both in the initial lexical phase and
902 Char *T_dlef; /* Input redirect word */
906 Char *T_drit; /* Output redirect word */
974 * input. For foreach (fe), the word list is attached here.
1068 EXTERN struct wordent paraml; /* Current lexical word lis
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dcommand.c419 /* Get the first occurance of the word ``little'' in ``big'' */
441 char *word, *ntgt; local
444 if ((word = strstrword(tgt, oldstr)) == NULL)
451 pos = word - tgt;
453 bcopy(word + loldstr, word + lnewstr, ltgt - pos - loldstr);
458 word = ntgt + pos;
462 bcopy(word + loldstr, word + lnewstr, ltgt - pos - lnewstr);
463 bcopy(newstr, word, lnewst
[all...]
/freebsd-9.3-release/sys/dev/ae/
H A Dif_ae.c144 static int ae_vpd_read_word(ae_softc_t *sc, int reg, uint32_t *word);
938 ae_vpd_read_word(ae_softc_t *sc, int reg, uint32_t *word) argument
962 *word = AE_READ_4(sc, AE_VPD_DATA_REG);
969 uint32_t word, reg, val; local
991 error = ae_vpd_read_word(sc, i, &word);
998 if ((word & AE_VPD_SIG_MASK) != AE_VPD_SIG)
1000 reg = word >> AE_VPD_REG_SHIFT;
1001 i++; /* Move to the next word. */
/freebsd-9.3-release/sys/dev/sis/
H A Dif_sis.c208 * Routine to reverse the bits in a word. Stolen almost
283 * Read a word of data stored in the EEPROM at address 'addr.'
289 uint16_t word = 0; local
302 * Send address of word we want to read.
313 word |= i;
322 *dest = word;
332 uint16_t word = 0, *ptr; local
335 sis_eeprom_getword(sc, off + i, &word);
338 *ptr = ntohs(word);
340 *ptr = word;
[all...]
/freebsd-9.3-release/sys/dev/vge/
H A Dif_vge.c235 * Read a word of data stored in the EEPROM at address 'addr.'
241 uint16_t word = 0; local
251 /* Select the address of the word we want to read */
270 word = CSR_READ_2(sc, VGE_EERDDAT);
276 *dest = word;
288 uint16_t word = 0, *ptr; local
291 vge_eeprom_getword(sc, off + i, &word);
294 *ptr = ntohs(word);
296 *ptr = word;
1251 * we copy the buffer back two bytes to achieve word alignmen
[all...]
/freebsd-9.3-release/sys/kern/
H A Dsched_ule.c1080 int word; local
1084 for (word = 0; word < RQB_LEN; word++) {
1085 if (rqb->rqb_bits[word] == 0)
1088 if ((rqb->rqb_bits[word] & (1ul << bit)) == 0)
1090 rqh = &rq->rq_queues[bit + (word << RQB_L2BPW)];
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp834 // Bit position, in the current word, of the next nibble to print.
842 uint64_t word = p[1]; local
846 unsigned int nibble = (word>>shiftcount) & 15;
852 word = *p;
873 uint64_t word = *p; local
876 unsigned int nibble = (word>>shiftcount) & 15;
882 word = *(++p);
/freebsd-9.3-release/sys/dev/nge/
H A Dif_nge.c320 * Read a word of data stored in the EEPROM at address 'addr.'
326 uint16_t word = 0; local
339 * Send address of word we want to read.
350 word |= i;
359 *dest = word;
369 uint16_t word = 0, *ptr; local
372 nge_eeprom_getword(sc, off + i, &word);
374 *ptr = word;
722 * bits represent the 16-bit word in the mcast hash table
1503 * status word an
[all...]
/freebsd-9.3-release/sys/dev/siba/
H A Dsiba_core.c1434 int word; local
1438 for (word = 0; word < size - 1; word++) {
1439 crc1 = siba_crc8(crc1, sprom[word] & 0x00ff);
1440 crc1 = siba_crc8(crc1, (sprom[word] & 0xff00) >> 8);
/freebsd-9.3-release/sys/boot/i386/btx/btx/
H A Dbtx.S126 .word PAG_CNT-MEM_ORG>>0xc # Paging control
127 .word break-start # Text size
166 xchg %ax,%cx # as word
729 testb $DMP_X16,%ch # Dump word?
998 gdt: .word 0x0,0x0,0x0,0x0 # Null entry
999 .word 0xffff,0x0,0x9a00,0xcf # SEL_SCODE
1000 .word 0xffff,0x0,0x9200,0xcf # SEL_SDATA
1001 .word 0xffff,0x0,0x9a00,0x0 # SEL_RCODE
1002 .word 0xffff,0x0,0x9200,0x0 # SEL_RDATA
1003 .word
[all...]
/freebsd-9.3-release/sys/boot/pc98/btx/btx/
H A Dbtx.S122 .word PAG_CNT-MEM_ORG>>0xc # Paging control
123 .word break-start # Text size
162 xchg %ax,%cx # as word
754 testb $DMP_X16,%ch # Dump word?
1020 gdt: .word 0x0,0x0,0x0,0x0 # Null entry
1021 .word 0xffff,0x0,0x9a00,0xcf # SEL_SCODE
1022 .word 0xffff,0x0,0x9200,0xcf # SEL_SDATA
1023 .word 0xffff,0x0,0x9a00,0x0 # SEL_RCODE
1024 .word 0xffff,0x0,0x9200,0x0 # SEL_RDATA
1025 .word
[all...]
/freebsd-9.3-release/contrib/gcc/config/
H A Dfp-bit.h113 typedef int CMPtype __attribute__ ((mode (word)));
/freebsd-9.3-release/crypto/openssl/crypto/objects/
H A Dobj_dat.pl213 * The word 'cryptographic' can be left out if the rouines from the library
/freebsd-9.3-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S266 .word 0xaa55 # Magic number
/freebsd-9.3-release/sys/dev/dc/
H A Dif_dc.c510 * Read a word of data stored in the EEPROM at address 'addr.'
533 * Read a word of data stored in the EEPROM at address 'addr.'
554 * Read a word of data stored in the EEPROM at address 'addr.'
560 uint16_t word = 0; local
576 * Send address of word we want to read.
587 word |= i;
596 *dest = word;
606 uint16_t word = 0, *ptr; local
610 dc_eeprom_getword_pnic(sc, off + i, &word);
612 dc_eeprom_getword_xircom(sc, off + i, &word);
[all...]

Completed in 171 milliseconds

<<11121314