Home
last modified time | relevance | path

Searched refs:pvalue (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pixelformat.c52 stw_query_attrib(HDC hdc, int iPixelFormat, int iLayerPlane, int attrib, int *pvalue) in stw_query_attrib() argument
60 *pvalue = (int) count; in stw_query_attrib()
71 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_WINDOW ? TRUE : FALSE; in stw_query_attrib()
75 *pvalue = pfi->pfd.dwFlags & PFD_DRAW_TO_BITMAP ? TRUE : FALSE; in stw_query_attrib()
79 *pvalue = pfi->pfd.dwFlags & PFD_NEED_PALETTE ? TRUE : FALSE; in stw_query_attrib()
83 *pvalue = pfi->pfd.dwFlags & PFD_NEED_SYSTEM_PALETTE ? TRUE : FALSE; in stw_query_attrib()
88 *pvalue = WGL_SWAP_COPY_ARB; in stw_query_attrib()
90 *pvalue = WGL_SWAP_EXCHANGE_EXT; in stw_query_attrib()
92 *pvalue = WGL_SWAP_UNDEFINED_ARB; in stw_query_attrib()
96 *pvalue = FALSE; in stw_query_attrib()
[all …]
/third_party/ltp/testcases/kernel/syscalls/fork/
Dfork04.c169 char *penv, *cenv, *pvalue, *cvalue; in cmp_env_strings() local
175 pvalue = strchr(pstring, ':'); in cmp_env_strings()
176 if (pvalue == NULL) { in cmp_env_strings()
182 *pvalue = '\0'; in cmp_env_strings()
183 pvalue++; in cmp_env_strings()
184 if (*pvalue == '\0') { in cmp_env_strings()
217 if (strcmp(pvalue, cvalue) != 0) { in cmp_env_strings()
220 penv, pvalue, cvalue); in cmp_env_strings()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-device-monitor.c55 GValue pvalue = G_VALUE_INIT; in get_launch_line() local
105 g_value_init (&pvalue, property->value_type); in get_launch_line()
107 g_object_get_property (G_OBJECT (pureelement), property->name, &pvalue); in get_launch_line()
108 if (gst_value_compare (&value, &pvalue) != GST_VALUE_EQUAL) { in get_launch_line()
126 g_value_unset (&pvalue); in get_launch_line()
/third_party/openssl/crypto/x509/
Dv3_genn.c232 ASN1_OBJECT **poid, ASN1_TYPE **pvalue) in GENERAL_NAME_get0_otherName() argument
238 if (pvalue) in GENERAL_NAME_get0_otherName()
239 *pvalue = gen->d.otherName->value; in GENERAL_NAME_get0_otherName()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_genn.c232 ASN1_OBJECT **poid, ASN1_TYPE **pvalue) in GENERAL_NAME_get0_otherName() argument
238 if (pvalue) in GENERAL_NAME_get0_otherName()
239 *pvalue = gen->d.otherName->value; in GENERAL_NAME_get0_otherName()
/third_party/pcre2/pcre2/src/
Dpcre2_printint.c240 get_ucpname(unsigned int ptype, unsigned int pvalue) in get_ucpname() argument
252 if ((ptype == u->type || ptypex == u->type) && pvalue == u->value) in get_ucpname()
277 (void)pvalue; in get_ucpname()
757 unsigned int pvalue = *ccode++; in pcre2_printint() local
775 s = get_ucpname(ptype, pvalue); in pcre2_printint()
Dpcre2_compile.c973 uint32_t pvalue = *pptr++ & 0xffff; in show_parsed() local
975 ptype, pvalue); in show_parsed()
3521 int pvalue = posix_substitutes[2*posix_class + 1]; in parse_regex() local
3525 *parsed_pattern++ = (ptype << 16) | pvalue; in parse_regex()
3529 if (pvalue != 0) in parse_regex()
/third_party/ntfs-3g/ntfsprogs/
Dntfsinfo.c2018 u8 *pvalue; in ntfs_dump_attr_reparse_point() local
2039 pvalue = reparse->reparse_data; in ntfs_dump_attr_reparse_point()
2045 printf("%02x",*pvalue++); in ntfs_dump_attr_reparse_point()
2087 const u8 *pvalue; in ntfs_dump_attr_ea() local
2156 pvalue = ea->value + ea->name_length + 1; in ntfs_dump_attr_ea()
2163 printf("%02x",*pvalue++); in ntfs_dump_attr_ea()
/third_party/libbpf/src/
Dhashmap.h67 void *pvalue; member
Dgen_loader.c1032 void bpf_gen__map_update_elem(struct bpf_gen *gen, int map_idx, void *pvalue, in bpf_gen__map_update_elem() argument
1043 value = add_data(gen, pvalue, value_size); in bpf_gen__map_update_elem()
/third_party/python/Lib/test/
Dtest_capi.py563 self.assertEqual(obj.pvalue, 10)
565 self.assertEqual(obj.pvalue, 12)
567 self.assertEqual(obj.pvalue, 0)
/third_party/python/Doc/c-api/
Ddict.rst163 .. c:function:: int PyDict_Next(PyObject *p, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue)
169 pairs have been reported. The parameters *pkey* and *pvalue* should either
Dexceptions.rst402 .. c:function:: void PyErr_Fetch(PyObject **ptype, PyObject **pvalue, PyObject **ptraceback)
462 .. c:function:: void PyErr_GetExcInfo(PyObject **ptype, PyObject **pvalue, PyObject **ptraceback)
/third_party/benchmark/tools/gbench/
Dreport.py197 timings_time[0], timings_time[1], alternative='two-sided').pvalue
199 timings_cpu[0], timings_cpu[1], alternative='two-sided').pvalue
/third_party/python/Objects/
Dgenobject.c627 _PyGen_FetchStopIterationValue(PyObject **pvalue) in _PyGen_FetchStopIterationValue() argument
671 *pvalue = value; in _PyGen_FetchStopIterationValue()
Ddictobject.c1819 PyObject **pvalue, Py_hash_t *phash) in _PyDict_Next() argument
1856 if (pvalue) in _PyDict_Next()
1857 *pvalue = value; in _PyDict_Next()
1880 PyDict_Next(PyObject *op, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue) in PyDict_Next() argument
1882 return _PyDict_Next(op, ppos, pkey, pvalue, NULL); in PyDict_Next()
/third_party/openssl/ohos_lite/include/openssl/
Dx509v3.h505 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1122 void *pvalue; member
5421 obj = SWIG_InternalNewPointerObj(constants[i].pvalue, *(constants[i]).ptype,0); in SWIG_Python_InstallConstants()
5424 obj = SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype)); in SWIG_Python_InstallConstants()
5463 void *ptr = (ci->type == SWIG_PY_POINTER) ? ci->pvalue : 0; in SWIG_Python_FixMethods()
/third_party/python/Doc/data/
Drefcounts.dat553 PyDict_Next:PyObject**:pvalue:0:
591 PyErr_Fetch:PyObject**:pvalue:0:
606 PyErr_GetExcInfo:PyObject**:pvalue:+1:
/third_party/node/deps/openssl/openssl/include/openssl/
Dx509v3.h.in564 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/openssl/include/openssl/
Dx509v3.h.in564 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
Dx509v3.h828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dx509v3.h828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
Dx509v3.h828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
Dx509v3.h828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);

1234