Home
last modified time | relevance | path

Searched full:sint (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/sys/contrib/openzfs/cmd/
H A Dzarcstat.in259 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 Dvmbus_x86.c119 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 Dubsan_diag.h145 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {}
153 SIntMax SInt;
173 SIntMax SInt; global() member
H A Dubsan_diag.cpp204 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 Dvmbus.c754 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 Darm_mve_defs.td273 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 Darm_cde.td48 def imm_coproc : Immediate<sint, IB_ConstRange<0, 7>>;
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzstd_test_data.txt1 …in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat …
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def188 HANDLE_CAST_INST(42, FPToSI , FPToSIInst ) // floating point -> SInt
190 HANDLE_CAST_INST(44, SIToFP , SIToFPInst ) // SInt -> floating point
/freebsd/share/misc/
H A Diso316648 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 Dsv_sincospi_common.h64 re-introduced for cospi. cmp filters rxs that saturate to max sint. */ in sv_sincospi_inline()
H A Dsv_sincospif_common.h56 re-introduced for cospi. cmp filters rxs that saturate to max sint. */ in sv_sincospif_inline()
/freebsd/crypto/openssl/test/
H A Dstack_test.c39 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 Dbaseline84 BQ:Bonaire, Sint Eustatius and Saba
539 SX:Sint Maarten (Dutch part)
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp147 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 Dqat_c2xxxreg.h108 /* SINT: Signal Target Raw Interrupt Register */
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp72 #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 Dgen.c1028 "%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 DAppleObjCClassDescriptorV2.cpp734 offset_scalar.SInt()); in fill()
736 {ConstString(name), ivar_type, size, offset_scalar.SInt()}); in fill()
/freebsd/crypto/heimdal/include/
H A Dbits.c56 sprintf(tmp, "%sint%d_t" , pre, len); \
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h154 int SInt(int fail_value = 0) const;
/freebsd/usr.bin/rpcgen/
H A Drpc_svcout.c881 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 DArgs.cpp425 .Case("sint", eEncodingSint) in StringToEncoding()
H A DScalar.cpp319 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 DNVPTXInstrInfo.td3277 // sint -> f16
3297 // sint -> bf16
3317 // sint -> f32
3337 // sint -> f64
3358 // f16 -> sint
3378 // bf16 -> sint
3397 // f32 -> sint
3429 // f64 -> sint

12