Home
last modified time | relevance | path

Searched defs:_p (Results 1 – 12 of 12) sorted by relevance

/external/lzma/CPP/Common/
DAutoPtr.h8 T *_p; variable
10 CMyAutoPtr(T *p = 0) : _p(p) {} in _p() function
17 ~CMyAutoPtr() { delete _p; } in ~CMyAutoPtr() local
30 delete _p; variable
DMyCom.h15 T* _p; variable
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-for-simple-stream.h9 unsigned char *_p; member
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DFastQueue.cs54 internal int _p = 0; field in Antlr.Runtime.Misc.FastQueue
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DFastQueue.cs52 internal int _p = 0; field in Antlr.Runtime.Misc.FastQueue
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_soa.h75 #define TILE_PIXEL(_p, _x, _y, _c) ((_p)[tile_pixel_offset(_x, _y, _c)]) argument
/external/libopus/tests/
Dtest_opus_common.h28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) in deb2_impl()
/external/bison/lib/
Dstdio-impl.h52 # define _p pub._p macro
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBufferedTokenStream.cs74 protected int _p = -1; field in Antlr.Runtime.BufferedTokenStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DBufferedTokenStream.cs76 protected int _p = -1; field in Antlr.Runtime.BufferedTokenStream
/external/openssh/openbsd-compat/
Dglob.c600 compare_gps(const void *_p, const void *_q)
/external/opencv/ml/src/
Dmlsvm.cpp179 double _Con, double _nu, double _p, in CvSVMParams()