Searched refs:cdr (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/alisp/
H A Dalisp_snd.c94 obj = cdr(n = obj);
116 ptr = get_pointer(cdr(obj));
133 lexpr->value.c.cdr = new_object(instance, ALISP_OBJ_CONS);
134 if (lexpr->value.c.cdr == NULL) {
144 int cdr, const char *id,
153 if (cdr) {
154 p1 = lexpr->value.c.cdr = new_object(instance, ALISP_OBJ_CONS);
169 if (cdr)
170 lexpr->value.c.cdr = NULL;
177 p2->value.c.cdr
142 add_cons(struct alisp_instance * instance, struct alisp_object *lexpr, int cdr, const char *id, struct alisp_object *obj) argument
181 add_cons2(struct alisp_instance * instance, struct alisp_object *lexpr, int cdr, struct alisp_object *obj) argument
[all...]
H A Dalisp.c152 p->value.c.cdr = &alsa_lisp_nil;
207 delete_tree(instance, p->value.c.cdr);
231 incref_tree(instance, p->value.c.cdr);
246 incref_tree(instance, p->value.c.cdr);
249 incref_tree_explicit(instance, p->value.c.cdr, e);
474 lexpr->value.c.cdr = new_pointer(instance, ptr);
475 if (lexpr->value.c.cdr == NULL) {
710 prev->value.c.cdr = parse_object(instance, 1);
711 if (prev->value.c.cdr == NULL)
727 prev->value.c.cdr
1098 static inline struct alisp_object * cdr(struct alisp_object * p) function
[all...]
H A Dalisp_local.h65 struct alisp_object *cdr; member in struct:alisp_object::__anon1443::__anon1444
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/sja1000/
H A Dsja1000_isa.c47 static char __devinitdata cdr[MAXDEV] = {[0 ... (MAXDEV - 1)] = -1}; variable
67 module_param_array(cdr, byte, NULL, S_IRUGO);
68 MODULE_PARM_DESC(cdr, "Clock divider register "
199 if (cdr[idx] != -1)
200 priv->cdr = cdr[idx] & 0xff;
201 else if (cdr[0] != -1)
202 priv->cdr = cdr[0] & 0xff;
204 priv->cdr
[all...]
H A Dsja1000_of_platform.c166 priv->cdr |= divider / 2 - 1;
168 priv->cdr |= CDR_CLKOUT_MASK;
170 priv->cdr |= CDR_CLK_OFF; /* default */
175 priv->cdr |= CDR_CBP; /* default */
183 "reg_base=0x%p irq=%d clock=%d ocr=0x%02x cdr=0x%02x\n",
185 priv->ocr, priv->cdr);
H A Dsja1000_platform.c117 priv->cdr = pdata->cdr;
H A Dsja1000.h174 u8 cdr; /* clock divider register */ member in struct:sja1000_priv
H A Dplx_pci.c144 u8 cdr; /* clock divider register */ member in struct:plx_pci_card_info
530 priv->cdr = ci->cdr;
H A Dems_pci.c326 priv->cdr = EMS_PCI_CDR;
H A Dkvaser_pci.c263 priv->cdr = KVASER_PCI_CDR;
H A Dsja1000.c247 priv->write_reg(priv, REG_CDR, priv->cdr | CDR_PELICAN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/can/platform/
H A Dsja1000.h32 u8 cdr; /* clock divider register */ member in struct:sja1000_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dpo-compat.el198 (cdr (assoc charset-upper po-content-type-charset-alist)))
227 (list (or (cdr (assoc charset-upper
238 (po-find-file-coding-system-guts (car arg-list) (car (cdr arg-list)))))
H A Dpo-mode.el636 (set-marker (cdr overlay) end (or buffer (current-buffer))))
642 (end (marker-position (cdr overlay))))
651 (end (marker-position (cdr overlay))))
998 (setq functions (cdr functions))))
1230 (setcdr prev-entry (cons po-mode-line-entry (cdr prev-entry)))))
1551 (setq po-marker-stack (cdr po-marker-stack))
1565 (setq po-marker-stack (cons location (cdr po-marker-stack))))
2119 (setq cursor (cdr cursor))
2438 cursor (cdr cursor)))
2442 cursor (cdr curso
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-imx/
H A Dpcm970-baseboard.c202 .cdr = CDR_CBP,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dwxexpr.cpp1243 wxExpr *cdr = (wxExpr *)ccdr; local
1245 if (cdr == NULL)
1247 cdr = new wxExpr(wxExprList);
1250 cdr->Insert(car);
1251 return (char *)cdr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniname/
H A Dgen-uninames.lisp168 (do ((l (word-list-sorted word-list) (cdr l))
248 (maplist (lambda (r) (+ (* 2 (car r)) (if (cdr r) 1 0)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Dgen-uninames.lisp166 (do ((l (word-list-sorted word-list) (cdr l))
246 (maplist (lambda (r) (+ (* 2 (car r)) (if (cdr r) 1 0)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx3/
H A Dmach-pcm037.c530 .cdr = CDR_CBP,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/txx9/
H A Dtx4939.h144 } cdr; member in struct:tx4939_crypto_reg
426 /* bits for tx4939_crypto_reg.cdr.gen.ctrl */

Completed in 206 milliseconds