Searched refs:y9 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Daes.c108 uint32_t y1, y2, y3, y4, y5, y6, y7, y8, y9; local
136 y9 = x0 ^ x3;
150 y11 = y20 ^ y9;
171 t12 = y9 & y11;
222 z15 = t42 & y9;
/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c446 s2b(const char *s, int nd0, int nd, ULong y9) argument
456 b->x[0] = y9;
460 b->x[0] = y9 & 0xffff;
461 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;

Completed in 107 milliseconds