Home
last modified time | relevance | path

Searched refs:identDict_lookup (Results 1 – 1 of 1) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangPrimSource/
H A DPyrListPrim.cpp386 bool identDict_lookup(PyrObject* dict, PyrSlot* key, int hash, PyrSlot* result);
387 bool identDict_lookup(PyrObject* dict, PyrSlot* key, int hash, PyrSlot* result) { in identDict_lookup() function
408 if (identDict_lookup(slotRawObject(protoSlot), key, hash, result)) in identDict_lookup()
442 identDict_lookup(dict, key, calcHash(key), a); in prIdentDict_At()
462 identDict_lookup(dict, a, calcHash(a), &result); in prSymbol_envirGet()
507 identDict_lookup(slotRawObject(a), &key, calcHash(&key), &delta); in prEvent_Delta()
524 identDict_lookup(slotRawObject(a), &key, calcHash(&key), &dur); in prEvent_Delta()
540 identDict_lookup(slotRawObject(a), &key, calcHash(&key), &stretch); in prEvent_Delta()
606 identDict_lookup(slotRawObject(g->sp), &key, calcHash(&key), &typeSlot); in prEvent_IsRest()
614 identDict_lookup(slotRawObject(g->sp), &key, calcHash(&key), &typeSlot); in prEvent_IsRest()