Searched refs:QUAD (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/usr.bin/xlint/common/
H A Dinittyp.c89 { QUAD, { QUAD_SIZE, 8 * CHAR_BIT,
90 QUAD, UQUAD,
93 QUAD, UQUAD,
H A Dlint.h66 QUAD, /* (signed) long long */ enumerator in enum:__anon13851
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dlint.h58 QUAD, /* (signed) long long */ enumerator in enum:__anon13854
H A Dscan.l469 { INT, LONG, QUAD },
561 case QUAD:
592 if (typ != QUAD && typ != UQUAD) {
H A Ddecl.c113 typetab[QUAD].t_tspec = QUAD;
296 t = QUAD;
319 } else if (t == SHORT || t == LONG || t == QUAD) {
355 t2 == QUAD) {
383 td = gettyp(QUAD);
413 case QUAD:
629 l = dcs->d_lmod; /* SHORT, LONG, QUAD */
749 } else if (t == QUAD) {
750 t = s == SIGNED ? QUAD
[all...]
H A Dfunc.c459 t == QUAD || t == UQUAD) {
587 if (t == LONG || t == ULONG || t == QUAD || t == UQUAD) {
H A Demit1.c107 case QUAD: t = 'Q'; s = '\0'; break;
H A Dtree.c1596 LDOUBLE, DOUBLE, FLOAT, UQUAD, QUAD, ULONG, LONG, UINT, INT,
1792 (ot == LONG || ot == ULONG || ot == QUAD || ot == UQUAD ||
1932 case QUAD:
2264 case QUAD: return "long long";
2304 case QUAD:
/freebsd-11-stable/sys/kern/
H A Dsubr_scanf.c62 #define QUAD 0x400 macro
173 flags |= QUAD;
179 flags |= QUAD;
268 else if (flags & QUAD)
551 else if (flags & QUAD)
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dvfscanf.c36 #define QUAD 0x08 /* q: quad (same as ll) */ macro
214 flags |= QUAD;
222 flags |= QUAD;
635 else if (flags & QUAD)
/freebsd-11-stable/sys/amd64/amd64/
H A Ddb_disasm.c46 #define QUAD 3 macro
587 /*5*/ { "fild", QUAD, 0, 0 },
589 /*7*/ { "fistp", QUAD, 0, 0 },
1006 8, /* QUAD */
1052 size = QUAD;
1104 db_printf("%s", db_reg[rex != 0 ? 1 : 0][(size == LONG && (rex & REX_W)) ? QUAD : size][addrp->disp]);
1172 case QUAD:
1555 db_print_address(seg, (rex & REX_W) ? QUAD : LONG, rex, &address);
1571 db_printf("%s", db_reg[rex != 0 ? 1 : 0][(size == LONG && (rex & REX_W)) ? QUAD : size][f_reg(rex, regmodrm)]);
1579 db_printf("%s", db_reg[rex != 0 ? 1 : 0][QUAD][f_re
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldwrite.c109 case QUAD:
137 case QUAD:
145 if (statement->data_statement.type == QUAD)
H A Dldctor.c313 size = QUAD;
H A Dldgram.y128 %token <token> ALIGN_K BLOCK BIND QUAD SQUAD LONG SHORT BYTE
592 QUAD
H A Dldlex.l288 <BOTH,SCRIPT>"QUAD" { RTOKEN( QUAD);}
H A Dldexp.c86 { QUAD, "QUAD" },
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dchk.c688 sz = QUAD;
726 } else if (sz == QUAD) {
727 if (t1 != QUAD && (hflag || t1 != UQUAD))
744 } else if (sz == QUAD) {
745 if (t1 != UQUAD && (hflag || t1 != QUAD))
859 sz = QUAD;
886 if (sz != SHORT && sz != LONG && sz != QUAD)
907 } else if (sz == QUAD) {
H A Demit2.c73 case QUAD: t = 'Q'; s = '\0'; break;
H A Dread.c595 tp->t_tspec = s == 'u' ? UQUAD : QUAD;
689 case QUAD:
782 t = QUAD;
901 case QUAD:
/freebsd-11-stable/crypto/openssl/crypto/
H A Dpariscid.pl24 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl141 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl150 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
H A Dsha512-parisc.pl163 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
/freebsd-11-stable/sys/i386/i386/
H A Ddb_disasm.c46 #define QUAD 3 macro
513 /*5*/ { "fild", QUAD, 0, 0 },
515 /*7*/ { "fistp", QUAD, 0, 0 },
917 8, /* QUAD */
1098 case QUAD:
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-parisc.pl85 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY

Completed in 236 milliseconds

12