Home
last modified time | relevance | path

Searched refs:pvalue (Results 1 - 25 of 71) sorted by relevance

123

/third_party/mesa3d/src/gallium/frontends/wgl/
H A 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 in stw_query_attrib()
[all...]
/third_party/ltp/testcases/kernel/syscalls/fork/
H A 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/pcre2/pcre2/src/
H A 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()
H A 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/libbpf/src/
H A Dhashmap.h67 void *pvalue; member
H A Dgen_loader.c1034 void bpf_gen__map_update_elem(struct bpf_gen *gen, int map_idx, void *pvalue, in bpf_gen__map_update_elem() argument
1045 value = add_data(gen, pvalue, value_size); in bpf_gen__map_update_elem()
/third_party/ntfs-3g/ntfsprogs/
H A 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/python/Lib/test/test_capi/
H A Dtest_misc.py726 self.assertEqual(obj.pvalue, 10)
728 self.assertEqual(obj.pvalue, 12)
730 self.assertEqual(obj.pvalue, 0)
/third_party/benchmark/tools/gbench/
H A Dreport.py203 timings_time[0], timings_time[1], alternative='two-sided').pvalue
205 timings_cpu[0], timings_cpu[1], alternative='two-sided').pvalue
/third_party/python/Objects/
H A Ddictobject.c801 PyObject **pkey, **pvalue; in clone_combined_dict_keys() local
806 pvalue = &ep0->me_value; in clone_combined_dict_keys()
812 pvalue = &ep0->me_value; in clone_combined_dict_keys()
818 PyObject *value = *pvalue; in clone_combined_dict_keys()
823 pvalue += offs; in clone_combined_dict_keys()
2120 PyObject **pvalue, Py_hash_t *phash) in _PyDict_Next()
2174 if (pvalue) in _PyDict_Next()
2175 *pvalue = value; in _PyDict_Next()
2200 PyDict_Next(PyObject *op, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue) in PyDict_Next() argument
2202 return _PyDict_Next(op, ppos, pkey, pvalue, NUL in PyDict_Next()
2119 _PyDict_Next(PyObject *op, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue, Py_hash_t *phash) _PyDict_Next() argument
[all...]
H A Dgenobject.c641 * attribute if any, otherwise sets pvalue to None.
645 * pvalue unchanged.
649 _PyGen_FetchStopIterationValue(PyObject **pvalue) in _PyGen_FetchStopIterationValue() argument
693 *pvalue = value; in _PyGen_FetchStopIterationValue()
/third_party/openssl/ohos_lite/include/openssl/
H A Dx509v3.h505 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/skia/third_party/externals/libwebp/swig/
H A 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/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dx509v3.h828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dx509v3.h828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dx509v3.h828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dx509v3.h828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dx509v3.h828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dx509v3.h828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dx509v3.h828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dx509v3.h828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dx509v3.h828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dx509v3.h828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dx509v3.h828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dx509v3.h828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);

Completed in 112 milliseconds

123