HomeSort by relevance Sort by last modified time
    Searched refs:l_in (Results 1 - 3 of 3) sorted by null

  /external/syslinux/com32/cmenu/libmenu/
des.c 716 do_des(my_u_int32_t l_in, my_u_int32_t r_in, my_u_int32_t * l_out,
720 * l_in, r_in, l_out, and r_out are in pseudo-"big-endian" format.
749 l = common[0][l_in >> 24]
750 | common[1][(l_in >> 16) & 0xff]
751 | common[2][(l_in >> 8) & 0xff]
752 | common[3][l_in & 0xff]
758 r = common[0][l_in >> 24]
759 | common[1][(l_in >> 16) & 0xff]
760 | common[2][(l_in >> 8) & 0xff]
761 | common[3][l_in & 0xff
    [all...]
  /external/eigen/unsupported/test/
cxx11_tensor_image_patch.cpp 561 Tensor<float, 4> l_in(3, 128, 128, 16);
562 l_in.setRandom();
563 Tensor<float, 5> l_out = l_in.extract_image_patches(11, 11);
571 Tensor<float, 5, RowMajor> l_out_row_major = l_in.swap_layout().extract_image_patches(11, 11);
587 expected = l_in(d, r-5+i, c-5+j, b);
611 l_in.resize(16, 64, 64, 32);
612 l_in.setRandom();
613 l_out = l_in.extract_image_patches(9, 9);
621 l_out_row_major = l_in.swap_layout().extract_image_patches(9, 9);
637 expected = l_in(d, r-4+i, c-4+j, b)
    [all...]
  /external/freetype/src/base/
ftoutln.c 941 FT_Fixed l_in, l_out, l_anchor = 0, l, q, d; local
945 l_in = 0;
972 if ( l_in != 0 )
978 l_anchor = l_in;
1002 l = FT_MIN( l_in, l_out );
1031 l_in = l_out;

Completed in 664 milliseconds