Searched refs:a_p (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/gomp/appendix-a/
H A Da.31.2.c7 float a, a_p; local
11 private(a_p, b_p)
13 a_p = 0.0;
18 a_p += x[i];
23 a += a_p;
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/
H A Dn8_pk_ops.c274 * @param a_p RO: a operand
298 static N8_Status_t n8_pk_gen_command(const N8_SizedBuffer_t *a_p, argument
338 if (a_p != NULL)
340 max_length_bytes = N8_MAX(modulus_p->lengthBytes, a_p->lengthBytes);
354 if (a_p == NULL)
389 if (a_p != NULL)
391 memcpy(k_a_op_p, a_p->value_p, a_p->lengthBytes);
392 a_length_bytes = a_p->lengthBytes;
456 * @param a_p R
475 N8_ModAdd(const N8_SizedBuffer_t *a_p, const N8_SizedBuffer_t *b_p, const N8_SizedBuffer_t *modulus_p, N8_SizedBuffer_t *result_p, const N8_Unit_t unitID, N8_Event_t *event_p) argument
523 N8_ModSubtract(const N8_SizedBuffer_t *a_p, const N8_SizedBuffer_t *b_p, const N8_SizedBuffer_t *modulus_p, N8_SizedBuffer_t *result_p, const N8_Unit_t unitID, N8_Event_t *event_p) argument
572 N8_ModMultiply(const N8_SizedBuffer_t *a_p, const N8_SizedBuffer_t *b_p, const N8_SizedBuffer_t *modulus_p, N8_SizedBuffer_t *result_p, const N8_Unit_t unitID, N8_Event_t *event_p) argument
621 N8_Modulus(const N8_SizedBuffer_t *a_p, const N8_SizedBuffer_t *modulus_p, N8_SizedBuffer_t *result_p, const N8_Unit_t unitID, N8_Event_t *event_p) argument
666 N8_ModAdditiveInverse(const N8_SizedBuffer_t *a_p, const N8_SizedBuffer_t *modulus_p, N8_SizedBuffer_t *result_p, const N8_Unit_t unitID, N8_Event_t *event_p) argument
713 N8_ModMultiplicativeInverse(const N8_SizedBuffer_t *a_p, const N8_SizedBuffer_t *modulus_p, N8_SizedBuffer_t *result_p, const N8_Unit_t unitID, N8_Event_t *event_p) argument
796 N8_ModExponentiate(const N8_SizedBuffer_t *a_p, const N8_SizedBuffer_t *b_p, const N8_SizedBuffer_t *modulus_p, N8_SizedBuffer_t *result_p, const N8_Unit_t unitID, N8_Event_t *event_p) argument
[all...]
H A Dn8_util.c713 * @param a_p RO: pointer to first N8_SizedBuffer_t
730 int n8_sizedBufferCmp(const N8_SizedBuffer_t *a_p, argument
733 if ((a_p == NULL) || (b_p == NULL))
735 if (a_p != NULL)
749 if (a_p->lengthBytes == b_p->lengthBytes)
752 cmp = memcmp(a_p->value_p, b_p->value_p, a_p->lengthBytes);
766 else if (a_p->lengthBytes < b_p->lengthBytes)
H A Dn8_util.h273 int n8_sizedBufferCmp(const N8_SizedBuffer_t *a_p,
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/include_public/
H A Dn8_pub_pk.h270 N8_Status_t N8_ModAdd(const N8_SizedBuffer_t *a_p,
277 N8_Status_t N8_ModSubtract(const N8_SizedBuffer_t *a_p,
284 N8_Status_t N8_ModMultiply(const N8_SizedBuffer_t *a_p,
291 N8_Status_t N8_Modulus(const N8_SizedBuffer_t *a_p,
297 N8_Status_t N8_ModAdditiveInverse(const N8_SizedBuffer_t *a_p,
303 N8_Status_t N8_ModMultiplicativeInverse(const N8_SizedBuffer_t *a_p,
314 N8_Status_t N8_ModExponentiate(const N8_SizedBuffer_t *a_p,
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dmember-ptr.cc151 A * a_p; local
174 a_p = &a;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dpch.c172 cpp_string_hash (const void *a_p) argument
174 const struct cpp_string *a = (const struct cpp_string *) a_p;
181 cpp_string_eq (const void *a_p, const void *b_p) argument
183 const struct cpp_string *a = (const struct cpp_string *) a_p;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dpch.c170 cpp_string_hash (const void *a_p) argument
172 const struct cpp_string *a = (const struct cpp_string *) a_p;
179 cpp_string_eq (const void *a_p, const void *b_p) argument
181 const struct cpp_string *a = (const struct cpp_string *) a_p;

Completed in 112 milliseconds