Searched refs:value2 (Results 1 - 24 of 24) sorted by relevance

/haiku-fatelf/src/tests/kits/app/bpropertyinfo/
H A DPropertyConstructionTest.cpp129 const value_info *value2,
133 if ((value_count != 0) && (value1 != value2)) {
135 assert(value2 != NULL);
138 assert(value2[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);
146 assert(value2[i].usage == 0);
148 assert(value2[i].usage != 0);
149 assert(strcmp(value1[i].usage, value2[
127 CompareValues( const value_info *value1, const value_info *value2, int value_count) argument
[all...]
H A DPropertyConstructionTest.h26 const value_info *value2,
H A DPropertyTestcase.cpp120 value_info *value2 = NULL; local
122 value2 = (value_info *) malloc(sizeof(value_info) * (value_count + 1));
123 memcpy(value2, value1, sizeof(value_info) * (value_count + 1));
126 value2[i].name = strdup(value1[i].name);
129 value2[i].usage = strdup(value1[i].usage);
133 return(value2);
210 struct value_info value2[] = { local
225 { NULL, value2, 0, 2, 85,
251 { prop1, value2, 0, 2, 85,
468 { prop2, value2,
[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.h67 float value2);
H A DColorPickerView.cpp168 float value1, value2; local
170 value2 = message->FindFloat("value", 1);
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)
41 fFixedValue2(value2),
391 float value1, float value2)
445 SetOtherValues(value1, value2);
454 ColorSlider::SetOtherValues(float value1, float value2) argument
457 fFixedValue2 = value2;
466 ColorSlider::GetOtherValues(float* value1, float* value2) const
468 if (value1 && value2) {
470 *value2 = fFixedValue2;
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/bin/gdb/gdb/
H A Dax-gdb.c99 struct axs_value *value2);
109 struct axs_value *value2, char *name);
112 struct axs_value *value1, struct axs_value *value2);
116 struct axs_value *value2,
838 struct axs_value *value2)
842 && TYPE_CODE (value2->type) == TYPE_CODE_INT)
850 max_type (value1->type, value2->type));
852 /* Deal with value2, on the top of the stack. */
853 gen_conversion (ax, value2->type, target);
865 value1->type = value2
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
1482 struct axs_value value1, value2; local
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dpattern.c155 const xmlChar *value2; /* The namespace name */ member in struct:_xmlStepOp
246 if (op->value2 != NULL)
247 xmlFree((xmlChar *) op->value2);
336 * @value2: the second value
345 xmlPatOp op, xmlChar * value, xmlChar * value2)
361 comp->steps[comp->nbStep].value2 = value2;
385 tmp = comp->steps[i].value2;
386 comp->steps[i].value2 = comp->steps[j].value2;
343 xmlPatternAdd(xmlPatParserContextPtr ctxt ATTRIBUTE_UNUSED, xmlPatternPtr comp, xmlPatOp op, xmlChar * value, xmlChar * value2) argument
[all...]
H A Dxpath.c584 int value2; member in struct:_xmlXPathStepOp
712 * @value2: the second int value
724 int value2, int value3, void *value4, void *value5) {
743 comp->steps[comp->nbStep].value2 = value2;
1139 if (!op->value2)
1172 xmlXPathTestVal test = (xmlXPathTestVal)op->value2;
11116 xmlXPathTestVal test = (xmlXPathTestVal) op->value2;
11665 xmlXPathTestVal test = (xmlXPathTestVal) op->value2;
12813 ret = xmlXPathCompareValues(ctxt, op->value, op->value2);
722 xmlXPathCompExprAdd(xmlXPathCompExprPtr comp, int ch1, int ch2, xmlXPathOp op, int value, int value2, int value3, void *value4, void *value5) argument
[all...]
H A Drelaxng.c629 * @value2: the second value
640 const xmlChar * value2,
2554 * @value2: the second value
2567 const xmlChar * value2, xmlNodePtr ctxt2)
2573 if ((type == NULL) || (value1 == NULL) || (value2 == NULL))
2589 ret = xmlSchemaValPredefTypeNode(typ, value2, &res2, ctxt2);
2667 * @value2: the second value
2680 const xmlChar * value2,
2686 ret = xmlStrEqual(value1, value2);
2688 if (!xmlStrEqual(value1, value2)) {
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...]
H A Dxmlschemas.c1473 const xmlChar *value, *value2 = NULL; local
1490 value2 = xmlSchemaCollapseString(value);
1492 value2 = xmlSchemaWhiteSpaceReplace(value);
1493 if (value2 != NULL)
1494 value = value2;
1498 if (xmlSchemaGetCanonValue(val, &value2) == -1) {
1499 if (value2 != NULL)
1500 xmlFree((xmlChar *) value2);
1503 value = value2;
1516 FREE_AND_NULL(value2)
[all...]
H A Dxmlregexp.c3919 * @value2: the second string token input
3929 const xmlChar *value2, void *data) {
3941 if (value2 == NULL)
3944 lenn = strlen((char *) value2);
3958 memcpy(&str[lenp + 1], value2, lenn);
3928 xmlRegExecPushString2(xmlRegExecCtxtPtr exec, const xmlChar *value, const xmlChar *value2, void *data) argument
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dpattern.c83 xmlChar *value2; member in struct:_xsltStepOp
176 if (op->value2 != NULL)
177 xmlFree(op->value2);
270 * @value2: the second value
279 xsltOp op, xmlChar * value, xmlChar * value2, int novar)
288 comp->steps[comp->nbStep].value2 = value2;
349 tmp = comp->steps[i].value2;
350 comp->steps[i].value2 = comp->steps[j].value2;
278 xsltCompMatchAdd(xsltParserContextPtr ctxt, xsltCompMatchPtr comp, xsltOp op, xmlChar * value, xmlChar * value2, int novar) argument
[all...]
/haiku-fatelf/src/apps/debuganalyzer/gui/table/
H A DTable.cpp324 BVariant value2; local
325 bool valid2 = fModel->GetValueAt(field2->RowIndex(), modelIndex, value2);
332 return fTableColumn->CompareValues(value1, value2);
H A DTreeTable.cpp367 BVariant value2; local
368 bool valid2 = fModel->GetValueAt(field2->Object(), modelIndex, value2);
375 return fTableColumn->CompareValues(value1, value2);
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlregexp.h87 const xmlChar *value2,
/haiku-fatelf/src/bin/network/ping6/
H A Dping6.c1741 u_int16_t value2; local
1782 &value2, sizeof(value2));
1784 ntohs(value2));
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp156 bool CompareValues(ValueType* value1, ValueType* value2) const
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
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;
741 POP (sy, section_dummy, value2);
742 PUSH (sy, section1 ? section1 : section_dummy, value2 - value1);
747 bfd_vma value1, value2;
755 POP (sy2, section2, value2);
758 value1 + value2);
733 bfd_vma value1, value2; local
745 bfd_vma value1, value2; local
H A Delf64-hppa.c2402 bfd_vma value, value2;
2411 value2 = (rent->sec->output_section->vma
2416 value -= value2;
2401 bfd_vma value, value2; local
/haiku-fatelf/src/tests/kits/storage/
H A DAppFileInfoTest.cpp2712 Value value2; local
2713 CHK(Getter::Get(appFileInfo, value2) == B_OK);
2714 CHK(value2 == testValue2);
/haiku-fatelf/src/bin/bash/support/
H A Dman2html.c1759 int value = 0, value2, j = 0, sign = 1, opex = 0; local
1818 c = scan_expression(c + 1, &value2);
1819 value2 = sign * value2;
1835 value2 = 0;
1837 value2 = value2 * 10 + ((*c++) - '0');
1849 value2 = value2 * 10 + (num * 10 + denum / 2) / denum;
1857 value2
[all...]

Completed in 281 milliseconds