Home
last modified time | relevance | path

Searched refs:Size1 (Results 1 – 19 of 19) sorted by relevance

/third_party/json/test/thirdparty/Fuzzer/
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()
DFuzzerInterface.h52 size_t LLVMFuzzerCustomCrossOver(const uint8_t *Data1, size_t Size1,
DFuzzerExtFunctions.def23 (const uint8_t * Data1, size_t Size1,
DFuzzerMutate.h81 size_t CrossOver(const uint8_t *Data1, size_t Size1, const uint8_t *Data2,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
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/json/test/thirdparty/Fuzzer/test/
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/DebugInfo/DWARF/
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/
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/
DDWARFExpression.h36 Size1 = 0, enumerator
46 SignedSize1 = SignBit | Size1,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp304 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/
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/
DGCNRegBankReassign.cpp546 unsigned Size1 = countPopulation(Mask1); in collectCandidates() local
561 + ((Size2 > Size1) ? 1 : 0))); in collectCandidates()
564 + ((Size1 > Size2) ? 1 : 0))); in collectCandidates()
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/
D_ctypes_test.c822 } Size1; typedef
905 EXPORT(Size1) TestSize1() { in TestSize1()
906 Size1 f; in TestSize1()
/third_party/libffi/testsuite/libffi.bhaible/
Dtestcases.c42 typedef struct { char x1; } Size1; typedef
96 Size1 Size1_1={'a'};
457 Size1 ABI_ATTR S1_v (void) in S1_v()
Dtest-callback.c728 {Size1 r = Size1_1; in S1_v_simulator()
731 *(Size1*)retp = r; in S1_v_simulator()
2049 Size1 r = S1_v(); in main()
2058 ffi_type_Size1.size = sizeof(Size1); in main()
2059 ffi_type_Size1.alignment = alignof_slot(Size1); in main()
2064 r = ((Size1 (ABI_ATTR *) (void)) callback_code) (); in main()
Dtest-call.c936 Size1 r = S1_v(); in small_structure_return_tests()
944 ffi_type_Size1.size = sizeof(Size1); in small_structure_return_tests()
945 ffi_type_Size1.alignment = alignof_slot(Size1); in small_structure_return_tests()
/third_party/libcoap/
DChangeLog199 * pdu.c: option codes for Accept and Size1 according to coap-18
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.mjs3443 "Size1-Regular": {
8130 * `makeLargeDelim` makes a delimiter in textstyle, but in one of the Size1,
8209 * Makes a large delimiter. This is a delimiter that comes in the Size1, Size2,
8233 if (font === "Size1-Regular") {
8270 let font = "Size1-Regular"; // We set the parts and font based on the symbol. Note that we use
11896 const fontName = large ? "Size2-Regular" : "Size1-Regular";