/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
D | event.c | 38 BS->CreateEvent, in LibCreateProtocolNotifyEvent() 53 BS->RegisterProtocolNotify, in LibCreateProtocolNotifyEvent() 67 uefi_call_wrapper(BS->SignalEvent, 1, Event); in LibCreateProtocolNotifyEvent() 88 Status = uefi_call_wrapper(BS->CreateEvent, 5, EVT_TIMER, 0, NULL, NULL, &TimerEvent); in WaitForSingleEvent() 95 uefi_call_wrapper(BS->SetTimer, 3, TimerEvent, TimerRelative, Timeout); in WaitForSingleEvent() 103 Status = uefi_call_wrapper(BS->WaitForEvent, 3, 2, WaitList, &Index); in WaitForSingleEvent() 104 uefi_call_wrapper(BS->CloseEvent, 1, TimerEvent); in WaitForSingleEvent() 121 Status = uefi_call_wrapper(BS->WaitForEvent, 3, 1, &Event, &Index); in WaitForSingleEvent()
|
D | hand.c | 44 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handles[Index], ProtocolGuid, Interface); in LibLocateProtocol() 85 BS->LocateHandle, in LibLocateHandle() 144 BS->LocateHandle, in LibLocateHandleByDiskSignature() 181 BS->HandleProtocol, in LibLocateHandleByDiskSignature() 313 …Status = uefi_call_wrapper(BS->HandleProtocol, 3, DeviceHandle, &FileSystemProtocol, (VOID*)&Volum… in LibOpenRoot() 456 OldTpl = uefi_call_wrapper(BS->RaiseTPL, 1, TPL_NOTIFY); in LibInstallProtocolInterfaces() 485 …Status = uefi_call_wrapper(BS->InstallProtocolInterface, 4, Handle, Protocol, EFI_NATIVE_INTERFACE… in LibInstallProtocolInterfaces() 504 uefi_call_wrapper(BS->UninstallProtocolInterface, 3, *Handle, Protocol, Interface); in LibInstallProtocolInterfaces() 516 uefi_call_wrapper(BS->RestoreTPL, 1, OldTpl); in LibInstallProtocolInterfaces() 551 Status = uefi_call_wrapper(BS->UninstallProtocolInterface, 3, Handle, Protocol, Interface); in LibUninstallProtocolInterfaces() [all …]
|
D | init.c | 59 BS = SystemTable->BootServices; in InitializeLib() 72 BS->HandleProtocol, in InitializeLib() 134 …Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handles[Index], &UnicodeCollationProtocol, (VOID… in InitializeUnicodeSupport()
|
D | hw.c | 56 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, Protocol, &DevicePath, &Handle); in InitializeGlobalIoDevice() 62 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &DeviceIoProtocol, &DevicePath, &Handle); in InitializeGlobalIoDevice() 64 … Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &DeviceIoProtocol, (VOID*)GlobalIoFncs); in InitializeGlobalIoDevice()
|
D | misc.c | 33 Status = uefi_call_wrapper(BS->AllocatePool, 3, PoolAllocationType, Size, &p); in AllocatePool() 87 uefi_call_wrapper(BS->FreePool, 1, Buffer); in FreePool() 228 …Status = uefi_call_wrapper(BS->GetMemoryMap, 5, &BufferSize, Buffer, MapKey, DescriptorSize, Descr… in LibMemoryMap() 540 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &UiProtocol, (VOID *)&Ui); in LibGetUiString()
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/runtime/ |
D | rtlock.c | 48 if (BS) { in RtAcquireLock() 49 if (BS->RaiseTPL != NULL) { in RtAcquireLock() 50 Lock->OwnerTpl = uefi_call_wrapper(BS->RaiseTPL, 1, Lock->Tpl); in RtAcquireLock() 92 if (BS) { in RtReleaseLock() 93 if (BS->RestoreTPL != NULL) { in RtReleaseLock() 94 uefi_call_wrapper(BS->RestoreTPL, 1, Tpl); in RtReleaseLock()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | stack-overflow-sigbus.cc | 13 const int BS = 1024; variable 18 char buf[BS]; in recursive_func() 19 buf[rand() % BS] = 1; in recursive_func() 20 buf[rand() % BS] = 2; in recursive_func() 21 x = buf[rand() % BS]; in recursive_func()
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | stack-overflow.cc | 27 const int BS = 1024; variable 68 char buf[BS]; in recursive_func() 71 assert(p - buf >= BS); in recursive_func() 72 buf[rand() % BS] = 1; in recursive_func() 73 buf[rand() % BS] = 2; in recursive_func() 74 x = buf[rand() % BS]; in recursive_func()
|
/external/avb/examples/uefi/ |
D | uefi_avb_sysdeps.c | 81 uefi_call_wrapper(BS->Stall, 1, 5 * 1000 * 1000); in avb_abort() 82 uefi_call_wrapper(BS->Exit, 4, NULL, EFI_NOT_FOUND, 0, NULL); in avb_abort() 93 BS->AllocatePool, 3, EfiBootServicesData, (UINTN)size, &x); in avb_malloc_() 103 err = uefi_call_wrapper(BS->FreePool, 1, ptr); in avb_free() 107 uefi_call_wrapper(BS->Stall, 1, 3 * 1000 * 1000); in avb_free()
|
D | uefi_avb_boot.c | 175 err = uefi_call_wrapper(BS->AllocatePool, in uefi_avb_boot_kernel() 191 err = uefi_call_wrapper(BS->AllocatePool, in uefi_avb_boot_kernel() 218 err = uefi_call_wrapper(BS->AllocatePool, in uefi_avb_boot_kernel() 265 err = uefi_call_wrapper(BS->AllocatePages, in uefi_avb_boot_kernel()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionAliasAnalysis.cpp | 119 const SCEV *BS = SE->getSCEV(const_cast<Value *>(LocB.Ptr)); in alias() local 122 if (AS == BS) return MustAlias; in alias() 127 SE->getEffectiveSCEVType(BS->getType())) { in alias() 133 const SCEV *BA = SE->getMinusSCEV(BS, AS); in alias() 147 const SCEV *AB = SE->getMinusSCEV(AS, BS); in alias() 161 Value *BO = GetBaseValue(BS); in alias()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionAliasAnalysis.cpp | 35 const SCEV *BS = SE.getSCEV(const_cast<Value *>(LocB.Ptr)); in alias() local 38 if (AS == BS) in alias() 44 SE.getEffectiveSCEVType(BS->getType())) { in alias() 50 const SCEV *BA = SE.getMinusSCEV(BS, AS); in alias() 64 const SCEV *AB = SE.getMinusSCEV(AS, BS); in alias() 78 Value *BO = GetBaseValue(BS); in alias()
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_SddProc.cpp | 32 CJBig2_Image* BS; in decode_Arith() local 70 BS = nullptr; in decode_Arith() 112 BS = pGRD->decode_Arith(pArithDecoder, gbContext->data()); in decode_Arith() 113 if (!BS) { in decode_Arith() 189 BS = pDecoder->decode_Arith(pArithDecoder, grContext->data(), &ids); in decode_Arith() 190 if (!BS) { in decode_Arith() 224 BS = pGRRD->decode(pArithDecoder, grContext->data()); in decode_Arith() 225 if (!BS) { in decode_Arith() 232 SDNEWSYMS[NSYMSDECODED] = BS; in decode_Arith() 233 BS = nullptr; in decode_Arith() [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.h | 123 ByteStreamer &BS; variable 126 DebugLocDwarfExpression(unsigned DwarfVersion, ByteStreamer &BS) in DebugLocDwarfExpression() argument 127 : DwarfExpression(DwarfVersion), BS(BS) {} in DebugLocDwarfExpression()
|
/external/syslinux/efi/ |
D | main.c | 39 return uefi_call_wrapper(BS->CloseProtocol, 4, handle, in efi_close_protocol() 60 status = uefi_call_wrapper(BS->OpenProtocol, 6, handles[i], in efi_create_binding() 67 uefi_call_wrapper(BS->CloseProtocol, 4, handles[i], bguid, in efi_create_binding() 80 status = uefi_call_wrapper(BS->OpenProtocol, 6, child, in efi_create_binding() 98 uefi_call_wrapper(BS->CloseProtocol, 4, handles[i], bguid, in efi_create_binding() 560 return uefi_call_wrapper(BS->AllocatePages, 4, atype, in allocate_pages() 573 return uefi_call_wrapper(BS->FreePages, 2, memory, num_pages); in free_pages() 580 return uefi_call_wrapper(BS->AllocatePages, 4, in allocate_addr() 600 return uefi_call_wrapper(BS->AllocatePool, 3, type, size, buffer); in allocate_pool() 612 return uefi_call_wrapper(BS->FreePool, 1, buffer); in free_pool() [all …]
|
D | console.c | 44 return uefi_call_wrapper(BS->OpenProtocol, 6, handle, protocol, in open_protocol() 90 status = uefi_call_wrapper(BS->LocateHandle, 5, ByProtocol, &GraphicsOutputProtocol, in setup_gop() 115 status = uefi_call_wrapper(BS->HandleProtocol, 3, h, in setup_gop() 119 uefi_call_wrapper(BS->HandleProtocol, 3, h, in setup_gop() 260 status = uefi_call_wrapper(BS->HandleProtocol, 3, handle, in setup_uga() 265 uefi_call_wrapper(BS->HandleProtocol, 3, handle, in setup_uga()
|
D | tcp.c | 34 uefi_call_wrapper(BS->CloseEvent, 1, token->Event); in null_cb() 112 uefi_call_wrapper(BS->CloseEvent, 1, token.CompletionToken.Event); in core_tcp_connect() 170 uefi_call_wrapper(BS->CloseEvent, 1, iotoken.CompletionToken.Event); in core_tcp_write() 253 uefi_call_wrapper(BS->CloseEvent, 1, iotoken.CompletionToken.Event); in core_tcp_fill_buffer()
|
D | udp.c | 269 uefi_call_wrapper(BS->SignalEvent, 1, rxdata->RecycleSignal); in core_udp_recv() 272 uefi_call_wrapper(BS->CloseEvent, 1, token.Event); in core_udp_recv() 327 uefi_call_wrapper(BS->CloseEvent, 1, token->Event); in core_udp_send() 410 uefi_call_wrapper(BS->CloseEvent, 1, token->Event); in core_udp_sendto()
|
/external/cblas/testing/ |
D | c_dblat3.f | 69 $ BS( NMAX*NMAX ), C( NMAX, NMAX ), variable 297 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 303 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 311 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 317 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 325 $ AA, AS, AB( 1, NMAX + 1 ), BB, BS, CT, G, C, 331 $ AA, AS, AB( 1, NMAX + 1 ), BB, BS, CT, G, C, 339 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 345 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 353 $ NMAX, AB, AA, AS, BB, BS, C, CC, CS, CT, G, W, [all …]
|
D | c_sblat3.f | 69 $ BS( NMAX*NMAX ), C( NMAX, NMAX ), variable 296 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 302 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 310 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 316 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 324 $ AA, AS, AB( 1, NMAX + 1 ), BB, BS, CT, G, C, 330 $ AA, AS, AB( 1, NMAX + 1 ), BB, BS, CT, G, C, 338 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 344 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 352 $ NMAX, AB, AA, AS, BB, BS, C, CC, CS, CT, G, W, [all …]
|
D | c_zblat3.f | 75 $ BS( NMAX*NMAX ), C( NMAX, NMAX ), variable 304 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 310 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 318 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 324 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 332 $ AA, AS, AB( 1, NMAX + 1 ), BB, BS, CT, G, C, 338 $ AA, AS, AB( 1, NMAX + 1 ), BB, BS, CT, G, C, 346 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 352 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 360 $ NMAX, AB, AA, AS, BB, BS, C, CC, CS, CT, G, W, [all …]
|
D | c_cblat3.f | 74 $ BS( NMAX*NMAX ), C( NMAX, NMAX ), variable 303 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 309 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 317 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 323 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 331 $ AA, AS, AB( 1, NMAX + 1 ), BB, BS, CT, G, C, 337 $ AA, AS, AB( 1, NMAX + 1 ), BB, BS, CT, G, C, 345 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 351 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 359 $ NMAX, AB, AA, AS, BB, BS, C, CC, CS, CT, G, W, [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600Packetizer.cpp | 231 std::vector<R600InstrInfo::BankSwizzle> &BS, in isBundlableWithCurrentPMI() argument 271 PV, BS, isTransSlot)) { in isBundlableWithCurrentPMI() 299 std::vector<R600InstrInfo::BankSwizzle> BS; in addToPacket() local 302 if (isBundlableWithCurrentPMI(MI, PV, BS, isTransSlot)) { in addToPacket() 307 MI->getOperand(Op).setImm(BS[i]); in addToPacket() 311 MI.getOperand(Op).setImm(BS.back()); in addToPacket()
|
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/ |
D | FreePages.c | 98 efi_status = uefi_call_wrapper( BS->HandleProtocol, 3, image, in efi_main() 156 efi_status = uefi_call_wrapper(BS->FreePages, 2, PhysAddr, PgCnt); in efi_main()
|
D | AllocPages.c | 126 efi_status = uefi_call_wrapper( BS->HandleProtocol, 3, image, in efi_main() 196 efi_status = uefi_call_wrapper(BS->AllocatePages, 4, AllocType, MemType, NumPages, &Addr); in efi_main()
|