Searched refs:out_a (Results 1 - 2 of 2) sorted by relevance
/third_party/openssl/test/ |
H A D | casttest.c | 89 unsigned char out_a[16], out_b[16]; in cast_test_iterations() local 91 memcpy(out_a, in_a, sizeof(in_a)); in cast_test_iterations() 96 CAST_ecb_encrypt(&(out_a[0]), &(out_a[0]), &key_b, CAST_ENCRYPT); in cast_test_iterations() 97 CAST_ecb_encrypt(&(out_a[8]), &(out_a[8]), &key_b, CAST_ENCRYPT); in cast_test_iterations() 98 CAST_set_key(&key, 16, out_a); in cast_test_iterations() 103 if (!TEST_mem_eq(out_a, sizeof(c_a), c_a, sizeof(c_a)) in cast_test_iterations()
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 3650 NK_API void nk_colorf_hsva_f(float *out_h, float *out_s, float *out_v, float *out_a, struct nk_colorf in); 3687 NK_API void nk_color_hsva_f(float *out_h, float *out_s, float *out_v, float *out_a, struct nk_color); 7750 float *out_v, float *out_a, struct nk_colorf in) in nk_colorf_hsva_f() 7766 *out_a = in.a; in nk_colorf_hsva_f() 7776 float *out_v, float *out_a, struct nk_color in) in nk_color_hsva_f() 7780 nk_colorf_hsva_f(out_h, out_s, out_v, out_a, col); in nk_color_hsva_f() 7789 int *out_a, struct nk_color in) in nk_color_hsva_i() 7796 *out_a = (nk_byte)(a * 255.0f); in nk_color_hsva_i() 7749 nk_colorf_hsva_f(float *out_h, float *out_s, float *out_v, float *out_a, struct nk_colorf in) nk_colorf_hsva_f() argument 7775 nk_color_hsva_f(float *out_h, float *out_s, float *out_v, float *out_a, struct nk_color in) nk_color_hsva_f() argument 7788 nk_color_hsva_i(int *out_h, int *out_s, int *out_v, int *out_a, struct nk_color in) nk_color_hsva_i() argument
|
Completed in 43 milliseconds