Searched refs:word (Results 226 - 250 of 427) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/mips/include/
H A Dcpuregs.h226 #define COP0_SYNC .word 0xc0 /* ehb */
240 #define COP0_SYNC .word 0xc0 /* ehb */
246 #define COP0_SYNC ssnop; ssnop; ssnop; ssnop; .word 0xc0;
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_common.c252 * 10gig parts do not have a word in the EEPROM to determine the
673 * means pba_ptr is actually our second data word for the PBA number
804 &pba->word[0]);
809 pba->word[0] = eeprom_buf[IXGBE_PBANUM0_PTR];
810 pba->word[1] = eeprom_buf[IXGBE_PBANUM1_PTR];
816 if (pba->word[0] == IXGBE_PBANUM_PTR_GUARD) {
830 ret_val = hw->eeprom.ops.read_buffer(hw, pba->word[1],
836 if (eeprom_buf_size > (u32)(pba->word[1] +
839 &eeprom_buf[pba->word[1]],
871 &pba->word[
1366 u16 word; local
2218 u16 word = 0; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcommand.h137 char **(*completer) (char *text, char *word));
/freebsd-11-stable/contrib/diff/src/
H A Ddiff.h241 word *buffer;
/freebsd-11-stable/contrib/ldns/ldns/
H A Drdata.h387 * \param[in] word what to check
391 ldns_status ldns_octet(char *word, size_t *length);
/freebsd-11-stable/contrib/gdb/include/
H A Dhp-symtab.h67 lists. Constants always begin on word boundaries. The first byte of
174 word.
186 int word; member in union:dnttpointer
1109 unsigned long future[2] ; /* padding to 3-word block end */
1131 unsigned long future[2] ; /* padding to 3-word block end */
1149 unsigned long future ; /* padding to 3-word block end */
1164 unsigned long future ; /* padding to 3-word block end */
1211 long future[2] ; /* padding to 3-word block end */
1264 long future[2] ; /* padding to 3-word block end */
1310 unsigned int word[ member in struct:dntt_type_generic
1318 unsigned int word[2]; member in struct:dntt_type_block
1437 unsigned int word[2]; member in struct:slt_generic
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_mergeinfo.h616 /** Return a constant string expressing @a inherit as an English word,
627 /** Return the appropriate @c svn_mergeinfo_inheritance_t for @a word.
628 * @a word is as returned from svn_inheritance_to_word(). Defaults to
634 svn_inheritance_from_word(const char *word);
/freebsd-11-stable/sys/arm/arm/
H A Dcopystr.S57 .word _C_LABEL(__pcpu) + PC_CURPCB
/freebsd-11-stable/sys/sys/
H A Dresourcevar.h153 int suswintr(void *base, int word);
/freebsd-11-stable/sys/cddl/dev/dtrace/riscv/
H A Ddtrace_subr.c259 i.word = invop;
/freebsd-11-stable/usr.bin/getent/
H A Dgetent.c138 parsenum(const char *word, unsigned long *result) argument
143 assert(word != NULL);
146 if (!isdigit((unsigned char)word[0]))
149 num = strtoul(word, &ep, 10);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h81 // Return the bits that make up word Idx in our element.
82 BitWord word(unsigned Idx) const { function in struct:llvm::SparseBitVectorElement
330 // Current word number inside of our element.
349 Bits = Iter->word(WordNumber);
363 // See if we ran out of Bits in this word.
376 // Set up for next non-zero word in bitmap.
381 Bits = Iter->word(WordNumber);
385 Bits = Iter->word(WordNumber);
/freebsd-11-stable/contrib/gcc/config/
H A Ddfp-bit.h103 #error invalid decimal float word width
435 typedef int CMPtype __attribute__ ((mode (word)));
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.c392 # define CRC2(check, word) \
394 hbuf[0] = (unsigned char)(word); \
395 hbuf[1] = (unsigned char)((word) >> 8); \
399 # define CRC4(check, word) \
401 hbuf[0] = (unsigned char)(word); \
402 hbuf[1] = (unsigned char)((word) >> 8); \
403 hbuf[2] = (unsigned char)((word) >> 16); \
404 hbuf[3] = (unsigned char)((word) >> 24); \
/freebsd-11-stable/sys/amd64/include/xen/
H A Dhypercall.h257 unsigned long ma, unsigned long word)
259 return _hypercall2(int, update_descriptor, ma, word);
256 HYPERVISOR_update_descriptor( unsigned long ma, unsigned long word) argument
/freebsd-11-stable/contrib/dtc/
H A Ddtc.h115 struct data data_append_cell(struct data d, cell_t word);
116 struct data data_append_integer(struct data d, uint64_t word, int bits);
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas_lsi.c99 } word; member in union:_sata_sas_address
1098 hash_address.word.low = 0;
1099 hash_address.word.high = 0;
1101 hash_address.word.low += *bufferptr;
1103 hash_address.word.high += *bufferptr;
1107 hash_address.word.low += *bufferptr;
1111 if ((hash_address.word.high & 0x000000F0) == (0x00000050))
1112 hash_address.word.high |= 0x00000080;
/freebsd-11-stable/sys/dev/mps/
H A Dmps_sas_lsi.c99 } word; member in union:_sata_sas_address
887 hash_address.word.low = 0;
888 hash_address.word.high = 0;
890 hash_address.word.low += *bufferptr;
892 hash_address.word.high += *bufferptr;
896 hash_address.word.low += *bufferptr;
900 if ((hash_address.word.high & 0x000000F0) == (0x00000050))
901 hash_address.word.high |= 0x00000080;
/freebsd-11-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c889 int word, bit; local
902 word = offset / 32;
904 if (client->cl_seqmask[word] & (1 << bit))
914 int offset, i, word, bit; local
945 word = offset / 32;
947 client->cl_seqmask[word] |= (1 << bit);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.exec.c935 if (adrof1(sp->word, &aliases)) {
941 s0.dest = &sp->word; /* to get the memory freeing right... */
942 s0.val = sp->word;
946 if ((*(sp->word) & (QUOTE | TRIM)) == QUOTE)
947 (sp->word)++;
950 s1 = s2 = sp->word;
971 if (eq(sp->word, str2short(bptr->bname))) {
976 sp->word);
980 *str = Strsave(sp->word);
987 if (eq(sp->word, str2shor
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_arm.cpp194 static uint32_t setWordFromThumbMov(uint32_t instruction, uint16_t word);
195 static uint32_t setWordFromArmMov(uint32_t instruction, uint16_t word);
494 uint32_t ArchHandler_arm::setWordFromThumbMov(uint32_t instr, uint16_t word) { argument
496 uint32_t imm4 = (word & 0xF000) >> 12;
497 uint32_t i = (word & 0x0800) >> 11;
498 uint32_t imm3 = (word & 0x0700) >> 8;
499 uint32_t imm8 = word & 0x00FF;
503 uint32_t ArchHandler_arm::setWordFromArmMov(uint32_t instr, uint16_t word) { argument
505 uint32_t imm4 = (word & 0xF000) >> 12;
506 uint32_t imm12 = word
[all...]
/freebsd-11-stable/sbin/bsdlabel/
H A Dbsdlabel.c91 static char *word(char *);
746 word(char *cp) function
820 tp = word(cp);
840 tp = word(cp);
1019 cp = tp, tp = word(cp); \
1031 cp = tp, tp = word(cp); \
1074 cp = tp, tp = word(cp);
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_nvm.c201 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF)
202 * @data: word read from the Shadow RAM
204 * Reads one 16 bit word from the Shadow RAM using the GLNVM_SRCTL register.
304 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF)
305 * @data: word read from the Shadow RAM
307 * Reads one 16 bit word from the Shadow RAM using the AdminQ
323 * __i40e_read_nvm_word - Reads NVM word, assumes caller does the locking
325 * @offset: offset of the Shadow RAM word to read (0x000000 - 0x001FFF)
326 * @data: word read from the Shadow RAM
328 * Reads one 16 bit word fro
384 u16 index, word; local
[all...]
/freebsd-11-stable/sys/dev/wb/
H A Dif_wb.c57 * a status word, a control word and 32-bit areas that can either be used
281 * Read a word of data stored in the EEPROM at address 'addr.'
290 u_int16_t word = 0; local
296 * Send address of word we want to read.
309 word |= i;
317 *dest = word;
332 u_int16_t word = 0, *ptr; local
335 wb_eeprom_getword(sc, off + i, &word);
338 *ptr = ntohs(word);
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c521 rar_fls(unsigned int word) argument
523 word |= (word >> 1);
524 word |= (word >> 2);
525 word |= (word >> 4);
526 word |= (word >> 8);
527 word |
[all...]

Completed in 353 milliseconds

1234567891011>>