Home
last modified time | relevance | path

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

/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/src/
H A Dcouch_lru.erl39 close_int(gb_trees:next(gb_trees:iterator(Tree)), Cache).
43 close_int(none, _) -> function
45 close_int({Lru, DbName, Iter}, {Tree, Dict} = Cache) -> function
61 close_int(gb_trees:next(Iter), update(DbName, Cache))
66 close_int(gb_trees:next(NewIter), {NewTree, dict:erase(DbName, Dict)})
/dports/lang/micropython/micropython-1.17/ports/stm32/boards/
H A Dpllvalues.py56 def close_int(x): function
66 if not (close_int(NbyM) and close_int(Q)):
109 if not close_int(N):
117 if close_int(Q) and round(Q) in mcu.range_q:
150 assert close_int(M)
151 assert close_int(N)
152 assert close_int(P)
153 assert close_int(Q)
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dinputdevice.c5726 static void close_int (void) in close_int() function
5775 init_int, close_int, acquire_int, unacquire_int, read_int,
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dinputdevice.cpp7021 static void close_int (void) in close_int() function
7069 init_int, close_int, acquire_int, unacquire_int, read_int,