HelenOS sources

odict_find_leq    643 common/adt/odict.c 	leq = odict_find_leq(odict, key, hint);
odict_find_leq    701 common/adt/odict.c 	leq = odict_find_leq(odict, key, hint);
odict_find_leq     64 common/include/adt/odict.h extern odlink_t *odict_find_leq(odict_t *, void *, odlink_t *);
odict_find_leq    643 kernel/generic/common/adt/odict.c 	leq = odict_find_leq(odict, key, hint);
odict_find_leq    701 kernel/generic/common/adt/odict.c 	leq = odict_find_leq(odict, key, hint);
odict_find_leq     64 kernel/generic/common/include/adt/odict.h extern odlink_t *odict_find_leq(odict_t *, void *, odlink_t *);
odict_find_leq    408 kernel/generic/src/mm/as.c 	odlink_t *odlink = odict_find_leq(&as->as_areas, &addr, NULL);
odict_find_leq    867 kernel/generic/src/mm/as.c 	odlink_t *odlink = odict_find_leq(&as->as_areas, &va, NULL);
odict_find_leq    643 uspace/lib/c/common/adt/odict.c 	leq = odict_find_leq(odict, key, hint);
odict_find_leq    701 uspace/lib/c/common/adt/odict.c 	leq = odict_find_leq(odict, key, hint);
odict_find_leq     64 uspace/lib/c/common/include/adt/odict.h extern odlink_t *odict_find_leq(odict_t *, void *, odlink_t *);
odict_find_leq     64 uspace/lib/posix/include/common/adt/odict.h extern odlink_t *odict_find_leq(odict_t *, void *, odlink_t *);
HelenOS homepage, sources at GitHub