Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 91) sorted by relevance

1234

/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/
A Ds_normSubnormalExtF80Sig.c45 struct exp32_sig64 z; in softfloat_normSubnormalExtF80Sig() local
A Ds_normSubnormalF32Sig.c45 struct exp16_sig32 z; in softfloat_normSubnormalF32Sig() local
A Ds_normSubnormalF64Sig.c45 struct exp16_sig64 z; in softfloat_normSubnormalF64Sig() local
A Ds_mul64ByShifted32To128.c47 struct uint128 z; in softfloat_mul64ByShifted32To128() local
A Ds_normSubnormalF128Sig.c46 struct exp32_sig128 z; in softfloat_normSubnormalF128Sig() local
A Ds_shiftRightJam64Extra.c48 struct uint64_extra z; in softfloat_shiftRightJam64Extra() local
A Ds_shortShiftLeft128.c47 struct uint128 z; in softfloat_shortShiftLeft128() local
A Ds_shortShiftRight128.c47 struct uint128 z; in softfloat_shortShiftRight128() local
A Ds_shortShiftRightJam64Extra.c48 struct uint64_extra z; in softfloat_shortShiftRightJam64Extra() local
A Ds_add128.c47 struct uint128 z; in softfloat_add128() local
A Ds_shiftRightJam128.c48 struct uint128 z; in softfloat_shiftRightJam128() local
A Ds_shortShiftRightJam128.c49 struct uint128 z; in softfloat_shortShiftRightJam128() local
A Ds_sub128.c47 struct uint128 z; in softfloat_sub128() local
A Ds_mul128By32.c46 struct uint128 z; in softfloat_mul128By32() local
A Ds_shiftRightJam128Extra.c49 struct uint128_extra z; in softfloat_shiftRightJam128Extra() local
A Ds_shortShiftRightJam128Extra.c49 struct uint128_extra z; in softfloat_shortShiftRightJam128Extra() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/
A Dsha1.c31 #define F0(x,y,z) (z ^ (x & (y ^ z))) argument
32 #define F1(x,y,z) (x ^ y ^ z) argument
33 #define F2(x,y,z) ((x & y) | (z & (x | y))) argument
34 #define F3(x,y,z) (x ^ y ^ z) argument
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/
A Dder_length_short_integer.c20 unsigned long z, y; in der_length_short_integer() local
A Dder_encode_short_integer.c22 unsigned long len, x, y, z; in der_encode_short_integer() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/
A Dcrypt_find_hash_any.c17 int x, y, z; in find_hash_any() local
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/
A Dprimitives.h248 struct uint128 z; in softfloat_shortShiftLeft128() local
269 struct uint128 z; in softfloat_shortShiftRight128() local
291 struct uint64_extra z; in softfloat_shortShiftRightJam64Extra() local
318 struct uint128 z; in softfloat_shortShiftRightJam128() local
344 struct uint128_extra z; in softfloat_shortShiftRightJam128Extra() local
380 struct uint64_extra z; in softfloat_shiftRightJam64Extra() local
465 struct uint128 z; in softfloat_add128() local
500 struct uint128 z; in softfloat_sub128() local
534 struct uint128 z; in softfloat_mul64ByShifted32To128() local
562 struct uint128 z; in softfloat_mul128By32() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sober128/
A Dsober128_stream.c44 #define STEP(R,z) \ argument
62 #define NLFUNC(st,z) \ argument
122 #define DROUND(z) STEP(st->R,z); NLFUNC(st,(z+1)); st->R[OFF((z+1),FOLDP)] ^= t; argument
235 #define SROUND(z) STEP(st->R,z); NLFUNC(st,(z+1)); XORWORD(t, in+(z*4), out+(z*4)); argument
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/integer/
A Dder_length_integer.c20 unsigned long z, len; in der_length_integer() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Dxtea.c70 ulong32 y, z; in xtea_ecb_encrypt() local
106 ulong32 y, z; in xtea_ecb_decrypt() local
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/
A Dcopy_or_zeromem.c21 unsigned long z; in copy_or_zeromem() local

Completed in 23 milliseconds

1234