Searched refs:add_str (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Dradeon_compiler_util_tests.c42 const char * add_str,
49 init_rc_normal_instruction(&add_inst, add_str);
39 test_rc_inst_can_use_presub( struct test_result * result, int expected, const char * add_str, const char * replace_str) argument
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dxml_libxml2.c31 static void add_str(void *ctx_ptr, const char *fmt, ...) function
80 xmlSchemaSetParserErrors(pctx, (xmlSchemaValidityErrorFunc) add_str,
81 (xmlSchemaValidityWarningFunc) add_str,
87 xmlSchemaSetValidErrors(vctx, (xmlSchemaValidityErrorFunc) add_str,
88 (xmlSchemaValidityWarningFunc) add_str,
148 vctx.error = add_str;
149 vctx.warning = add_str;
/external/wpa_supplicant_8/src/utils/
H A Dxml_libxml2.c31 static void add_str(void *ctx_ptr, const char *fmt, ...) function
80 xmlSchemaSetParserErrors(pctx, (xmlSchemaValidityErrorFunc) add_str,
81 (xmlSchemaValidityWarningFunc) add_str,
87 xmlSchemaSetValidErrors(vctx, (xmlSchemaValidityErrorFunc) add_str,
88 (xmlSchemaValidityWarningFunc) add_str,
148 vctx.error = add_str;
149 vctx.warning = add_str;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dxml_libxml2.c31 static void add_str(void *ctx_ptr, const char *fmt, ...) function
80 xmlSchemaSetParserErrors(pctx, (xmlSchemaValidityErrorFunc) add_str,
81 (xmlSchemaValidityWarningFunc) add_str,
87 xmlSchemaSetValidErrors(vctx, (xmlSchemaValidityErrorFunc) add_str,
88 (xmlSchemaValidityWarningFunc) add_str,
148 vctx.error = add_str;
149 vctx.warning = add_str;
/external/valgrind/perf/
H A Dtinycc.c16895 static void subst_asm_operand(CString *add_str,
16904 cstr_ccat(add_str, '$');
16906 cstr_cat(add_str, get_tok_str(sv->sym->v, NULL));
16908 cstr_ccat(add_str, '+');
16917 cstr_cat(add_str, buf);
16920 cstr_cat(add_str, buf);
16927 cstr_cat(add_str, buf);
16971 cstr_cat(add_str, buf);
16893 subst_asm_operand(CString *add_str, SValue *sv, int modifier) argument

Completed in 183 milliseconds