Home
last modified time | relevance | path

Searched refs:ielem (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/basic/
Dtest_progvar.cpp188 for (unsigned ielem = 0; ielem < this->num_elem(); ielem++) in as_string() local
191 if (ielem) result += ", "; in as_string()
196 value_ptr[ielem * this->m_elem_type->get_size() in as_string()
226 for (unsigned ielem = 0; ielem < this->num_elem(); ielem++) in init() local
230 buf + ielem * this->get_value_size() / this->num_elem(), in init()
/external/libxml2/
Dxmlschemas.c2299 xmlSchemaNodeInfoPtr ielem = in xmlSchemaFormatNodeForError() local
2304 ielem->nsName, ielem->localName)); in xmlSchemaFormatNodeForError()
22344 xmlSchemaNodeInfoPtr ielem; in xmlSchemaIDCAcquireBinding() local
22346 ielem = vctxt->elemInfos[matcher->depth]; in xmlSchemaIDCAcquireBinding()
22348 if (ielem->idcTable == NULL) { in xmlSchemaIDCAcquireBinding()
22349 ielem->idcTable = xmlSchemaIDCNewBinding(matcher->aidc->def); in xmlSchemaIDCAcquireBinding()
22350 if (ielem->idcTable == NULL) in xmlSchemaIDCAcquireBinding()
22352 return(ielem->idcTable); in xmlSchemaIDCAcquireBinding()
22356 bind = ielem->idcTable; in xmlSchemaIDCAcquireBinding()
23516 xmlSchemaNodeInfoPtr ielem) in xmlSchemaIDCFillNodeTables() argument
[all …]