Searched refs:TX (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/crypto/rc4/asm/
H A Drc4-x86_64.pl76 @TX=("%r9","%r11");
99 movl ($dat,$XX[0],4),$TX[0]#d
108 add $TX[0]#b,$YY#b
113 movl ($dat,$XX[1],4),$TX[1]#d
115 movl $TX[0]#d,($dat,$YY,4)
116 cmove $TX[0],$TX[1]
118 add $TX[0]#b,$TY#b
121 push(@TX,shift(@TX)); pus
[all...]
/macosx-10.10/ntp-92/include/
H A Dicom.h45 #define TX 0xe0 /* controller address */ macro
/macosx-10.10/ntp-92/libntp/
H A Dicom.c30 * transceiver address RE, controller address TX, control code CN, zero
34 * format, but with the RE and TX fields interchanged. The CN field is
40 * | PR | PR | RE | TX | CN | DA | FI |
64 u_char cmd[] = {PAD, PR, PR, 0, TX, V_SFREQ, 0, 0, 0, 0, FI,
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp504 Used = UsedSpaceinQueue(&fPort.TX);
505 Free = FreeSpaceinQueue(&fPort.TX);
2146 *data = GetQueueSize(&fPort.TX);
2174 *data = FreeSpaceinQueue(&fPort.TX);
2377 // the TX queue as a sequence of VALID_DATA events. The argument
2382 // will be copied to the TX queue.
2414 *count = AddtoQueue(&fPort.TX, buffer, size);
2435 *count += AddtoQueue(&fPort.TX, buffer + *count, size - *count);
2585 AddBytetoQueue(&fPort.TX, fPort.XOFFchar);
2620 if (UsedSpaceinQueue(&fPort.TX) >
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp698 Used = UsedSpaceinQueue(&fPort.TX);
699 Free = FreeSpaceinQueue(&fPort.TX);
2193 freeRingBuffer(&fPort.TX);
3011 *data = GetQueueSize(&fPort.TX);
3039 *data = FreeSpaceinQueue(&fPort.TX);
3242 // the TX queue as a sequence of VALID_DATA events. The argument
3247 // will be copied to the TX queue.
3279 *count = AddtoQueue(&fPort.TX, buffer, size);
3300 *count += AddtoQueue(&fPort.TX, buffer + *count, size - *count);
3468 AddBytetoQueue(&fPort.TX, fPor
[all...]
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dpkt_rx1.s34 _pktTxBuf resb (ETH_MAX) ; TX buffer
H A Dpkt_rx0.asm59 _pktTxBuf db (TX_BUF_SIZE+14) dup (0) ; TX buffer
/macosx-10.10/emacs-93/emacs/lisp/
H A Dcalculator.el236 second in case of a binary operator), TX is a truncated version of X
241 '(\"F\" fib (if (<= TX 1)
243 (+ (F (- TX 1)) (F (- TX 2)))) 0))
266 ("|" or (logior TX TY) 2 2)
267 ("#" xor (logxor TX TY) 2 2)
268 ("&" and (logand TX TY) 2 3)
271 ("\\" div (/ TX TY) 2 5)
272 ("%" rem (% TX TY) 2 5)
285 ("~" ~ (lognot TX)
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp684 Used = UsedSpaceinQueue( &port->TX );
685 Free = FreeSpaceinQueue( &port->TX );
2037 if (!allocateRingBuffer(&(fPort->TX), fPort->TXStats.BufferSize) ||
2097 freeRingBuffer( &fPort->TX );
2758 *data = GetQueueSize( &port->TX );
2792 *data = FreeSpaceinQueue( &port->TX );
2939 // the TX queue as a sequence of VALID_DATA events. The argument
2944 // will be copied to the TX queue.
2975 *count = AddtoQueue( &port->TX, buffer, size );
2994 *count += AddtoQueue( &port->TX, buffe
[all...]
H A DAppleUSBIrDA.h107 CirQueue TX; member in struct:__anon86
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h155 CirQueue TX; member in struct:__anon22
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h201 CirQueue TX; member in struct:__anon30
/macosx-10.10/misc_cmds-33/calendar/calendars/
H A Dcalendar.history92 03/26 Popeye statue unveiled, Crystal City TX Spinach Festival, 1937
/macosx-10.10/vim-55/runtime/syntax/
H A Dnatural.vim103 syn match naturalFormat "\<\d\+[TX]\>"

Completed in 190 milliseconds