Searched refs:word (Results 51 - 75 of 427) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/smbus/
H A Dsmb.h41 short word; member in union:smbcmd::__anon7857
46 short word; member in union:smbcmd::__anon7858
H A Dsmbconf.h106 #define smbus_writew(bus,slave,cmd,word) \
107 (SMBUS_WRITEW(device_get_parent(bus), slave, cmd, word))
110 #define smbus_readw(bus,slave,cmd,word) \
111 (SMBUS_READW(device_get_parent(bus), slave, cmd, word))
/freebsd-11-stable/sys/i386/bios/
H A Dsmapi_bios.S12 smapi32_segment: .word 0x0000 /* %cs stored here */
/freebsd-11-stable/stand/i386/libi386/
H A Drelocater_tramp.S195 .word 0
251 relocator_ds: .word 0
257 relocator_es: .word 0
263 relocator_fs: .word 0
269 relocator_gs: .word 0
275 relocator_ss: .word 0
281 relocator_sp: .word 0
314 .word 0
317 .word 0
325 gdt: .word
[all...]
H A Dpxetramp.s29 __bangpxeoff: .word 0x0000 # offset
30 __bangpxeseg: .word 0x0000 # segment
36 __pxenvoff: .word 0x0000 # offset
37 __pxenvseg: .word 0x0000 # segment
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddate.c193 const char *word; member in struct:unit_words_table
217 * revision prior to the specified time. N may either be a word from
228 const char *word; local
239 word = APR_ARRAY_IDX(words, 0, const char *);
241 /* Try to parse a number word. */
242 n = svn_token__from_word(number_words_map, word);
249 err = svn_cstring_atoi(&n, word);
260 word = APR_ARRAY_IDX(words, 1, const char *);
261 for (i = 0, unit_str = unit_words_table[i].word;
262 unit_str = unit_words_table[i].word, unit_st
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_eeprom_v14.c195 uint16_t word; local
199 word = __bswap16(ee->baseEepHeader.length);
200 ee->baseEepHeader.length = word;
202 word = __bswap16(ee->baseEepHeader.checksum);
203 ee->baseEepHeader.checksum = word;
205 word = __bswap16(ee->baseEepHeader.version);
206 ee->baseEepHeader.version = word;
208 word = __bswap16(ee->baseEepHeader.regDmn[0]);
209 ee->baseEepHeader.regDmn[0] = word;
211 word
[all...]
H A Dah_eeprom_9287.c157 uint16_t word; local
161 word = __bswap16(ee->ee_base.baseEepHeader.length);
162 ee->ee_base.baseEepHeader.length = word;
164 word = __bswap16(ee->ee_base.baseEepHeader.checksum);
165 ee->ee_base.baseEepHeader.checksum = word;
167 word = __bswap16(ee->ee_base.baseEepHeader.version);
168 ee->ee_base.baseEepHeader.version = word;
170 word = __bswap16(ee->ee_base.baseEepHeader.regDmn[0]);
171 ee->ee_base.baseEepHeader.regDmn[0] = word;
173 word
[all...]
H A Dah_eeprom_v4k.c151 uint16_t word; local
155 word = __bswap16(ee->baseEepHeader.length);
156 ee->baseEepHeader.length = word;
158 word = __bswap16(ee->baseEepHeader.checksum);
159 ee->baseEepHeader.checksum = word;
161 word = __bswap16(ee->baseEepHeader.version);
162 ee->baseEepHeader.version = word;
164 word = __bswap16(ee->baseEepHeader.regDmn[0]);
165 ee->baseEepHeader.regDmn[0] = word;
167 word
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-decnet.c52 typedef uint8_t word[2]; /* 2 byte field */ typedef
80 word sh_dst; /* destination node address */
81 word sh_src; /* source node address */
169 word inIII_src; /* source node address */
171 word inIII_blksize; /* maximum data link block size */
181 word in_src; /* source node address */
183 word in_blksize; /* maximum data link block size */
187 word in_hello; /* hello timer */
194 word ve_src; /* source node address */
201 word te_sr
[all...]
/freebsd-11-stable/sys/arm/arm/
H A Dlocore-v4.S141 Lram_offset: .word from_ram-_C_LABEL(_start)
276 .word . ;\
277 .word table
344 .word _start
346 .word _edata
349 .word _edata
350 .word _ebss
351 .word svcstk + INIT_ARM_STACK_SIZE
354 .word virt_done
377 .word _C_LABE
[all...]
/freebsd-11-stable/contrib/diff/src/
H A Dcmp.c50 static size_t block_compare (word const *, word const *);
51 static size_t block_compare_and_count (word const *, word const *, off_t *);
67 static word *buffer[2];
347 PTRDIFF_MAX - sizeof (word));
349 /* Allocate word-aligned buffers, with space for sentinels at the end. */
351 words_per_buffer = (buf_size + 2 * sizeof (word) - 1) / sizeof (word);
352 buffer[0] = xmalloc (2 * sizeof (word) * words_per_buffe
[all...]
/freebsd-11-stable/contrib/binutils/bfd/doc/
H A Dchew.c79 [word starting with digit] - push atol(str) onto integer stack
284 char *word; member in struct:dict_struct
357 exec (word)
358 dict_type *word;
360 pc = word->code;
1124 nextword (string, word)
1126 char **word;
1176 *word = malloc (length + 1);
1178 dst = *word;
1213 lookup_word (word)
1239 dict_type *word; local
1318 char *word; local
[all...]
/freebsd-11-stable/sys/dev/imcsmb/
H A Dimcsmb.c64 static int imcsmb_readw(device_t dev, u_char slave, char cmd, short *word);
66 static int imcsmb_writew(device_t dev, u_char slave, char cmd, short word);
239 * @param[out] word
240 * The word which was read.
243 imcsmb_readw(device_t dev, u_char slave, char cmd, short *word) argument
246 return (imcsmb_transfer(dev, slave, cmd, word, TRUE, FALSE));
287 * @param[in] word
288 * The word to write.
291 imcsmb_writew(device_t dev, u_char slave, char cmd, short word) argument
294 return (imcsmb_transfer(dev, slave, cmd, &word, TRU
333 uint16_t *word; local
[all...]
/freebsd-11-stable/sys/contrib/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S230 //;;; It is then shifted into the high word, to make room for the wmask
289 movzx r12d,word ptr [r9]
290 movzx ebx, word ptr [r9 + r11 - 1]
298 cmp bx,word ptr [rsi + r8 - 1]
306 movzx r8d, word ptr [rdi + r8*2]
318 cmp bx,word ptr [rsi + r8 - 1]
326 movzx r8d, word ptr [rdi + r8*2]
337 cmp bx,word ptr [rsi + r8 - 1]
345 movzx r8d, word ptr [rdi + r8*2]
357 cmp bx,word pt
[all...]
/freebsd-11-stable/contrib/tcsh/
H A Dsh.hist.c147 if (sp && sp->next->word[0] == '\n')
188 struct hashValue /* State used to hash a wordend word list. */
200 /* This does a partial hash of the Chars in a single word. For efficiency we
204 addWordToHash(struct hashValue *h, const Char *word) argument
212 if ((k = (uChar)*word++) == 0) break; a += k;
213 if ((k = (uChar)*word++) == 0) break; b += k;
214 if ((k = (uChar)*word++) == 0) break; c += k;
221 if ((k = (uChar)*word++) == 0) break; a += k;
222 if ((k = (uChar)*word++) == 0) break; a += k << 16;
223 if ((k = (uChar)*word
301 addWordToHash(struct hashValue *h, const Char *word) argument
339 addWordToHash(struct hashValue *h, const Char *word) argument
434 struct wordent word[4]; local
[all...]
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S282 gdt: .word 0x0,0x0,0x0,0x0 # Null entry
283 .word 0xffff,0x0,0x9200,0xcf # SEL_SDATA
284 .word 0xffff,0x0,0x9200,0x0 # SEL_RDATA
285 .word 0xffff,0x0,0x9a00,0xcf # SEL_SCODE (32-bit)
286 .word 0xffff,0x0,0x9a00,0x8f # SEL_SCODE16 (16-bit)
291 gdtdesc: .word gdt.1-gdt-1 # Limit
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dtext_test.c53 const char **word; local
56 for (word = words; *word != NULL; word++)
67 const char **word; local
76 for (word = words, i = 0; *word != NULL; word++, i++) {
86 word_acum(const char *word, void *data) argument
90 strcat(acum, word);
[all...]
/freebsd-11-stable/sys/amd64/amd64/
H A Dmpboot.S83 .word bootcode-gdt /* index in gdt for 32 bit code */
147 .word kernelcode-gdt /* index in gdt for 64 bit code */
216 .word gdtend-gdt /* Length */
/freebsd-11-stable/libexec/rtld-elf/arm/
H A Drtld_start.S67 .word _GLOBAL_OFFSET_TABLE_ - (.L1+8)
68 .word _GLOBAL_OFFSET_TABLE_(GOT)
69 .word _DYNAMIC(GOT)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dinterps.c75 static char **interpreter_completer (char *text, char *word);
419 interpreter_completer (char *text, char *word) argument
440 (char *) xmalloc (strlen (word) + strlen (interp->name) + 1);
441 if (word == text)
443 else if (word > text)
446 strcpy (matches[num_matches], interp->name + (word - text));
451 strncpy (matches[num_matches], word, text - word);
452 matches[num_matches][text - word] = '\0';
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_i2c.h44 extern int bti2c_smb_writew(device_t dev, u_char slave, char cmd, short word);
/freebsd-11-stable/stand/efi/loader/arch/amd64/
H A Dstart.S76 .word 0
/freebsd-11-stable/stand/efi/loader/arch/i386/
H A Dstart.S68 .word 0
/freebsd-11-stable/contrib/gcc/
H A Dsbitmap.h60 /* The pointer to the first word of the bitmap. */
66 /* The current word index. */
73 SBITMAP_ELT_TYPE word; member in struct:__anon1366
88 i->word = 0;
90 i->word = (i->ptr[i->word_num]
102 for (; i->word == 0; i->word = i->ptr[i->word_num])
114 for (; (i->word & 1) == 0; i->word >>= 1)
127 i->word >>
[all...]

Completed in 290 milliseconds

1234567891011>>