HomeSort by relevance Sort by last modified time
    Searched defs:lsw (Results 1 - 4 of 4) sorted by null

  /bionic/libc/bionic/
ldexp.c 30 u_int32_t lsw; member in struct:__anon56::__anon57
43 u_int32_t lsw; member in struct:__anon58::__anon59
57 (ix1) = ew_u.parts.lsw; \
  /external/qemu/distrib/sdl-1.2.15/src/video/
math_private.h 55 u_int32_t lsw; member in struct:__anon25169::__anon25170
66 u_int32_t lsw; member in struct:__anon25171::__anon25172
80 (ix1) = ew_u.parts.lsw; \
98 (i) = gl_u.parts.lsw; \
107 iw_u.parts.lsw = (ix1); \
127 sl_u.parts.lsw = (v); \
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
GCMUtil.java 101 int lsw = x[3]; local
105 if ((lsw & (1 << i)) != 0)
114 int lsw = x[3]; local
118 if ((lsw & (1 << i)) != 0)
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 59 u_int32_t lsw; member in struct:__anon748::__anon749
76 u_int32_t lsw; member in struct:__anon751::__anon752
94 (ix1) = ew_u.parts.lsw; \
120 (i) = gl_u.parts.lsw; \
129 iw_u.parts.lsw = (ix1); \
157 sl_u.parts.lsw = (v); \

Completed in 394 milliseconds