HomeSort by: relevance | last modified time | path
    Searched defs:crypto_int16_z (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sntrup761.c 46 crypto_int16 crypto_int16_z = 0; local
47 crypto_int16_z |= ((crypto_int16) (*crypto_int16_s++)) << 0;
48 crypto_int16_z |= ((crypto_int16) (*crypto_int16_s++)) << 8;
49 return crypto_int16_z;
221 crypto_int16 crypto_int16_q,crypto_int16_z; local
222 __asm__ ("xorw %0,%0\n movw $-1,%1\n testw %2,%2\n cmovnew %1,%0" : "=&r"(crypto_int16_z), "=&r"(crypto_int16_q) : "r"(crypto_int16_x) : "cc");
223 return crypto_int16_z;
225 crypto_int16 crypto_int16_z;
226 __asm__ ("tst %w1,65535\n csetm %w0,ne" : "=r"(crypto_int16_z) : "r"(crypto_int16_x) : "cc");
227 return crypto_int16_z;
238 crypto_int16 crypto_int16_q,crypto_int16_z; local
255 crypto_int16 crypto_int16_q,crypto_int16_z; local
273 crypto_int16 crypto_int16_q,crypto_int16_z; local
291 crypto_int16 crypto_int16_q,crypto_int16_z; local
307 crypto_int16 crypto_int16_q,crypto_int16_z; local
323 crypto_int16 crypto_int16_q,crypto_int16_z; local
339 crypto_int16 crypto_int16_q,crypto_int16_z; local
355 crypto_int16 crypto_int16_q,crypto_int16_z; local
371 crypto_int16 crypto_int16_q,crypto_int16_z; local
427 crypto_int16 crypto_int16_z; local
438 crypto_int16 crypto_int16_z = crypto_int16_y - crypto_int16_x; local
453 crypto_int16 crypto_int16_q,crypto_int16_z; local
472 crypto_int16 crypto_int16_q,crypto_int16_z; local
491 crypto_int16 crypto_int16_q,crypto_int16_z; local
507 crypto_int16 crypto_int16_q,crypto_int16_z; local
    [all...]

Completed in 25 milliseconds