Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Decies_kem.cpp101 Buffer z; in Encrypt() local
156 Buffer z; in Decrypt() local
/system/bt/gd/security/ecc/
Dp_256_ecc_pp.h37 uint32_t z[KEY_LENGTH_DWORDS_P256]; member
/system/bt/stack/smp/
Dp_256_ecc_pp.h34 uint32_t z[KEY_LENGTH_DWORDS_P256]; member
/system/media/audio_utils/
Dfixedfft.cpp156 int32_t z = half(v[n - i]); in fixed_fft_real() local
/system/media/audio_utils/tests/
Dvariadic_tests.cpp109 double z = 3; in TEST() local
/system/core/libpixelflinger/
Dclear.cpp88 static inline GGLfixed fixedToZ(GGLfixed z) { in fixedToZ()
Dscanline.cpp674 GGLfixed z = (xs * c->shade.dzdx) + ci.ydzdy; in scanline() local
/system/keymaster/key_blob_utils/
Docb.c387 #define AES_set_encrypt_key(x, y, z) \ argument
392 #define AES_set_decrypt_key(x, y, z) \ argument
400 #define AES_set_encrypt_key(x, y, z) rijndaelKeySetupEnc((z)->rd_key, x, y) argument
401 #define AES_set_decrypt_key(x, y, z) rijndaelKeySetupDec((z)->rd_key, x, y) argument
403 #define AES_encrypt(x, y, z) rijndaelEncrypt((z)->rd_key, ROUNDS(z), x, y) argument
404 #define AES_decrypt(x, y, z) rijndaelDecrypt((z)->rd_key, ROUNDS(z), x, y) argument
/system/iorap/tests/src/tmp/
Dintrospection_test.cc28 char z; member
/system/bt/stack/crypto_toolbox/
Dcrypto_toolbox.cc37 Octet16 f4(const uint8_t* u, const uint8_t* v, const Octet16& x, uint8_t z) { in f4()
/system/chre/apps/sensor_world/
Dsensor_world.cc317 float x = 0, y = 0, z = 0; in nanoappHandleEvent() local
/system/bt/gd/crypto_toolbox/
Dcrypto_toolbox.cc38 Octet16 f4(uint8_t* u, uint8_t* v, const Octet16& x, uint8_t z) { in f4()
Dcrypto_toolbox_test.cc145 uint8_t z = 0x00; in TEST() local
/system/chre/chre_api/legacy/v1_2/chre/
Dsensor_types.h292 float z; member
/system/chre/chre_api/include/chre_api/chre/
Dsensor_types.h345 float z; member
/system/bt/stack/test/
Dcrypto_toolbox_test.cc166 uint8_t z = 0x00; in TEST() local
/system/chre/chre_api/legacy/v1_0/chre/
Dsensor.h537 float z; member
/system/chre/chre_api/legacy/v1_1/chre/
Dsensor.h676 float z; member
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp764 int z = parts.z.reg; in build_depth_test() local
DGGLAssembler.h315 reg_t z; member
/system/media/audio/include/system/
Daudio.h1458 float z; member