Searched defs:word (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Dmath_private.h23 n0 = ((*(int*)&one)>>29)^1; * index of high word *
24 ix0 = *(n0+(int*)&x); * high word of x *
25 ix1 = *((1-n0)+(int*)&x); * low word of x *
37 * The ARM ports are little endian except for the FPA word order which is
134 u_int32_t word; member in union:__anon13028
143 (i) = gf_u.word; \
151 sf_u.word = (i); \
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_regset.c90 ulong_t word = drp->dr_bitmap[wx]; local
95 if ((word & bit) == 0) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dipv6.c74 PRUint32 *word = (PRUint32*)address; local
79 PR_fprintf(err, " %08x", *word++);
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dchpms.c268 register unsigned int word; local
270 word = (unsigned)input[startBit / 8] << 8;
271 word |= (unsigned)input[startBit / 8 + 1];
273 word >>= 15 - (startBit % 8 + 7);
275 return word & 0xFE;
H A Dauth.c101 char word[1]; member in struct:wordlist
877 char *p = addrs->word;
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dchpms.c229 register unsigned int word; local
231 word = (unsigned)input[startBit / 8] << 8;
232 word |= (unsigned)input[startBit / 8 + 1];
234 word >>= 15 - (startBit % 8 + 7);
236 return word & 0xFE;
H A Dauth.c94 #define ISWILD(word) (word[0] == '*' && word[1] == 0)
194 char word[1]; member in struct:wordlist
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] != '!')
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dregisters.h32 uint16_t word; member in union:__anon15037
50 uint16_t word; member in union:__anon15040
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dnatsemi.c173 uint16_t word; local
178 word = ( ( le16_to_cpu ( eeprom[ offset ] ) >> 15 ) |
180 hw_addr[i] = cpu_to_le16 ( word );
H A Dsmc9000.h39 typedef unsigned short word; typedef
270 #define PHY_AD_ACK 0x4000 // 1=got link code word from remote
359 #define PHY_AD_ACK 0x4000 // 1=got link code word from remote
/vbox/src/libs/zlib-1.2.6/contrib/iostream2/
H A Dzstream.h44 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);
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/
H A Dwpa_tkip.c293 * Update Michael message integrity code based on next 32-bit word of data
296 * @v word Next 32-bit word of data
298 static void tkip_feed_michael ( u32 *V, u32 word )
300 V[0] ^= word;
327 u32 word[3]; member in union:__anon15771
340 tkip_feed_michael ( V, le32_to_cpu ( cap.word[0] ) );
341 tkip_feed_michael ( V, le32_to_cpu ( cap.word[1] ) );
342 tkip_feed_michael ( V, le32_to_cpu ( cap.word[2] ) );
359 tkip_feed_michael ( V, le32_to_cpu ( cap.word[
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_eeprom_4k.c144 u16 word; local
149 word = swab16(eep->baseEepHeader.length);
150 eep->baseEepHeader.length = word;
152 word = swab16(eep->baseEepHeader.checksum);
153 eep->baseEepHeader.checksum = word;
155 word = swab16(eep->baseEepHeader.version);
156 eep->baseEepHeader.version = word;
158 word = swab16(eep->baseEepHeader.regDmn[0]);
159 eep->baseEepHeader.regDmn[0] = word;
161 word
[all...]
H A Dath9k_eeprom_9287.c87 u16 temp, word, magic, magic2, *eepdata; local
142 word = swab16(eep->baseEepHeader.length);
143 eep->baseEepHeader.length = word;
145 word = swab16(eep->baseEepHeader.checksum);
146 eep->baseEepHeader.checksum = word;
148 word = swab16(eep->baseEepHeader.version);
149 eep->baseEepHeader.version = word;
151 word = swab16(eep->baseEepHeader.regDmn[0]);
152 eep->baseEepHeader.regDmn[0] = word;
154 word
[all...]
H A Dath9k_eeprom_def.c201 u16 word; local
206 word = swab16(eep->baseEepHeader.length);
207 eep->baseEepHeader.length = word;
209 word = swab16(eep->baseEepHeader.checksum);
210 eep->baseEepHeader.checksum = word;
212 word = swab16(eep->baseEepHeader.version);
213 eep->baseEepHeader.version = word;
215 word = swab16(eep->baseEepHeader.regDmn[0]);
216 eep->baseEepHeader.regDmn[0] = word;
218 word
[all...]
H A Dath9k_ar9003_eeprom.c3093 * word stream, an even address means we only use the lower half of
3094 * the 16-bit word at that address
3222 u8 *word, int length, int mdata_size)
3234 memcpy(mptr, (u8 *) (word + COMP_HDR_LEN), length);
3255 (u8 *) (word + COMP_HDR_LEN), length);
3270 u32 *word = data; local
3271 return !(*word == 0 || *word == (unsigned int)~0);
3310 u8 *word; local
3321 word
3217 ar9300_compress_decision(struct ath_hw *ah, int it, int code, int reference, u8 *mptr, u8 *word, int length, int mdata_size) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXIproto.h84 BYTE word; member in struct:_XExtEventInfo
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileWin.cpp1574 DWORD word = GetFileAttributes(mWorkingPath.get()); local
1575 if (word == INVALID_FILE_ATTRIBUTES)
1578 PRBool isWritable = !(word & FILE_ATTRIBUTE_READONLY);
1969 DWORD word = GetFileAttributes(filePath); local
1971 *_retval = ((word & fileAttrib) != 0);
/vbox/src/VBox/Additions/x11/x11include/inputproto-1.9.99.902/X11/extensions/
H A DXIproto.h85 BYTE word; member in struct:_XExtEventInfo
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 3294 milliseconds