Searched refs:b_p (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/gomp/appendix-a/
H A Da.31.2.c6 int i, b, b_p; local
11 private(a_p, b_p)
14 b_p = 0;
19 b_p ^= y[i];
24 b ^= b_p;
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/
H A Dn8_pk_ops.c275 * @param b_p RO: b operand
299 const N8_SizedBuffer_t *b_p,
350 if (b_p == NULL)
399 if (b_p != NULL)
401 memcpy(k_b_op_p, b_p->value_p, b_p->lengthBytes);
402 b_length_bytes = b_p->lengthBytes;
457 * @param b_p RO: b operand
476 const N8_SizedBuffer_t *b_p,
487 ret = verify_x_lt_y(b_p, modulus_
298 n8_pk_gen_command(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, const uint32_t shifted_opcode, N8_Event_t *event_p) argument
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
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.c714 * @param b_p RO: pointer to second N8_SizedBuffer_t
731 const N8_SizedBuffer_t *b_p)
733 if ((a_p == NULL) || (b_p == NULL))
739 else if (b_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)
730 n8_sizedBufferCmp(const N8_SizedBuffer_t *a_p, const N8_SizedBuffer_t *b_p) argument
H A Dn8_util.h274 const N8_SizedBuffer_t *b_p);
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/include_public/
H A Dn8_pub_pk.h271 const N8_SizedBuffer_t *b_p,
278 const N8_SizedBuffer_t *b_p,
285 const N8_SizedBuffer_t *b_p,
315 const N8_SizedBuffer_t *b_p,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dpch.c181 cpp_string_eq (const void *a_p, const void *b_p) argument
184 const struct cpp_string *b = (const struct cpp_string *) b_p;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dpch.c179 cpp_string_eq (const void *a_p, const void *b_p) argument
182 const struct cpp_string *b = (const struct cpp_string *) b_p;

Completed in 78 milliseconds