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

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_mp_cnt_lsb.c 28 mp_digit q, qq; local
43 qq = q & 15;
44 x += lnz[qq];
46 } while (qq == 0);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
scm-symtab.c 27 struct simple_struct qq; variable in typeref:struct:simple_struct
40 qq.a = func (42);
scm-symbol.c 37 int qq = 72; /* line of qq */ variable
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
scm-symtab.c 27 struct simple_struct qq; variable in typeref:struct:simple_struct
40 qq.a = func (42);
scm-symbol.c 37 int qq = 72; /* line of qq */ variable
  /src/sys/arch/next68k/stand/boot/
boot.c 65 volatile int qq; variable
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-symbol.c 45 int qq = 72; /* line of qq */ variable
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-symbol.c 45 int qq = 72; /* line of qq */ variable
  /src/games/hack/
hack.c 498 int qq; local
499 for (qq = 1; qq < savequan; qq++) {
500 obj->quan = qq;
505 qq--;
506 /* we can carry qq of them */
507 if (!qq)
510 (qq == 1) ? "one" : "some",
512 (void) splitobj(obj, qq);
    [all...]
  /src/usr.sbin/lpr/lpc/
cmds.c 942 struct queue **qq; local
968 for (qq = queue + nitems; --qq >= queue; ) {
970 for (cp = (*qq)->q_name+3; isdigit((unsigned char)*cp); )
978 if (touch(*qq) == 0) {
979 printf("\tmoved %s\n", (*qq)->q_name);
988 for (qq = queue + nitems; --qq >= queue; ) {
990 fp = fopen((*qq)->q_name, "r");
1000 if (touch(*qq) == 0)
    [all...]
  /src/external/bsd/nsd/dist/
lookup3.c 935 uint8_t qq[] = "xThis is the time for all good men to come to the aid of their country..."; local
956 p = &qq[1];
  /src/external/bsd/pcc/dist/pcc/mip/
match.c 535 struct optab *q, *qq = NULL; local
585 qq = q;
609 sh = shswitch(sh, p->n_left, qq->lshape, cookie,
610 qq->rewrite & RLEFT, gol);
611 sh = shswitch(sh, p->n_right, qq->rshape, cookie,
612 qq->rewrite & RRIGHT, gor);
618 sh = ffs(cookie & qq->visit & INREGS)-1;
739 struct optab *qq = NULL; /* XXX gcc */ local
796 qq = q;
811 sh = shswitch(sh, p->n_left, qq->lshape, cookie
1084 struct optab *qq = NULL; \/* XXX gcc *\/ local
    [all...]
  /src/external/bsd/unbound/dist/util/storage/
lookup3.c 1086 uint8_t qq[] = "xThis is the time for all good men to come to the aid of their country..."; local
1107 p = &qq[1];
  /src/usr.bin/newsyslog/
newsyslog.c 368 char qq = toupper((unsigned char)*q); local
369 switch (qq) {
387 if (*compress[ziptype].flag == qq)
  /src/external/gpl3/gcc/dist/libgfortran/io/
write.c 494 gfc_char4_t *qq; local
508 qq = (gfc_char4_t *) source;
511 if (qq[i] == '\n')
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
write.c 492 gfc_char4_t *qq; local
506 qq = (gfc_char4_t *) source;
509 if (qq[i] == '\n')
  /src/external/gpl3/gcc/dist/gcc/
ira-costs.cc 1062 struct costs *pp = op_costs[i], *qq = this_op_costs[i];
1063 int *pp_costs = pp->cost, *qq_costs = qq->cost;
1070 (qq->mem_cost + op_cost_add) * scale);
1059 struct costs *pp = op_costs[i], *qq = this_op_costs[i]; local
  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
libf7.c 1654 f7_t qq7, *qq = &qq7; local
1662 f7_divx (qq, aa, cst, 1 + 11);
1665 f7_round (qq, qq);
1666 int16_t q = f7_get_s16 (qq);
1669 f7_msub (cc, qq, cst, aa);
1674 f7_madd (cc, qq, yy, cc);
1690 f7_horner (cc, cc, n_coeff_exp, coeff_exp, qq);
  /src/external/gpl3/gcc.old/dist/gcc/
ira-costs.cc 1061 struct costs *pp = op_costs[i], *qq = this_op_costs[i];
1062 int *pp_costs = pp->cost, *qq_costs = qq->cost;
1069 (qq->mem_cost + op_cost_add) * scale);
1058 struct costs *pp = op_costs[i], *qq = this_op_costs[i]; local
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
libf7.c 1685 f7_t qq7, *qq = &qq7; local
1693 f7_divx (qq, aa, cst, 1 + 11);
1696 f7_round (qq, qq);
1697 int16_t q = f7_get_s16 (qq);
1700 f7_msub (cc, qq, cst, aa);
1705 f7_madd (cc, qq, yy, cc);
1721 f7_horner (cc, cc, n_coeff_exp, coeff_exp, qq);
  /src/sbin/nvmectl/
bignum.c 4707 mp_digit q, qq; local
4723 qq = q & 15;
4724 /* LINTED previous op ensures range of qq */
4725 x += lnz[qq];
4727 } while (qq == 0);
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 4779 mp_digit q, qq; local
4794 qq = q & 15;
4795 /* LINTED previous op ensures range of qq */
4796 x += lnz[qq];
4798 } while (qq == 0);
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bignum.c 4730 mp_digit q, qq; local
4746 qq = q & 15;
4747 /* LINTED previous op ensures range of qq */
4748 x += lnz[qq];
4750 } while (qq == 0);

Completed in 149 milliseconds