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.c446 struct berval bv, *bvals, **bvp = &bvals; in ldap_recv() local
508 for(rc = ldap_get_attribute_ber(li->ld, ent, ber, &bv, bvp); in ldap_recv()
510 rc = ldap_get_attribute_ber(li->ld, ent, ber, &bv, bvp)) { in ldap_recv()
/external/curl/
Dacinclude.m4414 BERVAL *bvp = NULL;
415 BerElement *bep = ber_init(bvp);
460 BerValue *bvp = NULL;
461 BerElement *bep = ber_init(bvp);
495 BerValue *bvp = NULL;
496 BerElement *bep = ber_init(bvp);
721 BERVAL *bvp = NULL;
722 BerElement *bep = ber_init(bvp);
829 BerValue *bvp = NULL;
830 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()