/third_party/mesa3d/src/broadcom/cle/ |
D | v3d_decoder.c | 194 get_group_offset_count(const char **atts, uint32_t *offset, uint32_t *count, in get_group_offset_count() argument 200 for (i = 0; atts[i]; i += 2) { in get_group_offset_count() 201 if (strcmp(atts[i], "count") == 0) { in get_group_offset_count() 202 *count = strtoul(atts[i + 1], &p, 0); in get_group_offset_count() 205 } else if (strcmp(atts[i], "start") == 0) { in get_group_offset_count() 206 *offset = strtoul(atts[i + 1], &p, 0); in get_group_offset_count() 207 } else if (strcmp(atts[i], "size") == 0) { in get_group_offset_count() 208 *size = strtoul(atts[i + 1], &p, 0); in get_group_offset_count() 217 const char **atts, in create_group() argument 233 get_group_offset_count(atts, in create_group() [all …]
|
/third_party/mesa3d/src/intel/common/ |
D | intel_decoder.c | 132 get_array_offset_count(const char **atts, uint32_t *offset, uint32_t *count, in get_array_offset_count() argument 135 for (int i = 0; atts[i]; i += 2) { in get_array_offset_count() 138 if (strcmp(atts[i], "count") == 0) { in get_array_offset_count() 139 *count = strtoul(atts[i + 1], &p, 0); in get_array_offset_count() 142 } else if (strcmp(atts[i], "start") == 0) { in get_array_offset_count() 143 *offset = strtoul(atts[i + 1], &p, 0); in get_array_offset_count() 144 } else if (strcmp(atts[i], "size") == 0) { in get_array_offset_count() 145 *size = strtoul(atts[i + 1], &p, 0); in get_array_offset_count() 154 const char **atts, in create_group() argument 174 for (int i = 0; atts[i]; i += 2) { in create_group() [all …]
|
/third_party/skia/third_party/externals/expat/expat/xmlwf/ |
D | xmlwf.c | 184 startElement(void *userData, const XML_Char *name, const XML_Char **atts) { in startElement() argument 191 p = atts; in startElement() 194 nAtts = (int)((p - atts) >> 1); in startElement() 196 qsort((void *)atts, nAtts, sizeof(XML_Char *) * 2, attcmp); in startElement() 197 while (*atts) { in startElement() 199 fputts(*atts++, fp); in startElement() 200 attributeValue(fp, *atts); in startElement() 201 atts++; in startElement() 227 startElementNS(void *userData, const XML_Char *name, const XML_Char **atts) { in startElementNS() argument 247 p = atts; in startElementNS() [all …]
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | samiparse.c | 646 handle_start_sync (GstSamiContext * sctx, const gchar ** atts) in handle_start_sync() argument 651 if (atts != NULL) { in handle_start_sync() 652 for (i = 0; (atts[i] != NULL); i += 2) { in handle_start_sync() 655 key = atts[i]; in handle_start_sync() 656 value = atts[i + 1]; in handle_start_sync() 676 handle_start_font (GstSamiContext * sctx, const gchar ** atts) in handle_start_font() argument 681 if (atts != NULL) { in handle_start_font() 683 for (i = 0; (atts[i] != NULL); i += 2) { in handle_start_font() 686 key = atts[i]; in handle_start_font() 687 value = atts[i + 1]; in handle_start_font() [all …]
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_render_pass.c | 19 #define COUNT_PRESENT_SRC(atts, att_count, initial_count, final_count) \ argument 24 if (atts[i].initialLayout == VK_IMAGE_LAYOUT_PRESENT_SRC_KHR) \ 26 if (atts[i].finalLayout == VK_IMAGE_LAYOUT_PRESENT_SRC_KHR) \ 31 #define REPLACE_PRESENT_SRC(pass, atts, att_count, out_atts) \ argument 38 memcpy(out_atts, atts, sizeof(*atts) * att_count); \
|
D | vn_command_buffer.c | 331 const struct vn_present_src_attachment *atts, in vn_cmd_transfer_present_src_images() argument 344 src_stage_mask |= atts[i].src_stage_mask; in vn_cmd_transfer_present_src_images() 345 dst_stage_mask |= atts[i].dst_stage_mask; in vn_cmd_transfer_present_src_images() 347 vn_present_src_attachment_to_image_memory_barrier(images[i], &atts[i], in vn_cmd_transfer_present_src_images()
|
/third_party/skia/third_party/externals/expat/expat/examples/ |
D | elements.c | 59 startElement(void *userData, const XML_Char *name, const XML_Char **atts) { in startElement() argument 62 (void)atts; in startElement()
|
/third_party/python/Modules/expat/ |
D | xmltok.h | 180 ATTRIBUTE *atts); 261 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument 262 (((enc)->getAtts)(enc, ptr, attsMax, atts))
|
D | xmltok_impl.c | 1504 ATTRIBUTE *atts) { in PREFIX() 1515 atts[nAtts].name = ptr; \ in PREFIX() 1516 atts[nAtts].normalized = 1; \ in PREFIX() 1537 atts[nAtts].valuePtr = ptr + MINBPC(enc); in PREFIX() 1543 atts[nAtts].valueEnd = ptr; in PREFIX() 1550 atts[nAtts].valuePtr = ptr + MINBPC(enc); in PREFIX() 1556 atts[nAtts].valueEnd = ptr; in PREFIX() 1562 atts[nAtts].normalized = 0; in PREFIX() 1567 else if (state == inValue && nAtts < attsMax && atts[nAtts].normalized in PREFIX() 1568 && (ptr == atts[nAtts].valuePtr in PREFIX() [all …]
|
D | expat.h | 275 const XML_Char **atts);
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | xmltok.h | 180 ATTRIBUTE *atts); 261 #define XmlGetAttributes(enc, ptr, attsMax, atts) \ argument 262 (((enc)->getAtts)(enc, ptr, attsMax, atts))
|
D | xmltok_impl.c | 1504 ATTRIBUTE *atts) { in PREFIX() 1515 atts[nAtts].name = ptr; \ in PREFIX() 1516 atts[nAtts].normalized = 1; \ in PREFIX() 1537 atts[nAtts].valuePtr = ptr + MINBPC(enc); in PREFIX() 1543 atts[nAtts].valueEnd = ptr; in PREFIX() 1550 atts[nAtts].valuePtr = ptr + MINBPC(enc); in PREFIX() 1556 atts[nAtts].valueEnd = ptr; in PREFIX() 1562 atts[nAtts].normalized = 0; in PREFIX() 1567 else if (state == inValue && nAtts < attsMax && atts[nAtts].normalized in PREFIX() 1568 && (ptr == atts[nAtts].valuePtr in PREFIX() [all …]
|
D | expat.h | 276 const XML_Char **atts);
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | runtests.c | 304 const XML_Char **atts) { in dummy_start_element() argument 307 UNUSED_P(atts); in dummy_start_element() 578 const XML_Char **atts) { in accumulate_attribute() argument 582 if (atts == NULL) in accumulate_attribute() 585 while (storage->count < 0 && atts[0] != NULL) { in accumulate_attribute() 587 CharData_AppendXMLChars(storage, atts[1], -1); in accumulate_attribute() 588 atts += 2; in accumulate_attribute() 1259 const XML_Char **atts) { in start_element_event_handler() argument 1260 UNUSED_P(atts); in start_element_event_handler() 1351 const XML_Char **atts) { in check_attr_contains_normalized_whitespace() argument [all …]
|
/third_party/curl/docs/examples/ |
D | xmlstream.c | 57 const XML_Char **atts) in startElement() argument
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsFboUtil.cpp | 575 const AttachmentMap& atts = fboConfig.attachments; in validStatusCodes() local 629 if (atts.empty()) in validStatusCodes() 632 for (AttachmentMap::const_iterator it = atts.begin(); it != atts.end(); it++) in validStatusCodes()
|
D | glsLifetimeTests.cpp | 1372 const vector<Attacher*>& atts = types.getAttachers(); in addTestCases() local 1373 for (vector<Attacher*>::const_iterator it = atts.begin(); it != atts.end(); ++it) in addTestCases()
|
/third_party/python/Modules/ |
D | pyexpat.c | 341 const XML_Char *name, const XML_Char *atts[]) in my_StartElementHandler() argument 362 while (atts[max] != NULL) in my_StartElementHandler() 375 PyObject *n = string_intern(self, (XML_Char *) atts[i]); in my_StartElementHandler() 382 v = conv_string_to_unicode((XML_Char *) atts[i+1]); in my_StartElementHandler()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_cmd_buffer.c | 1318 VkClearAttachment atts[V3D_MAX_DRAW_BUFFERS + 1]; /* 4 color + D/S */ in cmd_buffer_emit_subpass_clears() local 1336 atts[att_count].aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in cmd_buffer_emit_subpass_clears() 1337 atts[att_count].colorAttachment = i; in cmd_buffer_emit_subpass_clears() 1338 atts[att_count].clearValue = state->attachments[att_idx].vk_clear_value; in cmd_buffer_emit_subpass_clears() 1360 atts[att_count].aspectMask = aspects; in cmd_buffer_emit_subpass_clears() 1361 atts[att_count].colorAttachment = 0; /* Ignored */ in cmd_buffer_emit_subpass_clears() 1362 atts[att_count].clearValue = in cmd_buffer_emit_subpass_clears() 1399 v3dv_CmdClearAttachments(_cmd_buffer, att_count, atts, 1, &rect); in cmd_buffer_emit_subpass_clears()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri2.c | 103 const enum st_attachment_type *atts, in dri2_drawable_get_buffers() argument 129 dri_drawable_get_format(drawable, atts[i], &format, &bind); in dri2_drawable_get_buffers() 133 switch (atts[i]) { in dri2_drawable_get_buffers()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceClFlags.def | 177 X(GenerateBuildAtts, bool, release_opt_flag, "build-atts", \
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationMiscTest.java | 265 …void genericRulesStarterWithOptionsAndResult(String rules, String[] s, String[] atts, Object[] att… in genericRulesStarterWithOptionsAndResult() argument 269 genericOptionsSetter(coll, atts, attVals); in genericRulesStarterWithOptionsAndResult()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationMiscTest.java | 268 …void genericRulesStarterWithOptionsAndResult(String rules, String[] s, String[] atts, Object[] att… in genericRulesStarterWithOptionsAndResult() argument 272 genericOptionsSetter(coll, atts, attVals); in genericRulesStarterWithOptionsAndResult()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 96703 @@ -1747,7 +1767,8 @@ xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) 96713 @@ -1756,7 +1777,7 @@ xmlSAX2StartElement(void *ctx, const xmlChar *fullname, const xmlChar **atts) 121669 const xmlChar **atts); 126538 -startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts) 126543 - if (atts != NULL) { 126544 - for (i = 0;(atts[i] != NULL);i++) { 126545 - fprintf(stdout, ", %s", atts[i++]); 126546 - if (atts[i] != NULL) { 126548 - const unsigned char *att = atts[i]; 128417 -startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts) [all …]
|