P 1169 base/third_party/dmg_fp/dtoa.cc L = (word0(x) & Exp_mask) - (P-1)*Exp_msk1; P 1382 base/third_party/dmg_fp/dtoa.cc *e = (de - Bias - (P-1) << 2) + k; P 1383 base/third_party/dmg_fp/dtoa.cc *bits = 4*P + 8 - k - hi0bits(word0(d) & Frac_mask); P 1385 base/third_party/dmg_fp/dtoa.cc *e = de - Bias - (P-1) + k; P 1386 base/third_party/dmg_fp/dtoa.cc *bits = P - k; P 1391 base/third_party/dmg_fp/dtoa.cc *e = de - Bias - (P-1) + 1 + k; P 1755 base/third_party/dmg_fp/dtoa.cc emax = 0x7fe - Bias - P + 1, P 1756 base/third_party/dmg_fp/dtoa.cc emin = Emin - P + 1 P 1758 base/third_party/dmg_fp/dtoa.cc emin = Emin - P, P 1760 base/third_party/dmg_fp/dtoa.cc emax = 0x7ff - Bias - P + 1 P 1763 base/third_party/dmg_fp/dtoa.cc emax = 0x7f - Bias - P P 2252 base/third_party/dmg_fp/dtoa.cc p2 = Emin - P + 1; P 2255 base/third_party/dmg_fp/dtoa.cc word0(rv) = (P+2) << Exp_shift; P 2278 base/third_party/dmg_fp/dtoa.cc i = P - bbits; P 2279 base/third_party/dmg_fp/dtoa.cc if (i > (j = P - Emin - 1 + p2)) { P 2284 base/third_party/dmg_fp/dtoa.cc i = P - 1; P 2705 base/third_party/dmg_fp/dtoa.cc word0(&rv) -= P*Exp_msk1; P 2708 base/third_party/dmg_fp/dtoa.cc > Exp_msk1*(DBL_MAX_EXP+Bias-1-P)) P 2710 base/third_party/dmg_fp/dtoa.cc word0(&rv) += P*Exp_msk1; P 2797 base/third_party/dmg_fp/dtoa.cc word0(&rv) -= P*Exp_msk1; P 2800 base/third_party/dmg_fp/dtoa.cc > Exp_msk1*(DBL_MAX_EXP+Bias-P)) P 2802 base/third_party/dmg_fp/dtoa.cc if (z > Exp_msk1*(DBL_MAX_EXP+Bias-1-P)) { P 2809 base/third_party/dmg_fp/dtoa.cc word0(&rv) += P*Exp_msk1; P 2821 base/third_party/dmg_fp/dtoa.cc bc.scale = 2*P; P 2825 base/third_party/dmg_fp/dtoa.cc if (bc.scale && (j = 2*P + 1 - ((word0(&rv) & Exp_mask) P 2831 base/third_party/dmg_fp/dtoa.cc word0(&rv) = (P+2)*Exp_msk1; P 2933 base/third_party/dmg_fp/dtoa.cc j += P - Emin; P 2935 base/third_party/dmg_fp/dtoa.cc j = P + 1 - bbbits; P 2939 base/third_party/dmg_fp/dtoa.cc j = 1 + 4*P - 3 - bbbits + ((bbe + bbbits - 1) & 3); P 2941 base/third_party/dmg_fp/dtoa.cc j = P + 1 - bbbits; P 2947 base/third_party/dmg_fp/dtoa.cc j += P - Emin; P 2949 base/third_party/dmg_fp/dtoa.cc j = P + 1 - bbbits; P 3023 base/third_party/dmg_fp/dtoa.cc if (!bc.scale || y > 2*P*Exp_msk1) P 3036 base/third_party/dmg_fp/dtoa.cc <= 2*P*Exp_msk1) P 3037 base/third_party/dmg_fp/dtoa.cc word0(&adj) += (2*P+1)*Exp_msk1 - y; P 3041 base/third_party/dmg_fp/dtoa.cc P*Exp_msk1) { P 3042 base/third_party/dmg_fp/dtoa.cc word0(&rv) += P*Exp_msk1; P 3044 base/third_party/dmg_fp/dtoa.cc word0(&rv) -= P*Exp_msk1; P 3066 base/third_party/dmg_fp/dtoa.cc if (bc.scale && (y = word0(&rv) & Exp_mask) <= 2*P*Exp_msk1) P 3067 base/third_party/dmg_fp/dtoa.cc word0(&adj) += (2*P+1)*Exp_msk1 - y; P 3070 base/third_party/dmg_fp/dtoa.cc if ((word0(&rv) & Exp_mask) <= P*Exp_msk1) { P 3071 base/third_party/dmg_fp/dtoa.cc word0(&rv) += P*Exp_msk1; P 3077 base/third_party/dmg_fp/dtoa.cc word0(&rv) -= P*Exp_msk1; P 3101 base/third_party/dmg_fp/dtoa.cc || (word0(&rv) & Exp_mask) <= (2*P+1)*Exp_msk1 P 3131 base/third_party/dmg_fp/dtoa.cc (bc.scale && (y = word0(&rv) & Exp_mask) <= 2*P*Exp_msk1) P 3132 base/third_party/dmg_fp/dtoa.cc ? (0xffffffff & (0xffffffff << (2*P+1-(y>>Exp_shift)))) : P 3158 base/third_party/dmg_fp/dtoa.cc if (L <= (bc.scale ? (2*P+1)*Exp_msk1 : Exp_msk1)) P 3175 base/third_party/dmg_fp/dtoa.cc if (L <= (2*P+1)*Exp_msk1) { P 3176 base/third_party/dmg_fp/dtoa.cc if (L > (P+2)*Exp_msk1) P 3274 base/third_party/dmg_fp/dtoa.cc word0(&rv) -= P*Exp_msk1; P 3278 base/third_party/dmg_fp/dtoa.cc Exp_msk1*(DBL_MAX_EXP+Bias-P)) { P 3286 base/third_party/dmg_fp/dtoa.cc word0(&rv) += P*Exp_msk1; P 3290 base/third_party/dmg_fp/dtoa.cc if (bc.scale && y <= 2*P*Exp_msk1) { P 3298 base/third_party/dmg_fp/dtoa.cc word0(&aadj2) += (2*P+1)*Exp_msk1 - y; P 3305 base/third_party/dmg_fp/dtoa.cc if ((word0(&rv) & Exp_mask) <= P*Exp_msk1) { P 3307 base/third_party/dmg_fp/dtoa.cc word0(&rv) += P*Exp_msk1; P 3311 base/third_party/dmg_fp/dtoa.cc if ((word0(&rv) & Exp_mask) < P*Exp_msk1) P 3313 base/third_party/dmg_fp/dtoa.cc if ((word0(&rv) & Exp_mask) <= P*Exp_msk1) P 3329 base/third_party/dmg_fp/dtoa.cc word0(&rv) -= P*Exp_msk1; P 3343 base/third_party/dmg_fp/dtoa.cc if (y <= (P-1)*Exp_msk1 && aadj > 1.) { P 3401 base/third_party/dmg_fp/dtoa.cc word0(&rv0) = Exp_1 - 2*P*Exp_msk1; P 3700 base/third_party/dmg_fp/dtoa.cc i = bbits + be + (Bias + (P-1) - 1); P 3705 base/third_party/dmg_fp/dtoa.cc i -= (Bias + (P-1) - 1) + 1; P 3829 base/third_party/dmg_fp/dtoa.cc word0(&eps) -= (P-1)*Exp_msk1; P 3948 base/third_party/dmg_fp/dtoa.cc denorm ? be + (Bias + (P-1) - 1 + 1) : P 3951 base/third_party/dmg_fp/dtoa.cc 1 + 4*P - 3 - bbits + ((bbits + be - 1) & 3); P 3953 base/third_party/dmg_fp/dtoa.cc 1 + P - bbits; P 42 base/tuple.h template <class P> P 44 base/tuple.h typedef P ValueType; P 45 base/tuple.h typedef P& RefType; P 46 base/tuple.h typedef const P& ParamType; P 49 base/tuple.h template <class P> P 50 base/tuple.h struct TupleTraits<P&> { P 51 base/tuple.h typedef P ValueType; P 52 base/tuple.h typedef P& RefType; P 53 base/tuple.h typedef P& ParamType; P 56 base/tuple.h template <class P> P 171 chrome/browser/chromeos/login/wizard_controller_browsertest.cc template <class P> explicit MockOutShowHide(P p) : T(p) {} P 172 chrome/browser/chromeos/login/wizard_controller_browsertest.cc template <class P> MockOutShowHide(P p, H* actor) P 802 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(J, P) // Japan P 825 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(P, A) // Panama P 826 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(P, E) // Peru P 827 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(P, H) // Philippines P 828 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(P, K) // Pakistan P 829 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(P, L) // Poland P 830 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(P, R) // Puerto Rico P 831 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(P, T) // Portugal P 832 chrome/browser/search_engines/template_url_prepopulate_data.cc DECLARE_COUNTRY(P, Y) // Paraguay P 895 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(G, P) // Guadeloupe P 898 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(I, P) // Clipperton Island ('IP' is an WinXP-ism; ISO P 905 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(P, F) // French Polynesia P 906 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(P, M) // Saint Pierre and Miquelon P 951 chrome/browser/search_engines/template_url_prepopulate_data.cc END_UNHANDLED_COUNTRIES(P, T) P 964 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(P, S) // Palestinian Territory P 981 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(P, N) // Pitcairn Islands P 991 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(M, P) // Northern Mariana Islands P 1023 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(K, P) // North Korea P 1038 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(N, P) // Nepal P 1040 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(P, G) // Papua New Guinea P 1041 chrome/browser/search_engines/template_url_prepopulate_data.cc UNHANDLED_COUNTRY(P, W) // Palau P 16 content/shell/renderer/test_runner/WebFrameTestProxy.h template<class Base, typename P, typename R> P 19 content/shell/renderer/test_runner/WebFrameTestProxy.h WebFrameTestProxy(P p, R r) P 47 extensions/renderer/scoped_persistent.h template <typename P> P 48 extensions/renderer/scoped_persistent.h void SetWeak(P* parameters, P 49 extensions/renderer/scoped_persistent.h typename v8::WeakCallbackData<T, P>::Callback callback) { P 90 ipc/ipc_message_utils.h template <class P> P 91 ipc/ipc_message_utils.h static inline void WriteParam(Message* m, const P& p) { P 92 ipc/ipc_message_utils.h typedef typename SimilarTypeTraits<P>::Type Type; P 96 ipc/ipc_message_utils.h template <class P> P 99 ipc/ipc_message_utils.h P* p) { P 100 ipc/ipc_message_utils.h typedef typename SimilarTypeTraits<P>::Type Type; P 104 ipc/ipc_message_utils.h template <class P> P 105 ipc/ipc_message_utils.h static inline void LogParam(const P& p, std::string* l) { P 106 ipc/ipc_message_utils.h typedef typename SimilarTypeTraits<P>::Type Type; P 306 ipc/ipc_message_utils.h template <class P> P 307 ipc/ipc_message_utils.h struct ParamTraits<std::vector<P> > { P 308 ipc/ipc_message_utils.h typedef std::vector<P> param_type; P 321 ipc/ipc_message_utils.h if (INT_MAX / sizeof(P) <= static_cast<size_t>(size)) P 339 ipc/ipc_message_utils.h template <class P> P 340 ipc/ipc_message_utils.h struct ParamTraits<std::set<P> > { P 341 ipc/ipc_message_utils.h typedef std::set<P> param_type; P 354 ipc/ipc_message_utils.h P item; P 643 ipc/ipc_message_utils.h template<class P> P 644 ipc/ipc_message_utils.h struct ParamTraits<ScopedVector<P> > { P 645 ipc/ipc_message_utils.h typedef ScopedVector<P> param_type; P 655 ipc/ipc_message_utils.h if (INT_MAX/sizeof(P) <= static_cast<size_t>(size)) P 659 ipc/ipc_message_utils.h (*r)[i] = new P(); P 13 ipc/ipc_param_traits.h template <class P> struct ParamTraits { P 16 ipc/ipc_param_traits.h template <class P> P 18 ipc/ipc_param_traits.h typedef P Type; P 288 media/cast/rtcp/rtcp_utility.cc parsed_header->P = ((data_begin[0] & 0x20) == 0) ? false : true; P 236 media/cast/rtcp/rtcp_utility.h bool P; // Padding. P 70 mojo/public/cpp/bindings/interface.h template <typename S, typename P = typename S::_Peer> P 75 mojo/public/cpp/bindings/interface.h typename Interface<P>::Handle h1; P 84 mojo/public/cpp/bindings/interface.h typename Interface<P>::ScopedHandle handle_to_peer; P 39 mojo/public/cpp/bindings/lib/array_internal.h template <typename P> P 40 mojo/public/cpp/bindings/lib/array_internal.h struct ArrayDataTraits<P*> { P 41 mojo/public/cpp/bindings/lib/array_internal.h typedef StructPointer<P> StorageType; P 42 mojo/public/cpp/bindings/lib/array_internal.h typedef Array<typename P::Wrapper> Wrapper; P 43 mojo/public/cpp/bindings/lib/array_internal.h typedef P*& Ref; P 44 mojo/public/cpp/bindings/lib/array_internal.h typedef P* const& ConstRef; P 149 mojo/public/cpp/bindings/lib/array_internal.h template <typename P> P 150 mojo/public/cpp/bindings/lib/array_internal.h struct ArraySerializationHelper<P*> { P 151 mojo/public/cpp/bindings/lib/array_internal.h typedef StructPointer<P> ElementType; P 16 mojo/public/cpp/bindings/lib/shared_ptr.h template <typename P> P 21 mojo/public/cpp/bindings/lib/shared_ptr.h explicit SharedPtr(P* ptr) { P 27 mojo/public/cpp/bindings/lib/shared_ptr.h P* get() { P 30 mojo/public/cpp/bindings/lib/shared_ptr.h const P* get() const { P 34 mojo/public/cpp/bindings/lib/shared_ptr.h P* operator->() { return get(); } P 35 mojo/public/cpp/bindings/lib/shared_ptr.h const P* operator->() const { return get(); } P 48 mojo/public/cpp/bindings/lib/shared_ptr.h Impl(P* ptr) : ptr(ptr) { P 51 mojo/public/cpp/bindings/lib/shared_ptr.h P* ptr; P 32 mojo/public/cpp/utility/lib/thread_local.h template <typename P> P 46 mojo/public/cpp/utility/lib/thread_local.h P* Get() { P 47 mojo/public/cpp/utility/lib/thread_local.h return static_cast<P*>(ThreadLocalPlatform::GetValueFromSlot(slot_)); P 50 mojo/public/cpp/utility/lib/thread_local.h void Set(P* value) { P 57 ppapi/cpp/output_traits.h template <class T, bool P> struct InheritIf {}; P 65 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_get(P) (_HBMemoryBarrier (), (void *) *(P)) P 66 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_cmpexch(P,O,N) (InterlockedCompareExchangePointer ((void **) (P), (void *) (N), (void *) (O)) == (void *) (O)) P 81 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_get(P) (OSMemoryBarrier (), (void *) *(P)) P 83 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwapPtrBarrier ((void *) (O), (void *) (N), (void **) (P)) P 86 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap64Barrier ((int64_t) (O), (int64_t) (N), (int64_t*) (P)) P 88 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_cmpexch(P,O,N) OSAtomicCompareAndSwap32Barrier ((int32_t) (O), (int32_t) (N), (int32_t*) (P)) P 98 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_get(P) (void *) (__sync_synchronize (), *(P)) P 99 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_cmpexch(P,O,N) __sync_bool_compare_and_swap ((P), (O), (N)) P 110 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_get(P) ( ({__machine_rw_barrier ();}), (void *) *(P)) P 111 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_cmpexch(P,O,N) ( ({__machine_rw_barrier ();}), atomic_cas_ptr ((void **) (P), (void *) (O), (void *) (N)) == (void *) (O) ? true : false) P 120 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_get(P) ((void *) *(P)) P 121 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_cmpexch(P,O,N) (* (void * volatile *) (P) == (void *) (O) ? (* (void * volatile *) (P) = (void *) (N), true) : false) P 129 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_get(P) ((void *) *(P)) P 130 third_party/harfbuzz-ng/src/hb-atomic-private.hh #define hb_atomic_ptr_cmpexch(P,O,N) (* (void **) (P) == (void *) (O) ? (* (void **) (P) = (void *) (N), true) : false) P 62 third_party/harfbuzz-ng/src/hb-open-type-private.hh inline const Type& StructAtOffset(const void *P, unsigned int offset) P 63 third_party/harfbuzz-ng/src/hb-open-type-private.hh { return * reinterpret_cast<const Type*> ((const char *) P + offset); } P 65 third_party/harfbuzz-ng/src/hb-open-type-private.hh inline Type& StructAtOffset(void *P, unsigned int offset) P 66 third_party/harfbuzz-ng/src/hb-open-type-private.hh { return * reinterpret_cast<Type*> ((char *) P + offset); } P 2651 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API void sqlite3_randomness(int N, void *P); P 9049 third_party/sqlite/amalgamation/sqlite3.c #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P)) P 9050 third_party/sqlite/amalgamation/sqlite3.c #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))!=0) P 9051 third_party/sqlite/amalgamation/sqlite3.c #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->flags|=(P) P 9052 third_party/sqlite/amalgamation/sqlite3.c #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P) P 10067 third_party/sqlite/amalgamation/sqlite3.c #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) P 10068 third_party/sqlite/amalgamation/sqlite3.c #define ExprHasAnyProperty(E,P) (((E)->flags&(P))!=0) P 10069 third_party/sqlite/amalgamation/sqlite3.c #define ExprSetProperty(E,P) (E)->flags|=(P) P 10070 third_party/sqlite/amalgamation/sqlite3.c #define ExprClearProperty(E,P) (E)->flags&=~(P) P 10942 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3StackFree(D,P) P 10946 third_party/sqlite/amalgamation/sqlite3.c # define sqlite3StackFree(D,P) sqlite3DbFree(D,P) P 36843 third_party/sqlite/amalgamation/sqlite3.c # define CODEC1(P,D,N,X,E) \ P 36844 third_party/sqlite/amalgamation/sqlite3.c if( P->xCodec && P->xCodec(P->pCodec,D,N,X)==0 ){ E; } P 36845 third_party/sqlite/amalgamation/sqlite3.c # define CODEC2(P,D,N,X,E,O) \ P 36846 third_party/sqlite/amalgamation/sqlite3.c if( P->xCodec==0 ){ O=(char*)D; }else \ P 36847 third_party/sqlite/amalgamation/sqlite3.c if( (O=(char*)(P->xCodec(P->pCodec,D,N,X)))==0 ){ E; } P 36849 third_party/sqlite/amalgamation/sqlite3.c # define CODEC1(P,D,N,X,E) /* NO-OP */ P 36850 third_party/sqlite/amalgamation/sqlite3.c # define CODEC2(P,D,N,X,E,O) O=(char*)D P 47971 third_party/sqlite/amalgamation/sqlite3.c #define findCell(P,I) \ P 47972 third_party/sqlite/amalgamation/sqlite3.c ((P)->aData + ((P)->maskPage & get2byte(&(P)->aData[(P)->cellOffset+2*(I)]))) P 55990 third_party/sqlite/amalgamation/sqlite3.c #define expandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0) P 61871 third_party/sqlite/amalgamation/sqlite3.c # define memAboutToChange(P,M) sqlite3VdbeMemPrepareToChange(P,M) P 61873 third_party/sqlite/amalgamation/sqlite3.c # define memAboutToChange(P,M) P 61942 third_party/sqlite/amalgamation/sqlite3.c # define UPDATE_MAX_BLOBSIZE(P) updateMaxBlobsize(P) P 61944 third_party/sqlite/amalgamation/sqlite3.c # define UPDATE_MAX_BLOBSIZE(P) P 61951 third_party/sqlite/amalgamation/sqlite3.c #define Stringify(P, enc) \ P 61952 third_party/sqlite/amalgamation/sqlite3.c if(((P)->flags&(MEM_Str|MEM_Blob))==0 && sqlite3VdbeMemStringify(P,enc)) \ P 61966 third_party/sqlite/amalgamation/sqlite3.c #define Deephemeralize(P) \ P 61967 third_party/sqlite/amalgamation/sqlite3.c if( ((P)->flags&MEM_Ephem)!=0 \ P 61968 third_party/sqlite/amalgamation/sqlite3.c && sqlite3VdbeMemMakeWriteable(P) ){ goto no_mem;} P 61974 third_party/sqlite/amalgamation/sqlite3.c #define ExpandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0) P 98048 third_party/sqlite/amalgamation/sqlite3.c #define initMaskSet(P) memset(P, 0, sizeof(*P)) P 2108 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API void sqlite3_randomness(int N, void *P); P 852 third_party/sqlite/src/src/btree.c #define findCell(P,I) \ P 853 third_party/sqlite/src/src/btree.c ((P)->aData + ((P)->maskPage & get2byte(&(P)->aData[(P)->cellOffset+2*(I)]))) P 413 third_party/sqlite/src/src/pager.c # define CODEC1(P,D,N,X,E) \ P 414 third_party/sqlite/src/src/pager.c if( P->xCodec && P->xCodec(P->pCodec,D,N,X)==0 ){ E; } P 415 third_party/sqlite/src/src/pager.c # define CODEC2(P,D,N,X,E,O) \ P 416 third_party/sqlite/src/src/pager.c if( P->xCodec==0 ){ O=(char*)D; }else \ P 417 third_party/sqlite/src/src/pager.c if( (O=(char*)(P->xCodec(P->pCodec,D,N,X)))==0 ){ E; } P 419 third_party/sqlite/src/src/pager.c # define CODEC1(P,D,N,X,E) /* NO-OP */ P 420 third_party/sqlite/src/src/pager.c # define CODEC2(P,D,N,X,E,O) O=(char*)D P 424 third_party/sqlite/src/src/parse.y groupby_opt(P) having_opt(Q) orderby_opt(Z) limit_opt(L). { P 425 third_party/sqlite/src/src/parse.y A = sqlite3SelectNew(pParse,W,X,Y,P,Q,Z,D,L.pLimit,L.pOffset); P 447 third_party/sqlite/src/src/parse.y selcollist(A) ::= sclp(P) expr(X) as(Y). { P 448 third_party/sqlite/src/src/parse.y A = sqlite3ExprListAppend(pParse, P, X.pExpr); P 452 third_party/sqlite/src/src/parse.y selcollist(A) ::= sclp(P) STAR. { P 454 third_party/sqlite/src/src/parse.y A = sqlite3ExprListAppend(pParse, P, p); P 456 third_party/sqlite/src/src/parse.y selcollist(A) ::= sclp(P) nm(X) DOT STAR(Y). { P 460 third_party/sqlite/src/src/parse.y A = sqlite3ExprListAppend(pParse,P, pDot); P 704 third_party/sqlite/src/src/sqliteInt.h #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))==(P)) P 705 third_party/sqlite/src/src/sqliteInt.h #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->flags&(P))!=0) P 706 third_party/sqlite/src/src/sqliteInt.h #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->flags|=(P) P 707 third_party/sqlite/src/src/sqliteInt.h #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->flags&=~(P) P 1722 third_party/sqlite/src/src/sqliteInt.h #define ExprHasProperty(E,P) (((E)->flags&(P))==(P)) P 1723 third_party/sqlite/src/src/sqliteInt.h #define ExprHasAnyProperty(E,P) (((E)->flags&(P))!=0) P 1724 third_party/sqlite/src/src/sqliteInt.h #define ExprSetProperty(E,P) (E)->flags|=(P) P 1725 third_party/sqlite/src/src/sqliteInt.h #define ExprClearProperty(E,P) (E)->flags&=~(P) P 2597 third_party/sqlite/src/src/sqliteInt.h # define sqlite3StackFree(D,P) P 2601 third_party/sqlite/src/src/sqliteInt.h # define sqlite3StackFree(D,P) sqlite3DbFree(D,P) P 55 third_party/sqlite/src/src/vdbe.c # define memAboutToChange(P,M) sqlite3VdbeMemPrepareToChange(P,M) P 57 third_party/sqlite/src/src/vdbe.c # define memAboutToChange(P,M) P 126 third_party/sqlite/src/src/vdbe.c # define UPDATE_MAX_BLOBSIZE(P) updateMaxBlobsize(P) P 128 third_party/sqlite/src/src/vdbe.c # define UPDATE_MAX_BLOBSIZE(P) P 135 third_party/sqlite/src/src/vdbe.c #define Stringify(P, enc) \ P 136 third_party/sqlite/src/src/vdbe.c if(((P)->flags&(MEM_Str|MEM_Blob))==0 && sqlite3VdbeMemStringify(P,enc)) \ P 150 third_party/sqlite/src/src/vdbe.c #define Deephemeralize(P) \ P 151 third_party/sqlite/src/src/vdbe.c if( ((P)->flags&MEM_Ephem)!=0 \ P 152 third_party/sqlite/src/src/vdbe.c && sqlite3VdbeMemMakeWriteable(P) ){ goto no_mem;} P 158 third_party/sqlite/src/src/vdbe.c #define ExpandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0) P 25 third_party/sqlite/src/src/vdbemem.c #define expandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0) P 394 third_party/sqlite/src/src/where.c #define initMaskSet(P) memset(P, 0, sizeof(*P)) P 171 tools/ipc_fuzzer/mutate/generate.cc template <class P> P 173 tools/ipc_fuzzer/mutate/generate.cc static bool Generate(P* p, Generator *generator) { P 182 tools/ipc_fuzzer/mutate/generate.cc template <class P> P 183 tools/ipc_fuzzer/mutate/generate.cc static bool GenerateParam(P* p, Generator* generator) { P 184 tools/ipc_fuzzer/mutate/generate.cc return GenerateTraits<P>::Generate(p, generator); P 210 tools/ipc_fuzzer/mutate/mutate.cc template <class P> P 212 tools/ipc_fuzzer/mutate/mutate.cc static void Fuzz(P* p, Fuzzer *fuzzer) { P 220 tools/ipc_fuzzer/mutate/mutate.cc template <class P> P 221 tools/ipc_fuzzer/mutate/mutate.cc static void FuzzParam(P* p, Fuzzer* fuzzer) { P 222 tools/ipc_fuzzer/mutate/mutate.cc FuzzTraits<P>::Fuzz(p, fuzzer);