Searched defs:FuncDef (Results 1 – 6 of 6) sorted by relevance
194 struct FuncDef { struct199 static const struct FuncDef kaiser12_funcdef = {kaiser12_table, 64}; argument
15230 typedef struct FuncDef FuncDef; typedef17800 struct FuncDef { struct17804 FuncDef *pNext; /* Next function with same name */ argument17811 FuncDef *pHash; /* Next with a different name but the same hash */ argument17821 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument
15355 typedef struct FuncDef FuncDef; typedef17935 struct FuncDef { struct17939 FuncDef *pNext; /* Next function with same name */ argument17946 FuncDef *pHash; /* Next with a different name but the same hash */ argument17956 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument
15398 typedef struct FuncDef FuncDef; typedef17981 struct FuncDef { struct17985 FuncDef *pNext; /* Next function with same name */ argument17992 FuncDef *pHash; /* Next with a different name but the same hash */ argument18002 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument
656 class FuncDef(Node): class