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

12

/freebsd-10.1-release/usr.bin/xlint/common/
H A Dinittyp.c89 { QUAD, { QUAD_SIZE, 8 * CHAR_BIT,
90 QUAD, UQUAD,
93 QUAD, UQUAD,
H A Dlint.h64 QUAD, /* (signed) long long */ enumerator in enum:__anon11875
/freebsd-10.1-release/release/tools/arm/
H A Dcrochet-WANDBOARD-QUAD.conf19 KERNCONF=WANDBOARD-QUAD
/freebsd-10.1-release/usr.bin/xlint/lint1/
H A Dlint.h56 QUAD, /* (signed) long long */ enumerator in enum:__anon11878
H A Dscan.l465 { INT, LONG, QUAD },
555 case QUAD:
586 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.c1564 LDOUBLE, DOUBLE, FLOAT, UQUAD, QUAD, ULONG, LONG, UINT, INT,
1756 (ot == LONG || ot == ULONG || ot == QUAD || ot == UQUAD ||
1889 case QUAD:
2217 case QUAD: s = "long long"; break;
/freebsd-10.1-release/sys/kern/
H A Dsubr_scanf.c61 #define QUAD 0x400 macro
166 flags |= QUAD;
172 flags |= QUAD;
255 else if (flags & QUAD)
532 else if (flags & QUAD)
/freebsd-10.1-release/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-10.1-release/sys/amd64/amd64/
H A Ddb_disasm.c46 #define QUAD 3 macro
566 /*5*/ { "fild", QUAD, 0, 0 },
568 /*7*/ { "fistp", QUAD, 0, 0 },
974 8, /* QUAD */
1020 size = QUAD;
1072 db_printf("%s", db_reg[rex != 0 ? 1 : 0][(size == LONG && (rex & REX_W)) ? QUAD : size][addrp->disp]);
1140 case QUAD:
1469 db_print_address(seg, (rex & REX_W) ? QUAD : LONG, rex, &address);
1485 db_printf("%s", db_reg[rex != 0 ? 1 : 0][(size == LONG && (rex & REX_W)) ? QUAD : size][f_reg(rex, regmodrm)]);
1493 db_printf("%s", db_reg[rex != 0 ? 1 : 0][QUAD][f_re
[all...]
/freebsd-10.1-release/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);}
/freebsd-10.1-release/release/arm/
H A Drelease.sh55 WANDBOARD-QUAD)
/freebsd-10.1-release/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.c596 tp->t_tspec = s == 'u' ? UQUAD : QUAD;
686 case QUAD:
779 t = QUAD;
898 case QUAD:
/freebsd-10.1-release/crypto/openssl/crypto/
H A Dpariscid.pl24 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
/freebsd-10.1-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl141 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
/freebsd-10.1-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-parisc.pl150 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY
/freebsd-10.1-release/sys/i386/i386/
H A Ddb_disasm.c45 #define QUAD 3 macro
492 /*5*/ { "fild", QUAD, 0, 0 },
494 /*7*/ { "fistp", QUAD, 0, 0 },
896 8, /* QUAD */
1077 case QUAD:
/freebsd-10.1-release/crypto/openssl/crypto/modes/asm/
H A Dghash-parisc.pl85 .SUBSPA \$CODE\$,QUAD=0,ALIGN=8,ACCESS=0x2C,CODE_ONLY

Completed in 181 milliseconds

12