Searched refs:word (Results 1 – 6 of 6) sorted by relevance
137 .word 0x08159 .word 0x003F176 .word 0x003F
133 .word 0x08153 .word 0x003F
229 register unsigned int word; in Get7Bits() local231 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()
94 #define ISWILD(word) (word[0] == '*' && word[1] == 0)194 char word[1]; member364 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] != '!')
39 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by368 # be prevented in individual cases by putting a % sign in front of the word or1040 # output. The symbol name can be a fully qualified name, a word, or if the
2810 u32_t, s32_t typedefs. This solves most debug word-length assumes.