Searched refs:value1 (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/src/tests/kits/app/bpropertyinfo/
H A DPropertyConstructionTest.cpp128 const value_info *value1,
133 if ((value_count != 0) && (value1 != value2)) {
134 assert(value1 != NULL);
137 assert(value1[i].name != 0);
139 assert(strcmp(value1[i].name, value2[i].name) == 0);
141 assert(value1[i].value == value2[i].value);
143 assert(value1[i].kind == value2[i].kind);
145 if (value1[i].usage == 0) {
149 assert(strcmp(value1[i].usage, value2[i].usage) == 0);
152 assert(value1[
127 CompareValues( const value_info *value1, const value_info *value2, int value_count) argument
[all...]
H A DPropertyConstructionTest.h25 void CompareValues(const value_info *value1,
H A DPropertyTestcase.h23 value_info *DuplicateValues(const value_info *value1, int value_count);
H A DPropertyTestcase.cpp115 const value_info *value1,
121 if (value1 != NULL) {
123 memcpy(value2, value1, sizeof(value_info) * (value_count + 1));
125 if (value1[i].name != NULL) {
126 value2[i].name = strdup(value1[i].name);
128 if (value1[i].usage != NULL) {
129 value2[i].usage = strdup(value1[i].usage);
209 struct value_info value1[] = { { 0 } }; local
221 { NULL, value1, 0, 0, 11,
247 { prop1, value1,
114 DuplicateValues( const value_info *value1, int value_count) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dax-gdb.c98 struct axs_value *value1,
108 struct axs_value *value1,
112 struct axs_value *value1, struct axs_value *value2);
115 struct axs_value *value1,
837 gen_usual_arithmetic (struct agent_expr *ax, struct axs_value *value1,
841 if (TYPE_CODE (value1->type) == TYPE_CODE_INT
850 max_type (value1->type, value2->type));
855 /* Deal with value1, not on the top of the stack. Don't
858 if (is_nontrivial_conversion (value1->type, target))
861 gen_conversion (ax, value1
829 gen_usual_arithmetic(struct agent_expr *ax, struct axs_value *value1, struct axs_value *value2) argument
956 gen_add(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2, char *name) argument
1003 gen_sub(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2) argument
1056 gen_binop(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2, enum agent_op op, enum agent_op op_unsigned, int may_carry, char *name) argument
1413 struct axs_value value1; local
1482 struct axs_value value1, value2; local
[all...]
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorSlider.h33 float value1, float value2,
65 float value1, float value2);
66 void SetOtherValues(float value1, float value2);
67 void GetOtherValues(float* value1, float* value2) const;
H A DColorPickerView.h66 void _UpdateColor(float value, float value1,
H A DColorPickerView.cpp168 float value1, value2; local
169 value1 = message->FindFloat("value");
171 _UpdateColor(-1, value1, value2);
436 ColorPickerView::_UpdateColor(float value, float value1, float value2) argument
442 else if (value1!=-1 && value2!=-1) {
443 fColorSlider->SetOtherValues(value1, value2);
444 *p1 = value1; *p2 = value2;
H A DColorSlider.cpp35 float value1, float value2, orientation dir)
40 fFixedValue1(value1),
391 float value1, float value2)
445 SetOtherValues(value1, value2);
454 ColorSlider::SetOtherValues(float value1, float value2) argument
456 fFixedValue1 = value1;
466 ColorSlider::GetOtherValues(float* value1, float* value2) const argument
468 if (value1 && value2) {
469 *value1 = fFixedValue1;
33 ColorSlider(BPoint offset_point, selected_color_mode mode, float value1, float value2, orientation dir) argument
390 SetModeAndValues(selected_color_mode mode, float value1, float value2) argument
/haiku-fatelf/src/apps/debuganalyzer/gui/table/
H A DTable.cpp322 BVariant value1; local
323 bool valid1 = fModel->GetValueAt(field1->RowIndex(), modelIndex, value1);
332 return fTableColumn->CompareValues(value1, value2);
H A DTreeTable.cpp365 BVariant value1; local
366 bool valid1 = fModel->GetValueAt(field1->Object(), modelIndex, value1);
375 return fTableColumn->CompareValues(value1, value2);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetdate.y1015 unsigned long int value1 = value + (c - '0');
1016 if (value1 < value)
1018 value = value1;
1030 unsigned long int value1;
1038 value1 = -s;
1045 value1 = s;
1047 if (value != value1)
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp156 bool CompareValues(ValueType* value1, ValueType* value2) const argument
157 { return value1->Interface()->index == value2->Interface()->index
158 && value1->Address().s_addr == value2->Address().s_addr; }
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp173 bool CompareValues(ValueType* value1, ValueType* value2) const argument
174 { return value1->Interface()->index == value2->Interface()->index
175 && value1->Address() == value2->Address(); }
/haiku-fatelf/src/bin/gdb/bfd/
H A Dieee.c735 bfd_vma value1, value2;
740 POP (sy, section1, value1);
742 PUSH (sy, section1 ? section1 : section_dummy, value2 - value1);
747 bfd_vma value1, value2;
754 POP (sy1, section1, value1);
758 value1 + value2);
733 bfd_vma value1, value2; local
745 bfd_vma value1, value2; local
/haiku-fatelf/src/tools/docbook/libxml2/
H A Drelaxng.c628 * @value1: the first value
637 const xmlChar * value1,
2553 * @value1: the first value
2564 const xmlChar * value1,
2573 if ((type == NULL) || (value1 == NULL) || (value2 == NULL))
2581 ret = xmlSchemaValPredefTypeNode(typ, value1, &res1, ctxt1);
2666 * @value1: the first value
2677 const xmlChar * value1,
2686 ret = xmlStrEqual(value1, value2);
2688 if (!xmlStrEqual(value1, value
2562 xmlRelaxNGSchemaTypeCompare(void *data ATTRIBUTE_UNUSED, const xmlChar * type, const xmlChar * value1, xmlNodePtr ctxt1, void *comp1, const xmlChar * value2, xmlNodePtr ctxt2) argument
2675 xmlRelaxNGDefaultTypeCompare(void *data ATTRIBUTE_UNUSED, const xmlChar * type, const xmlChar * value1, xmlNodePtr ctxt1 ATTRIBUTE_UNUSED, void *comp1 ATTRIBUTE_UNUSED, const xmlChar * value2, xmlNodePtr ctxt2 ATTRIBUTE_UNUSED) argument
[all...]
/haiku-fatelf/src/tests/kits/storage/
H A DAppFileInfoTest.cpp2701 Value value1; local
2702 CHK(Getter::Get(appFileInfo, value1) == B_OK);
2703 CHK(value1 == testValue2);

Completed in 332 milliseconds