Searched refs:u_int (Results 1 - 25 of 79) sorted by relevance

1234

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dieee754.h92 u_int sng_sign:1;
93 u_int sng_exp:SNG_EXPBITS;
94 u_int sng_frac:SNG_FRACBITS;
96 u_int sng_frac:SNG_FRACBITS;
97 u_int sng_exp:SNG_EXPBITS;
98 u_int sng_sign:1;
109 u_int dbl_sign:1;
110 u_int dbl_exp:DBL_EXPBITS;
111 u_int dbl_frach:DBL_FRACHBITS;
112 u_int dbl_frac
[all...]
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dipcp.h87 u_int neg_addr : 1; /* Negotiate IP Address? */
88 u_int old_addrs : 1; /* Use old (IP-Addresses) option? */
89 u_int req_addr : 1; /* Ask peer to send IP address? */
90 u_int default_route : 1; /* Assign default route through interface? */
91 u_int proxy_arp : 1; /* Make proxy ARP entry for peer? */
92 u_int neg_vj : 1; /* Van Jacobson Compression? */
93 u_int old_vj : 1; /* use old (short) form of VJ option? */
94 u_int accept_local : 1; /* accept peer's value for ouraddr */
95 u_int accept_remote : 1; /* accept peer's value for hisaddr */
96 u_int req_dns
[all...]
H A Dlcp.h94 u_int passive : 1; /* Don't die if we don't get a response */
95 u_int silent : 1; /* Wait for the other end to start first */
96 u_int restart : 1; /* Restart vs. exit after close */
97 u_int neg_mru : 1; /* Negotiate the MRU? */
98 u_int neg_asyncmap : 1; /* Negotiate the async map? */
99 u_int neg_upap : 1; /* Ask for UPAP authentication? */
100 u_int neg_chap : 1; /* Ask for CHAP authentication? */
101 u_int neg_magicnumber : 1; /* Ask for magic number? */
102 u_int neg_pcompression : 1; /* HDLC Protocol Field Compression? */
103 u_int neg_accompressio
[all...]
H A Dppp.h102 typedef unsigned int u_int; typedef
307 u_int disable_defaultip : 1; /* Don't use hostname for default IP addrs */
308 u_int auth_required : 1; /* Peer is required to authenticate */
309 u_int explicit_remote : 1; /* remote_name specified with remotename opt */
310 u_int refuse_pap : 1; /* Don't wanna auth. ourselves with PAP */
311 u_int refuse_chap : 1; /* Don't wanna auth. ourselves with CHAP */
312 u_int usehostname : 1; /* Use hostname for our_name */
313 u_int usepeerdns : 1; /* Ask peer for DNS adds */
404 u_int pppMTU(int pd);
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dipcp.h79 u_int neg_addr : 1; /* Negotiate IP Address? */
80 u_int old_addrs : 1; /* Use old (IP-Addresses) option? */
81 u_int req_addr : 1; /* Ask peer to send IP address? */
82 u_int default_route : 1; /* Assign default route through interface? */
83 u_int proxy_arp : 1; /* Make proxy ARP entry for peer? */
84 u_int neg_vj : 1; /* Van Jacobson Compression? */
85 u_int old_vj : 1; /* use old (short) form of VJ option? */
86 u_int accept_local : 1; /* accept peer's value for ouraddr */
87 u_int accept_remote : 1; /* accept peer's value for hisaddr */
88 u_int req_dns
[all...]
H A Dlcp.h84 u_int passive : 1; /* Don't die if we don't get a response */
85 u_int silent : 1; /* Wait for the other end to start first */
86 u_int restart : 1; /* Restart vs. exit after close */
87 u_int neg_mru : 1; /* Negotiate the MRU? */
88 u_int neg_asyncmap : 1; /* Negotiate the async map? */
89 u_int neg_upap : 1; /* Ask for UPAP authentication? */
90 u_int neg_chap : 1; /* Ask for CHAP authentication? */
91 u_int neg_magicnumber : 1; /* Ask for magic number? */
92 u_int neg_pcompression : 1; /* HDLC Protocol Field Compression? */
93 u_int neg_accompressio
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Arm/machine/
H A Datomic.h54 void atomic_set_bit( u_int *, u_int );
55 void atomic_clear_bit( u_int *, u_int );
61 u_int cpsr_save, tmp; \
79 inline_atomic_set_bit( u_int *address, u_int setmask )
85 inline_atomic_clear_bit( u_int *address, u_int clearmask )
H A Dcpufunc.h54 u_int (*cf_id) __P((void));
59 u_int (*cf_control) __P((u_int, u_int));
60 void (*cf_domains) __P((u_int));
61 void (*cf_setttb) __P((u_int));
62 u_int (*cf_faultstatus) __P((void));
63 u_int (*cf_faultaddress) __P((void));
68 void (*cf_tlb_flushID_SE) __P((u_int));
70 void (*cf_tlb_flushI_SE) __P((u_int));
[all...]
H A Dparam.h84 * for all data types (int, long, ...). The result is u_int and
94 #define ALIGN(p) (((u_int)(p) + ALIGNBYTES) &~ ALIGNBYTES)
98 #define STACKALIGN(p) ((u_int)(p) &~ STACKALIGNBYTES)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/x86/
H A Dieee.h70 u_int ext_fracl:EXT_FRACLBITS;
71 u_int ext_frach:EXT_FRACHBITS;
73 u_int ext_int:1;
75 u_int ext_exp:EXT_EXPBITS;
76 u_int ext_sign:1;
/vbox/src/VBox/Devices/Network/slirp/bsd/i386/include/
H A Din_cksum.h61 static __inline u_int
64 register u_int sum = 0;
109 in_pseudo(u_int sum, u_int b, u_int c)
138 u_int in_cksum_hdr(const struct ip *ip);
140 u_short in_pseudo(u_int sum, u_int b, u_int c);
/vbox/src/VBox/Devices/Network/slirp/bsd/amd64/include/
H A Din_cksum.h78 u_int in_cksum_hdr(const struct ip *ip);
80 u_short in_pseudo(u_int sum, u_int b, u_int c);
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dpcmcia.h8 typedef unsigned int u_int; typedef
38 u_int stringlength;
43 extern u_int pccsocks;
79 u_int features;
80 u_int irq_mask;
81 u_int map_size;
99 u_int flags;
100 u_int csc_mask;
143 u_int card_start;
149 u_int star
[all...]
/vbox/src/VBox/Devices/Network/slirp/
H A Dsbuf.h38 u_int sb_cc; /* actual chars in buffer */
39 u_int sb_datalen; /* Length of data */
H A Dsocket.h80 u_int so_expire; /* When the socket will expire */
170 struct socket * solookup (struct socket *, struct in_addr, u_int, struct in_addr, u_int);
179 struct socket * solisten (PNATState, u_int32_t, u_int, u_int32_t, u_int, int);
/vbox/src/VBox/Runtime/r3/freebsd/
H A Dsystemmem-freebsd.cpp65 u_int cPagesMemFree = 0;
66 u_int cPagesMemInactive = 0;
67 u_int cPagesMemCached = 0;
68 u_int cPagesMemUsed = 0;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/netinet/
H A Dip.h67 u_int ip_hl:4, /* header length */
71 u_int ip_v:4, /* version */
157 u_int ipt_flg:4, /* flags, see below */
161 u_int ipt_oflw:4, /* overflow counter */
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/sys/
H A Dtypes.h58 typedef unsigned int u_int; typedef
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/sys/
H A Dtypes.h58 typedef unsigned int u_int; typedef
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dnsap_addr.c39 u_int
47 u_int len = 0;
49 while ((c = *ascii++) != '\0' && len < (u_int)maxlen) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dmd_var.h73 void cpu_mp_add(u_int, u_int, u_int);
/vbox/src/VBox/Runtime/common/math/gcc/
H A Dquad.h75 # if !defined(RT_OS_LINUX) || !defined(__KERNEL__) /* (linux/types.h defines u_int) */
76 typedef unsigned int u_int; typedef
95 u_int ul[2]; /* as two unsigned ints */
116 * ((quad_t)(x) << (number_of_bits_in_int/2)). (`x' must actually be u_int.)
122 #define HHALF(x) ((u_int)(x) >> HALF_BITS)
123 #define LHALF(x) ((u_int)(x) & (((int)1 << HALF_BITS) - 1))
124 #define LHUP(x) ((u_int)(x) << HALF_BITS)
H A Dmuldi3.c53 * u = 2^n u1 * u0 (n = number of bits in `u_int', usu. 32)
104 static quad_t __lmulq(u_int, u_int);
111 u_int high, mid, udiff, vdiff;
144 * u_int * u_int => u_int arithmetic.
185 * Note that, for u_int l, the quad-precision result
192 __lmulq(u_int u, u_int
[all...]
H A Dqdivrem.c55 #define COMBINE(a, b) (((u_int)(a) << HALF_BITS) | (b))
61 typedef u_int digit;
70 * fit within u_int. As a consequence, the maximum length dividend and
81 u_int qhat, rhat, t;
132 u_int rbj; /* r*B+u[j] (not root boy jim) */
208 u_int nn = COMBINE(uj0, uj1);
257 u[i] = (digit)(((u_int)u[i] >> d) |
258 LHALF((u_int)u[i - 1] << (HALF_BITS - d)));
282 p[i] = (digit)(LHALF((u_int)p[i] << sh) |
283 ((u_int)
[all...]
/vbox/src/VBox/Main/src-server/freebsd/
H A DPerformanceFreeBSD.cpp63 u_int cPagesMemFree = 0;
64 u_int cPagesMemInactive = 0;
65 u_int cPagesMemCached = 0;
66 u_int cPagesMemUsed = 0;

Completed in 696 milliseconds

1234