| /src/crypto/openssl/crypto/ |
| H A D | der_writer.c | 31 * and after WPACKET_close(). We use size1 and size2 to determine if in int_end_context() 35 size_t size1, size2; in int_end_context() local 45 return WPACKET_get_total_written(pkt, &size1) in int_end_context() 48 && (size1 == size2 || WPACKET_put_bytes_u8(pkt, tag)); in int_end_context() 182 * and after WPACKET_close(). We use size1 and size2 to determine if in ossl_DER_w_end_sequence() 189 size_t size1, size2; in ossl_DER_w_end_sequence() local 191 return WPACKET_get_total_written(pkt, &size1) in ossl_DER_w_end_sequence() 194 && (size1 == size2 in ossl_DER_w_end_sequence()
|
| /src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerCrossOver.cpp | 19 size_t MutationDispatcher::CrossOver(const uint8_t *Data1, size_t Size1, in CrossOver() argument 22 assert(Size1 || Size2); in CrossOver() 28 size_t InSize = Size1; in CrossOver() 31 while (OutPos < MaxOutSize && (Pos1 < Size1 || Pos2 < Size2)) { in CrossOver() 44 InSize = CurrentlyUsingFirstData ? Size2 : Size1; in CrossOver()
|
| /src/tests/sys/fs/fusefs/ |
| H A D | notify.cc | 344 ssize_t size1 = sizeof(CONTENTS1); in TEST_P() local 360 out.body.attr.attr.size = size1; in TEST_P() 364 expect_read(ino, 0, size1, size1, CONTENTS1); in TEST_P() 385 EXPECT_EQ(size1, sb.st_size); in TEST_P() 389 ASSERT_EQ(size1, read(fd, buf, size1)) << strerror(errno); in TEST_P() 390 EXPECT_EQ(0, memcmp(buf, CONTENTS1, size1)); in TEST_P() 447 ssize_t size1 = sizeof(CONTENTS1); in TEST_P() local 451 expect_lookup(FUSE_ROOT_ID, RELPATH, ino, size1, seq); in TEST_P() 462 sa.size = size1; in TEST_P() 469 ASSERT_EQ(size1, read(fd, buf, size1)) << strerror(errno); in TEST_P() [all …]
|
| /src/tools/test/stress2/misc/ |
| H A D | mmap33.sh | 53 size_t i, size1, size2; 60 fprintf(stderr, "Usage: %s filename size1 size2\n", argv[0]); 65 size1 = atoi(argv[2]); 69 for (i = 0; i < size1; i++)
|
| /src/sys/dev/dcons/ |
| H A D | dcons.c | 197 int size0, size1, offset; in dcons_init() local 201 size1 = size0 * 3 / 4; /* console port buffer */ in dcons_init() 203 dcons_init_port(0, offset, size1, buf, sc); in dcons_init() 204 offset += size1; in dcons_init() 205 dcons_init_port(1, offset, size0 - size1, buf, sc); in dcons_init()
|
| /src/contrib/libdiff/test/ |
| H A D | test020.right.txt | 68 size_t size1, size2; 94 size1 = 0; 97 err = got_object_blob_dump_to_file(&size1, NULL, NULL, f1, 229 size_t size1; 235 size1 = 0; 241 err = got_object_blob_dump_to_file(&size1, NULL, NULL, f1, 300 size_t size1, size; 306 size1 = 0; 312 err = got_object_blob_dump_to_file(&size1, NULL, NULL, f1, 326 p1, size1, data2, f2, p2, size2); [all …]
|
| H A D | test020.left.txt | 54 size_t size1, size2; 74 size1 = 0; 77 err = got_object_blob_dump_to_file(&size1, NULL, NULL, f1, 98 ds.stb1.st_size = size1; 199 size_t size1; 205 size1 = 0; 211 err = got_object_blob_dump_to_file(&size1, NULL, NULL, f1, 227 ds.stb1.st_size = size1; 847 FILE *f1, size_t size1, const char *label1, 875 (*ds)->stb1.st_size = size1;
|
| H A D | test019.left.txt | 53 size_t size1, size2; 74 size1 = 0; 77 err = got_object_blob_dump_to_file(&size1, NULL, NULL, f1, 187 size_t size1; 193 size1 = 0; 199 err = got_object_blob_dump_to_file(&size1, NULL, NULL, f1,
|
| H A D | test019.right.txt | 68 size_t size1, size2; 94 size1 = 0; 97 err = got_object_blob_dump_to_file(&size1, NULL, NULL, f1, 229 size_t size1; 235 size1 = 0; 241 err = got_object_blob_dump_to_file(&size1, NULL, NULL, f1,
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSelectionDAGInfo.cpp | 111 unsigned Size1 = Bytes == 16 ? 8 : llvm::bit_floor(Bytes); in EmitTargetCodeForMemset() local 112 unsigned Size2 = Bytes - Size1; in EmitTargetCodeForMemset() 113 SDValue Chain1 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size1, in EmitTargetCodeForMemset() 118 DAG.getConstant(Size1, DL, PtrVT)); in EmitTargetCodeForMemset() 119 DstPtrInfo = DstPtrInfo.getWithOffset(Size1); in EmitTargetCodeForMemset() 122 std::min(Alignment, Align(Size1)), DstPtrInfo); in EmitTargetCodeForMemset()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MergedLoadStoreMotion.cpp | 99 // The mergeLoad/Store algorithms could have Size0 * Size1 complexity, 100 // where Size0 and Size1 are the #instructions on the two sides of 102 // Control is enforced by the check Size0 * Size1 < MagicCompileTimeControl. 319 int Size1 = std::distance(InstsNoDbg.begin(), InstsNoDbg.end()); in mergeStores() local 334 if (NStores * Size1 >= MagicCompileTimeControl) in mergeStores()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AvoidStoreForwardingBlocks.cpp | 574 unsigned Size1 = 0; in breakBlockedCopies() local 589 Size1 = LdDisp2 - LdDisp1; in breakBlockedCopies() 593 buildCopies(Size1, LoadInst, LdDisp1, StoreInst, StDisp1, LMMOffset, in breakBlockedCopies() 596 buildCopies(Size2, LoadInst, LdDisp2, StoreInst, StDisp2, LMMOffset + Size1, in breakBlockedCopies() 597 SMMOffset + Size1); in breakBlockedCopies() 600 LMMOffset += Size1 + Size2; in breakBlockedCopies() 601 SMMOffset += Size1 + Size2; in breakBlockedCopies()
|
| /src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_access.cpp | 499 uptr size1 = Min<uptr>(size, RoundUp(addr + 1, kShadowCell) - addr); in UnalignedMemoryAccess() local 501 Shadow cur(fast_state, addr, size1, typ); in UnalignedMemoryAccess() 512 uptr size2 = size - size1; in UnalignedMemoryAccess() 585 uptr size1 = RoundUp(size + addr - addr1, kShadowCell); in MemoryResetRange() local 586 MemoryRangeSet(addr1, size1, Shadow::kEmpty); in MemoryResetRange() 719 uptr size1 = Min(size, RoundUp(addr, kShadowCell) - addr); in MemoryAccessRangeT() local 720 size -= size1; in MemoryAccessRangeT() 721 Shadow cur(fast_state, addr, size1, typ); in MemoryAccessRangeT()
|
| H A D | tsan_rtl_report.cpp | 419 // Checks if addr1|size1 is fully contained in addr2|size2. 423 static constexpr bool IsWithinAccess(uptr addr1, uptr size1, uptr addr2, in IsWithinAccess() argument 425 return addr1 >= addr2 && addr1 + size1 <= addr2 + size2; in IsWithinAccess() 722 uptr addr_off1, size1, typ1; in ReportRace() local 723 old.GetAccess(&addr_off1, &size1, &typ1); in ReportRace() 736 uptr end1 = addr1 + size1; in ReportRace() 772 size1, typ1, &tids[1], &traces[1], mset[1], &tags[1])) { in ReportRace()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.cpp | 119 LocationSize Size1 = LdSt1->getMemSize(); in aliasIsKnownForLoadStore() local 131 if (PtrDiff >= 0 && Size1.hasValue() && !Size1.isScalable()) { in aliasIsKnownForLoadStore() 135 IsAlias = !((int64_t)Size1.getValue() <= PtrDiff); in aliasIsKnownForLoadStore() 275 LocationSize Size1 = MUC1.NumBytes; in instMayAlias() local 277 Size1.hasValue()) { in instMayAlias() 283 Size1.getValue().getKnownMinValue() + SrcValOffset1 - MinOffset; in instMayAlias() 287 Size1.isScalable() ? Size1 : LocationSize::precise(Overlap1); in instMayAlias()
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMHazardRecognizer.cpp | 262 LocationSize Size1 = MO->getSize(); in EmitInstruction() local 263 if (Size1.hasValue() && Size1.getValue() > 4) in EmitInstruction()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFExpression.cpp | 30 Descriptions[DW_OP_const1u] = Desc(Op::Dwarf2, Op::Size1); in getOpDescriptions() 43 Descriptions[DW_OP_pick] = Desc(Op::Dwarf2, Op::Size1); in getOpDescriptions() 80 Descriptions[DW_OP_deref_size] = Desc(Op::Dwarf2, Op::Size1); in getOpDescriptions() 81 Descriptions[DW_OP_xderef_size] = Desc(Op::Dwarf2, Op::Size1); in getOpDescriptions() 167 case Operation::Size1: in extract()
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFExpression.h | 36 Size1 = 0, enumerator 50 SignedSize1 = SignBit | Size1,
|
| /src/lib/libefivar/ |
| H A D | uefi-dputil.c | 506 UINTN Size1; in AppendDevicePath() local 530 Size1 = GetDevicePathSize (FirstDevicePath); in AppendDevicePath() 532 Size = Size1 + Size2 - END_DEVICE_PATH_LENGTH; in AppendDevicePath() 537 NewDevicePath = CopyMem (NewDevicePath, FirstDevicePath, Size1); in AppendDevicePath() 542 (Size1 - END_DEVICE_PATH_LENGTH)); in AppendDevicePath()
|
| /src/usr.bin/sort/ |
| H A D | sort.c | 742 size_t size1; in parse_k() local 745 size1 = sptr - s; in parse_k() 747 if (size1 < 1) in parse_k() 749 pos1 = sort_malloc((size1 + 1) * sizeof(char)); in parse_k() 751 strncpy(pos1, s, size1); in parse_k() 752 pos1[size1] = '\0'; in parse_k()
|
| /src/tests/sys/cddl/zfs/tests/cli_root/zpool_add/ |
| H A D | zpool_add.cfg | 46 export SIZE1="250m"
|
| /src/tests/sys/cddl/zfs/tests/hotspare/ |
| H A D | hotspare.cfg | 43 export SIZE1="80m"
|
| /src/tests/sys/cddl/zfs/tests/cli_root/zpool_create/ |
| H A D | zpool_create.cfg | 48 export SIZE1="250m"
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
| H A D | zpool_create.cfg | 49 export SIZE1="$(($MINVDEVSIZE * 2 / (1024 * 1024)))m"
|
| /src/sys/dev/xen/netback/ |
| H A D | netback_unit_tests.c | 1483 size_t size1 = MHLEN - 5; in xnb_mbufc2pkt_2short() local 1489 mbufc = m_getm(NULL, size1, M_WAITOK, MT_DATA); in xnb_mbufc2pkt_2short() 1501 mbufc2->m_pkthdr.len = size1 + size2; in xnb_mbufc2pkt_2short() 1502 mbufc2->m_len = size1; in xnb_mbufc2pkt_2short() 1506 XNB_ASSERT(pkt.size == size1 + size2); in xnb_mbufc2pkt_2short() 1513 XNB_ASSERT(pkt.car_size == size1); in xnb_mbufc2pkt_2short() 1954 size_t size1 = MHLEN - 5; in xnb_rxpkt2rsp_2short() local 1964 mbufc = m_getm(NULL, size1, M_WAITOK, MT_DATA); in xnb_rxpkt2rsp_2short() 1972 mbufc->m_pkthdr.len = size1 + size2; in xnb_rxpkt2rsp_2short() 1973 mbufc->m_len = size1; in xnb_rxpkt2rsp_2short() [all …]
|