Home
last modified time | relevance | path

Searched refs:bvp (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs.c471 struct brw_vertex_program *bvp = brw_vertex_program(vp); in brw_vs_precompile() local
475 key.program_string_id = bvp->id; in brw_vs_precompile()
489 success = do_vs_prog(brw, prog, bvp, &key); in brw_vs_precompile()
/external/curl/lib/
Dopenldap.c447 struct berval bv, *bvals, **bvp = &bvals; in ldap_recv() local
502 for(rc = ldap_get_attribute_ber(li->ld, ent, ber, &bv, bvp); in ldap_recv()
504 rc = ldap_get_attribute_ber(li->ld, ent, ber, &bv, bvp)) { in ldap_recv()
/external/curl/
Dacinclude.m4410 BERVAL *bvp = NULL;
411 BerElement *bep = ber_init(bvp);
456 BerValue *bvp = NULL;
457 BerElement *bep = ber_init(bvp);
491 BerValue *bvp = NULL;
492 BerElement *bep = ber_init(bvp);
717 BERVAL *bvp = NULL;
718 BerElement *bep = ber_init(bvp);
825 BerValue *bvp = NULL;
826 BerElement *bep = ber_init(bvp);
DCMakeLists.txt398 BerValue *bvp = NULL;
399 BerElement *bep = ber_init(bvp);
/external/icu/icu4c/source/tools/tzcode/
Dzic.c1583 atcomp(const void *avp, const void *bvp) in atcomp() argument
1586 const zic_t b = ((const struct attype *) bvp)->at; in atcomp()