Home
last modified time | relevance | path

Searched refs:LenB (Results 1 – 6 of 6) sorted by relevance

/external/capstone/bindings/vb6/
DCInstDetails.cls89 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
DCX86Inst.cls164 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..
DCX86Operand.cls176 CopyMemory ByVal VarPtr(opMem), ByVal ptr, LenB(opMem)
187 ptr = ptr + LenB(opMem)
DCInstruction.cls104 getInstruction instAry, index, VarPtr(inst), LenB(inst)
/external/swiftshader/third_party/subzero/src/
DIceELFSection.cpp208 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/
Dno-ctr-loop-if-exit-in-nested-loop.ll4 …ignext i32 @test(i32* noalias %PtrA, i32* noalias %PtrB, i32 signext %LenA, i32 signext %LenB) #0 {