/external/icu/icu4c/source/common/ |
D | caniter.cpp | 169 int32_t list_length = 0; in setSource() local 223 source.extract(start, i-start, list[list_length++]); // add up to i in setSource() 227 source.extract(start, i-start, list[list_length++]); // add last one in setSource() 231 pieces = (UnicodeString **)uprv_malloc(list_length * sizeof(UnicodeString *)); in setSource() 232 pieces_length = list_length; in setSource() 233 pieces_lengths = (int32_t*)uprv_malloc(list_length * sizeof(int32_t)); in setSource() 234 current = (int32_t*)uprv_malloc(list_length * sizeof(int32_t)); in setSource() 235 current_length = list_length; in setSource()
|
/external/tensorflow/tensorflow/core/graph/ |
D | mkl_layout_pass.cc | 857 int* input_idx, int list_length, 878 int* input_idx, int list_length, 1005 int list_length, std::vector<NodeBuilder::NodeOut>* output_nodes) { in GetNodesProducingTFTensorList() argument 1007 CHECK_GT(list_length, 0); in GetNodesProducingTFTensorList() 1009 output_nodes->reserve(list_length); in GetNodesProducingTFTensorList() 1011 while (list_length != 0) { in GetNodesProducingTFTensorList() 1012 CHECK_GT(list_length, 0); in GetNodesProducingTFTensorList() 1020 list_length--; in GetNodesProducingTFTensorList() 1068 int list_length, std::vector<NodeBuilder::NodeOut>* output_nodes) { in GetNodesProducingMklTensorList() argument 1070 CHECK_GT(list_length, 0); in GetNodesProducingMklTensorList() [all …]
|
/external/spirv-llvm/test/SPIRV/ |
D | linked-list.ll | 11 …rspace(1)* nocapture %pNodes, i32 addrspace(1)* nocapture %allocation_index, i32 %list_length) #0 {
|
/external/iptables/libiptc/ |
D | libiptc.c | 497 unsigned int list_length = CHAIN_INDEX_BUCKET_LEN; in iptcc_chain_index_alloc() local 502 array_elems = (h->num_chains / list_length) + in iptcc_chain_index_alloc() 503 (h->num_chains % list_length ? 1 : 0); in iptcc_chain_index_alloc() 545 unsigned int list_length = CHAIN_INDEX_BUCKET_LEN; in iptcc_chain_index_build() local 554 h->num_chains, list_length, h->chain_index_sz); in iptcc_chain_index_build() 564 cindex=chains / list_length; in iptcc_chain_index_build() 572 if ((chains % list_length)== 0) { in iptcc_chain_index_build()
|
/external/wayland/tests/ |
D | list-test.c | 60 TEST(list_length) in TEST() argument
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 1773 int list_length = attr_list_sizes[op_def->output_arg(i).number_attr()]; local 1774 PyObject* inner_list = PyList_New(list_length); 1775 for (int j = 0; j < list_length; j++) { 1782 int list_length = attr_list_sizes[op_def->output_arg(i).type_list_attr()]; local 1783 PyObject* inner_list = PyList_New(list_length); 1784 for (int j = 0; j < list_length; j++) {
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_legalize.c | 292 } else if (list_length(&block->instr_list) == 1) { in resolve_dest_block()
|
/external/mesa3d/src/util/ |
D | list.h | 116 static inline unsigned list_length(struct list_head *list) in list_length() function
|
/external/adhd/cras/src/server/ |
D | cras_alsa_jack.c | 855 unsigned int list_length, in is_jack_control_in_list() argument 860 for (i = 0; i < list_length; i++) in is_jack_control_in_list()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_loop_unroll.c | 512 unsigned num_lt = list_length(&loop->info->loop_terminator_list); in process_loops()
|
/external/python/cpython3/Objects/ |
D | listobject.c | 397 list_length(PyListObject *a) in list_length() function 2389 (lenfunc)list_length, /* sq_length */ 2620 (lenfunc)list_length,
|
/external/python/cpython2/Objects/ |
D | listobject.c | 432 list_length(PyListObject *a) in list_length() function 2530 (lenfunc)list_length, /* sq_length */ 2764 (lenfunc)list_length,
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_cfg.c | 711 const int num_cases = list_length(&vtn_switch->cases); in vtn_emit_cf_list()
|