Searched refs:car (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/sys/external/gpl2/dts/dist/include/dt-bindings/clock/
H A Dtegra124-car.h1 /* $NetBSD: tegra124-car.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $ */
6 * nvidia,tegra124-car.
9 #include <dt-bindings/clock/tegra124-car-common.h>
/netbsd-current/external/mpl/bind/dist/lib/isccc/include/isccc/
H A Dsexpr.h47 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);
/netbsd-current/external/mpl/bind/dist/lib/isccc/
H A Dalist.c46 #define CAR(s) (s)->value.as_dottedpair.car
74 isccc_sexpr_t *car; local
79 car = CAR(alist);
80 if (car == NULL || car->type != ISCCC_SEXPRTYPE_STRING) {
83 if (strcmp(car->value.as_string, ALIST_TAG) != 0) {
108 isccc_sexpr_t *car, *caar; local
119 car = CAR(alist);
120 INSIST(car->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
121 caar = CAR(car);
135 isccc_sexpr_t *car, *caar, *rest, *prev; local
[all...]
H A Dsexpr.c47 #define CAR(s) (s)->value.as_dottedpair.car
51 isccc_sexpr_cons(isccc_sexpr_t *car, isccc_sexpr_t *cdr) { argument
59 CAR(sexpr) = car;
235 isccc_sexpr_setcar(isccc_sexpr_t *pair, isccc_sexpr_t *car) { argument
238 CAR(pair) = car;
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dclang-format.el83 (text (car children)))
102 (or (> (car a) (car b))
103 (and (= (car a) (car b))
194 (clang-format--extract (car (xml-parse-region))))
/netbsd-current/games/sail/
H A Dassorted.c53 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);
H A Dpl_3.c56 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;
H A Ddr_1.c274 int r, guns, ready, load, car; local
305 car = sp->specs->carR;
309 car = sp->specs->carL;
311 if (!guns && !car)
350 indx += car;
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_print.c371 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
[all...]
/netbsd-current/sys/arch/alpha/pci/
H A Dlca.c128 const uint64_t car = REGVAL64(LCA_MEMC_CAR); local
135 if (car & MEMC_CAR_BCE) {
137 lca_bcache_sizes[__SHIFTOUT(car, MEMC_CAR_BCS)];
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/
H A Dinit.scm53 (let ((real-key (car args))
114 (set! key (car args))
H A Diterator.scm34 (car l)))))))
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/lib/gdb/
H A Dinit.scm53 (let ((real-key (car args))
114 (set! key (car args))
H A Diterator.scm34 (car l)))))))
/netbsd-current/external/apache2/llvm/dist/clang/tools/clang-rename/
H A Dclang-rename.el44 (or (car (bounds-of-thing-at-point 'symbol))
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/misc/
H A Dpo-mode.el540 (set-marker (car overlay) start (or buffer (current-buffer)))
545 (let ((buffer (marker-buffer (car overlay)))
546 (start (marker-position (car overlay)))
554 (let ((buffer (marker-buffer (car overlay)))
555 (start (marker-position (car overlay)))
898 (if (fboundp (car functions))
899 (setq result (car functions))
1281 (seconds (or (car (current-time-zone time)) 0))
1426 (goto-char (car po-marker-stack))
1440 (goto-char (car p
[all...]
H A Dpo-compat.el238 (po-find-file-coding-system-guts (car arg-list) (car (cdr arg-list)))))
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgexec-437 msgid "car"
106 car
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Dtree.h33 caddr_t car; member in struct:_pair
249 struct expression *car; member in struct:expression::expr_union::__anon53
253 struct expression *car; member in struct:expression::expr_union::__anon54
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dalloc.c106 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, MD
[all...]
H A Doptions.c767 op = (struct option_cache *)(pp->car);
788 op = (struct option_cache *)(pp->car);
2500 if (((struct option_cache *)(bptr -> car)) -> option -> code ==
2502 return (struct option_cache *)(bptr -> car);
2831 (bptr -> car)) -> option -> code ==
2838 ocloc = (struct option_cache **)&bptr->car;
2865 bptr -> car = 0;
2866 option_cache_reference ((struct option_cache **)&bptr -> car, oc, MDL);
2898 if (((struct option_cache *)(bptr -> car)) -> option -> code
2910 ((struct option_cache **)(&bptr -> car), MD
3993 pair car; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.guile/
H A Dscm-pretty-print.scm25 (current (car progress))
30 (set-car! progress (+ current 1))
41 (current (car progress))
46 (set-car! progress (+ current 1))
335 (append-pretty-printer! (car objfiles) pp))))
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.guile/
H A Dscm-pretty-print.scm25 (current (car progress))
30 (set-car! progress (+ current 1))
41 (current (car progress))
46 (set-car! progress (+ current 1))
335 (append-pretty-printer! (car objfiles) pp))))
/netbsd-current/external/lgpl3/gmp/dist/mpn/lisp/
H A Dgmpasm-mode.el119 (cons (car (symbol-value list-var))
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libuniname/
H A Dgen-uninames164 (offset 0 (+ offset (length (car l)))))
243 (maplist (lambda (r) (+ (* 2 (car r)) (if (cdr r) 1 0)))

Completed in 496 milliseconds

12