HomeSort by relevance Sort by last modified time
    Searched defs:src_node (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-inline.h 50 struct cgraph_node *src_node; member in struct:copy_body_data
  /external/e2fsprogs/lib/ext2fs/
blkmap64_rb.c 236 struct rb_node *dest_node, *src_node, *dest_last, **n; local
248 src_node = ext2fs_rb_first(&src_bp->root);
249 while (src_node) {
250 src_ext = node_to_extent(src_node);
270 src_node = ext2fs_rb_next(src_node);

Completed in 52 milliseconds