Home
last modified time | relevance | path

Searched refs:Size1 (Results 1 - 13 of 13) sorted by relevance

/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerCrossOver.cpp20 size_t MutationDispatcher::CrossOver(const uint8_t *Data1, size_t Size1, in CrossOver() argument
23 assert(Size1 || Size2); in CrossOver()
29 size_t InSize = Size1; in CrossOver()
32 while (OutPos < MaxOutSize && (Pos1 < Size1 || Pos2 < Size2)) { in CrossOver()
45 InSize = CurrentlyUsingFirstData ? Size2 : Size1; in CrossOver()
H A DFuzzerInterface.h52 size_t LLVMFuzzerCustomCrossOver(const uint8_t *Data1, size_t Size1,
H A DFuzzerMutate.h81 size_t CrossOver(const uint8_t *Data1, size_t Size1, const uint8_t *Data2,
/third_party/json/tests/thirdparty/Fuzzer/test/
H A DCustomCrossOverTest.cpp35 extern "C" size_t LLVMFuzzerCustomCrossOver(const uint8_t *Data1, size_t Size1, in LLVMFuzzerCustomCrossOver() argument
50 size_t Len1 = R() % (Size1 - Offset1); in LLVMFuzzerCustomCrossOver()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp97 unsigned Size1 = Bytes == 16 ? 8 : 1 << findLastSet(Bytes); in EmitTargetCodeForMemset() local
98 unsigned Size2 = Bytes - Size1; in EmitTargetCodeForMemset()
99 SDValue Chain1 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size1, in EmitTargetCodeForMemset()
104 DAG.getConstant(Size1, DL, PtrVT)); in EmitTargetCodeForMemset()
105 DstPtrInfo = DstPtrInfo.getWithOffset(Size1); in EmitTargetCodeForMemset()
107 std::min(Align, Size1), DstPtrInfo); in EmitTargetCodeForMemset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpression.cpp33 Descriptions[DW_OP_const1u] = Desc(Op::Dwarf2, Op::Size1); in getDescriptions()
46 Descriptions[DW_OP_pick] = Desc(Op::Dwarf2, Op::Size1); in getDescriptions()
83 Descriptions[DW_OP_deref_size] = Desc(Op::Dwarf2, Op::Size1); in getDescriptions()
84 Descriptions[DW_OP_xderef_size] = Desc(Op::Dwarf2, Op::Size1); in getDescriptions()
141 case Operation::Size1: in extract()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp583 unsigned Size1 = 0; in breakBlockedCopies() local
598 Size1 = LdDisp2 - LdDisp1; in breakBlockedCopies()
602 buildCopies(Size1, LoadInst, LdDisp1, StoreInst, StDisp1, LMMOffset, in breakBlockedCopies()
605 buildCopies(Size2, LoadInst, LdDisp2, StoreInst, StDisp2, LMMOffset + Size1, in breakBlockedCopies()
606 SMMOffset + Size1); in breakBlockedCopies()
609 LMMOffset += Size1 + Size2; in breakBlockedCopies()
610 SMMOffset += Size1 + Size2; in breakBlockedCopies()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h36 Size1 = 0,
46 SignedSize1 = SignBit | Size1,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp103 // The mergeLoad/Store algorithms could have Size0 * Size1 complexity,
104 // where Size0 and Size1 are the #instructions on the two sides of
106 // Control is enforced by the check Size0 * Size1 < MagicCompileTimeControl.
304 int Size1 = std::distance(InstsNoDbg.begin(), InstsNoDbg.end()); in mergeStores() local
319 if (NStores * Size1 >= MagicCompileTimeControl) in mergeStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp291 unsigned Size1; in apply() local
292 MachineOperand *BaseOp1 = HII.getBaseAndOffset(L1, Offset1, Size1); in apply()
293 if (BaseOp1 == nullptr || !BaseOp1->isReg() || Size1 >= 32 || in apply()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNRegBankReassign.cpp546 unsigned Size1 = countPopulation(Mask1);
561 + ((Size2 > Size1) ? 1 : 0)));
564 + ((Size1 > Size2) ? 1 : 0)));
H A DAMDGPURegisterBankInfo.cpp2268 unsigned Size1 = getSizeInBits(Reg1, MRI, *TRI); in getDefaultMappingVOP() local
2270 unsigned DefaultBankID = Size1 == 1 ? in getDefaultMappingVOP()
2274 OpdsMapping[OpdIdx++] = AMDGPU::getValueMapping(Bank1, Size1); in getDefaultMappingVOP()
/third_party/python/Modules/_ctypes/
H A D_ctypes_test.c824 } Size1; typedef
907 EXPORT(Size1) TestSize1() { in EXPORT()
908 Size1 f; in EXPORT()

Completed in 17 milliseconds