Home
last modified time | relevance | path

Searched refs:func (Results 1 – 5 of 5) sorted by relevance

/bootable/libbootloader/gbl/libboot/aarch64_cache_helper/include/common/
Dasm_macros_common.S28 .macro func _name macro
/bootable/deprecated-ota/updater/
Dupdater.cpp88 for (const auto& func : skipped_functions_) { in RunUpdate() local
89 LOG(WARNING) << "Skipped executing function " << func; in RunUpdate()
/bootable/libbootloader/gbl/libsafemath/src/
Dlib.rs236 ($trait_name:ident, $op:ident, $assign_trait_name:ident, $assign_op:ident, $func:ident) => {
246 (Ok(lhs), Ok(rhs)) => Self(lhs.$func(rhs).ok_or_else(Location::caller)),
/bootable/libbootloader/gbl/libstorage/src/
Dlib.rs1042 let func = |blk: &mut TestBlockDevice, offset: u64, data: &mut [u8]| { localVariable
1047 write_test_helper(&TestCase::new($x0, $x1, $x2, $x3, $x4, $x5), func);
1055 let func = |blk: &mut TestBlockDevice, offset: u64, data: &mut [u8]| { localVariable
1060 write_test_helper(&TestCase::new(x0, x1, x2, x3, x4, x5), func);
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs999 pub fn run_test(func: fn(EfiHandle, *mut EfiSystemTable) -> ()) { in run_test()
1020 func(image_handle as EfiHandle, &mut systab as *mut _); in run_test()