Searched refs:prolog2 (Results 1 – 6 of 6) sorted by relevance
/external/expat/lib/ |
D | xmlrole.c | 130 prolog0, prolog1, prolog2, variable 225 prolog2(PROLOG_STATE *state, in prolog2() function 277 state->handler = prolog2; in doctype1() 341 state->handler = prolog2; in doctype4() 358 state->handler = prolog2; in doctype5()
|
/external/python/cpython3/Modules/expat/ |
D | xmlrole.c | 130 prolog0, prolog1, prolog2, variable 225 prolog2(PROLOG_STATE *state, in prolog2() function 277 state->handler = prolog2; in doctype1() 341 state->handler = prolog2; in doctype4() 358 state->handler = prolog2; in doctype5()
|
/external/python/cpython2/Modules/expat/ |
D | xmlrole.c | 130 prolog0, prolog1, prolog2, variable 225 prolog2(PROLOG_STATE *state, in prolog2() function 277 state->handler = prolog2; in doctype1() 341 state->handler = prolog2; in doctype4() 358 state->handler = prolog2; in doctype5()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.h | 589 struct si_shader_part *prolog2; member
|
D | si_shader.c | 5254 if (shader->prolog2) in si_get_shader_binary_size() 5255 size += shader->prolog2->binary.code_size; in si_get_shader_binary_size() 5267 const struct ac_shader_binary *prolog2 = in si_shader_binary_upload() local 5268 shader->prolog2 ? &shader->prolog2->binary : NULL; in si_shader_binary_upload() 5278 assert(!prolog2 || !prolog2->rodata_size); in si_shader_binary_upload() 5279 assert((!prolog && !previous_stage && !prolog2 && !epilog) || in si_shader_binary_upload() 5309 if (prolog2) { in si_shader_binary_upload() 5310 memcpy(ptr, prolog2->code, prolog2->code_size); in si_shader_binary_upload() 5311 ptr += prolog2->code_size; in si_shader_binary_upload() 5541 if (shader->prolog2) in si_shader_dump() [all …]
|
D | si_debug.c | 875 if (shader->prolog2) { in si_print_annotated_shader() 876 si_add_split_disasm(shader->prolog2->binary.disasm_string, in si_print_annotated_shader()
|