| /src/sys/arch/alpha/pci/ |
| lca.c | 128 const uint64_t car = REGVAL64(LCA_MEMC_CAR); local 135 if (car & MEMC_CAR_BCE) { 137 lca_bcache_sizes[__SHIFTOUT(car, MEMC_CAR_BCS)];
|
| /src/external/mpl/bind/dist/lib/isccc/include/isccc/ |
| sexpr.h | 47 isccc_sexpr_t *car; member in struct:isccc_dottedpair 67 #define ISCCC_SEXPR_CAR(s) (s)->value.as_dottedpair.car 71 isccc_sexpr_cons(isccc_sexpr_t *car, isccc_sexpr_t *cdr); 95 isccc_sexpr_setcar(isccc_sexpr_t *pair, isccc_sexpr_t *car);
|
| /src/games/sail/ |
| assorted.c | 53 int guns, car, pc, hull; local 116 car = on->specs->carR; 119 car = on->specs->carL; 121 if (ghits > car) { 122 ghits -= car; 123 car = 0; 125 car -= ghits; 138 send_gunr(on, guns, car); 140 send_gunl(on, guns, car);
|
| pl_3.c | 56 int guns, car, ready, shootat, hit; local 81 car = mc->carR; 86 car = mc->carL; 88 if ((!guns && !car) || load == L_EMPTY || 142 index += car;
|
| dr_1.c | 274 int r, guns, ready, load, car; local 305 car = sp->specs->carR; 309 car = sp->specs->carL; 311 if (!guns && !car) 350 indx += car;
|
| /src/external/mpl/bind/dist/lib/isccc/ |
| alist.c | 45 #define CAR(s) (s)->value.as_dottedpair.car 73 isccc_sexpr_t *car; local 78 car = CAR(alist); 79 if (car == NULL || car->type != ISCCC_SEXPRTYPE_STRING) { 82 if (strcmp(car->value.as_string, ALIST_TAG) != 0) { 107 isccc_sexpr_t *car, *caar; local 118 car = CAR(alist) 134 isccc_sexpr_t *car, *caar, *rest, *prev; local [all...] |
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_print.c | 371 ctf_arinfo_t car; local 379 if (ctf_array_info(ctfp, base, &car) == CTF_ERR) { 384 if ((eltsize = ctf_type_size(ctfp, car.ctr_contents)) < 0 || 385 (rtype = ctf_type_resolve(ctfp, car.ctr_contents)) == CTF_ERR || 387 (void) fprintf(fp, "<invalid type %lu>", car.ctr_contents); 396 for (i = 0; i < car.ctr_nelems; i++) { 402 if (i != car.ctr_nelems && c == '\0') 421 for (i = 0; i < car.ctr_nelems; i++) { 437 (void) ctf_type_visit(ctfp, car.ctr_contents, 441 if (i != car.ctr_nelems - 1 [all...] |
| /src/external/mpl/dhcp/dist/common/ |
| alloc.c | 106 pair car, cdr; local 138 for (car = option_chain_head -> first; car; car = cdr) { 139 cdr = car -> cdr; 140 if (car -> car) 142 (void *)(&car -> car), MDL); 143 dfree (car, MDL) [all...] |
| options.c | 770 op = (struct option_cache *)(pp->car); 791 op = (struct option_cache *)(pp->car); 2503 if (((struct option_cache *)(bptr -> car)) -> option -> code == 2505 return (struct option_cache *)(bptr -> car); 2834 (bptr -> car)) -> option -> code == 2841 ocloc = (struct option_cache **)&bptr->car; 2868 bptr -> car = 0; 2869 option_cache_reference ((struct option_cache **)&bptr -> car, oc, MDL); 2901 if (((struct option_cache *)(bptr -> car)) -> option -> code 2913 ((struct option_cache **)(&bptr -> car), MDL) 3996 pair car; local [all...] |
| /src/external/mpl/dhcp/dist/includes/ |
| tree.h | 33 caddr_t car; member in struct:_pair 249 struct expression *car; member in struct:expression::expr_union::__anon24471 253 struct expression *car; member in struct:expression::expr_union::__anon24472
|
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| bfin-sim.c | 616 bu64 msb, car; local 626 car = (bu64)1 << 32; 637 if ((i & msb) || (IM & car)) 646 if ((IM & car) == (LB & car)) 668 bu64 msb, car; local 678 car = (bu64)1 << 32; 689 if (!!((i & msb) && (IM & car)) == !!(LB & car)) 699 if (M == 0 || IM & car) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| bfin-sim.c | 616 bu64 msb, car; local 626 car = (bu64)1 << 32; 637 if ((i & msb) || (IM & car)) 646 if ((IM & car) == (LB & car)) 668 bu64 msb, car; local 678 car = (bu64)1 << 32; 689 if (!!((i & msb) && (IM & car)) == !!(LB & car)) 699 if (M == 0 || IM & car) [all...] |