Searched refs:n_objects (Results 1 – 2 of 2) sorted by relevance
39 n_objects = 053 n_objects += len(objects)66 % (len(test_images), n_objects, os.path.abspath(voc07_path))
429 uptr n_objects = (uptr)internal_simple_strtoll(frame_descr, &p, 10); in ParseFrameDescription() local430 if (n_objects == 0) in ParseFrameDescription()433 for (uptr i = 0; i < n_objects; i++) { in ParseFrameDescription()492 uptr n_objects = vars.size(); in DescribeAddressIfStack() local494 Printf(" This frame has %zu object(s):\n", n_objects); in DescribeAddressIfStack()497 for (uptr i = 0; i < n_objects; i++) { in DescribeAddressIfStack()499 uptr next_var_beg = i + 1 < n_objects ? vars[i + 1].beg : ~(0UL); in DescribeAddressIfStack()