Searched refs:sl2 (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/aria/ |
H A D | aria.c | 1006 static void sl2(ARIA_c128 o, const ARIA_u128 *x, const ARIA_u128 *y) in sl2() function 1081 sl2(y.c, d, rk); in FE() 1101 sl2(o, &p, &keys[rounds - 1]); in do_encrypt()
|
/third_party/openssl/crypto/aria/ |
H A D | aria.c | 1006 static void sl2(ARIA_c128 o, const ARIA_u128 *x, const ARIA_u128 *y) in sl2() function 1081 sl2(y.c, d, rk); in FE() 1101 sl2(o, &p, &keys[rounds - 1]); in do_encrypt()
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264_slice.c | 2929 H264SliceContext *sl2 = &h->slice_ctx[j]; in ff_h264_execute_decode_slices() local 2930 int slice_idx2 = sl2->mb_y * h->mb_width + sl2->mb_x; in ff_h264_execute_decode_slices()
|
/third_party/python/Lib/test/ |
H A D | _test_multiprocessing.py | 4086 sl2 = smm.ShareableList(range(10))
|
Completed in 20 milliseconds