Searched refs:b_list (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/fs/jffs2/ |
D | jffs2_private.h | 13 struct b_list { struct 26 struct b_list dir; argument 27 struct b_list frag; 103 int sort_list(struct b_list *list);
|
D | jffs2_nand_private.h | 30 struct b_list { struct 39 struct b_list dir; argument 40 struct b_list frag;
|
D | mergesort.c | 13 int sort_list(struct b_list *list) in sort_list()
|
D | jffs2_nand_1pass.c | 53 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()
|
D | jffs2_1pass.c | 502 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/ |
D | ragged_test_util.py | 51 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/ |
D | compile.c | 60 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/ |
D | op_kernel_test.cc | 696 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/ |
D | compile.c | 57 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()
|