Searched refs:sint (Results 1 – 9 of 9) sorted by relevance
| /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/sys/dev/hyperv/vmbus/ |
| H A D | vmbus.c | 754 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 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/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/clang/include/clang/Basic/ |
| H A D | arm_mve_defs.td | 274 def sint: PrimitiveType<"s", 32> { let nameOverride = "int"; } 396 def imm_1toN : Immediate<sint, IB_EltBit<1>>; 397 def imm_0toNm1 : Immediate<sint, IB_EltBit<0>>; 398 def imm_1toHalfN : Immediate<sint, IB_EltBit<1, HalfSize<Scalar>>>; 402 def imm_lane : Immediate<sint, IB_LaneIndex>; 406 def imm_1to32 : Immediate<sint, IB_ConstRange<1, 32>>; 409 def imm_1248 : Immediate<sint, IB_ConstRange<1, 8>> { 418 : 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/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXInstrInfo.td | 2074 // sint -> f16 2086 // sint -> bf16 2102 // sint -> f32 2114 // sint -> f64 2127 // f16 -> sint 2139 // bf16 -> sint 2150 // f32 -> sint 2172 // f64 -> sint
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatterns.td | 477 // Bitcast is different than [fp|sint|uint]_to_[sint|uint|fp].
|