HomeSort by: relevance | last modified time | path
    Searched defs:word (Results 1 - 25 of 81) sorted by relevancy

1 2 3 4

  /src/sys/dev/pci/ixgbe/
ixgbe_common.h 49 u16 word[2]; member in struct:ixgbe_pba
  /src/common/lib/libc/string/
bcopy.c 62 * sizeof(word) MUST BE A POWER OF TWO
65 typedef long word; /* "word" used for optimal copy speed */ typedef in typeref:typename:long
67 #define wsize sizeof(word)
121 TLOOP(*(word *)(void *)dst = *(const word *)(const void *)src; src += wsize; dst += wsize);
144 TLOOP(src -= wsize; dst -= wsize; *(word *)(void *)dst = *(const word *)(const void *)src);
  /src/games/robots/
main.c 66 const char *word; local in function:main
116 word = argv[i];
117 if (isdigit((unsigned char)word[0])) {
118 maximum = atoi(word);
120 Scorefile = word;
128 word = strrchr(Scorefile, '/');
129 if (word == NULL)
130 word = Scorefile;
131 if (strcmp(word, "pattern_roll") == 0)
133 else if (strcmp(word, "stand_still") == 0
    [all...]
  /src/games/adventure/
wizard.c 117 char *word, *x; local in function:wizard
121 getin(&word, &x);
122 if (!weq(word, magic)) {
  /src/usr.bin/mail/
head.c 178 * Collect a liberal (space, tab delimited) word into the word buffer
179 * passed. Also, return a pointer to the next word following that,
230 * XXX - line[], pbuf[], and word[] must be LINESIZE in length or
238 char word[LINESIZE]; local in function:parse
248 cp = nextword(cp, word);
249 cp = nextword(cp, word);
250 if (*word)
251 hl->l_from = copyin(word, &sp);
253 cp = nextword(cp, word);
    [all...]
main.c 157 char *word, *p; local in function:lexpand
160 word = list;
161 for (word = list; *word; word = p) {
162 word = skip_WSP(word);
163 for (p = word;
169 np = cat(np, nalloc(word, ntype));
  /src/sys/arch/aarch64/aarch64/
db_disasm.c 87 uint32_t word = 0; local in function:strdisasm_readword
91 kcopy((void*)address, &word, sizeof(word));
94 ufetch_32((uint32_t *)address, &word);
100 return word;
  /src/lib/libskey/
put.c 25 static void standard(char *word);
29 /* Dictionary for integer-word translations */
2059 "WORD",
2117 * 0 word not in data base
2118 * -1 badly formed in put ie > 4 char word
2123 char *word; local in function:etob
2137 if ((word = strtok_r(i == 0 ? input : NULL, " ", &last)) == NULL)
2140 l = strlen (word);
2153 standard (word);
2155 if ((v = wsrch (word, low, high)) < 0
    [all...]
  /src/sys/external/bsd/drm2/linux/
linux_wait_bit.c 84 const volatile unsigned long *word = bitmap + bit/(NBBY*sizeof(*word)); local in function:wait_bit_hash
86 return ((uintptr_t)word >> ilog2(CACHE_LINE_SIZE)) %
  /src/usr.bin/banner/
banner.c 171 * for each word, print up to 10 chars in big letters.
176 char word[10+1]; /* strings limited to 10 chars */ local in function:main
199 (void)strlcpy(word, argv[optind], sizeof (word));
200 scan_out(STDOUT_FILENO, word, '\0');
  /src/usr.bin/make/unit-tests/
dir.mk 35 # The braces may start in the middle of a word.
77 all: {{{{{{{{{{single-word}}}}}}}}}}
79 single-word:
92 .PHONY: single-word
95 .PHONY: dup-1 single-word
var-op-expand.mk 143 REF.word= 1:$$ 2:$$$$ 4:$$$$$$$$
145 VAR:= ${:Uword undef:@word@${REF.${word}}@}, direct: ${REF.word} ${REF.undef}
146 REF.word= word.after
156 # At that point, both REF.word and REF.undef are defined.
157 REF.word= 1:$$ 2:$$$$ 4:$$$$$$$$
159 VAR= ${:Uword undef:@word@${REF.${word}}@}, direct: ${REF.word} ${REF.undef
    [all...]
  /src/sys/arch/m68k/fpe/
fpu_calcea.c 168 DPRINTF(("%s: absolute address (word)\n",
184 DPRINTF(("%s: pc relative word displacement\n",
229 /* if word sized index, sign-extend */
239 /* brief extension word - sign-extend the displacement */
247 DPRINTF(("%s: brief ext word idxreg=%d, basedisp=%08x\n",
250 /* full extension word */
279 DPRINTF(("%s: invalid indirect mode: ext word %04x\n",
385 * extension word from the opcode
571 /* sign-extend word to long */
621 int disp, word; local in function:fetch_disp
663 int word; local in function:calc_ea
    [all...]
  /src/sys/arch/x86/pci/imcsmb/
imcsmb.c 245 uint16_t *word; local in function:imcsmb_exec
255 word = (uint16_t *) buf;
257 lword = *word;
297 /* [29:29] For word operations, set the WORD_ACCESS bit. */
320 * endianness for word operations on I2C vs SMBus!
328 * word.
  /src/sys/dev/qbus/
dlreg.h 16 u_short word; member in union:w_b
  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v14.c 168 uint16_t word; local in function:eepromSwap
172 word = __bswap16(ee->baseEepHeader.length);
173 ee->baseEepHeader.length = word;
175 word = __bswap16(ee->baseEepHeader.checksum);
176 ee->baseEepHeader.checksum = word;
178 word = __bswap16(ee->baseEepHeader.version);
179 ee->baseEepHeader.version = word;
181 word = __bswap16(ee->baseEepHeader.regDmn[0]);
182 ee->baseEepHeader.regDmn[0] = word;
184 word = __bswap16(ee->baseEepHeader.regDmn[1])
    [all...]
ah_eeprom_v4k.c 152 uint16_t word; local in function:eepromSwap
156 word = __bswap16(ee->baseEepHeader.length);
157 ee->baseEepHeader.length = word;
159 word = __bswap16(ee->baseEepHeader.checksum);
160 ee->baseEepHeader.checksum = word;
162 word = __bswap16(ee->baseEepHeader.version);
163 ee->baseEepHeader.version = word;
165 word = __bswap16(ee->baseEepHeader.regDmn[0]);
166 ee->baseEepHeader.regDmn[0] = word;
168 word = __bswap16(ee->baseEepHeader.regDmn[1])
    [all...]
  /src/usr.sbin/memswitch/
memswitch.h 61 unsigned short word[2]; member in union:property::value
  /src/usr.sbin/rpc.bootparamd/
bootparamd.c 318 char *canon = NULL, *bp, *word = NULL; local in function:lookup_bootparam
341 if ((word = strsep(&bp, " \t\n")) == NULL)
345 if (!strcmp(word, "+")) {
353 word = client;
359 warnx("match %s with %s", word, client);
369 if (fnmatch(word, client, FNM_CASEFOLD) == 0) {
378 if (HASGLOB(word))
381 canon = word;
391 if (HASGLOB(word)) {
394 word);
    [all...]
  /src/common/dist/zlib/contrib/iostream2/
zstream.h 44 size_t value() const { return val.word; }
46 struct Val { unsigned char byte; size_t word; } val; member in struct:zstringlen::Val
131 if (val.byte == 255) zs > val.word;
132 else val.word = val.byte;
278 val.byte = 255; val.word = ::strlen(x);
279 if (val.word < 255) zs < (val.byte = val.word);
  /src/usr.bin/ftp/
complete.c 73 * word word which started the match
79 complete_ambiguous(char *word, int list, StringList *words)
86 wordlen = strlen(word);
92 if (*p == '\0') /* at end of word? */
131 complete_command(char *word, int list)
139 wordlen = strlen(word);
144 if (strncmp(word, c->c_name, wordlen) == 0)
148 rv = complete_ambiguous(word, list, words);
161 complete_local(char *word, int list
354 static char word[FTPBUFLEN]; local in function:complete
    [all...]
  /src/share/examples/refuse/ian/libfetch/
common.c 657 static char word[1024]; local in function:_fetch_read_word
659 if (fscanf(f, " %1024s ", word) != 1)
661 return (word);
671 const char *word; local in function:_fetch_netrc_auth
695 while ((word = _fetch_read_word(f)) != NULL) {
696 if (strcmp(word, "default") == 0) {
700 if (strcmp(word, "machine") == 0 &&
701 (word = _fetch_read_word(f)) != NULL &&
702 strcasecmp(word, url->host) == 0) {
703 DEBUG(_fetch_info("Using .netrc settings for %s", word));
    [all...]
  /src/sys/arch/arm/imx/
imx51_ipuv3.c 805 int word = (name >> 16) & 0xff; local in function:imx51_ipuv3_set_idma_param
810 index = word * 5;
  /src/sys/arch/sh3/include/
sh_opcode.h 4 unsigned word; member in union:__anon0130a2c2010a
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_msg.c 181 unsigned long word = 0; local in function:vmw_port_hb_out
183 memcpy(&word, msg, bytes);
190 word, si, di,

Completed in 24 milliseconds

1 2 3 4