Searched refs:PULL_ATOM_START_ID (Results 1 – 2 of 2) sorted by relevance
209 atomDecl->code < PULL_ATOM_START_ID) { in collate_atom()266 if (atomDecl->code < PULL_ATOM_START_ID) { in collate_atom()452 if (atomDecl.code < PULL_ATOM_START_ID && atomDecl.code > maxPushedAtomId) { in collate_atoms()
37 const int PULL_ATOM_START_ID = 10000; variable