Searched refs:FuncDef (Results 1 – 5 of 5) sorted by relevance
/external/speex/libspeex/ |
D | resample.c | 193 struct FuncDef { struct 198 static struct FuncDef _KAISER12 = {kaiser12_table, 64}; argument 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) in compute_func() 276 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_func) in sinc() 289 static spx_word16_t sinc(float cutoff, float x, int N, struct FuncDef *window_func) in sinc()
|
/external/llvm/test/Transforms/GVN/ |
D | 2009-01-22-SortInvalidation.ll | 8 %struct.AggInfo_func = type { %struct.Expr*, %struct.FuncDef*, i32, i32 } 30 …%struct.FuncDef = type { i16, i8, i8, i8, i8*, %struct.FuncDef*, void (%struct.sqlite3_context*, i… 55 %struct.VdbeFunc = type { %struct.FuncDef*, i32, [1 x %struct.AuxData] } 62 …%struct.sqlite3_context = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i…
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-29-RegAllocAssert.ll | 10 %struct.AggInfo_func = type { %struct.Expr*, %struct.FuncDef*, i32, i32 } 33 …%struct.FuncDef = type { i16, i8, i8, i8, i8*, %struct.FuncDef*, void (%struct.sqlite3_context*, i… 54 %struct.VdbeFunc = type { %struct.FuncDef*, i32, [1 x %struct.AuxData] } 60 …%struct.sqlite3_context = type { %struct.FuncDef*, %struct.VdbeFunc*, %struct.Mem, %struct.Mem*, i…
|
/external/sqlite/dist/ |
D | sqlite3.c | 9951 typedef struct FuncDef FuncDef; typedef 10325 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */ 11637 FuncDef *a[23]; /* Hash table for functions */ 11894 struct FuncDef { struct 11898 FuncDef *pNext; /* Next function with same name */ argument 11903 FuncDef *pHash; /* Next with a different name but the same hash */ argument 12534 FuncDef *pFunc; /* The aggregate function implementation */ 14023 SQLITE_PRIVATE void sqlite3FuncDefInsert(FuncDefHash*, FuncDef*); 14024 SQLITE_PRIVATE FuncDef *sqlite3FindFunction(sqlite3*,const char*,int,int,u8,u8); 14324 SQLITE_PRIVATE FuncDef *sqlite3VtabOverloadFunction(sqlite3 *,FuncDef*, int nArg, Expr*); [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 9951 typedef struct FuncDef FuncDef; typedef 10325 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */ 11637 FuncDef *a[23]; /* Hash table for functions */ 11894 struct FuncDef { struct 11898 FuncDef *pNext; /* Next function with same name */ argument 11903 FuncDef *pHash; /* Next with a different name but the same hash */ argument 12534 FuncDef *pFunc; /* The aggregate function implementation */ 14023 SQLITE_PRIVATE void sqlite3FuncDefInsert(FuncDefHash*, FuncDef*); 14024 SQLITE_PRIVATE FuncDef *sqlite3FindFunction(sqlite3*,const char*,int,int,u8,u8); 14324 SQLITE_PRIVATE FuncDef *sqlite3VtabOverloadFunction(sqlite3 *,FuncDef*, int nArg, Expr*); [all …]
|