Home
last modified time | relevance | path

Searched refs:word (Results 1 – 6 of 6) sorted by relevance

/sys/amd64/
Dmpboot.S137 .word 0x08
159 .word 0x003F
176 .word 0x003F
Dmultiboot.S133 .word 0x08
153 .word 0x003F
/lib/liblwip/src/netif/ppp/
Dchpms.c229 register unsigned int word; in Get7Bits() local
231 word = (unsigned)input[startBit / 8] << 8; in Get7Bits()
232 word |= (unsigned)input[startBit / 8 + 1]; in Get7Bits()
234 word >>= 15 - (startBit % 8 + 7); in Get7Bits()
236 return word & 0xFE; in Get7Bits()
Dauth.c94 #define ISWILD(word) (word[0] == '*' && word[1] == 0)
194 char word[1]; member
364 wp->word = (char *) (wp + 1);
366 BCOPY(addr, wp->word, l);
1151 char *p = addrs->word;
1220 if (addrs->word[0] == '-')
1222 if (addrs->word[0] != '!')
/docs/
DDoxyfile39 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
368 # be prevented in individual cases by putting a % sign in front of the word or
1040 # output. The symbol name can be a fully qualified name, a word, or if the
/lib/liblwip/
DCHANGELOG2810 u32_t, s32_t typedefs. This solves most debug word-length assumes.