Searched refs:CAR (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/gdb/gdb/ |
| HD | scm-tags.h | 329 #define SCM_SMOBNUM(x) (0x0ff & (CAR(x)>>8)); 330 #define SCM_PTOBNUM(x) (0x0ff & (CAR(x)>>8)); 336 #define SCM_OPDIRP(x) (SCM_NIMP(x) && (CAR(x)==(scm_tc16_dir | OPN))) 350 #define SCM_SOCKP(x) (((0x7f | OPN | RDNG | WRTNG) & CAR(x))==(tc_socket)) 351 #define SCM_SOCKTYP(x) (CAR(x)>>24) 357 #define SCM_KEYVECLEN(OBJ) (((unsigned long)CAR (obj)) >> 16) 361 #define SCM_MALLOCLEN(obj) (((unsigned long)CAR (obj)) >> 16) 373 #define SCM_FREEP(x) (CAR(x)==tc_free_cell)
|
| /trueos/sys/dev/cx/ |
| HD | cxddk.c | 132 outb (CAR(c->port), c->num & 3); in cx_start_chan() 200 outb (CAR(c->port), c->num & 3); in cx_enable_receive() 207 outb (CAR(c->port), c->num & 3); in cx_enable_receive() 223 outb (CAR(c->port), c->num & 3); in cx_enable_transmit() 228 outb (CAR(c->port), c->num & 3); in cx_enable_transmit() 238 outb (CAR(c->port), c->num & 3); in cx_receive_enabled() 244 outb (CAR(c->port), c->num & 3); in cx_transmit_enabled() 275 outb (CAR(c->port), c->num & 3); in cx_set_baud() 338 outb (CAR(c->port), c->num & 3); in cx_set_nrzi() 350 outb (CAR(c->port), c->num & 3); in cx_send() [all …]
|
| HD | csigma.c | 359 outb (CAR(port), 0); in cx_probe_irq() 1030 outb (CAR(c->port), c->num & 3); in cx_update_chan() 1101 outb (CAR(c->port), c->num & 3); in cx_setup_chan() 1164 outb (CAR(c->port), c->num & 3); in cx_set_dtr() 1202 outb (CAR(c->port), c->num & 3); in cx_set_rts() 1216 outb (CAR(c->port), c->num & 3); in cx_get_dsr() 1254 outb (CAR(c->port), c->num & 3); in cx_get_cd() 1287 outb (CAR(c->port), c->num & 3); in cx_get_cts()
|
| HD | cxreg.h | 53 #define CAR(b) R(b,0xec) /* channel access register */ macro
|
| /trueos/lib/libnetgraph/ |
| HD | debug.c | 141 COOKIE(CAR),
|
| /trueos/contrib/file/magic/Magdir/ |
| HD | archive | 346 0 string #\ CAR\ archive\ header SAPCAR archive data 347 0 string CAR\ 2.00RG SAPCAR archive data
|
| /trueos/games/fortune/datfiles/ |
| HD | zippy | 332 TROLLEY-CAR ...
|
| HD | fortunes | 4854 CAR and CDR now return extra values. 4856 The function CAR now returns two values. Since it has to go to the trouble 4859 destructure a cons (SOME-CONS) into its two slots (THE-CAR and THE-CDR): 4861 (MULTIPLE-VALUE-BIND (THE-CAR THE-CDR) (CAR SOME-CONS) ...) 4863 For symmetry with CAR, CDR returns a second value which is the CAR of the 4926 (AND (NULL (CAR LP)) (RETURN V)) 23992 I THINK MAN INVENTED THE CAR by instinct.
|