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

  /src/sys/lib/libkern/
softfloat-macros.h 332 add128( function in typeref:typename:INLINE void
487 add128( z0, more1, 0, z1, &z0, &z1 );
518 add128( z1, more2, 0, z2, &z1, &z2 );
520 add128( z0, more1, 0, z1, &z0, &z1 );
522 add128( more1, more2, 0, z2, &more1, &z2 );
523 add128( z0, z1, 0, more1, &z0, &z1 );
554 add128( rem0, rem1, b0, b1, &rem0, &rem1 );
  /src/sys/crypto/adiantum/
adiantum.c 115 add128(uint8_t s[restrict static 16],
381 add128(t, h, s);
1862 add128(h, ht, hl);
1885 add128(buf, pR, h); /* buf := P_M */
1918 add128(buf, cR, h); /* buf := C_M */
114 add128(uint8_t s[restrict static 16], function in typeref:typename:void

Completed in 14 milliseconds