Home
last modified time | relevance | path

Searched refs:no_handles (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/lib/efi_selftest/
Defi_selftest_devicepath.c277 efi_uintn_t i, no_handles; in execute() local
284 NULL, &no_handles, &handles); in execute()
291 for (i = 0; i < no_handles; ++i) { in execute()
Defi_selftest_block_device.c299 efi_uintn_t no_handles, i, len; in execute() local
319 &no_handles, &handles); in execute()
325 for (i = 0; i < no_handles; ++i) { in execute()
/external/u-boot/lib/efi_loader/
Defi_boottime.c2110 efi_uintn_t *no_handles, efi_handle_t **buffer) in efi_locate_handle_buffer() argument
2116 no_handles, buffer); in efi_locate_handle_buffer()
2118 if (!no_handles || !buffer) { in efi_locate_handle_buffer()
2122 *no_handles = 0; in efi_locate_handle_buffer()
2135 *no_handles = buffer_size / sizeof(efi_handle_t); in efi_locate_handle_buffer()
2205 efi_uintn_t no_handles; in efi_locate_device_path() local
2221 &no_handles, &handles)); in efi_locate_device_path()
2225 for (i = 0; i < no_handles; ++i) { in efi_locate_device_path()
/external/v8/src/parsing/
Drewriter.cc363 DisallowHandleAllocation no_handles; in DECLARATION_NODE_LIST() local
411 DisallowHandleAllocation no_handles; in Rewrite() local
/external/v8/src/compiler-dispatcher/
Doptimizing-compile-dispatcher.cc55 DisallowHandleAllocation no_handles; in RunInternal() local
Dunoptimized-compile-job.cc222 DisallowHandleAllocation no_handles; in Compile() local
/external/u-boot/include/
Defi_api.h157 efi_uintn_t *no_handles, efi_handle_t **buffer);
/external/v8/src/interpreter/
Dbytecode-generator.cc1028 DisallowHandleAllocation no_handles; in GenerateBytecode() local