Searched refs:L (Results 1 – 5 of 5) sorted by relevance
/bootable/libbootloader/gbl/libgbl/src/fastboot/ |
D | sparse.rs | 227 fn get_mut<L: TryInto<usize>, R: TryInto<usize>>( in get_mut() 229 start: L, in get_mut() argument 236 fn get<L: TryInto<usize>, R: TryInto<usize>>( in get() 238 start: L, in get() argument 257 fn usize_add<L: TryInto<usize>, R: TryInto<usize>>(lhs: L, rhs: R) -> Result<usize, CommandError> { in usize_add() argument 267 fn u64_add<L: TryInto<u64>, R: TryInto<u64>>(lhs: L, rhs: R) -> Result<u64, CommandError> { in u64_add() argument 272 fn u64_mul<L: TryInto<u64>, R: TryInto<u64>>(lhs: L, rhs: R) -> Result<u64, CommandError> { in u64_mul() argument
|
/bootable/recovery/tests/testdata/ |
D | recovery_body | 1407 …�ERCP ����������L/devices/s… 1408 y yL)u:object_r:sysfs_smdcntl_open_timeout:s09/sys/devices/virtual/smdpkt/smdcntl([0-9])… 1414 …z&/open_timeouty� u:object_r:sysfs_batteryinfo:s0L/sys/devices/soc\.… 2376 …�ERCP ����������/ttyHSL0yu:object_r… 2994 …��ؕ��W��g:��v��N�������<�H]*|<�$mc��U'e��f��r�N��I�c���Z�-��?8�a}�N���L�N����N'v�+WZ����2��… 2996 `��J�u��})��'�/!�L���o+'�i��Wh��ąԡNu֗��WkWv�s`�{�����~8�f����v>�����?��~F�*r�S_i� �dK�… 2999 …���2�'��2����O�dOd~%��������������%u�J�(M�m�du�t�w:���O�&����.i�)5>�ډL�+ꛖ�,�G�p}�����{!�… 3000 …�=�U���5`�����A�{�ʿN���o�?6�n�}h�9�G�|���~��Zd�Y�k0�*U��/�&���/{�L���2�����Ɩ��r?9����… 3001 ��L����q:*1B���|h�Q9��!�ZӇt#��٫�/:>�I�����7��^uu+��`9¡.6����q�j0J�iB90��Hs��b������*���… 3009 X�L-O��q^`l�0��q$���t<ß��4�9�)�U<˙�:�y�pO�u�c�e][j �g�ɏ�V�)UP<��1_c`y��&�l>����j… [all …]
|
/bootable/libbootloader/gbl/efi/src/ |
D | utils.rs | 44 pub fn usize_roundup<L: TryInto<usize>, R: TryInto<usize>>(lhs: L, rhs: R) -> Result<usize> { in usize_roundup() argument 53 pub fn usize_add<L: TryInto<usize>, R: TryInto<usize>>(lhs: L, rhs: R) -> Result<usize> { in usize_add() argument
|
/bootable/libbootloader/gbl/libavb/ |
D | BUILD.avb.bazel | 95 "-D_POSIX_C_SOURCE=199309L",
|
/bootable/libbootloader/gbl/toolchain/ |
D | BUILD | 320 # uses "/L<path>" while clang++ uses "-L<path>". Thus we need to use lld directly instead
|