Searched refs:Size2 (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| H A D | FuzzerCrossOver.cpp | 21 const uint8_t *Data2, size_t Size2, in CrossOver() argument 23 assert(Size1 || Size2); in CrossOver() 32 while (OutPos < MaxOutSize && (Pos1 < Size1 || Pos2 < Size2)) { in CrossOver() 45 InSize = CurrentlyUsingFirstData ? Size2 : Size1; in CrossOver()
|
| H A D | FuzzerInterface.h | 57 const uint8_t *Data2, size_t Size2, uint8_t *Out,
|
| H A D | FuzzerExtFunctions.def | 24 const uint8_t * Data2, size_t Size2,
|
| H A D | FuzzerMutate.h | 86 size_t Size2, uint8_t *Out, size_t MaxOutSize);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86AvoidStoreForwardingBlocks.cpp | 581 unsigned Size2 = 0; in breakBlockedCopies() local 587 Size2 = DispSizePair.second; in breakBlockedCopies() 593 Size2 -= OverlapDelta; in breakBlockedCopies() 602 buildCopies(Size2, LoadInst, LdDisp2, StoreInst, StDisp2, LMMOffset + Size1, in breakBlockedCopies() 604 LdDisp1 = LdDisp2 + Size2; in breakBlockedCopies() 605 StDisp1 = StDisp2 + Size2; in breakBlockedCopies() 606 LMMOffset += Size1 + Size2; in breakBlockedCopies() 607 SMMOffset += Size1 + Size2; in breakBlockedCopies()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFExpression.h | 40 Size2 = 1, enumerator 51 SignedSize2 = SignBit | Size2,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSelectionDAGInfo.cpp | 98 unsigned Size2 = Bytes - Size1; in EmitTargetCodeForMemset() local 101 if (Size2 == 0) in EmitTargetCodeForMemset() 107 DAG, DL, Chain, Dst, ByteVal, Size2, in EmitTargetCodeForMemset()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFExpression.cpp | 34 Descriptions[DW_OP_const2u] = Desc(Op::Dwarf2, Op::Size2); in getDescriptions() 86 Descriptions[DW_OP_call2] = Desc(Op::Dwarf3, Op::Size2); in getDescriptions() 143 case Operation::Size2: in extract()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| H A D | sanitizer_allocator_test.cc | 1071 const uptr Size2 = SpecialSizeClassMap::Size(Class2); in TEST() local 1072 ASSERT_EQ(Size2 * 8, kRegionSize); in TEST() 1077 fprintf(stderr, "p[%d] %p s = %lx\n", i, (void*)p[i], Size2); in TEST() 1078 p[i][Size2 - 1] = 42; in TEST() 1084 ASSERT_EQ(p[6][Size2 - 1], 42); in TEST()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 4660 llvm::APInt Size2(32, SMsBlockPerSM.first); in clear() local 4662 C.getConstantArrayType(Arr1Ty, Size2, nullptr, ArrayType::Normal, in clear()
|