Searched refs:numchildren (Results 1 - 13 of 13) sorted by relevance
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | dio_append.c | 28 static int numchildren; variable 34 numchildren = 16; in setup() 38 if (tst_parse_int(str_numchildren, &numchildren, 1, INT_MAX)) in setup() 66 for (i = 0; i < numchildren; i++) { in run()
|
H A D | dio_sparse.c | 36 static int numchildren = 16; variable 67 if (tst_parse_int(str_numchildren, &numchildren, 1, INT_MAX)) in setup() 107 for (i = 0; i < numchildren; i++) { in run() 117 if (!tst_validate_children(numchildren)) in run()
|
H A D | dio_truncate.c | 44 static int numchildren = 16; variable 92 if (tst_parse_int(str_numchildren, &numchildren, 1, INT_MAX)) in setup() 109 if (numchildren > 2 && !tst_kconfig_check(kconf_rt)) { in setup() 133 for (i = 0; i < numchildren; i++) { in run()
|
H A D | dio_read.c | 29 static int numchildren = 8; variable 74 if (*children_completed >= numchildren) { in do_direct_reads() 114 if (tst_parse_int(str_numchildren, &numchildren, 1, INT_MAX)) in setup() 159 for (i = 0; i < numchildren; i++) { in run()
|
H A D | aiodio_sparse.c | 38 static int numchildren = 16; variable 147 if (tst_parse_int(str_numchildren, &numchildren, 1, INT_MAX)) { in setup() 195 for (i = 0; i < numchildren; i++) { in run() 226 if (!tst_validate_children(numchildren)) in run()
|
H A D | aiodio_append.c | 34 static int numchildren = 8; variable 117 if (tst_parse_int(str_numchildren, &numchildren, 1, INT_MAX)) in setup() 148 for (i = 0; i < numchildren; i++) { in run()
|
/third_party/backends/frontend/ |
H A D | saned.c | 229 int numchildren; variable 2294 numchildren--; 2310 numchildren--; 2437 while (numchildren > 0) 2485 numchildren++; 3465 numchildren = 0;
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | expat.h | 152 numchildren will contain number of elements that may be mixed in 157 the numchildren field will be zero and children will be NULL. The 161 numchildren and children will point, recursively, to an array 173 unsigned int numchildren; member
|
H A D | xmlparse.c | 5440 content->numchildren = 0; in doProlog() 7520 * but only uses a single field -- numchildren -- to store the source in build_model() 7540 (--stackTop)->numchildren = 0; in build_model() 7544 const int src_node = (int)(stackTop++)->numchildren; in build_model() 7559 dest->numchildren = 0; in build_model() 7565 dest->numchildren = dtd->scaffold[src_node].childcnt; in build_model() 7571 stackTop -= dest->numchildren; in build_model() 7573 i < dest->numchildren; i++, cn = dtd->scaffold[cn].nextsib) { in build_model() 7574 (stackTop + i)->numchildren = (unsigned int)cn; in build_model()
|
/third_party/python/Modules/expat/ |
H A D | expat.h | 152 numchildren will contain number of elements that may be mixed in 157 the numchildren field will be zero and children will be NULL. The 161 numchildren and children will point, recursively, to an array 173 unsigned int numchildren; member
|
H A D | xmlparse.c | 5489 content->numchildren = 0; in doProlog() 7532 * to array dtd->scaffold) in field "numchildren". in build_model() 7535 * "numchildren" field (which actually holds a source node array index in build_model() 7572 (jobDest++)->numchildren = 0; in build_model() 7576 const int src_node = (int)dest->numchildren; in build_model() 7591 dest->numchildren = 0; in build_model() 7597 dest->numchildren = dtd->scaffold[src_node].childcnt; in build_model() 7602 i < dest->numchildren; i++, cn = dtd->scaffold[cn].nextsib) in build_model() 7603 (jobDest++)->numchildren = (unsigned int)cn; in build_model()
|
/third_party/python/Modules/ |
H A D | pyexpat.c | 521 PyObject *children = PyTuple_New(model->numchildren); in conv_content_model() 525 assert(model->numchildren < INT_MAX); in conv_content_model() 526 for (i = 0; i < (int)model->numchildren; ++i) { in conv_content_model()
|
/third_party/python/Lib/test/ |
H A D | test_xml_etree.py | 3495 def _make_elem_with_children(self, numchildren): 3501 for i in range(numchildren):
|
Completed in 36 milliseconds