Home
last modified time | relevance | path

Searched refs:u32_t (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/dports/games/edge/Edge-1.35-source/epi/
H A Dmersenne_twist.h81 u32_t state[N]; // internal state
97 u32_t rand(u32_t n); // integer in [0..n] for n < 2^32
100 void seed(u32_t oneSeed);
108 void initialize(u32_t oneSeed);
111 inline u32_t hiBit(u32_t u) const { return u & 0x80000000UL; } in hiBit()
112 inline u32_t loBit(u32_t u) const { return u & 0x00000001UL; } in loBit()
113 inline u32_t loBits(u32_t u) const { return u & 0x7fffffffUL; } in loBits()
114 inline u32_t mixBits(u32_t u, u32_t v) const in mixBits()
116 inline u32_t twist(u32_t m, u32_t s0, u32_t s1) const in twist()
124 inline u32_t MTRand::rand() in rand()
[all …]
H A Dmersenne_twist.cc19 void MTRand::seed(u32_t oneSeed) in seed()
26 u32_t MTRand::rand(u32_t n) in rand()
30 u32_t used = n; in rand()
39 u32_t i; in rand()
97 void MTRand::initialize(const u32_t seed) in initialize()
104 u32_t *s = state; in initialize()
105 u32_t *r = state; in initialize()
119 u32_t *p = state; in reload()
133 void MTRand::save(u32_t *dest) const in save()
141 void MTRand::load(const u32_t *source) in load()
[all …]
H A Dfxp_fixed.cc284 u32_t shift = 15; in fxsqrt()
285 u32_t B = X.raw; in fxsqrt()
297 u32_t A = (B >> 8); in fxsqrt()
429 fix_c base_sin(u32_t bam) in base_sin()
433 u32_t B = bam >> 14; in base_sin()
434 u32_t A = (B >> 8); in base_sin()
559 fix_c base_tan(u32_t bam) in base_tan()
563 u32_t B = bam >> 13; in base_tan()
564 u32_t A = (B >> 8); in base_tan()
721 u32_t B = X.raw; in base_atan()
[all …]
/dports/audio/squeezelite/squeezelite-7b13fd9/
H A Dslimproto.h33 u32_t length;
47 u32_t length;
48 u32_t event;
57 u32_t jiffies;
70 u32_t length;
77 u32_t length;
84 u32_t length;
91 u32_t length;
99 u32_t length;
144 u32_t gainL;
[all …]
H A Dalac.c52 u32_t pos;
56 u32_t skip;
102 u32_t len; in read_mp4_header()
129 u32_t i; in read_mp4_header()
149 u32_t entries = unpackN((u32_t *)ptr); in read_mp4_header()
152 u32_t count = unpackN((u32_t *)ptr); in read_mp4_header()
153 u32_t size = unpackN((u32_t *)(ptr + 4)); in read_mp4_header()
175 u32_t entries = unpackN((u32_t *)ptr); in read_mp4_header()
196 u32_t first = unpackN((u32_t *)ptr); in read_mp4_header()
197 u32_t samples = unpackN((u32_t *)(ptr + 4)); in read_mp4_header()
[all …]
H A Dfaad.c43 u32_t pos;
47 u32_t skip;
120 u32_t len;
164 u32_t i;
166 u32_t entries = unpackN((u32_t *)ptr);
169 u32_t count = unpackN((u32_t *)ptr);
170 u32_t size = unpackN((u32_t *)(ptr + 4));
192 u32_t entries = unpackN((u32_t *)ptr);
208 u32_t stsc_entries = unpackN((u32_t *)a->stsc);
213 u32_t first = unpackN((u32_t *)ptr);
[all …]
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/include/ipv4/lwip/
H A Dip_addr.h45 u32_t addr;
55 PACK_STRUCT_FIELD(u32_t addr);
96 #define IPADDR_NONE ((u32_t)0xffffffffUL)
98 #define IPADDR_LOOPBACK ((u32_t)0x7f000001UL)
100 #define IPADDR_ANY ((u32_t)0x00000000UL)
102 #define IPADDR_BROADCAST ((u32_t)0xffffffffUL)
140 (ipaddr)->addr = ((u32_t)((a) & 0xff) << 24) | \
143 (u32_t)((d) & 0xff)
151 (u32_t)((a) & 0xff)
206 u8_t ip4_addr_netmask_valid(u32_t netmask);
[all …]
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/include/drivers/brcm/
H A Dchimp_nv_defs.h21 typedef uint32_t u32_t; typedef
86 u32_t sig;
88 u32_t length;
90 u32_t block_size;
101 u32_t nvram_size;
103 u32_t chksum;
109 u32_t sig;
111 u32_t length;
113 u32_t entries;
131 u32_t item_location;
[all …]
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/include/drivers/brcm/
H A Dchimp_nv_defs.h21 typedef uint32_t u32_t; typedef
86 u32_t sig;
88 u32_t length;
90 u32_t block_size;
101 u32_t nvram_size;
103 u32_t chksum;
109 u32_t sig;
111 u32_t length;
113 u32_t entries;
131 u32_t item_location;
[all …]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/include/drivers/brcm/
H A Dchimp_nv_defs.h21 typedef uint32_t u32_t; typedef
86 u32_t sig;
88 u32_t length;
90 u32_t block_size;
101 u32_t nvram_size;
103 u32_t chksum;
109 u32_t sig;
111 u32_t length;
113 u32_t entries;
131 u32_t item_location;
[all …]
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/include/drivers/brcm/
H A Dchimp_nv_defs.h21 typedef uint32_t u32_t; typedef
86 u32_t sig;
88 u32_t length;
90 u32_t block_size;
101 u32_t nvram_size;
103 u32_t chksum;
109 u32_t sig;
111 u32_t length;
113 u32_t entries;
131 u32_t item_location;
[all …]
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/include/drivers/brcm/
H A Dchimp_nv_defs.h21 typedef uint32_t u32_t; typedef
86 u32_t sig;
88 u32_t length;
90 u32_t block_size;
101 u32_t nvram_size;
103 u32_t chksum;
109 u32_t sig;
111 u32_t length;
113 u32_t entries;
131 u32_t item_location;
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/netif/ppp/
H A Drandm.c83 avChurnRand(char *randData, u32_t randLen) in avChurnRand()
122 avGenRand(char *buf, u32_t bufLen) in avGenRand()
126 u32_t n; in avGenRand()
144 u32_t
147 u32_t newRand; in avRandom()
185 u32_t *lptr1 = (u32_t *)((char *)&clockBuf[3]); in avRandomInit()
198 avRandomSeed += *(u32_t *)clockBuf + *lptr1 + OSIdleCtr in avRandomInit()
199 + ppp_mtime() + ((u32_t)TM1 << 16) + TM1; in avRandomInit()
218 static u32_t last_jiffies; in avRandomize()
240 u32_t
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/netif/ppp/
H A Drandm.c83 avChurnRand(char *randData, u32_t randLen) in avChurnRand()
122 avGenRand(char *buf, u32_t bufLen) in avGenRand()
126 u32_t n; in avGenRand()
144 u32_t
147 u32_t newRand; in avRandom()
185 u32_t *lptr1 = (u32_t *)((char *)&clockBuf[3]); in avRandomInit()
198 avRandomSeed += *(u32_t *)clockBuf + *lptr1 + OSIdleCtr in avRandomInit()
199 + ppp_mtime() + ((u32_t)TM1 << 16) + TM1; in avRandomInit()
218 static u32_t last_jiffies; in avRandomize()
240 u32_t
[all …]
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/netif/ppp/
H A Drandm.c84 avChurnRand(char *randData, u32_t randLen) in avChurnRand()
123 avGenRand(char *buf, u32_t bufLen) in avGenRand()
127 u32_t n; in avGenRand()
145 u32_t
148 u32_t newRand; in avRandom()
186 u32_t *lptr1 = (u32_t *)((char *)&clockBuf[3]); in avRandomInit()
199 avRandomSeed += *(u32_t *)clockBuf + *lptr1 + OSIdleCtr in avRandomInit()
200 + ppp_mtime() + ((u32_t)TM1 << 16) + TM1; in avRandomInit()
219 static u32_t last_jiffies; in avRandomize()
241 u32_t
[all …]
/dports/games/eureka/eureka-1.27b-source/src/
H A Dsys_endian.h76 static inline u32_t UT_Swap32(u32_t x) in UT_Swap32()
82 static inline u32_t UT_Swap32(u32_t x) in UT_Swap32()
88 static inline u32_t UT_Swap32(u32_t x) in UT_Swap32()
90 u32_t result; in UT_Swap32()
98 static inline u32_t UT_Swap32(u32_t x) { in UT_Swap32()
108 #define LE_U32(X) ((u32_t)(X))
115 #define BE_U32(X) ((u32_t)(X))
120 #define LE_S32(X) ((s32_t) LE_U32((u32_t) (X)))
122 #define BE_S32(X) ((s32_t) BE_U32((u32_t) (X)))
H A Dw_rawdef.h35 u32_t num_entries;
36 u32_t dir_start;
44 u32_t pos;
45 u32_t size;
195 u32_t start; // from this vertex...
196 u32_t end; // ... to this vertex
207 u32_t end; // ... to this vertex
243 u32_t first; // first Seg
250 u32_t segnum;
312 u32_t masked; // NOT USED
[all …]
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/include/ipv4/lwip/
H A Dip_addr.h42 PACK_STRUCT_FIELD(u32_t addr);
65 u32_t s_addr;
80 #define INADDR_NONE ((u32_t) 0xffffffff) /* 255.255.255.255 */
81 #define INADDR_LOOPBACK ((u32_t) 0x7f000001) /* 127.0.0.1 */
88 #define IN_CLASSA(a) ((((u32_t)(a)) & 0x80000000) == 0)
94 #define IN_CLASSB(a) ((((u32_t)(a)) & 0xc0000000) == 0x80000000)
100 #define IN_CLASSC(a) ((((u32_t)(a)) & 0xe0000000) == 0xc0000000)
105 #define IN_CLASSD(a) (((u32_t)(a) & 0xf0000000) == 0xe0000000)
111 #define IN_EXPERIMENTAL(a) (((u32_t)(a) & 0xf0000000) == 0xf0000000)
116 #define IP4_ADDR(ipaddr, a,b,c,d) (ipaddr)->addr = htonl(((u32_t)(a & 0xff) << 24) | ((u32_t)(b & 0…
[all …]
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/
H A Dinet.h45 u32_t s_addr;
48 #define INADDR_NONE ((u32_t)0xffffffffUL) /* 255.255.255.255 */
49 #define INADDR_LOOPBACK ((u32_t)0x7f000001UL) /* 127.0.0.1 */
50 #define INADDR_ANY ((u32_t)0x00000000UL) /* 0.0.0.0 */
51 #define INADDR_BROADCAST ((u32_t)0xffffffffUL) /* 255.255.255.255 */
53 u32_t inet_addr(const char *cp);
95 u32_t htonl(u32_t x);
96 u32_t ntohl(u32_t x);
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/ipv4/lwip/
H A Dinet.h45 u32_t s_addr;
48 #define INADDR_NONE ((u32_t)0xffffffffUL) /* 255.255.255.255 */
49 #define INADDR_LOOPBACK ((u32_t)0x7f000001UL) /* 127.0.0.1 */
50 #define INADDR_ANY ((u32_t)0x00000000UL) /* 0.0.0.0 */
51 #define INADDR_BROADCAST ((u32_t)0xffffffffUL) /* 255.255.255.255 */
53 u32_t inet_addr(const char *cp);
95 u32_t htonl(u32_t x);
96 u32_t ntohl(u32_t x);
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/include/ipv4/lwip/
H A Dinet.h43 u32_t s_addr;
46 #define INADDR_NONE ((u32_t)0xffffffffUL) /* 255.255.255.255 */
47 #define INADDR_LOOPBACK ((u32_t)0x7f000001UL) /* 127.0.0.1 */
48 #define INADDR_ANY ((u32_t)0x00000000UL) /* 0.0.0.0 */
49 #define INADDR_BROADCAST ((u32_t)0xffffffffUL) /* 255.255.255.255 */
51 u32_t inet_addr(const char *cp);
93 u32_t htonl(u32_t x);
94 u32_t ntohl(u32_t x);
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/include/ipv4/lwip/
H A Dinet.h43 u32_t s_addr;
46 #define INADDR_NONE ((u32_t)0xffffffffUL) /* 255.255.255.255 */
47 #define INADDR_LOOPBACK ((u32_t)0x7f000001UL) /* 127.0.0.1 */
48 #define INADDR_ANY ((u32_t)0x00000000UL) /* 0.0.0.0 */
49 #define INADDR_BROADCAST ((u32_t)0xffffffffUL) /* 255.255.255.255 */
51 u32_t inet_addr(const char *cp);
93 u32_t htonl(u32_t x);
94 u32_t ntohl(u32_t x);
/dports/games/edge/Edge-1.35-source/src/
H A Ddm_structs.h30 u32_t num_entries;
31 u32_t dir_start;
39 u32_t pos;
40 u32_t size;
181 u32_t start; // from this vertex...
182 u32_t end; // ... to this vertex
190 #define SF_GL_VERTEX_V3 (u32_t)(1 << 30)
191 #define SF_GL_VERTEX_V5 (u32_t)(1 << 31)
226 u32_t first; // first Seg
241 #define NF_V5_SUBSECTOR (u32_t)(1 << 31)
[all …]
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/core/
H A Dstats.c116 LWIP_PLATFORM_DIAG(("avail: %"U32_F"\n\t", (u32_t)mem->avail)); in stats_display_mem()
117 LWIP_PLATFORM_DIAG(("used: %"U32_F"\n\t", (u32_t)mem->used)); in stats_display_mem()
118 LWIP_PLATFORM_DIAG(("max: %"U32_F"\n\t", (u32_t)mem->max)); in stats_display_mem()
119 LWIP_PLATFORM_DIAG(("err: %"U32_F"\n", (u32_t)mem->err)); in stats_display_mem()
142 LWIP_PLATFORM_DIAG(("sem.used: %"U32_F"\n\t", (u32_t)sys->sem.used)); in stats_display_sys()
143 LWIP_PLATFORM_DIAG(("sem.max: %"U32_F"\n\t", (u32_t)sys->sem.max)); in stats_display_sys()
144 LWIP_PLATFORM_DIAG(("sem.err: %"U32_F"\n\t", (u32_t)sys->sem.err)); in stats_display_sys()
146 LWIP_PLATFORM_DIAG(("mutex.max: %"U32_F"\n\t", (u32_t)sys->mutex.max)); in stats_display_sys()
147 LWIP_PLATFORM_DIAG(("mutex.err: %"U32_F"\n\t", (u32_t)sys->mutex.err)); in stats_display_sys()
149 LWIP_PLATFORM_DIAG(("mbox.max: %"U32_F"\n\t", (u32_t)sys->mbox.max)); in stats_display_sys()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/include/lwip/
H A Dtcp.h191 u32_t rcv_nxt; /* next seqno expected */
197 u32_t tmr;
206 u32_t rttest; /* RTT estimate in 500ms ticks */
207 u32_t rtseq; /* sequence number being timed */
214 u32_t lastack; /* Highest acknowledged seqno. */
262 u32_t ts_lastacksent;
263 u32_t ts_recent;
267 u32_t keep_idle;
269 u32_t keep_intvl;
270 u32_t keep_cnt;
[all …]

12345678910>>...20