Searched defs:_Context (Results 1 – 1 of 1) sorted by relevance
327 struct _Context { struct328 UInt size; // number of function dependencies329 UInt base_number; // for context compression & dump array330 Context* next; // entry chaining for hash331 UWord hash; // for faster lookup...332 fn_node* fn[0];