Searched defs:_Context (Results 1 – 1 of 1) sorted by relevance
360 struct _Context { struct361 UInt size; // number of function dependencies362 UInt base_number; // for context compression & dump array363 Context* next; // entry chaining for hash364 UWord hash; // for faster lookup...365 fn_node* fn[0];