Home
last modified time | relevance | path

Searched defs:pvalue (Results 1 – 20 of 20) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_color.cpp31 PatternValue* pvalue = (PatternValue*)m_pBuffer; in ReleaseBuffer() local
88 PatternValue* pvalue = (PatternValue*)m_pBuffer; in SetValue() local
153 PatternValue* pvalue = (PatternValue*)m_pBuffer; in GetPattern() local
Dcpdf_colorspace.cpp1128 PatternValue* pvalue = (PatternValue*)pBuf; in GetRGB() local
/external/libevent/include/event2/
Drpc.h108 #define EVTAG_GET(msg, member, pvalue) \ argument
119 #define EVTAG_GET_WITH_LEN(msg, member, pvalue, plen) \ argument
137 #define EVTAG_ARRAY_GET(msg, member, offset, pvalue) \ argument
/external/strace/tests-m32/
Doverflowuid.c35 read_int_from_file(const char *const fname, int *const pvalue) in read_int_from_file()
/external/strace/tests/
Doverflowuid.c35 read_int_from_file(const char *const fname, int *const pvalue) in read_int_from_file()
/external/strace/tests-mx32/
Doverflowuid.c35 read_int_from_file(const char *const fname, int *const pvalue) in read_int_from_file()
/external/pcre/dist2/src/
Dpcre2_printint.c236 get_ucpname(unsigned int ptype, unsigned int pvalue) in get_ucpname()
723 unsigned int pvalue = *ccode++; in pcre2_printint() local
/external/boringssl/src/crypto/x509v3/
Dv3_genn.c241 ASN1_OBJECT **poid, ASN1_TYPE **pvalue) in GENERAL_NAME_get0_otherName()
/external/ltp/testcases/kernel/syscalls/fork/
Dfork04.c168 char *penv, *cenv, *pvalue, *cvalue; in cmp_env_strings() local
/external/ply/ply/example/BASIC/
Dbasinterp.py357 def eval_func(pvalue, name=pname, self=self, expr=expr): argument
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_ext_pixelformat.c56 int *pvalue ) in stw_query_attrib()
/external/clang/test/Sema/
Dexpr-address-of.c12 struct entry pvalue; in test() local
/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.cc491 ProtocolType pvalue; in OnCandidateReady() local
576 ProtocolType pvalue; in OnProtocolEnabled() local
/external/nist-sip/java/gov/nist/javax/sip/parser/
DURLParser.java156 String pvalue = ""; in uriParam() local
/external/python/cpython2/Modules/
D_hotshot.c278 unpack_packed_int(LogReaderObject *self, int *pvalue, int discard) in unpack_packed_int()
304 unpack_string(LogReaderObject *self, PyObject **pvalue) in unpack_string()
/external/python/cpython2/Objects/
Ddictobject.c974 PyDict_Next(PyObject *op, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue) in PyDict_Next()
1001 _PyDict_Next(PyObject *op, Py_ssize_t *ppos, PyObject **pkey, PyObject **pvalue, long *phash) in _PyDict_Next()
1075 PyObject *pvalue = ep->me_value; in dict_print() local
/external/strace/
Dutil.c1420 read_int_from_file(const char *const fname, int *const pvalue) in read_int_from_file()
/external/skia/third_party/lua/src/
Dlobject.h155 #define pvalue(o) check_exp(ttislightuserdata(o), val_(o).p) macro
/external/syslinux/com32/lua/src/
Dlobject.h155 #define pvalue(o) check_exp(ttislightuserdata(o), val_(o).p) macro
/external/python/cpython2/Python/
Dceval.c4973 PyObject *ptype, *pvalue, *ptraceback; in build_class() local