/freebsd/sys/contrib/openzfs/cmd/ |
H A D | zarcstat.in | 259 sint = 1 # Default interval is 1 second 424 if sint == 1 and isint(num) or width < intlen + 2: 486 global sint 551 sint = int(argv[0]) if argv else sint 618 v["hits"] = d["hits"] / sint 619 v["iohs"] = d["iohits"] / sint 620 v["miss"] = d["misses"] / sint 626 v["dhit"] = (d["demand_data_hits"] + d["demand_metadata_hits"]) / sint 627 v["dioh"] = (d["demand_data_iohits"] + d["demand_metadata_iohits"]) / sint 628 v["dmis"] = (d["demand_data_misses"] + d["demand_metadata_misses"]) / sint [all …]
|
/freebsd/sys/dev/hyperv/vmbus/x86/ |
H A D | vmbus_x86.c | 119 uint32_t sint; in vmbus_synic_setup1() local 122 sint = MSR_HV_SINT0 + VMBUS_SINT_TIMER; in vmbus_synic_setup1() 123 orig = RDMSR(sint); in vmbus_synic_setup1() 126 WRMSR(sint, val); in vmbus_synic_setup1() 134 uint32_t sint; in vmbus_synic_teardown1() local 136 sint = MSR_HV_SINT0 + VMBUS_SINT_TIMER; in vmbus_synic_teardown1() 137 orig = RDMSR(sint); in vmbus_synic_teardown1() 138 WRMSR(sint, orig | MSR_HV_SINT_MASKED); in vmbus_synic_teardown1()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.h | 145 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {} 153 SIntMax SInt; 173 SIntMax SInt; global() member
|
H A D | ubsan_diag.cpp | 204 if (A.SInt >= INT64_MIN && A.SInt <= INT64_MAX) in RenderText() 205 Buffer->AppendF("%lld", (long long)A.SInt); in RenderText() 207 RenderHex(Buffer, A.SInt); in RenderText()
|
/freebsd/sys/dev/hyperv/vmbus/ |
H A D | vmbus.c | 754 uint32_t sint; in vmbus_synic_setup() local 785 * Configure and unmask SINT for message and event flags. in vmbus_synic_setup() 787 sint = MSR_HV_SINT0 + VMBUS_SINT_MESSAGE; in vmbus_synic_setup() 788 orig = RDMSR(sint); in vmbus_synic_setup() 791 WRMSR(sint, val); in vmbus_synic_setup() 794 * Configure and unmask SINT for timer. in vmbus_synic_setup() 819 uint32_t sint; in vmbus_synic_teardown() local 828 * Mask message and event flags SINT. in vmbus_synic_teardown() 830 sint = MSR_HV_SINT0 + VMBUS_SINT_MESSAGE; in vmbus_synic_teardown() 831 orig = RDMSR(sint); in vmbus_synic_teardown() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_mve_defs.td | 273 def sint: PrimitiveType<"s", 32> { let nameOverride = "int"; } 395 def imm_1toN : Immediate<sint, IB_EltBit<1>>; 396 def imm_0toNm1 : Immediate<sint, IB_EltBit<0>>; 397 def imm_1toHalfN : Immediate<sint, IB_EltBit<1, HalfSize<Scalar>>>; 401 def imm_lane : Immediate<sint, IB_LaneIndex>; 405 def imm_1to32 : Immediate<sint, IB_ConstRange<1, 32>>; 408 def imm_1248 : Immediate<sint, IB_ConstRange<1, 8>> { 417 : Immediate<sint, IB_ConstRange<!mul(membytes, -127), !mul(membytes, 127)>> {
|
H A D | arm_cde.td | 48 def imm_coproc : Immediate<sint, IB_ConstRange<0, 7>>;
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
H A D | zstd_test_data.txt | 1 …in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat …
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instruction.def | 188 HANDLE_CAST_INST(42, FPToSI , FPToSIInst ) // floating point -> SInt 190 HANDLE_CAST_INST(44, SIToFP , SIToFPInst ) // SInt -> floating point
|
/freebsd/share/misc/ |
H A D | iso3166 | 48 BQ BES 535 Bonaire, Sint Eustatius and Saba 221 SX SXM 534 Sint Maarten (Dutch part) 548 # SINT MAARTEN (DUTCH PART) (SX) added as new entries.
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | sv_sincospi_common.h | 64 re-introduced for cospi. cmp filters rxs that saturate to max sint. */ in sv_sincospi_inline()
|
H A D | sv_sincospif_common.h | 56 re-introduced for cospi. cmp filters rxs that saturate to max sint. */ in sv_sincospif_inline()
|
/freebsd/crypto/openssl/test/ |
H A D | stack_test.c | 39 DEFINE_SPECIAL_STACK_OF(sint, int) in DEFINE_SPECIAL_STACK_OF() argument 83 STACK_OF(sint) *s = sk_sint_new_null(); in test_int_stack()
|
/freebsd/usr.sbin/tzsetup/ |
H A D | baseline | 84 BQ:Bonaire, Sint Eustatius and Saba 539 SX:Sint Maarten (Dutch part)
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 147 SInt, enumerator 191 bool isInteger() const { return Kind == SInt || Kind == UInt; } in isInteger() 193 bool isSigned() const { return Kind == SInt; } in isSigned() 218 Kind = SInt; in makeSigned() 223 Kind = Sign ? SInt : UInt; in makeInteger() 229 Kind = SInt; in makeImmediate() 736 T.Kind = SInt; in fromTypedefName() 794 Kind = SInt; in applyTypespec() 868 Kind = SInt; in applyModifiers() 916 Kind = SInt; in applyModifiers()
|
/freebsd/sys/dev/qat_c2xxx/ |
H A D | qat_c2xxxreg.h | 108 /* SINT: Signal Target Raw Interrupt Register */
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.cpp | 72 #define SInt(x) ((int64_t)x) macro 566 std::optional<int64_t> signed_sum = llvm::checkedAdd(SInt(x), SInt(y)); in AddWithCarry() 569 overflow |= !llvm::checkedAdd(*signed_sum, SInt(carry_in)); in AddWithCarry()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | gen.c | 1028 "%sint ASN1CALL " in generate_type() 1033 "%sint ASN1CALL " in generate_type() 1042 "%sint ASN1CALL copy_%s (const %s *, %s *);\n", in generate_type()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCClassDescriptorV2.cpp | 734 offset_scalar.SInt()); in fill() 736 {ConstString(name), ivar_type, size, offset_scalar.SInt()}); in fill()
|
/freebsd/crypto/heimdal/include/ |
H A D | bits.c | 56 sprintf(tmp, "%sint%d_t" , pre, len); \
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Scalar.h | 154 int SInt(int fail_value = 0) const;
|
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_svcout.c | 881 f_print(fout, "%sint size;\n", sp); in write_rpc_svc_fg() 885 f_print(fout, "%sint pid, i;\n\n", sp); in write_rpc_svc_fg()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Args.cpp | 425 .Case("sint", eEncodingSint) in StringToEncoding()
|
H A D | Scalar.cpp | 319 int Scalar::SInt(int fail_value) const { return GetAs<int>(fail_value); } in SInt() function in Scalar
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXInstrInfo.td | 3277 // sint -> f16 3297 // sint -> bf16 3317 // sint -> f32 3337 // sint -> f64 3358 // f16 -> sint 3378 // bf16 -> sint 3397 // f32 -> sint 3429 // f64 -> sint
|