Searched refs:l_in (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/com32/cmenu/libmenu/ |
D | des.c | 716 do_des(my_u_int32_t l_in, my_u_int32_t r_in, my_u_int32_t * l_out, in do_des() argument 749 l = common[0][l_in >> 24] in do_des() 750 | common[1][(l_in >> 16) & 0xff] in do_des() 751 | common[2][(l_in >> 8) & 0xff] in do_des() 752 | common[3][l_in & 0xff] in do_des() 758 r = common[0][l_in >> 24] in do_des() 759 | common[1][(l_in >> 16) & 0xff] in do_des() 760 | common[2][(l_in >> 8) & 0xff] in do_des() 761 | common[3][l_in & 0xff] in do_des() 767 l = ip_maskl[0][l_in >> 24] in do_des() [all …]
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_image_patch.cpp | 561 Tensor<float, 4> l_in(3, 128, 128, 16); in test_imagenet_patches() local 562 l_in.setRandom(); in test_imagenet_patches() 563 Tensor<float, 5> l_out = l_in.extract_image_patches(11, 11); in test_imagenet_patches() 571 Tensor<float, 5, RowMajor> l_out_row_major = l_in.swap_layout().extract_image_patches(11, 11); in test_imagenet_patches() 587 expected = l_in(d, r-5+i, c-5+j, b); in test_imagenet_patches() 611 l_in.resize(16, 64, 64, 32); in test_imagenet_patches() 612 l_in.setRandom(); in test_imagenet_patches() 613 l_out = l_in.extract_image_patches(9, 9); in test_imagenet_patches() 621 l_out_row_major = l_in.swap_layout().extract_image_patches(9, 9); in test_imagenet_patches() 637 expected = l_in(d, r-4+i, c-4+j, b); in test_imagenet_patches() [all …]
|
/external/freetype/src/base/ |
D | ftoutln.c | 941 FT_Fixed l_in, l_out, l_anchor = 0, l, q, d; in FT_Outline_EmboldenXY() local 945 l_in = 0; in FT_Outline_EmboldenXY() 972 if ( l_in != 0 ) in FT_Outline_EmboldenXY() 978 l_anchor = l_in; in FT_Outline_EmboldenXY() 1002 l = FT_MIN( l_in, l_out ); in FT_Outline_EmboldenXY() 1031 l_in = l_out; in FT_Outline_EmboldenXY()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftoutln.c | 938 FT_Fixed l_in, l_out, l_anchor = 0, l, q, d; in FT_Outline_EmboldenXY() local 942 l_in = 0; in FT_Outline_EmboldenXY() 966 if ( l_in != 0 ) in FT_Outline_EmboldenXY() 972 l_anchor = l_in; in FT_Outline_EmboldenXY() 996 l = FT_MIN( l_in, l_out ); in FT_Outline_EmboldenXY() 1025 l_in = l_out; in FT_Outline_EmboldenXY()
|