Home
last modified time | relevance | path

Searched refs:sint (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/cmd/
H A Darcstat.in257 sint = 1 # Default interval is 1 second
422 if sint == 1 and isint(num) or width < intlen + 2:
484 global sint
549 sint = int(argv[0]) if argv else sint
616 v["hits"] = d["hits"] / sint
617 v["iohs"] = d["iohits"] / sint
618 v["miss"] = d["misses"] / sint
624 v["dhit"] = (d["demand_data_hits"] + d["demand_metadata_hits"]) / sint
625 v["dioh"] = (d["demand_data_iohits"] + d["demand_metadata_iohits"]) / sint
626 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/sys/dev/hyperv/vmbus/
H A Dvmbus.c754 uint32_t sint; in vmbus_synic_setup() local
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()
819 uint32_t sint; in vmbus_synic_teardown() local
830 sint = MSR_HV_SINT0 + VMBUS_SINT_MESSAGE; in vmbus_synic_teardown()
831 orig = RDMSR(sint); in vmbus_synic_teardown()
832 WRMSR(sint, orig | MSR_HV_SINT_MASKED); in vmbus_synic_teardown()
/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/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/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/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
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td469 // Bitcast is different than [fp|sint|uint]_to_[sint|uint|fp].