Home
last modified time | relevance | path

Searched defs:base (Results 1 – 9 of 9) sorted by relevance

/bootable/libbootloader/gbl/libsafemath/src/
Dlib.rs354 let base: SafeNum = 2.into(); in test_addition_poison() localVariable
367 let base: SafeNum = 2.into(); in test_subtraction_poison() localVariable
380 let base: SafeNum = 2.into(); in test_multiplication_poison() localVariable
393 let base: SafeNum = 2.into(); in test_division_poison() localVariable
406 let base: SafeNum = 2.into(); in test_remainder_poison() localVariable
/bootable/libbootloader/gbl/libc/src/
Dformat.c77 size_t buffer_len, unsigned int base) { in format_number_unsigned()
107 size_t buffer_len, unsigned int base) { in format_number_signed()
265 unsigned int base = BASE_DEC; in gbl_printf_buffer() local
Dstrtoul.rs37 let mut base = base; in strtoul() localVariable
/bootable/recovery/otautil/include/otautil/
Dpaths.h61 void set_stash_directory_base(const std::string& base) { in set_stash_directory_base()
/bootable/libbootloader/gbl/libfdt/src/
Dlib.rs602 let base = include_bytes!("../test/data/base.dtb").to_vec(); in test_fdt_multioverlay_apply_by_path() localVariable
616 let base = include_bytes!("../test/data/base.dtb").to_vec(); in test_fdt_multioverlay_apply_by_path_separately() localVariable
634 let base = include_bytes!("../test/data/base.dtb").to_vec(); in test_fdt_multioverlay_apply_by_reference() localVariable
651 let base = include_bytes!("../test/data/base.dtb").to_vec(); in test_fdt_multioverlay_apply_by_reference_separately() localVariable
/bootable/libbootloader/gbl/efi/src/
Dfuchsia_boot.rs166 let mut base = efi_memory_desc.physical_start; in generate_efi_memory_attributes_table_item() localVariable
Dops.rs1451 let base = include_bytes!("../../libfdt/test/data/base.dtb").to_vec(); in test_select_device_tree_components_select_base_and_overlay() localVariable
1549 let base = include_bytes!("../../libfdt/test/data/base.dtb").to_vec(); in test_select_device_tree_protocol_not_found() localVariable
/bootable/deprecated-ota/updater/
Dblockimg.cpp673 static std::string GetStashFileName(const std::string& base, const std::string& id, in GetStashFileName()
720 static void DeleteStash(const std::string& base) { in DeleteStash()
809 static int WriteStash(const std::string& base, const std::string& id, int blocks, in WriteStash()
882 static int CreateStash(State* state, size_t maxblocks, const std::string& base) { in CreateStash()
951 static int FreeStash(const std::string& base, const std::string& id) { in FreeStash()
/bootable/libbootloader/gbl/libgbl/src/
Ddevice_tree.rs254 let base = self in autoselect() localVariable
276 let base = self in selected() localVariable