OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FuncDef
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/speex/libspeex/
resample.c
189
struct
FuncDef
{
194
static struct
FuncDef
_KAISER12 = {kaiser12_table, 64};
196
/*static struct
FuncDef
_KAISER12 = {kaiser12_table, 32};
198
static struct
FuncDef
_KAISER10 = {kaiser10_table, 32};
200
static struct
FuncDef
_KAISER8 = {kaiser8_table, 32};
202
static struct
FuncDef
_KAISER6 = {kaiser6_table, 32};
210
struct
FuncDef
*window_func;
237
static double compute_func(float x, struct
FuncDef
*func)
272
static spx_word16_t sinc(float cutoff, float x, int N, struct
FuncDef
*window_func)
285
static spx_word16_t sinc(float cutoff, float x, int N, struct
FuncDef
*window_func
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h
610
typedef struct
FuncDef
FuncDef
;
643
** pointer types (i.e.
FuncDef
) defined above.
767
** Hash each
FuncDef
structure into one of the FuncDefHash.a[] slots.
768
** Collisions are on the
FuncDef
.pHash chain.
771
FuncDef
*a[23]; /* Hash table for functions */
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 1156 milliseconds