Home
last modified time | relevance | path

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

/aosp_15_r20/external/speex/libspeexdsp/
H A Dresample.c194 struct FuncDef { struct
199 static const struct FuncDef kaiser12_funcdef = {kaiser12_table, 64}; argument
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c15230 typedef struct FuncDef FuncDef; typedef
17800 struct FuncDef { struct
17804 FuncDef *pNext; /* Next function with same name */ argument
17811 FuncDef *pHash; /* Next with a different name but the same hash */ argument
17821 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c15355 typedef struct FuncDef FuncDef; typedef
17935 struct FuncDef { struct
17939 FuncDef *pNext; /* Next function with same name */ argument
17946 FuncDef *pHash; /* Next with a different name but the same hash */ argument
17956 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c15398 typedef struct FuncDef FuncDef; typedef
17981 struct FuncDef { struct
17985 FuncDef *pNext; /* Next function with same name */ argument
17992 FuncDef *pHash; /* Next with a different name but the same hash */ argument
18002 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c15230 typedef struct FuncDef FuncDef; typedef
17800 struct FuncDef { struct
17804 FuncDef *pNext; /* Next function with same name */ argument
17811 FuncDef *pHash; /* Next with a different name but the same hash */ argument
17821 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument
/aosp_15_r20/external/python/pycparser/pycparser/
Dc_ast.py656 class FuncDef(Node): class