Home
last modified time | relevance | path

Searched refs:UL (Results 1 – 13 of 13) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dmd5.c105 #define UL(x) x##UL macro
108 #define UL(x) x##UL macro
110 #define UL(x) x macro
229 FF ( a, b, c, d, in[ 0], S11, UL(3614090360)); /* 1 */ in Transform()
230 FF ( d, a, b, c, in[ 1], S12, UL(3905402710)); /* 2 */ in Transform()
231 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */ in Transform()
232 FF ( b, c, d, a, in[ 3], S14, UL(3250441966)); /* 4 */ in Transform()
233 FF ( a, b, c, d, in[ 4], S11, UL(4118548399)); /* 5 */ in Transform()
234 FF ( d, a, b, c, in[ 5], S12, UL(1200080426)); /* 6 */ in Transform()
235 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */ in Transform()
[all …]
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dip6_addr.h149 #define ip6_addr_isloopback(ip6addr) (((ip6addr)->addr[0] == 0UL) && \
150 ((ip6addr)->addr[1] == 0UL) && \
151 ((ip6addr)->addr[2] == 0UL) && \
188 ((ip6addr)->addr[1] == 0UL) && \
189 ((ip6addr)->addr[2] == 0UL) && \
193 ((ip6addr)->addr[1] == 0UL) && \
194 ((ip6addr)->addr[2] == 0UL) && \
202 ((ip6addr)->addr[1] == 0UL) && \
203 ((ip6addr)->addr[2] == 0UL) && \
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dip6_addr.h198 #define ip6_addr_isloopback(ip6addr) (((ip6addr)->addr[0] == 0UL) && \
199 ((ip6addr)->addr[1] == 0UL) && \
200 ((ip6addr)->addr[2] == 0UL) && \
243 ((ip6addr)->addr[1] == 0UL) && \
244 ((ip6addr)->addr[2] == 0UL) && \
248 ((ip6addr)->addr[1] == 0UL) && \
249 ((ip6addr)->addr[2] == 0UL) && \
258 ((ip6addr)->addr[1] == 0UL) && \
259 ((ip6addr)->addr[2] == 0UL) && \
/components/drivers/include/drivers/
A Dmisc.h56 #define RT_GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (RT_BITS_PER_LONG - 1 - (h))))
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dmagic.c291 return magic() & ~(~0UL<<pow); in magic_pow()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dmagic.c291 return magic() & ~(~0UL<<pow); in magic_pow()
/components/drivers/dma/
A Ddma.c348 dma_buf_addr = ~0UL; in rt_dma_prep_cyclic()
423 dma_buf_addr = ~0UL; in rt_dma_prep_single()
/components/drivers/pci/
A Dpci.c596 rt_pci_write_config_u32(pdev, bar_base, 0UL); in rt_pci_device_alloc_resource()
659 rt_pci_write_config_u32(pdev, bar_base, 0UL); in rt_pci_device_alloc_resource()
/components/utilities/libadt/uthash/
A Duthash.h180 #define HASH_BLOOM_BYTELEN (HASH_BLOOM_BITLEN/8UL) + (((HASH_BLOOM_BITLEN%8UL)!=0UL) ? 1UL : 0UL)
/components/drivers/usb/cherryusb/port/chipidea/
A Dusb_chipidea_reg.h2239 #define USB_ENDPTCTRL_ENDPTCTRL0 (0UL)
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG586 * many files: Added missing U/UL modifiers to fix 16-bit-arch portability.
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG1542 * many files: Added missing U/UL modifiers to fix 16-bit-arch portability.
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG1795 * many files: Added missing U/UL modifiers to fix 16-bit-arch portability.

Completed in 34 milliseconds