HomeSort by relevance Sort by last modified time
    Searched refs:FuncDef (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
AnalysisManager.cpp 73 FunctionDecl *FuncDef;
75 llvm::tie(FuncDef, TU) = Idxer->getDefinitionFor(Ent);
77 if (FuncDef == 0)
83 return AnaCtxMgr.getContext(FuncDef, TU);
  /external/speex/libspeex/
resample.c 193 struct FuncDef {
198 static struct FuncDef _KAISER12 = {kaiser12_table, 64};
200 /*static struct FuncDef _KAISER12 = {kaiser12_table, 32};
202 static struct FuncDef _KAISER10 = {kaiser10_table, 32};
204 static struct FuncDef _KAISER8 = {kaiser8_table, 32};
206 static struct FuncDef _KAISER6 = {kaiser6_table, 32};
214 struct FuncDef *window_func;
241 static double compute_func(float x, struct FuncDef *func)
276 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_func)
289 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_func
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 121 milliseconds