Home
last modified time | relevance | path

Searched defs:sdl (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/arch/sandbox/cpu/
Dsdl.c24 } sdl; variable
/external/mdnsresponder/mDNSPosix/
DmDNSUNP.c616 struct sockaddr_dl *sdl = (struct sockaddr_dl *) CMSG_DATA(cmptr); in recvfrom_flags() local
/external/wpa_supplicant_8/src/wps/
Dwps_upnp.c851 struct sockaddr_dl *sdl; in eth_get() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3877 SDLoc sdl = getCurSDLoc(); in visitMaskedStore() local
3988 SDLoc sdl = getCurSDLoc(); in visitMaskedScatter() local
4027 SDLoc sdl = getCurSDLoc(); in visitMaskedLoad() local
4084 SDLoc sdl = getCurSDLoc(); in visitMaskedGather() local
5020 SDLoc sdl = getCurSDLoc(); in visitIntrinsicCall() local
6256 SDLoc sdl = getCurSDLoc(); in visitConstrainedFPIntrinsic() local
6702 SDLoc sdl = getCurSDLoc(); in visitMemPCpyCall() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3693 SDLoc sdl = getCurSDLoc(); in visitMaskedStore() local
3779 SDLoc sdl = getCurSDLoc(); in visitMaskedScatter() local
3816 SDLoc sdl = getCurSDLoc(); in visitMaskedLoad() local
3855 SDLoc sdl = getCurSDLoc(); in visitMaskedGather() local
4752 SDLoc sdl = getCurSDLoc(); in visitIntrinsicCall() local
/external/v8/src/mips64/
Dassembler-mips64.cc2543 void Assembler::sdl(Register rd, const MemOperand& rs) { in sdl() function in v8::internal::Assembler