Searched refs:checkShift (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
D | test_wsgiref.py | 307 def checkShift(self,sn_in,pi_in,part,sn_out,pi_out): member in UtilityTests 370 self.checkShift('','/', '', '/', '') 371 self.checkShift('','/x', 'x', '/x', '') 372 self.checkShift('/','', None, '/', '') 373 self.checkShift('/a','/x/y', 'x', '/a/x', '/y') 374 self.checkShift('/a','/x/', 'x', '/a/x', '/') 377 self.checkShift('/a/b', '/../y', '..', '/a', '/y') 378 self.checkShift('', '/../y', '..', '', '/y') 379 self.checkShift('/a/b', '//y', 'y', '/a/b/y', '') 380 self.checkShift('/a/b', '//y/', 'y', '/a/b/y', '/') [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFMISimplifyPatchable.cpp | 66 void checkShift(MachineRegisterInfo *MRI, MachineBasicBlock &MBB, 131 void BPFMISimplifyPatchable::checkShift(MachineRegisterInfo *MRI, in checkShift() function in __anon03cd72980111::BPFMISimplifyPatchable 221 checkShift(MRI, *Inst->getParent(), RelocOp, GVal, BPF::SLL_ri); in processInst() 223 checkShift(MRI, *Inst->getParent(), RelocOp, GVal, BPF::SRA_ri); in processInst() 225 checkShift(MRI, *Inst->getParent(), RelocOp, GVal, BPF::SRL_ri); in processInst()
|