HomeSort by: relevance | last modified time | path
    Searched refs:BTYPE (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /src/sys/arch/atari/stand/bootxx/milan/
Makefile 3 BTYPE=MILAN
  /src/sys/arch/atari/stand/bootxx/std/
Makefile 3 BTYPE=STD
  /src/sys/arch/atari/stand/bootxxx/milan/
Makefile 3 BTYPE=MILAN
  /src/sys/arch/atari/stand/bootxxx/std/
Makefile 3 BTYPE=STD
  /src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/milan/
Makefile 3 BTYPE=MILAN
  /src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/std/
Makefile 3 BTYPE=STD
  /src/sys/arch/atari/stand/xxboot/ahdi-xxboot/std/
Makefile 3 BTYPE=STD
  /src/sys/arch/atari/stand/xxboot/fdboot/milan/
Makefile 3 BTYPE=MILAN
  /src/sys/arch/atari/stand/xxboot/fdboot/std/
Makefile 3 BTYPE=STD
  /src/sys/arch/atari/stand/xxboot/sdboot/std/
Makefile 3 BTYPE=STD
  /src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/
Makefile 3 BTYPE=STD
  /src/sys/arch/atari/stand/xxboot/ahdi-xxboot/
Makefile 3 BTYPE=STD
  /src/sys/arch/atari/stand/xxboot/fdboot/
Makefile 3 BTYPE=STD
  /src/sys/arch/atari/stand/xxboot/sdboot/
Makefile 3 BTYPE=STD
  /src/sys/arch/atari/stand/xxboot/sdboot/milan/
Makefile 3 BTYPE=MILAN
  /src/sys/arch/atari/stand/xxboot/ahdi-xxboot/milan/
Makefile 3 BTYPE=MILAN
  /src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/
Makefile 3 BTYPE= STD
  /src/sys/arch/atari/stand/xxboot/wdboot/
Makefile 3 BTYPE= STD
  /src/external/cddl/osnet/dist/head/
syms.h 137 #define BTYPE(x) ((x) & N_BTMASK)
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
pftn.c 660 if (ISSOU(BTYPE(type)))
1066 if (rpole->rsou != STNAME || BTYPE(t) != STRTY)
1180 ty = BTYPE(ty);
1277 t = BTYPE(sp->stype);
1915 if ((t = BTYPE(tc.type)) > LDOUBLE && t != VOID &&
1987 if (BTYPE(ty) == STRTY || BTYPE(ty) == UNIONTY)
2000 if (BTYPE(ty) == STRTY || BTYPE(ty) == UNIONTY)
2038 * otherwise btype
    [all...]
  /src/external/bsd/pcc/dist/pcc/arch/pdp10/
local.c 142 l->n_lval *= (BTYPE(p->n_type) == CHAR ||
143 BTYPE(p->n_type) == UCHAR ? 4 : 2);
185 if (BTYPE(l->n_type) == l->n_type)
453 int tt = BTYPE(t);
735 switch (BTYPE(type)) {
local2.c 516 int ischar = BTYPE(p->n_type) == CHAR || BTYPE(p->n_type) == UCHAR;
643 if (BTYPE(p->n_type) == CHAR || BTYPE(p->n_type) == UCHAR)
1104 m = BTYPE(p->n_type);
1105 ml = BTYPE(l->n_type);
1150 if (BTYPE(p->n_type) == VOID)
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pftn.c 629 if (ISSOU(BTYPE(type)))
1059 if (rpole->rsou != STNAME || BTYPE(t) != STRTY)
1170 ty = BTYPE(ty);
1913 if ((t = BTYPE(tc.type)) > LDOUBLE && t != VOID &&
1974 if (BTYPE(ty) == STRTY || BTYPE(ty) == UNIONTY)
1983 if (BTYPE(ty) == STRTY || BTYPE(ty) == UNIONTY)
2021 * otherwise btype.
2028 if (BTYPE(ty) == STRTY || BTYPE(ty) == UNIONTY
    [all...]
  /src/external/bsd/pcc/dist/pcc/mip/
common.c 899 if (BTYPE(t) >= CHAR && BTYPE(t) <= ULONGLONG)
910 if (BTYPE(t) >= CHAR && BTYPE(t) <= ULONGLONG)
  /src/external/bsd/pcc/dist/pcc/arch/vax/
local.c 143 q->stype = BTYPE(p->n_type);
277 switch( BTYPE(type) ){

Completed in 56 milliseconds

1 2 3