Searched refs:_p (Results 1 - 25 of 29) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DCommonTokenStream.cs95 if (_p == -1)
97 _p++;
98 _p = SkipOffTokenChannels(_p);
103 if (k == 0 || (_p - k) < 0)
106 int i = _p;
122 if (_p == -1)
128 int i = _p;
171 _p = 0;
172 _p
[all...]
H A DBufferedTokenStream.cs76 protected int _p = -1; field in class:Antlr.Runtime.BufferedTokenStream
97 _p = -1;
105 return _p;
168 if (_p == -1)
191 _p = 0;
197 _p = index;
209 if (_p == -1)
211 _p++;
212 Sync(_p);
258 if (_p
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DCommonTokenStream.cs84 if (_p == -1)
86 _p++;
87 Sync(_p);
88 while (_tokens[_p].Channel != _channel) {
89 _p++;
90 Sync(_p);
95 if (k == 0 || (_p - k) < 0)
98 int i = _p;
112 if (_p == -1)
118 int i = _p;
[all...]
H A DBufferedTokenStream.cs74 protected int _p = -1; field in class:Antlr.Runtime.BufferedTokenStream
90 _p = -1;
96 return _p;
146 if (_p == -1)
165 _p = 0;
170 _p = index;
181 if (_p == -1)
183 _p++;
184 Sync(_p);
225 if (_p
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DLookaheadStream.cs76 _p = 0;
92 _p++;
94 if (_p == _data.Count && _markDepth == 0) {
115 int n = (_p + need - 1) - _data.Count + 1; // how many more elements we need?
147 if ((_p + k - 1) > _data.Count)
161 _lastMarker = _p; // track where we are in buffer, not absolute token index
187 _p = index;
H A DFastQueue.cs52 internal int _p = 0; field in class:Antlr.Runtime.Misc.FastQueue
56 return _data.Count - _p;
76 int absIndex = _p + i;
95 _p++;
97 if (_p == _data.Count) {
113 _p = 0;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DFastQueue.cs54 internal int _p = 0; field in class:Antlr.Runtime.Misc.FastQueue
60 return _data.Count - _p;
83 int absIndex = _p + i;
103 _p++;
105 if ( _p == _data.Count )
125 _p = 0;
H A DLookaheadStream.cs91 _p = 0;
108 _p++;
110 if ( _p == _data.Count && _markDepth == 0 )
134 int n = ( _p + need - 1 ) - _data.Count + 1; // how many more elements we need?
173 if ((_p + k - 1) > _data.Count)
190 _lastMarker = _p; // track where we are in buffer, not absolute token index
223 _p = index;
/external/clang/test/CodeGen/
H A Darm-asm-variable.c16 "ldrexd%[_rl], %[_rh], [%[_p]]" \
18 : [_p] "p" (p) : "memory");
/external/opencv/cv/src/
H A Dcvswitcher.cpp46 { (void**)&func_name##_p, (void*)(size_t)-1, names, modules, 0 },
H A D_cvkdtree.hpp304 bbf_nn(const __valuetype & _p, accum_type _dist) argument
305 : p(&_p), dist(_dist) {
/external/webkit/Source/WebCore/platform/
H A DArena.h85 uword _p = _a->avail; \
86 uword _q = _p + _nb; \
88 _p = (uword)ArenaAllocate(pool, _nb); \
91 p = (void *)_p;
96 uword _p = _a->avail; \
97 uword _q = _p + _incr; \
98 if (_p == (uword)(p) + ARENA_ALIGN(size) && \
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h278 Uint32 *_p = SDL_static_cast(Uint32 *, dst); \
282 case 0: do { *_p++ = _val; \
283 case 3: *_p++ = _val; \
284 case 2: *_p++ = _val; \
285 case 1: *_p++ = _val; \
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeNodeStream.cs175 _calls.Push(_p); // save current index
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonTreeNodeStream.cs203 _calls.Push( _p ); // save current index
/external/stlport/stlport/stl/
H A D_pthread_alloc.h159 void destroy(pointer _p) { _p->~_Tp(); } argument
342 void destroy(pointer _p) { _p->~_Tp(); } argument
/external/grub/netboot/
H A Dlinux-asm-io.h78 __OUT1(s##_p,x) __OUT2(s,s1,"w") : : "a" (value), "d" (port)); SLOW_DOWN_IO; } \
91 __IN1(s##_p,x) __IN2(s,s1,"w") : "=a" (_v) : "d" (port) ,##i ); SLOW_DOWN_IO; return _v; } \
/external/kernel-headers/original/asm-x86/
H A Dio_32.h325 static inline void out##bwl##_p(unsigned type value, int port) { \
329 static inline unsigned type in##bwl##_p(int port) { \
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp293 { (void**)&func_name##_p, (void*)(size_t)-1, names, modules, 0 },
297 { (void**)&func_name##_p, (void*)(size_t)-1, names, modules, 0 },
H A Dcxdxt.cpp1301 icvDFTFwd_RToPack_##flavor##_p( src, dst, spec, buf ); \
1431 icvDFTInv_PackToR_##flavor##_p( src, dst, spec, buf ); \
/external/kernel-headers/original/asm-mips/
H A Dio.h416 __BUILD_IOPORT_SINGLE(bus, bwlq, type, _p, SLOW_DOWN_IO)
/external/opencv/cxcore/include/
H A Dcxmisc.h665 extern name##_t name##_p; \
678 name##_t name##_p = name##_f; \
679 type CV_STDCALL name args { return name##_p arg_names; } \
/external/openssl/crypto/ec/
H A Dectest.c735 #define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
752 #define CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
767 #define CHAR2_CURVE_TEST(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
768 if (!BN_hex2bn(&p, _p)) ABORT; \
772 CHAR2_CURVE_TEST_INTERNAL(_name, _p, _a, _b, _x, _y, _y_bit, _order, _cof, _degree, _variable) \
/external/opencv/ml/src/
H A Dmlsvm.cpp179 double _Con, double _nu, double _p,
183 C(_Con), nu(_nu), p(_p), class_weights(_class_weights), term_crit(_term_crit)
177 CvSVMParams( int _svm_type, int _kernel_type, double _degree, double _gamma, double _coef0, double _Con, double _nu, double _p, CvMat* _class_weights, CvTermCriteria _term_crit ) argument
/external/opencv/ml/include/
H A Dml.h324 double _C, double _nu, double _p,

Completed in 1476 milliseconds

12