Home
last modified time | relevance | path

Searched defs:rightlink (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/
D_collectionsmodule.c52 struct BLOCK *rightlink; member
61 newblock(block *leftlink, block *rightlink, Py_ssize_t len) { in newblock()
/aosp_15_r20/external/python/cpython3/Modules/
D_collectionsmodule.c81 struct BLOCK *rightlink; member