Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dnode.c172 const long direct_index = ADDRS_PER_INODE(&node->i); in get_node_path() local
181 if (block < direct_index) { in get_node_path()
186 block -= direct_index; in get_node_path()
/third_party/python/Lib/test/
Dtest_index.py66 direct_index = my_int.__index__()
68 self.assertEqual(direct_index, 8)
71 self.assertIs(type(direct_index), int)
/third_party/node/deps/v8/src/wasm/
Dwasm-module-builder.cc168 call.direct_index = index; in EmitDirectCallIndex()
241 call.direct_index + in WriteBody()
Dwasm-module-builder.h221 uint32_t direct_index; member