Searched defs:base (Results 1 – 9 of 9) sorted by relevance
| /bootable/libbootloader/gbl/libsafemath/src/ |
| D | lib.rs | 354 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/ |
| D | format.c | 77 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
|
| D | strtoul.rs | 37 let mut base = base; in strtoul() localVariable
|
| /bootable/recovery/otautil/include/otautil/ |
| D | paths.h | 61 void set_stash_directory_base(const std::string& base) { in set_stash_directory_base()
|
| /bootable/libbootloader/gbl/libfdt/src/ |
| D | lib.rs | 602 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/ |
| D | fuchsia_boot.rs | 166 let mut base = efi_memory_desc.physical_start; in generate_efi_memory_attributes_table_item() localVariable
|
| D | ops.rs | 1451 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/ |
| D | blockimg.cpp | 673 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/ |
| D | device_tree.rs | 254 let base = self in autoselect() localVariable 276 let base = self in selected() localVariable
|