Home
last modified time | relevance | path

Searched refs:value2 (Results 1 – 25 of 53) sorted by relevance

123

/freebsd-12-stable/contrib/gdb/gdb/
Dax-gdb.c98 struct axs_value *value2);
108 struct axs_value *value2, char *name);
111 struct axs_value *value1, struct axs_value *value2);
115 struct axs_value *value2,
830 struct axs_value *value2) in gen_usual_arithmetic() argument
834 && TYPE_CODE (value2->type) == TYPE_CODE_INT) in gen_usual_arithmetic()
842 max_type (value1->type, value2->type)); in gen_usual_arithmetic()
845 gen_conversion (ax, value2->type, target); in gen_usual_arithmetic()
857 value1->type = value2->type = target; in gen_usual_arithmetic()
957 struct axs_value *value1, struct axs_value *value2, char *name) in gen_add() argument
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulationStateARM.cpp165 uint32_t value2 = pseudo_state->ReadFromPseudoAddress(addr + 4, success); in ReadPseudoMemory() local
171 value2 = llvm::ByteSwap_32(value2); in ReadPseudoMemory()
174 ((uint32_t *)dst)[1] = value2; in ReadPseudoMemory()
203 uint32_t value2; in WritePseudoMemory() local
205 memcpy(&value2, static_cast<const uint8_t *>(dst) + sizeof(uint32_t), in WritePseudoMemory()
209 value2 = llvm::ByteSwap_32(value2); in WritePseudoMemory()
213 pseudo_state->StoreToPseudoAddress(addr + 4, value2); in WritePseudoMemory()
/freebsd-12-stable/contrib/libucl/tests/basic/
D19.res6 key1 = "value2";
20 key1 = "value2";
30 key1 = "value2";
D19-merge.inc3 key1 = value2;
D19-rewrite.inc3 key1 = value2;
D19-append.inc3 key1 = value2
D13.res3 key = "value2";
D16.in11 value2 = "implicit-array";
D1.res2 key1 = "value2";
D1.in3 "key1": value2;
D2.res9 "value2",
D2.in2 section3 {param = value; param2 = value, param3 = ["value1", value2, 100500]}}
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_snapshot/
Dzfs_snapshot_006_pos.ksh106 value2=$(user_property_value 16)
108 log_must eval "$ZFS snapshot -o $prop_name='$value' -o $prop_name2='$value2' $fssnap"
131 value2=$(user_property_value 16)
133 log_must eval "$ZFS snapshot -r -o $prop_name='$value' -o $prop_name2='$value2' $TESTPOOL@snap"
Dzfs_snapshot_007_neg.ksh111 value2=$(user_property_value 16)
113 log_must eval "$ZFS snapshot -o $prop_name='$value' -o $prop_name2='$value2' $fssnap"
136 value2=$(user_property_value 16)
138 log_must eval "$ZFS snapshot -r -o $prop_name='$value' -o $prop_name2='$value2' $TESTPOOL@snap"
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_get/
Dzfs_get_003_pos.ksh73 value2=$($ZFS get -H all $TESTPOOL/$TESTFS | $AWK '{print $2 " " $3}' | \
75 if [[ $value1 != $value2 ]]; then
76 log_fail "value1($value1) != value2($value2)"
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dossa.h45 #define ossaLogDebugString(agRoot, level, string, ptr1, ptr2, value1, value2) \ argument
66 if ( OSSA_DEBUG_PRINT_INVALID_NUMBER != value2 ) \
68 printk("value2=0x%08x ", value2); \
/freebsd-12-stable/contrib/gcc/
Dconditions.h55 typedef struct {int flags; rtx value1, value2; CC_STATUS_MDEP mdep;} CC_STATUS; member
115 (cc_status.flags = 0, cc_status.value1 = 0, cc_status.value2 = 0, \
Dtree-ssa-uncprop.c327 tree value2 = ((struct equiv_hash_elt *)p2)->value; in equiv_eq() local
329 return operand_equal_p (value1, value2, 0); in equiv_eq()
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_ani.c461 int32_t value, value2; in ar9300_ani_control() local
625 value2 = in ar9300_ani_control()
629 if (value2 < HAL_SIG_FIRSTEP_SETTING_MIN) { in ar9300_ani_control()
630 value2 = HAL_SIG_FIRSTEP_SETTING_MIN; in ar9300_ani_control()
632 if (value2 > HAL_SIG_FIRSTEP_SETTING_MAX) { in ar9300_ani_control()
633 value2 = HAL_SIG_FIRSTEP_SETTING_MAX; in ar9300_ani_control()
636 AR_PHY_FIND_SIG_LOW_FIRSTEP_LOW, value2); in ar9300_ani_control()
647 HAL_ANI_DEF_FIRSTEP_LVL, value2, in ar9300_ani_control()
684 value2 = in ar9300_ani_control()
688 if (value2 < HAL_SIG_SPUR_IMM_SETTING_MIN) { in ar9300_ani_control()
[all …]
/freebsd-12-stable/tools/regression/environ/
Dtimings.c41 const char value2[] = "Small -- value"; variable
142 if (setenv(name, value2, 1) == -1) in main()
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsaphy.c433 bit32 value, value1, value2, copyPhyId; in saLocalPhyControl() local
718 value2 = ossaHwRegReadExt(agRoot, PCIBAR2, SPC_REG_DEVICE_LCLK); in saLocalPhyControl()
720 SA_DBG3(("saLocalPhyControl: TOP DEVICE LCLK Register value = %08X\n", value2)); in saLocalPhyControl()
722 if ((value2 & DEVICE_LCLK_CLEAR) == 0) in saLocalPhyControl()
724 ossaHwRegWriteExt(agRoot, PCIBAR2, SPC_REG_DEVICE_LCLK, (value2 | DEVICE_LCLK_CLEAR) ); in saLocalPhyControl()
725 SA_DBG3(("saLocalPhyControl: TOP DEVICE LCLK value = %08X\n", (value2 & 0xFFFFFFBF))); in saLocalPhyControl()
776 ossaHwRegWriteExt(agRoot, PCIBAR2, SPC_REG_DEVICE_LCLK, value2); in saLocalPhyControl()
/freebsd-12-stable/contrib/libucl/tests/basic/include_dir/
Dtest2.conf1 key = value2;
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/api/
Dsaosapi.h777 bit32 value2
786 bit32 value2,
796 bit32 value2,
810 bit32 value2
/freebsd-12-stable/crypto/openssh/
Dreadconf.c959 int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0; in process_config_line_depth() local
1802 value2 = 0; /* timeout */ in process_config_line_depth()
1807 else if ((value2 = convtime(arg)) >= 0) in process_config_line_depth()
1816 options->control_persist_timeout = value2; in process_config_line_depth()
1836 value = a2tun(arg, &value2); in process_config_line_depth()
1844 options->tun_remote = value2; in process_config_line_depth()
1949 value2 = value; in process_config_line_depth()
1950 else if ((value2 = parse_ipqos(arg)) == -1) { in process_config_line_depth()
1957 options->ip_qos_bulk = value2; in process_config_line_depth()
2158 value2 = 0; /* unlimited lifespan by default */ in process_config_line_depth()
[all …]
/freebsd-12-stable/sys/dev/pms/RefTisa/discovery/api/
Dtddmapi.h114 bit32 value2

123