Searched refs:elc (Results 1 – 2 of 2) sorted by relevance
38 !:mime application/x-elc42 !:ext elc45 !:mime application/x-elc47 !:ext elc48 # missed cl.elc dbx.elc simple.elc look like normal lisp starting with ;;;51 # Also applies to XEmacs 19+ .elc files; could tell them apart with regexs59 !:mime application/x-elc61 !:ext elc
90 uint8_t elc[2]; member442 level = ((vatpic->elc[pin >> 3] & (1 << (pin & 0x7))) != 0); in vatpic_set_pinstate()542 vatpic->elc[irq >> 3] |= 1 << (irq & 0x7); in vatpic_set_irq_trigger()544 vatpic->elc[irq >> 3] &= ~(1 << (irq & 0x7)); in vatpic_set_irq_trigger()769 *eax = vatpic->elc[0]; in vatpic_elc_handler()771 *eax = vatpic->elc[1]; in vatpic_elc_handler()784 vatpic->elc[0] = (*eax & 0xf8); in vatpic_elc_handler()786 vatpic->elc[1] = (*eax & 0xde); in vatpic_elc_handler()845 SNAPSHOT_BUF_OR_LEAVE(vatpic->elc, sizeof(vatpic->elc), in vatpic_snapshot()