Home
last modified time | relevance | path

Searched refs:b_list (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/fs/jffs2/
Djffs2_private.h13 struct b_list { struct
26 struct b_list dir; argument
27 struct b_list frag;
103 int sort_list(struct b_list *list);
Djffs2_nand_private.h30 struct b_list { struct
39 struct b_list dir; argument
40 struct b_list frag;
Dmergesort.c13 int sort_list(struct b_list *list) in sort_list()
Djffs2_nand_1pass.c53 free_nodes(struct b_list *list) in free_nodes()
63 add_node(struct b_list *list, int size) in add_node()
94 insert_node(struct b_list *list, struct b_node *new) in insert_node()
136 insert_inode(struct b_list *list, struct jffs2_raw_inode *node, u32 offset) in insert_inode()
154 insert_dirent(struct b_list *list, struct jffs2_raw_dirent *node, u32 offset) in insert_dirent()
Djffs2_1pass.c502 free_nodes(struct b_list *list) in free_nodes()
512 add_node(struct b_list *list) in add_node()
551 insert_node(struct b_list *list, u32 offset) in insert_node()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_test_util.py51 b_list = self._GetPyList(b)
52 self.assertEqual(a_list, b_list)
61 b_list = self._GetPyList(b)
62 self.assertNestedListAlmostEqual(a_list, b_list, places, context='value')
/external/python/cpython2/Python/
Dcompile.c60 struct basicblock_ *b_list; member
422 for (block = u->u_blocks; block != NULL; block = block->b_list) { in compiler_unit_check()
448 next = b->b_list; in compiler_unit_free()
579 b->b_list = u->u_blocks; in compiler_new_block()
3480 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in stackdepth()
3705 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble_jump_offsets()
3929 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel_test.cc696 status.emplace_back("b_list", context->GetAttr(attr_name, &b_list)); in GetAttrKernel()
733 std::vector<bool> b_list; member in tensorflow::__anon74460fe50111::GetAttrKernel
/external/python/cpython3/Python/
Dcompile.c57 struct basicblock_ *b_list; member
497 for (block = u->u_blocks; block != NULL; block = block->b_list) { in compiler_unit_check()
523 next = b->b_list; in compiler_unit_free()
768 b->b_list = u->u_blocks; in compiler_new_block()
5007 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in stackdepth()
5277 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble_jump_offsets()
5500 for (b = c->u->u_blocks; b != NULL; b = b->b_list) { in assemble()