Searched refs:anum (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | evp_asn1.c | 63 static int asn1_type_get_int_oct(ASN1_OCTET_STRING *oct, int32_t anum, in asn1_type_get_int_oct() argument 69 *num = anum; in asn1_type_get_int_oct()
|
/third_party/openssl/crypto/asn1/ |
H A D | evp_asn1.c | 63 static int asn1_type_get_int_oct(ASN1_OCTET_STRING *oct, int32_t anum, in asn1_type_get_int_oct() argument 69 *num = anum; in asn1_type_get_int_oct()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_emit.c | 101 uint32_t anum = align(num, 2); in fd5_emit_const_ptrs() local 106 OUT_PKT7(ring, CP_LOAD_STATE4, 3 + (2 * anum)); in fd5_emit_const_ptrs() 110 CP_LOAD_STATE4_0_NUM_UNIT(anum / 2)); in fd5_emit_const_ptrs() 124 for (; i < anum; i++) { in fd5_emit_const_ptrs()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_emit.c | 106 uint32_t anum = align(num, 4); in fd3_emit_const_ptrs() local 111 OUT_PKT3(ring, CP_LOAD_STATE, 2 + anum); in fd3_emit_const_ptrs() 115 CP_LOAD_STATE_0_NUM_UNIT(anum / 2)); in fd3_emit_const_ptrs() 127 for (; i < anum; i++) in fd3_emit_const_ptrs()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_emit.c | 98 uint32_t anum = align(num, 4); in fd4_emit_const_ptrs() local 103 OUT_PKT3(ring, CP_LOAD_STATE4, 2 + anum); in fd4_emit_const_ptrs() 107 CP_LOAD_STATE4_0_NUM_UNIT(anum / 4)); in fd4_emit_const_ptrs() 119 for (; i < anum; i++) in fd4_emit_const_ptrs()
|
Completed in 7 milliseconds