HomeSort by: relevance | last modified time | path
    Searched defs:multi (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/tests/usr.bin/indent/
lsym_question.c 11 const char *multi = cond1 ? "cond1" : cond2 ? "cond2" : cond3 ? "cond3" : ""; variable
lex_char.c 9 int multi = 'xy'; variable
lex_string.c 9 char multi[] = "xy"; variable
  /src/external/bsd/wpa/dist/src/drivers/
driver_wired_common.h 19 int membership, multi, iff_allmulti, iff_up; member in struct:driver_wired_common_data
  /src/sys/ufs/ext2fs/
ext2fs_hash.c 143 uint32_t multi = 0x6D22F5; local
154 h0 = h2 + (h1 ^ (val * multi));
  /src/games/hack/
hack.Decl.c 101 int multi = 0; variable
  /src/sys/dev/hid/
hid.c 71 int multi; member in struct:hid_data
132 DPRINTFN(5,("hid_get_item: multi=%d multimax=%d\n",
133 s->multi, s->multimax));
135 if (s->multi < s->multimax) {
136 c->usage = s->usages[uimin(s->multi, s->nu-1)];
137 s->multi++;
141 DPRINTFN(5,("return multi\n"));
227 s->multi = 0;
  /src/crypto/external/bsd/openssl/dist/apps/lib/
http_server.c 43 int multi = 0; /* run multiple responder processes */ variable
66 if (multi) {
95 for (i = 0; i < multi; ++i)
111 * Loop spawning up to `multi` child processes, only child processes return
129 kidpids = app_malloc(multi * sizeof(*kidpids), "child PID array");
130 for (i = 0; i < multi; ++i)
143 while (termsig == 0 && procs >= multi) {
152 if (i >= multi) {
197 for (i = 0; i < multi; ++i) {
204 if (i >= multi) {
    [all...]
  /src/external/bsd/kyua-cli/dist/utils/cmdline/
parser_test.cpp 387 const std::vector< int > multi = local
389 ATF_REQUIRE_EQ(3, multi.size());
390 ATF_REQUIRE_EQ(1, multi[0]);
391 ATF_REQUIRE_EQ(2, multi[1]);
392 ATF_REQUIRE_EQ(3, multi[2]);
397 const std::vector< std::string > multi = local
399 ATF_REQUIRE_EQ(3, multi.size());
400 ATF_REQUIRE_EQ("value1", multi[0]);
401 ATF_REQUIRE_EQ("value2", multi[1]);
402 ATF_REQUIRE_EQ("value3", multi[2])
    [all...]
  /src/external/bsd/tcpdump/dist/
print-zephyr.c 59 int multi; member in struct:z_packet
167 0, /* multi */
211 PARSE_FIELD_INT(z.multi);
  /src/lib/libusbhid/
parse.c 54 int multi; member in struct:hid_data
186 if (s->multi < s->multimax) {
187 c->usage = s->usages[min(s->multi, s->nusage-1)];
188 s->multi++;
267 s->multi = 0;
  /src/external/bsd/unbound/dist/smallapp/
unbound-host.c 186 massage_type(const char* t, int reverse, int* multi)
199 *multi = 1;
390 int multi = 0; /* no type, so do A, AAAA, MX */ local
393 int t = massage_type(qt, reverse, &multi);
397 if(multi) {
  /src/external/bsd/libbind/dist/irs/
nis_ho.c 446 int multi = 0; local
459 multi = 1;
477 if (!multi)
  /src/external/mpl/bind/dist/lib/dns/
zt.c 44 dns_qpmulti_t *multi; member in struct:dns_zt
100 dns_qpmulti_t *multi = NULL; local
106 dns_qpmulti_create(mctx, &ztqpmethods, view, &multi);
111 .multi = multi,
133 dns_qpmulti_write(zt->multi, &qp);
135 dns_qpmulti_commit(zt->multi, &qp);
145 dns_qpmulti_write(zt->multi, &qp);
148 dns_qpmulti_commit(zt->multi, &qp);
160 dns_qpmulti_write(zt->multi, &qp)
    [all...]
qp_p.h 290 /*% already subtracted from multi->*_count [MT] */
337 dns_qpmulti_t *multi; member in struct:qp_rcuctx
518 * (`ref_ptr(multi->reader_ref) == multi->reader`). The `reader_ref` is
845 * allocated using `alloc_twigs(&multi->writer, READER_SIZE)`.
848 make_reader(dns_qpnode_t *reader, dns_qpmulti_t *multi) {
849 dns_qp_t *qp = &multi->writer;
850 reader[0] = make_node(READER_TAG | (uintptr_t)multi, QPREADER_MAGIC);
863 * Verify and unpack a reader. We return the `multi` pointer to use in
869 dns_qpmulti_t *multi = node_pointer(&reader[0]) local
    [all...]
  /src/sys/arch/mips/cavium/dev/
octeon_gmx.c 578 int multi = 0; local
607 multi + 1,
620 multi++;
623 if (multi >= 8) {
631 SET(cam_en, __BIT(multi));
639 CLR(tmp, 0xffULL << (8 * multi));
640 SET(tmp, (uint64_t)enm->enm_addrlo[i] << (8 * multi));
663 } else if (multi) {
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
id2entry.c 36 Attribute *multi; member in struct:Ecount
313 /* Handle adds of large multi-valued attrs here.
316 if (adding && ec.multi) {
321 for ( a = ec.multi; a; a=a->a_next ) {
880 eh->multi = NULL;
907 if (!eh->multi)
908 eh->multi = a;
940 /* the values of this multi-valued attr are stored separately */
1069 int have_nval = 0, multi = 0; local
1079 multi = 1
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
recog.h 485 const char *const *multi; member in union:insn_data_d::__anon13845
491 const char *const *multi; member in struct:insn_data_d::__anon13846
  /src/external/gpl3/gcc.old/dist/gcc/
recog.h 451 const char *const *multi; member in union:insn_data_d::__anon16273
457 const char *const *multi; member in struct:insn_data_d::__anon16274
  /src/external/mpl/bind/dist/tests/bench/
qpmulti.c 195 dns_qpmulti_t *multi; /* (in) */ member in struct:thread_args
251 dns_qpmulti_query(args->multi, &qp);
262 dns_qpread_destroy(args->multi, &qp);
278 dns_qpmulti_query(args->multi, &qp);
289 dns_qpread_destroy(args->multi, &qp);
301 dns_qpmulti_write(args->multi, &qp);
327 dns_qpmulti_commit(args->multi, &qp);
352 dns_qpmulti_t *multi; member in struct:bench_state
377 dns_qpmulti_create(bctx->mctx, &item_methods, NULL, &bctx->multi);
381 dns_qpmulti_update(bctx->multi, &qp)
    [all...]
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_ciph.c 1003 int j, multi, found, rule, retval, ok, buflen; local
1075 /* check for multi-part specification */
1077 multi = 1;
1080 multi = 0;
1208 if (!multi)
1233 * We do not support any "multi" options
  /src/external/mpl/bind/dist/bin/named/
zoneconf.c 887 bool multi; local
1834 multi = false;
1837 result = named_config_get(maps, "multi-master", &obj);
1839 multi = cfg_obj_asboolean(obj);
1841 dns_zone_setoption(mayberaw, DNS_ZONEOPT_MULTIMASTER, multi);
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_ciph.c 963 int j, multi, found, rule, retval, ok, buflen; local
1032 /* check for multi-part specification */
1034 multi = 1;
1037 multi = 0;
1165 if (!multi)
1190 * We do not support any "multi" options
  /src/crypto/external/bsd/openssl.old/dist/apps/
ocsp.c 107 static int multi = 0; variable
161 {"multi", OPT_MULTI, 'p', "run multiple responder processes"},
512 multi = atoi(opt_arg());
594 if (multi && acbio != NULL)
841 if (multi) {
850 if (!multi) {
890 for (i = 0; i < multi; ++i)
906 * Loop spawning up to `multi` child processes, only child processes return
924 kidpids = app_malloc(multi * sizeof(*kidpids), "child PID array");
925 for (i = 0; i < multi; ++i
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_ciph.c 965 int j, multi, found, rule, retval, ok, buflen; local
1037 /* check for multi-part specification */
1039 multi = 1;
1042 multi = 0;
1170 if (!multi)
1196 * We do not support any "multi" options

Completed in 93 milliseconds

1 2