Searched defs:Db (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
D | ItaniumDemangle.cpp | 4203 struct Db { struct 4204 typedef std::vector<string_pair<std::string>> sub_type; 4205 typedef std::vector<sub_type> template_param_type; 4206 sub_type names; 4207 template_param_type subs; 4208 std::vector<template_param_type> template_param; 4209 unsigned cv = 0; 4210 unsigned ref = 0; 4211 unsigned encoding_depth = 0; 4212 bool parsed_ctor_dtor_cv = false; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/ |
D | ItaniumDemangle.cpp | 1945 struct Db { struct 1946 const char *First; 1947 const char *Last; 1952 PODSmallVector<Node *, 32> Names; 1957 PODSmallVector<Node *, 32> Subs; 1962 PODSmallVector<Node *, 8> TemplateParams; 1966 PODSmallVector<ForwardTemplateReference *, 4> ForwardTemplateRefs; 1968 bool TryToParseTemplateArgs = true; 1969 bool PermitForwardTemplateReferences = false; 1970 bool ParsingLambdaParams = false; [all …]
|
/external/ImageMagick/MagickCore/ |
D | colorspace.c | 241 const double blue,double *Y,double *Db,double *Dr) in ConvertRGBToYDbDr() 1494 static void ConvertYDbDrToRGB(const double Y,const double Db,const double Dr, in ConvertYDbDrToRGB()
|
/external/ImageMagick/tests/ |
D | validate.c | 540 const double blue,double *Y,double *Db,double *Dr) in ConvertRGBToYDbDr() 547 static void ConvertYDbDrToRGB(const double Y,const double Db,const double Dr, in ConvertYDbDrToRGB() 915 Db, in ValidateRGBToYDbDr() local
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 13234 typedef struct Db Db; typedef 15044 struct Db { struct 15045 char *zDbSName; /* Name of this database. (schema name, not filename) */ argument 15056 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing. argument
|
/external/sqlite/dist/ |
D | sqlite3.c | 13234 typedef struct Db Db; typedef 15044 struct Db { struct 15045 char *zDbSName; /* Name of this database. (schema name, not filename) */ argument 15056 ** the Schema for the TEMP databaes (sqlite3.aDb[1]) which is free-standing. argument
|