Searched refs:FuncDef (Results 1 - 2 of 2) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | resample.c | 196 struct FuncDef { struct 201 static const struct FuncDef kaiser12_funcdef = {kaiser12_table, 64}; 203 static const struct FuncDef kaiser10_funcdef = {kaiser10_table, 32}; 205 static const struct FuncDef kaiser8_funcdef = {kaiser8_table, 32}; 207 static const struct FuncDef kaiser6_funcdef = {kaiser6_table, 32}; 215 const struct FuncDef *window_func; 242 static double compute_func(float x, const struct FuncDef *func) in compute_func() 277 static spx_word16_t sinc(float cutoff, float x, int N, const struct FuncDef *window_func) in sinc() 290 static spx_word16_t sinc(float cutoff, float x, int N, const struct FuncDef *window_func) in sinc()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 14763 typedef struct FuncDef FuncDef; typedef 14846 ** pointer types (i.e. FuncDef) defined above. 15895 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */ 15961 #define P4_FUNCDEF (-7) /* P4 is a pointer to a FuncDef structure */ 16268 SQLITE_PRIVATE int sqlite3VdbeAddFunctionCall(Parse*,int,int,int,int,const FuncDef*,int); 16939 ** Hash each FuncDef structure into one of the FuncDefHash.a[] slots. 16940 ** Collisions are on the FuncDef.u.pHash chain. Use the SQLITE_FUNC_HASH() 16945 FuncDef *a[SQLITE_FUNC_HASH_SZ]; /* Hash table for functions */ 17307 struct FuncDef { struct [all...] |
Completed in 120 milliseconds