Home
last modified time | relevance | path

Searched defs:FuncDef (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/speex/libspeexdsp/
Dresample.c196 struct FuncDef { struct
201 static const struct FuncDef kaiser12_funcdef = {kaiser12_table, 64}; argument
/third_party/sqlite/src/
Dsqlite3.c14763 typedef struct FuncDef FuncDef; typedef
17307 struct FuncDef { struct
17311 FuncDef *pNext; /* Next function with same name */ argument
17318 FuncDef *pHash; /* Next with a different name but the same hash */ argument
17328 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument