Searched defs:Db (Results 1 - 4 of 4) sorted by relevance

/external/libcxxabi/src/
H A Dcxa_demangle.cpp4869 struct Db struct in namespace:__cxxabiv1::__anon7843
4887 Db(arena<N>& ar) : function in struct:__cxxabiv1::__anon7843::Db
4909 Db db(a);
/external/skia/src/core/
H A DSkXfermode.cpp544 int Dr, Dg, Db; local
549 Db = db * sa;
550 SetSat(&Dr, &Dg, &Db, Sat(sr, sg, sb) * da);
551 SetLum(&Dr, &Dg, &Db, sa * da, Lum(dr, dg, db) * sa);
555 Db = 0;
561 int b = blendfunc_nonsep_byte(sb, db, sa, da, Db);
611 int Dr, Dg, Db; local
616 Db = db * sa;
617 SetLum(&Dr, &Dg, &Db, sa * da, Lum(sr, sg, sb) * da);
621 Db
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9295 typedef struct Db Db; typedef in typeref:struct:Db
10863 struct Db { struct
10903 ** Db.pSchema->flags field.
11022 Db *aDb; /* All backends */
11102 Db aDbStatic[2]; /* Static space for the 2 default backends */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9295 typedef struct Db Db; typedef in typeref:struct:Db
10863 struct Db { struct
10903 ** Db.pSchema->flags field.
11022 Db *aDb; /* All backends */
11102 Db aDbStatic[2]; /* Static space for the 2 default backends */
[all...]

Completed in 488 milliseconds