Searched defs:rpt (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavutil/tests/ |
H A D | aes.c | 39 static const uint8_t rpt[2][16] = { in main() local
|
H A D | cast5.c | 37 static const uint8_t rpt[8] = {0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef}; in main() local
|
H A D | camellia.c | 41 const uint8_t rpt[32] = {0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10, 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef, 0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10}; in main() local
|
H A D | twofish.c | 42 uint8_t temp[32], iv[16], rpt[32] = {0}; in main() local [all...] |
/third_party/libcoap/src/oscore/ |
H A D | oscore_context.c | 196 oscore_recipient_ctx_t *rpt = pt->recipient_chain; in oscore_find_context() local
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_compress_symbolic.cpp | 1330 float rpt = 1.0f / astc::max(weight_sum, 1e-7f); in prepare_block_statistics() local [all...] |
Completed in 7 milliseconds