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

  /src/tests/usr.bin/indent/
lsym_unary_op.c 39 int mixed=+-+-+-+-+-+-+-+-+-+-+-+-+-3; variable
46 int mixed = +-+-+-+-+-+-+-+-+-+-+-+-+-3; variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
wchar.c 33 wchar_t mixed[] = {L'f', 0xdead, L'a', L'c', 0xfeed, 0xface}; local
48 do_nothing (mixed);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
wchar.c 33 wchar_t mixed[] = {L'f', 0xdead, L'a', L'c', 0xfeed, 0xface}; local
48 do_nothing (mixed);
  /src/external/mpl/bind/dist/tests/isc/
ht_test.c 343 unsigned char mixed[16] = { "tEsT CaSe" }; local
357 result = isc_ht_find(ht, mixed, 16, &f);
376 result = isc_ht_find(ht, mixed, 16, &f);
hashmap_test.c 453 test_node_t mixed = { .key = "IsC_hAsHmAp_CaSe" }; local
474 hashmap, isc_hash32(mixed.key, strlen(mixed.key), true),
475 case_match, mixed.key, &f);
499 hashmap, isc_hash32(mixed.key, strlen(mixed.key), false),
500 nocase_match, mixed.key, &f);
  /src/external/ibm-public/postfix/dist/src/tls/
tls_certkey.c 129 int mixed; /* Single file with key anywhere */ member in struct:pem_load_state_t
149 st->mixed = 0;
197 if (!st->mixed && st->state == PEM_LOAD_STATE_INIT) {
222 * In "mixed" mode, the first certificate is either after the key, or else
228 st->state = st->mixed ? PEM_LOAD_STATE_BOTH : PEM_LOAD_STATE_CERT;
271 * Except in "mixed" mode, where a single key appears anywhere in a file
275 * or "CERT" is an error, except in "mixed" mode where a second key is
285 if (!st->mixed && !use_chain(st)) {
313 else if (st->mixed)
325 if (st->mixed) {
648 int mixed = 0; local
    [all...]
  /src/tests/usr.bin/xlint/lint1/
expr_sizeof.c 124 struct mixed { struct
132 } mixed; local
134 typedef int sizeof_mixed[-(int)sizeof(mixed)];
137 -(int)__builtin_offsetof(struct mixed, ch)
  /src/external/lgpl3/mpfr/dist/tests/
tsprintf.c 904 mixed (void) function
1853 mixed ();
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_nistp224.c 438 /* Subtract in mixed mode: out128 -= in64 */
884 * This runs faster if 'mixed' is set, which requires Z_2 = 1 or Z_2 = 0.
895 const int mixed, const felem x2, const felem y2,
903 if (!mixed) {
998 if (!mixed) {
1128 const int mixed, const felem pre_comp[][17][3],
1164 /* value 1 below is argument for "mixed" */
1181 1 /* mixed */, tmp[0], tmp[1], tmp[2]);
1205 mixed, tmp[0], tmp[1], tmp[2]);
1398 int mixed = 0 local
    [all...]
ecp_nistp384.c 1097 * adapted for mixed addition (z2 = 1, or z2 = 0 for the point at infinity).
1105 const int mixed, const felem x2, const felem y2,
1119 if (!mixed) {
1408 const int mixed, const felem pre_comp[][17][3],
1443 /* The 1 argument below is for "mixed" */
1475 nq[0], nq[1], nq[2], mixed,
1737 int mixed = 0; local
1799 mixed = 1;
1803 if (mixed)
1806 || (mixed && (tmp_felems == NULL))
    [all...]
ecp_nistp521.c 1116 * adapted for mixed addition (z2 = 1, or z2 = 0 for the point at infinity).
1124 const int mixed, const felem x2, const felem y2,
1139 if (!mixed) {
1501 const int mixed, const felem pre_comp[][17][3],
1536 /* The 1 argument below is for "mixed" */
1568 mixed, tmp[0], tmp[1], tmp[2]);
1831 int mixed = 0; local
1893 mixed = 1;
1897 if (mixed)
1900 || (mixed && (tmp_felems == NULL))
    [all...]
ecp_nistp256.c 1223 * adapted for mixed addition (z2 = 1, or z2 = 0 for the point at infinity).
1232 const int mixed, const smallfelem x2,
1252 if (!mixed) {
1670 const int mixed, const smallfelem pre_comp[][17][3],
1706 /* Arg 1 below is for "mixed" */
1723 /* Arg 1 below is for "mixed" */
1752 mixed, tmp[0], tmp[1], tmp[2]);
2016 int mixed = 0; local
2078 mixed = 1;
2082 if (mixed)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_nistp224.c 442 /* Subtract in mixed mode: out128 -= in64 */
898 * This runs faster if 'mixed' is set, which requires Z_2 = 1 or Z_2 = 0.
909 const int mixed, const felem x2, const felem y2,
917 if (!mixed) {
1012 if (!mixed) {
1142 const int mixed, const felem pre_comp[][17][3],
1178 /* value 1 below is argument for "mixed" */
1195 1 /* mixed */ , tmp[0], tmp[1], tmp[2]);
1219 mixed, tmp[0], tmp[1], tmp[2]);
1419 int mixed = 0 local
    [all...]
ecp_nistp521.c 1200 * adapted for mixed addition (z2 = 1, or z2 = 0 for the point at infinity).
1208 const int mixed, const felem x2, const felem y2,
1223 if (!mixed) {
1585 const int mixed, const felem pre_comp[][17][3],
1620 /* The 1 argument below is for "mixed" */
1652 mixed, tmp[0], tmp[1], tmp[2]);
1923 int mixed = 0; local
1987 mixed = 1;
1991 if (mixed)
1995 || (mixed && (tmp_felems == NULL)))
    [all...]
ecp_nistp256.c 1228 * adapted for mixed addition (z2 = 1, or z2 = 0 for the point at infinity).
1237 const int mixed, const smallfelem x2,
1257 if (!mixed) {
1675 const int mixed, const smallfelem pre_comp[][17][3],
1711 /* Arg 1 below is for "mixed" */
1728 /* Arg 1 below is for "mixed" */
1757 mixed, tmp[0], tmp[1], tmp[2]);
2030 int mixed = 0; local
2094 mixed = 1;
2098 if (mixed)
    [all...]
  /src/sys/dev/audio/
audio.c 5580 int mixed; local
5596 mixed = 0;
5630 mixed = audio_pmixer_mix_track(mixer, track, mixed);
5638 if (mixed == 0) {
5643 if (mixed > 1) {
5710 (mixed == 0) ? " silent" : "");
5771 * 'mixed' specifies the number of tracks mixed so far.
5772 * It returns the number of tracks mixed. In other words, it return
    [all...]

Completed in 52 milliseconds