Searched defs:_Context (Results 1 – 1 of 1) sorted by relevance
353 struct _Context { struct354 UInt size; // number of function dependencies355 UInt base_number; // for context compression & dump array356 Context* next; // entry chaining for hash357 UWord hash; // for faster lookup...358 fn_node* fn[0];