Searched refs:value2 (Results 51 - 75 of 82) sorted by relevance

1234

/macosx-10.10.1/IOFireWireSerialBusProtocolTransport-251.0.1/SBP2DiskLogger/
H A DSBP2DiskLogger.cpp587 kr.value2 = -1;
/macosx-10.10.1/network_cmds-457/ping6.tproj/
H A Dping6.c2004 u_int16_t value2; local
2045 &value2, sizeof(value2));
2047 ntohs(value2));
/macosx-10.10.1/swig-12/Source/Modules/
H A Dphp.cxx1116 String *value2 = Getattr(p2, "value"); local
1117 if (value && !value2)
1119 if (!value && value2)
1122 if (Cmp(value, value2) != 0)
/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Drule.c67 _rule_equal(CFTypeRef value1, CFTypeRef value2) argument
70 rule_t rule2 = (rule_t)value2;
/macosx-10.10.1/system_cmds-643.1.1/sc_usage.tproj/
H A Dsc_usage.c1230 kr.value2 = on_off;
1293 kr.value2 = -1;
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dieee.c583 bfd_vma value1, value2;
590 POP (sy, section_dummy, value2);
591 PUSH (sy, section1 ? section1 : section_dummy, value2 - value1);
596 bfd_vma value1, value2;
605 POP (sy2, section2, value2);
608 value1 + value2);
581 bfd_vma value1, value2; local
594 bfd_vma value1, value2; local
H A Delf64-hppa.c2364 bfd_vma value, value2;
2373 value2 = (rent->sec->output_section->vma
2378 value -= value2;
2363 bfd_vma value, value2; local
/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DPMConnection.c281 static Boolean _CFArrayConnectionEquality(const void *value1, const void *value2) argument
284 const PMConnection *v2 = (const PMConnection *)value2;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxpath.c564 int value2; member in struct:_xmlXPathStepOp
709 * @value2: the second int value
721 int value2, int value3, void *value4, void *value5) {
741 comp->steps[comp->nbStep].value2 = value2;
1137 if (!op->value2)
1170 xmlXPathTestVal test = (xmlXPathTestVal)op->value2;
11463 switch (op->value2) {
11919 xmlXPathTestVal test = (xmlXPathTestVal) op->value2;
13199 ret = xmlXPathCompareValues(ctxt, op->value, op->value2);
719 xmlXPathCompExprAdd(xmlXPathCompExprPtr comp, int ch1, int ch2, xmlXPathOp op, int value, int value2, int value3, void *value4, void *value5) argument
[all...]
H A Drelaxng.c631 * @value2: the second value
642 const xmlChar * value2,
2560 * @value2: the second value
2573 const xmlChar * value2, xmlNodePtr ctxt2)
2579 if ((type == NULL) || (value1 == NULL) || (value2 == NULL))
2595 ret = xmlSchemaValPredefTypeNode(typ, value2, &res2, ctxt2);
2673 * @value2: the second value
2686 const xmlChar * value2,
2692 ret = xmlStrEqual(value1, value2);
2694 if (!xmlStrEqual(value1, value2)) {
2568 xmlRelaxNGSchemaTypeCompare(void *data ATTRIBUTE_UNUSED, const xmlChar * type, const xmlChar * value1, xmlNodePtr ctxt1, void *comp1, const xmlChar * value2, xmlNodePtr ctxt2) argument
2681 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.c1482 const xmlChar *value, *value2 = NULL; local
1499 value2 = xmlSchemaCollapseString(value);
1501 value2 = xmlSchemaWhiteSpaceReplace(value);
1502 if (value2 != NULL)
1503 value = value2;
1507 if (xmlSchemaGetCanonValue(val, &value2) == -1) {
1508 if (value2 != NULL)
1509 xmlFree((xmlChar *) value2);
1512 value = value2;
1525 FREE_AND_NULL(value2)
[all...]
H A Dxmlregexp.c4129 * @value2: the second string token input
4139 const xmlChar *value2, void *data) {
4151 if (value2 == NULL)
4154 lenn = strlen((char *) value2);
4168 memcpy(&str[lenp + 1], value2, lenn);
4138 xmlRegExecPushString2(xmlRegExecCtxtPtr exec, const xmlChar *value, const xmlChar *value2, void *data) argument
/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalImp.cpp1794 AL_API void AL_APIENTRY alBuffer3f( ALuint bid, ALenum pname, ALfloat value1, ALfloat value2, ALfloat value3 ) argument
1821 AL_API void AL_APIENTRY alBuffer3i( ALuint bid, ALenum pname, ALint value1, ALint value2, ALint value3 ) argument
1877 AL_API void AL_APIENTRY alGetBuffer3f( ALuint bid, ALenum pname, ALfloat* value1, ALfloat* value2, ALfloat* value3) argument
1945 AL_API void AL_APIENTRY alGetBuffer3i( ALuint bid, ALenum pname, ALint* value1, ALint* value2, ALint* value3) argument
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dkdebug.h918 unsigned int value2; member in struct:__anon14631
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxpath.c643 int value2; member in struct:_xmlXPathStepOp
787 * @value2: the second int value
799 int value2, int value3, void *value4, void *value5) {
822 comp->steps[comp->nbStep].value2 = value2;
1218 if (!op->value2)
1251 xmlXPathTestVal test = (xmlXPathTestVal)op->value2;
11623 switch (op->value2) {
12100 xmlXPathTestVal test = (xmlXPathTestVal) op->value2;
13358 ret = xmlXPathCompareValues(ctxt, op->value, op->value2);
797 xmlXPathCompExprAdd(xmlXPathCompExprPtr comp, int ch1, int ch2, xmlXPathOp op, int value, int value2, int value3, void *value4, void *value5) argument
[all...]
H A Drelaxng.c632 * @value2: the second value
643 const xmlChar * value2,
2561 * @value2: the second value
2574 const xmlChar * value2, xmlNodePtr ctxt2)
2580 if ((type == NULL) || (value1 == NULL) || (value2 == NULL))
2596 ret = xmlSchemaValPredefTypeNode(typ, value2, &res2, ctxt2);
2674 * @value2: the second value
2687 const xmlChar * value2,
2693 ret = xmlStrEqual(value1, value2);
2695 if (!xmlStrEqual(value1, value2)) {
2569 xmlRelaxNGSchemaTypeCompare(void *data ATTRIBUTE_UNUSED, const xmlChar * type, const xmlChar * value1, xmlNodePtr ctxt1, void *comp1, const xmlChar * value2, xmlNodePtr ctxt2) argument
2682 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.c1487 const xmlChar *value, *value2 = NULL; local
1504 value2 = xmlSchemaCollapseString(value);
1506 value2 = xmlSchemaWhiteSpaceReplace(value);
1507 if (value2 != NULL)
1508 value = value2;
1512 if (xmlSchemaGetCanonValue(val, &value2) == -1) {
1513 if (value2 != NULL)
1514 xmlFree((xmlChar *) value2);
1517 value = value2;
1530 FREE_AND_NULL(value2)
[all...]
H A Dxmlregexp.c4139 * @value2: the second string token input
4149 const xmlChar *value2, void *data) {
4161 if (value2 == NULL)
4164 lenn = strlen((char *) value2);
4178 memcpy(&str[lenp + 1], value2, lenn);
4148 xmlRegExecPushString2(xmlRegExecCtxtPtr exec, const xmlChar *value, const xmlChar *value2, void *data) argument
/macosx-10.10.1/top-100.1.2/
H A Dlibtop.c257 stringEqual(const void *value1, const void *value2) argument
259 return strcmp(value1, value2) == 0;
/macosx-10.10.1/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c2476 kr.value2 = on_off;
2505 kr.value2 = on_off;
2564 kr.value2 = -1;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxfaces.c4822 (attribute, value1, value2)
4823 Lisp_Object attribute, value1, value2;
4826 return value2;
4828 return merge_face_heights (value1, value2, value1);
4812 Lisp_Object attribute, value1, value2; variable
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateP.c1030 static Boolean SecDERItemEqual(const void *value1, const void *value2) { argument
1031 return DEROidCompare((const DERItem *)value1, (const DERItem *)value2);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateP.c1030 static Boolean SecDERItemEqual(const void *value1, const void *value2) { argument
1031 return DEROidCompare((const DERItem *)value1, (const DERItem *)value2);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateP.c1030 static Boolean SecDERItemEqual(const void *value1, const void *value2) { argument
1031 return DEROidCompare((const DERItem *)value1, (const DERItem *)value2);
/macosx-10.10.1/bash-94.1.2/bash-3.2/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 924 milliseconds

1234