Searched refs:RX (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Di370-opc.c142 /* The R1 register field in an RX or RS form instruction. */
145 { 4, 20, 0, 0, I370_OPERAND_GPR, "RX R1" },
147 /* The X2 index field in an RX form instruction. */
150 { 4, 16, 0, 0, I370_OPERAND_GPR | I370_OPERAND_INDEX, "RX X2"},
152 /* The B2 base field in an RX form instruction. */
155 { 4, 12, 0, 0, I370_OPERAND_GPR | I370_OPERAND_BASE, "RX B2"},
157 /* The D2 displacement field in an RX form instruction. */
160 { 12, 0, 0, 0, I370_OPERAND_RELATIVE, "RX D2"},
324 /* An RX form instruction. */
325 #define RX(o
321 #define RX macro
[all...]
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dpkt_rx1.s11 %define NUM_RX_BUF 32 ; # of RX element buffers
23 .rxBuffer resb ETH_MTU ; RX buffer
35 _pktRxBuf resb (RX_SIZE*NUM_RX_BUF) ; RX structures
H A Dpkt_rx0.asm21 NUM_RX_BUF = 32 ; # of RX element buffers
52 rxBuffer db RX_BUF_SIZE dup (0) ; RX buffer
60 _pktRxBuf RX_ELEMENT NUM_RX_BUF dup (<>) ; RX structures
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp537 Used = UsedSpaceinQueue(&fPort.RX);
538 Free = FreeSpaceinQueue(&fPort.RX);
720 me->AddtoQueue(&me->fPort.RX, (UInt8 *)MER->pData, dataLen);
2150 *data = GetQueueSize(&fPort.RX);
2178 *data = UsedSpaceinQueue(&fPort.RX);
2514 // Desc: dequeueData will attempt to copy data from the RX queue to the
2523 // received or a non data event is next in the RX queue. If
2554 *count = RemovefromQueue(&fPort.RX, buffer, size);
2573 *count += RemovefromQueue(&fPort.RX, buffer + *count, (size - *count));
2580 goXOIdle = (UsedSpaceinQueue(&fPort.RX) < fPor
[all...]
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm71 my %RX;
72 $RX{token} = qr/[-!#\$%&'*+.0-9A-Z^_`a-z|~]+/;
73 $RX{mime} = qr($RX{token}/$RX{token});
74 $RX{method} = '(?:' . join ( '|', @METHODS ) . ')';
75 $RX{method} = qr/$RX{method}/;
681 $mime =~ s/\*/$RX{token}/; #turn it into a regex
686 for (@method) { croak "Invalid method: $_" if !/$RX{metho
[all...]
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/
H A DProxy.pm71 my %RX;
72 $RX{token} = qr/[-!#\$%&'*+.0-9A-Z^_`a-z|~]+/;
73 $RX{mime} = qr($RX{token}/$RX{token});
74 $RX{method} = '(?:' . join ( '|', @METHODS ) . ')';
75 $RX{method} = qr/$RX{method}/;
681 $mime =~ s/\*/$RX{token}/; #turn it into a regex
686 for (@method) { croak "Invalid method: $_" if !/$RX{metho
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp731 Used = UsedSpaceinQueue(&fPort.RX);
732 Free = FreeSpaceinQueue(&fPort.RX);
791 size = AddtoRXQueue(&fPort.RX, buffs, buffs->count);
863 // me->AddtoQueue(&me->fPort.RX, buffs->pipeBuffer, length);
872 putInQueue = me->AddtoRXQueue(&me->fPort.RX, buffs, length);
2194 freeRingBuffer(&fPort.RX);
3015 *data = GetQueueSize(&fPort.RX);
3043 *data = UsedSpaceinQueue(&fPort.RX);
3379 // Desc: dequeueData will attempt to copy data from the RX queue to the
3388 // received or a non data event is next in the RX queu
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp714 Used = UsedSpaceinQueue( &port->RX );
715 Free = FreeSpaceinQueue( &port->RX );
769 AddtoQueue( &fPort->RX, Buffer, Size );
2038 !allocateRingBuffer(&(fPort->RX), fPort->RXStats.BufferSize))
2098 freeRingBuffer( &fPort->RX );
2763 *data = GetQueueSize( &port->RX );
2797 *data = UsedSpaceinQueue( &port->RX );
3017 // Desc: dequeueData will attempt to copy data from the RX queue to the
3026 // received or a non data event is next in the RX queue. If
3053 *count = RemovefromQueue( &port->RX, buffe
[all...]
H A DAppleUSBIrDA.h106 CirQueue RX; member in struct:__anon86
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h154 CirQueue RX; member in struct:__anon22
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Headers/
H A DAppleUSBCDCDMM.h200 CirQueue RX; member in struct:__anon30
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A DvfsUtils.tcl250 lindex [list F X W XW R RX RW] $mode
/macosx-10.10/efax-38/efax/
H A Defax.c1307 if ( ! calling ) goto RX ;
1548 RX:
/macosx-10.10/ncurses-44/ncurses/include/
H A DCaps.osf1r5611 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
H A DCaps.uwin446 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
H A DCaps478 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
H A DCaps.aix4633 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
H A DCaps.hpux11541 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
H A DCaps.keys480 exit_xon_mode rmxon str RX - - ----- turn off xon/xoff handshaking
/macosx-10.10/vim-55/runtime/syntax/
H A Dperl6.vim212 exec "syn match p6ReverseCrossOp display \"[RX]". s:infix ."\""
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dlatin1-disp.el2660 (?\$,2!i(B "RX")
/macosx-10.10/emacs-93/emacs/etc/
H A Dtermcap.src5495 :RA=\E[=7l:RX=^N:SA=\E[=7h:SX=^O:\
5907 :RX=\Ec20:SA=\Ed/:SX=\Ec21:ae=\EcD:al=\EE:as=\EcE:bl=^G:\
5978 :RA=\Ed.:RC=\E`c:RX=\Ec20:SA=\Ed/:SX=\Ec21:ae=\EcD:al=\EE:\
6168 :RA=\Ed.:RC=\E`c:RX=\Ec20:SA=\Ed/:SX=\Ec21:ae=\EcD:al=\EE:\

Completed in 336 milliseconds