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

  /src/sys/arch/arm/iomd/
qms.c 98 struct qms_attach_args *qa = aux; local
100 if (strcmp(qa->qa_name, "qms") == 0)
111 struct qms_attach_args *qa = aux; local
115 sc->sc_iot = qa->qa_iot;
116 sc->sc_ioh = qa->qa_ioh;
117 sc->sc_butioh = qa->qa_ioh_but;
  /src/external/bsd/nsd/dist/
lookup3.c 861 uint8_t qa[MAXLEN+1], qb[MAXLEN+2], *a = &qa[0], *b = &qb[1]; local
  /src/external/bsd/unbound/dist/util/storage/
lookup3.c 1012 uint8_t qa[MAXLEN+1], qb[MAXLEN+2], *a = &qa[0], *b = &qb[1]; local
  /src/external/lgpl3/mpfr/dist/tests/
tgmpop.c 993 mpq_t qa, qb; local
1004 mpq_init (qa);
1008 mpq_set_ui (qa, 3, 17);
1019 mpfr_mul_q (y1, x1, qa, (mpfr_rnd_t) rnd);
1026 mpfr_mul_q (y2, x2, qa, (mpfr_rnd_t) rnd);
1050 mpfr_div_q (y1, x1, qa, (mpfr_rnd_t) rnd);
1057 mpfr_div_q (y2, x2, qa, (mpfr_rnd_t) rnd);
1075 mpq_clear (qa);

Completed in 30 milliseconds