| /src/sys/arch/bebox/stand/boot/ |
| pci.c | 73 #define CLASS (PCI_CLASS_REG >> 2) 122 if (PCI_CLASS(pslot->regs[CLASS]) ==
|
| /src/sys/arch/prep/stand/boot/ |
| pci.c | 61 #define CLASS (PCI_CLASS_REG >> 2) 168 if (((pslot->regs[CLASS] & 0xffffff00) == 170 ((pslot->regs[CLASS] & 0xffffff00) ==
|
| /src/external/bsd/nsd/dist/simdzone/src/generic/ |
| type.h | 16 // map hash to type or class descriptor (generated using hash.c) 90 # define CLASS (0x5353414c43llu) 95 # define CLASS (0x434c415353000000llu) 154 else if ((input0 & CLASS_MASK) == CLASS) 202 #undef CLASS
|
| types.h | 57 #define CLASS(name, code) \ 2909 CLASS("IN", ZONE_CLASS_IN), 2910 CLASS("CS", ZONE_CLASS_CS), 2911 CLASS("CH", ZONE_CLASS_CH), 2912 CLASS("HS", ZONE_CLASS_HS) 3764 #undef CLASS
|
| /src/external/bsd/nsd/dist/simdzone/src/westmere/ |
| type.h | 16 // map hash to type or class descriptor (generated using hash.c) 89 #define CLASS (0x5353414c43llu) 139 else if ((prefix & CLASS_MASK) == CLASS) 181 #undef CLASS
|
| /src/usr.bin/tr/ |
| str.c | 184 case ':': /* "[:class:]" */ 216 } CLASS; 218 static const CLASS classes[] = { 239 genclass(const char *class, size_t len) 242 const CLASS *cp; 247 /* Find the class */ 248 key.name = class; 253 errx(1, "unknown class %.*s", (int)len, class); 257 * Figure out what characters are in the class [all...] |
| /src/usr.sbin/altq/altqstat/ |
| quip_client.c | 58 * <interface> or <class> or <filter>. 60 * <class> = <if_name>:<class_path>/<class_name> 96 * convert class handle to class name: 104 enum nametype { INTERFACE, CLASS, FILTER, CONDITIONER }; 381 /* get class name from the server */ 387 errx(1, "can't get class name"); 493 type = CLASS; 503 case CLASS: 504 printf("class: %s (handle:%#lx)\n" [all...] |
| /src/external/gpl3/gcc/dist/libgfortran/ieee/ |
| ieee_arithmetic.F90 | 1180 elemental real(kind=4) function IEEE_VALUE_4(X, CLASS) result(res) 1182 type(IEEE_CLASS_TYPE), intent(in) :: CLASS 1191 res = _gfortrani_ieee_value_helper_4(CLASS%hidden) 1194 elemental real(kind=8) function IEEE_VALUE_8(X, CLASS) result(res) 1196 type(IEEE_CLASS_TYPE), intent(in) :: CLASS 1205 res = _gfortrani_ieee_value_helper_8(CLASS%hidden) 1209 elemental real(kind=10) function IEEE_VALUE_10(X, CLASS) result(res) 1211 type(IEEE_CLASS_TYPE), intent(in) :: CLASS 1220 res = _gfortrani_ieee_value_helper_10(CLASS%hidden) 1226 elemental real(kind=16) function IEEE_VALUE_16(X, CLASS) result(res [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/ieee/ |
| ieee_arithmetic.F90 | 917 elemental real(kind=4) function IEEE_VALUE_4(X, CLASS) result(res) 919 type(IEEE_CLASS_TYPE), intent(in) :: CLASS 928 res = _gfortrani_ieee_value_helper_4(CLASS%hidden) 931 elemental real(kind=8) function IEEE_VALUE_8(X, CLASS) result(res) 933 type(IEEE_CLASS_TYPE), intent(in) :: CLASS 942 res = _gfortrani_ieee_value_helper_8(CLASS%hidden) 946 elemental real(kind=10) function IEEE_VALUE_10(X, CLASS) result(res) 948 type(IEEE_CLASS_TYPE), intent(in) :: CLASS 957 res = _gfortrani_ieee_value_helper_10(CLASS%hidden) 963 elemental real(kind=16) function IEEE_VALUE_16(X, CLASS) result(res [all...] |
| /src/usr.sbin/gspa/gspa/ |
| gsp_inst.c | 44 u_char class; /* instruction class + flags */ member in struct:inst 48 /* Values for flags in class field */ 56 #define CLASS 0x1F 58 /* Values for class */ 288 if( ip->class == PSEUDO ){ 442 int opc, nw, class, flags, ms, md, off; local 460 class = ip->class & CLASS; [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| name-lookup.h | 31 /* Nonzero if this binding is for a local scope, as opposed to a class 35 /* True if NODE->value is from a base class of the class which is 40 injected via a local class's friend decl). The typdef may be in the 207 sk_class, /* The scope containing the members of a class. */ 241 to catch class-local declarations. It is otherwise nonexistent. 259 /* For the binding level corresponding to a class, the entities 260 declared in the class or its base classes. */ 267 the class. */ 275 /* The entity (namespace, class, function) the scope of which thi [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| name-lookup.h | 31 /* Nonzero if this binding is for a local scope, as opposed to a class 35 /* True if NODE->value is from a base class of the class which is 40 injected via a local class's friend decl). The typdef may be in the 206 sk_class, /* The scope containing the members of a class. */ 239 to catch class-local declarations. It is otherwise nonexistent. 257 /* For the binding level corresponding to a class, the entities 258 declared in the class or its base classes. */ 265 the class. */ 273 /* The entity (namespace, class, function) the scope of which thi [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| rcparse.h | 72 CLASS = 273, /* CLASS */ 177 #define CLASS 273
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| i386-gen.c | 555 #define CLASS(n) #n, n 561 CLASS (Reg), 562 CLASS (SReg), 563 CLASS (RegFP), 564 CLASS (RegCR), 565 CLASS (RegDR), 566 CLASS (RegTR), 567 CLASS (RegMMX), 568 CLASS (RegSIMD), 569 CLASS (RegMask) 1389 enum operand_class class = ClassNone; local [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| rcparse.h | 72 CLASS = 273, /* CLASS */ 177 #define CLASS 273
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| i386-gen.c | 535 #define CLASS(n) #n, n 541 CLASS (Reg), 542 CLASS (SReg), 543 CLASS (RegFP), 544 CLASS (RegCR), 545 CLASS (RegDR), 546 CLASS (RegTR), 547 CLASS (RegMMX), 548 CLASS (RegSIMD), 549 CLASS (RegMask) 1369 enum operand_class class = ClassNone; local [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| i386-gen.c | 506 #define CLASS(n) #n, n 512 CLASS (Reg), 513 CLASS (SReg), 514 CLASS (RegCR), 515 CLASS (RegDR), 516 CLASS (RegTR), 517 CLASS (RegMMX), 518 CLASS (RegSIMD), 519 CLASS (RegMask), 520 CLASS (RegBND) 1325 enum operand_class class = ClassNone; local [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| i386-gen.c | 535 #define CLASS(n) #n, n 541 CLASS (Reg), 542 CLASS (SReg), 543 CLASS (RegFP), 544 CLASS (RegCR), 545 CLASS (RegDR), 546 CLASS (RegTR), 547 CLASS (RegMMX), 548 CLASS (RegSIMD), 549 CLASS (RegMask) 1355 enum operand_class class = ClassNone; local [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| pass1.h | 151 char sclass; /* storage class */ 318 void inline_start(struct symtab *, int class); 407 void defid(P1ND *q, int class); 408 void defid2(P1ND *q, int class, char *astr); 412 void nidcl(P1ND *p, int class); 413 void nidcl2(P1ND *p, int class, char *astr); 415 int uclass(int class); 623 #define CLASS (MAXOP+2)
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| pass1.h | 151 struct symtab *sdown; /* link to parent class */ 152 struct symtab *sup; /* link to child class */ 154 char sclass; /* storage class */ 377 void defid(NODE *q, int class); 381 void nidcl(NODE *p, int class); 383 int uclass(int class); 570 #define CLASS (MAXOP+2)
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| ctftools.h | 155 CLASS,
|
| /src/sys/arch/arm/footbridge/ |
| dc21285reg.h | 48 #define CLASS 0x0A
|
| /src/external/bsd/pcc/dist/pcc/mip/ |
| regs.c | 130 int r_class; /* this nodes class */ 198 RDEBUG(("newblock: p %p, node %d class %d\n", 321 UDEBUG(("node %p no class\n", p)); 351 UDEBUG(("Adding short %d class %d\n", w->nodnum, w->r_class)); 381 #define CLASS(x) (x)->r_class 426 "%d for class %d, triv %d\n", n[1], n[2], n[3], n[4], c, i)); 671 if (CLASS(u) == 0 || CLASS(v) == 0) 672 comperr("AddEdge class == 0 (%d=%d, %d=%d)", 673 CLASS(u), ASGNUM(u), CLASS(v), ASGNUM(v)) [all...] |
| /src/external/mpl/dhcp/dist/includes/ |
| dhctoken.h | 76 CLASS = 270,
|
| /src/external/mpl/dhcp/dist/keama/ |
| dhctoken.h | 80 CLASS = 270,
|