Searched defs:FuncDef (Results 1 – 5 of 5) sorted by relevance
194 struct FuncDef { struct199 static const struct FuncDef _KAISER12 = {kaiser12_table, 64}; argument
14790 typedef struct FuncDef FuncDef; typedef17248 struct FuncDef { struct17252 FuncDef *pNext; /* Next function with same name */ argument17259 FuncDef *pHash; /* Next with a different name but the same hash */ argument17269 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument
14643 typedef struct FuncDef FuncDef; typedef17065 struct FuncDef { struct17069 FuncDef *pNext; /* Next function with same name */ argument17076 FuncDef *pHash; /* Next with a different name but the same hash */ argument17086 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument
656 class FuncDef(Node): class