Searched refs:LenB (Results 1 – 6 of 6) sorted by relevance
/external/capstone/bindings/vb6/ |
D | CInstDetails.cls | 89 CopyMemory ByVal VarPtr(cd), ByVal lpDetails, LenB(cd) 92 ReDim m_raw(LenB(cd)) 93 CopyMemory ByVal VarPtr(m_raw(0)), ByVal lpDetails, LenB(cd) 113 x86.LoadDetails lpDetails + LenB(cd) + align, parent
|
D | CX86Inst.cls | 164 CopyMemory ByVal VarPtr(cs), ByVal lpStruct, LenB(cs) 167 ReDim m_raw(LenB(cs)) 168 CopyMemory ByVal VarPtr(m_raw(0)), ByVal lpStruct, LenB(cs) 186 ptr = lpStruct + LenB(cs) 'we dont include the operands in our vb struct..
|
D | CX86Operand.cls | 176 CopyMemory ByVal VarPtr(opMem), ByVal ptr, LenB(opMem) 187 ptr = ptr + LenB(opMem)
|
D | CInstruction.cls | 104 getInstruction instAry, index, VarPtr(inst), LenB(inst)
|
/external/swiftshader/third_party/subzero/src/ |
D | IceELFSection.cpp | 208 size_t LenB = StrB.size(); in operator ()() local 209 size_t CommonLen = std::min(LenA, LenB); in operator ()() 213 char b = StrB[LenB - i - 1]; in operator ()() 219 return LenA > LenB; in operator ()()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | no-ctr-loop-if-exit-in-nested-loop.ll | 4 …ignext i32 @test(i32* noalias %PtrA, i32* noalias %PtrB, i32 signext %LenA, i32 signext %LenB) #0 {
|