HomeSort by: relevance | last modified time | path
    Searched defs:out_p (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/compat/netbsd32/
netbsd32_module.c 53 char *out_p; local
155 out_p = NETBSD32PTR64(iov->iov_base);
162 error = copyout(&ms_cnt, out_p, size);
163 out_p += size;
169 error = copyout(mso, out_p, size);
170 out_p += size;
176 error = copyout(reqo, out_p, size);
177 out_p += size;
netbsd32_module.c 53 char *out_p; local
155 out_p = NETBSD32PTR64(iov->iov_base);
162 error = copyout(&ms_cnt, out_p, size);
163 out_p += size;
169 error = copyout(mso, out_p, size);
170 out_p += size;
176 error = copyout(reqo, out_p, size);
177 out_p += size;
  /src/crypto/external/bsd/openssl.old/dist/test/
dsatest.c 28 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS
36 static unsigned char out_p[] = { variable
98 j = sizeof(out_p);
99 if (!TEST_int_eq(i, j) || !TEST_mem_eq(buf, i, out_p, i))
dsatest.c 28 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS
36 static unsigned char out_p[] = { variable
98 j = sizeof(out_p);
99 if (!TEST_int_eq(i, j) || !TEST_mem_eq(buf, i, out_p, i))
  /src/sys/kern/
sys_module.c 122 char *out_p; local
224 out_p = iov->iov_base;
231 error = copyout(&ms_cnt, out_p, size);
232 out_p += size;
238 error = copyout(mso, out_p, size);
239 out_p += size;
245 error = copyout(reqo, out_p, size);
246 out_p += size;
sys_module.c 122 char *out_p; local
224 out_p = iov->iov_base;
231 error = copyout(&ms_cnt, out_p, size);
232 out_p += size;
238 error = copyout(mso, out_p, size);
239 out_p += size;
245 error = copyout(reqo, out_p, size);
246 out_p += size;
  /src/crypto/external/bsd/openssl/dist/test/
dsatest.c 35 static unsigned char out_p[] = { variable
72 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS
103 j = sizeof(out_p);
104 if (!TEST_int_eq(i, j) || !TEST_mem_eq(buf, i, out_p, i))
354 if (!TEST_ptr(p = BN_bin2bn(out_p, sizeof(out_p), NULL))
443 if (!TEST_ptr(p = BN_bin2bn(out_p, sizeof(out_p), NULL))
dsatest.c 35 static unsigned char out_p[] = { variable
72 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS
103 j = sizeof(out_p);
104 if (!TEST_int_eq(i, j) || !TEST_mem_eq(buf, i, out_p, i))
354 if (!TEST_ptr(p = BN_bin2bn(out_p, sizeof(out_p), NULL))
443 if (!TEST_ptr(p = BN_bin2bn(out_p, sizeof(out_p), NULL))
  /src/crypto/external/apache2/openssl/dist/test/
dsatest.c 35 static unsigned char out_p[] = { variable
69 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS
99 j = sizeof(out_p);
100 if (!TEST_int_eq(i, j) || !TEST_mem_eq(buf, i, out_p, i))
350 if (!TEST_ptr(p = BN_bin2bn(out_p, sizeof(out_p), NULL))
439 if (!TEST_ptr(p = BN_bin2bn(out_p, sizeof(out_p), NULL))
dsatest.c 35 static unsigned char out_p[] = { variable
69 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS
99 j = sizeof(out_p);
100 if (!TEST_int_eq(i, j) || !TEST_mem_eq(buf, i, out_p, i))
350 if (!TEST_ptr(p = BN_bin2bn(out_p, sizeof(out_p), NULL))
439 if (!TEST_ptr(p = BN_bin2bn(out_p, sizeof(out_p), NULL))
  /src/external/gpl3/gcc/dist/gcc/
ira-costs.cc 651 bool out_p = recog_data.operand_type[i] != OP_IN;
657 ira_assert (out_p);
678 else if (! out_p)
732 = ((out_p ? ira_memory_move_cost[mode][op_class][0] : 0)
746 += ((out_p
887 bool out_p = recog_data.operand_type[i] != OP_IN;
893 ira_assert (out_p);
914 else if (! out_p)
974 = ((out_p ? ira_memory_move_cost[mode][op_class][0] : 0)
989 += ((out_p
648 bool out_p = recog_data.operand_type[i] != OP_IN; local
884 bool out_p = recog_data.operand_type[i] != OP_IN; local
    [all...]
ira-costs.cc 651 bool out_p = recog_data.operand_type[i] != OP_IN;
657 ira_assert (out_p);
678 else if (! out_p)
732 = ((out_p ? ira_memory_move_cost[mode][op_class][0] : 0)
746 += ((out_p
887 bool out_p = recog_data.operand_type[i] != OP_IN;
893 ira_assert (out_p);
914 else if (! out_p)
974 = ((out_p ? ira_memory_move_cost[mode][op_class][0] : 0)
989 += ((out_p
648 bool out_p = recog_data.operand_type[i] != OP_IN; local
884 bool out_p = recog_data.operand_type[i] != OP_IN; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira-costs.cc 650 bool out_p = recog_data.operand_type[i] != OP_IN;
656 ira_assert (out_p);
677 else if (! out_p)
731 = ((out_p ? ira_memory_move_cost[mode][op_class][0] : 0)
745 += ((out_p
886 bool out_p = recog_data.operand_type[i] != OP_IN;
892 ira_assert (out_p);
913 else if (! out_p)
973 = ((out_p ? ira_memory_move_cost[mode][op_class][0] : 0)
988 += ((out_p
647 bool out_p = recog_data.operand_type[i] != OP_IN; local
883 bool out_p = recog_data.operand_type[i] != OP_IN; local
    [all...]
ira-costs.cc 650 bool out_p = recog_data.operand_type[i] != OP_IN;
656 ira_assert (out_p);
677 else if (! out_p)
731 = ((out_p ? ira_memory_move_cost[mode][op_class][0] : 0)
745 += ((out_p
886 bool out_p = recog_data.operand_type[i] != OP_IN;
892 ira_assert (out_p);
913 else if (! out_p)
973 = ((out_p ? ira_memory_move_cost[mode][op_class][0] : 0)
988 += ((out_p
647 bool out_p = recog_data.operand_type[i] != OP_IN; local
883 bool out_p = recog_data.operand_type[i] != OP_IN; local
    [all...]

Completed in 58 milliseconds