Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dnode.c111 const long direct_index = ADDRS_PER_INODE(&node->i); in get_node_path() local
120 if (block < direct_index) { in get_node_path()
125 block -= direct_index; in get_node_path()
/external/python/cpython3/Lib/test/
Dtest_index.py66 direct_index = my_int.__index__()
68 self.assertEqual(direct_index, 8)
71 self.assertIs(type(direct_index), int)
/external/v8/src/wasm/
Dwasm-module-builder.cc135 call.direct_index = index; in EmitDirectCallIndex()
196 call.direct_index + in WriteBody()
Dwasm-module-builder.h199 uint32_t direct_index; member