Home
last modified time | relevance | path

Searched refs:attr_0 (Results 1 – 2 of 2) sorted by relevance

/external/python/asn1crypto/tests/
Dtest_pkcs12.py93 attr_0 = certbag['bag_attributes'][0]
97 attr_0['type'].native
102 attr_0['values'].native
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c404 LLVMValueRef attr_0; in emit_coef4() local
431 attr_0 = LLVMBuildFSub(b, a0, attr_v0, "attr_0"); in emit_coef4()
433 store_coef(gallivm, args, slot, attr_0, dadx, dady); in emit_coef4()