/external/syzkaller/prog/ |
D | encodingexec_test.go | 34 ptrSize = target.PtrSize 84 callID("test$align0"), ExecNoCopyout, 1, execArgConst, ptrSize, dataOffset, 97 callID("test$align1"), ExecNoCopyout, 1, execArgConst, ptrSize, dataOffset, 108 callID("test$align2"), ExecNoCopyout, 1, execArgConst, ptrSize, dataOffset, 119 callID("test$align3"), ExecNoCopyout, 1, execArgConst, ptrSize, dataOffset, 130 callID("test$align4"), ExecNoCopyout, 1, execArgConst, ptrSize, dataOffset, 144 callID("test$align5"), ExecNoCopyout, 1, execArgConst, ptrSize, dataOffset, 154 callID("test$align6"), ExecNoCopyout, 1, execArgConst, ptrSize, dataOffset, 164 callID("test$union0"), ExecNoCopyout, 1, execArgConst, ptrSize, dataOffset, 174 callID("test$union1"), ExecNoCopyout, 1, execArgConst, ptrSize, dataOffset, [all …]
|
/external/syzkaller/pkg/compiler/ |
D | compiler.go | 55 ptrSize: target.PtrSize, 119 ptrSize uint64 member 204 align = comp.ptrSize 273 base.TypeSize = comp.ptrSize 332 size = comp.ptrSize
|
D | types.go | 99 base.TypeSize = comp.ptrSize 300 base.TypeSize = comp.ptrSize 435 base.TypeSize = comp.ptrSize
|
/external/syzkaller/vendor/github.com/golang/protobuf/proto/ |
D | pointer_unsafe.go | 75 var ptrSize = unsafe.Sizeof(uintptr(0)) var 93 return pointer{p: unsafe.Pointer(uintptr(unsafe.Pointer(i)) + ptrSize)}
|
/external/golang-protobuf/proto/ |
D | pointer_unsafe.go | 75 var ptrSize = unsafe.Sizeof(uintptr(0)) var 93 p = pointer{p: unsafe.Pointer(uintptr(unsafe.Pointer(i)) + ptrSize)}
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 1855 unsigned int ptrSize = dL.getPointerSize() * 8; // ptr size in bits in GetSimdValid32bitIndices() local 1856 Value* iLastIndex = PTR_TO_INT(pLastIndex, Type::getIntNTy(JM()->mContext, ptrSize)); in GetSimdValid32bitIndices() 1857 Value* iIndices = PTR_TO_INT(pIndices, Type::getIntNTy(JM()->mContext, ptrSize)); in GetSimdValid32bitIndices()
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |