HomeSort by relevance Sort by last modified time
    Searched refs:rx (Results 51 - 75 of 600) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/opcodes/
xstormy16-asm.c 83 else if (strncasecmp (*strp, "rx,", 3) == 0
86 return _("Label conflicts with `Rx'");
320 char *rx = rxbuf;
343 *rx++ = '[';
344 *rx++ = TOLOWER (c);
345 *rx++ = TOUPPER (c);
346 *rx++ = ']';
349 *rx++ = c;
352 /* Copy any remaining literals from the syntax string into the rx. */
353 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn
318 char *rx = rxbuf; local
    [all...]
rx-decode.opc 28 #include "opcode/rx.h"
34 RX_Opcode_Decoded * rx;
79 #define ID(x) rx->id = RXO_##x
80 #define OP(n,t,r,a) (rx->op[n].type = t, \
81 rx->op[n].reg = r, \
82 rx->op[n].addend = a )
84 rx->op[n].size = s )
120 #define SPm(t,r,m) rx_disp (1, t, r, memex[m], ld); rx->op[1].size = memex[m];
129 #define S2Pm(t,r,m) rx_disp (2, t, r, memex[m], ld); rx->op[2].size = memex[m];
132 #define BWL(sz) rx->op[0].size = rx->op[1].size = rx->op[2].size = rx->size = bwl[sz
    [all...]
  /external/syslinux/gpxe/src/net/
eapol.c 57 return handler->rx ( iob, netdev, ll_source );
82 .rx = eapol_rx,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
group1a.d 4 # The RX port uses non-standard section names.
5 #not-target: rx-*
group2.d 4 # The RX port uses non-standard section names.
5 #not-target: rx-*
groupautoa.d 4 # The RX port uses non-standard section names.
5 #not-target: rx-*
section11.d 4 # The RX port uses non standard section names.
5 #skip: rx-*-*
section4.d 3 # The RX port uses non-standard section names.
4 #not-target: rx-*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
rgn-at9.d 4 #xfail: rx-*-*
  /system/bt/stack/rfcomm/
port_utils.cc 122 memset(&p_port->rx, 0, sizeof(p_port->rx));
126 p_port->rx.queue = fixed_queue_new(SIZE_MAX);
210 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_port->rx.queue)) !=
214 p_port->rx.queue_size = 0;
240 fixed_queue_free(p_port->rx.queue, nullptr);
241 p_port->rx.queue = nullptr;
460 /* update rx credits */
470 if ((p_port->credit_rx <= p_port->credit_rx_low) && !p_port->rx.user_fc &&
477 p_port->rx.peer_fc = false
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/
hostIntf.c 47 enum IRQn rx, tx; local
55 /* get the rx and tx irq numbers used by the host spi bus */
57 rx = spiRxIrq(PLATFORM_HOST_INTF_SPI_BUS);
61 /* make the tx and rx dma isrs execute before other isrs when multiple
64 priority = NVIC_GetPriority(rx);
68 NVIC_SetPriority(rx, NVIC_EncodePriority(priorityGroup, preemptPriority, subPriority));
i2c.c 145 } rx, tx; member in struct:I2cStmState
356 static inline void stmI2cInvokeRxCallback(struct I2cStmState *state, size_t tx, size_t rx, int err)
359 state->rx.callback(state->rx.cookie, tx, rx, err);
363 static inline void stmI2cInvokeTxCallback(struct I2cStmState *state, size_t tx, size_t rx, int err)
366 state->tx.callback(state->tx.cookie, tx, rx, err);
373 size_t rxOffst = state->rx.offset;
375 state->rx.offset = 0;
445 if (state->rx.offset < state->rx.size)
    [all...]
  /external/libvncserver/libvncclient/
corre.c 33 HandleCoRREBPP (rfbClient* client, int rx, int ry, int rw, int rh)
49 FillRectangle(client, rx, ry, rw, rh, pix);
64 FillRectangle(client, rx+x, ry+y, w, h, pix);
rre.c 33 HandleRREBPP (rfbClient* client, int rx, int ry, int rw, int rh)
48 FillRectangle(client, rx, ry, rw, rh, pix);
62 FillRectangle(client, rx+subrect.x, ry+subrect.y, subrect.w, subrect.h, pix);
hextile.c 33 HandleHextileBPP (rfbClient* client, int rx, int ry, int rw, int rh)
44 for (x = rx; x < rx+rw; x += 16) {
46 if (rx+rw - x < 16)
47 w = rx+rw - x;
  /external/libmojo/ui/gfx/geometry/
rect_f.cc 106 float rx = std::max(x(), rect.x()); local
111 if (rx >= rr || ry >= rb)
112 rx = ry = rr = rb = 0; // non-intersecting
114 SetRect(rx, ry, rr - rx, rb - ry);
125 float rx = std::min(x(), rect.x()); local
130 SetRect(rx, ry, rr - rx, rb - ry);
141 float rx = x(); local
149 rx = rect.right()
252 float rx = std::min(p1.x(), p2.x()); local
    [all...]
  /external/libese/apps/weaver/
weaver.c 77 struct EseSgBuffer rx; local
124 rx.base = &rx_buf[0];
125 rx.len = sizeof(rx_buf);
126 rx_len = ese_transceive_sg(ese, tx, 2, &rx, 1);
254 struct EseSgBuffer rx; local
256 rx.base = rx_buf;
257 rx.len = sizeof(rx_buf);
260 const int rx_len = ese_transceive_sg(session->ese, tx, 5, &rx, 1);
311 struct EseSgBuffer rx[3]; local
313 rx[0].base = &appletStatus
387 struct EseSgBuffer rx; local
    [all...]
  /system/core/trusty/storage/lib/
storage.c 150 struct iovec rx[2] = {{&msg, sizeof(msg)}, {&rsp, sizeof(rsp)}}; local
152 ssize_t rc = send_reqv(session, tx, 3, rx, 2);
171 struct iovec rx[1] = {{&msg, sizeof(msg)}}; local
173 ssize_t rc = send_reqv(_to_session(fh), tx, 2, rx, 1);
185 struct iovec rx[1] = {{&msg, sizeof(msg)}}; local
187 ssize_t rc = send_reqv(session, tx, 3, rx, 1);
196 struct iovec rx[2] = {{&msg, sizeof(msg)}, {buf, size}}; local
198 ssize_t rc = send_reqv(_to_session(fh), tx, 2, rx, 2);
231 struct iovec rx[1] = {{&msg, sizeof(msg)}}; local
233 ssize_t rc = send_reqv(_to_session(fh), tx, 3, rx, 1)
273 struct iovec rx[1] = {{&msg, sizeof(msg)}}; local
285 struct iovec rx[2] = {{&msg, sizeof(msg)}, {&rsp, sizeof(rsp)}}; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
compileall.py 22 force=0, rx=None, quiet=0):
50 if not compile_file(fullname, ddir, force, rx, quiet):
56 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
61 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
78 if rx is not None:
79 mo = rx.search(fullname)
186 rx = None
195 rx = re.compile(a)
213 force, rx, quiet):
216 if not compile_file(arg, ddir, force, rx, quiet):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
compileall.py 22 force=0, rx=None, quiet=0):
50 if not compile_file(fullname, ddir, force, rx, quiet):
56 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
61 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
78 if rx is not None:
79 mo = rx.search(fullname)
173 rx = None
182 rx = re.compile(a)
200 force, rx, quiet):
203 if not compile_file(arg, ddir, force, rx, quiet):
    [all...]
  /external/python/cpython2/Lib/
compileall.py 22 force=0, rx=None, quiet=0):
50 if not compile_file(fullname, ddir, force, rx, quiet):
56 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
61 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
78 if rx is not None:
79 mo = rx.search(fullname)
186 rx = None
195 rx = re.compile(a)
213 force, rx, quiet):
216 if not compile_file(arg, ddir, force, rx, quiet)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
compileall.py 22 force=0, rx=None, quiet=0):
52 if not compile_file(fullname, ddir, force, rx, quiet):
58 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
63 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
80 if rx is not None:
81 mo = rx.search(fullname)
188 rx = None
197 rx = re.compile(a)
215 force, rx, quiet):
218 if not compile_file(arg, ddir, force, rx, quiet)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
compileall.py 22 force=0, rx=None, quiet=0):
52 if not compile_file(fullname, ddir, force, rx, quiet):
58 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
63 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
80 if rx is not None:
81 mo = rx.search(fullname)
188 rx = None
197 rx = re.compile(a)
215 force, rx, quiet):
218 if not compile_file(arg, ddir, force, rx, quiet)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py 22 force=0, rx=None, quiet=0):
52 if not compile_file(fullname, ddir, force, rx, quiet):
58 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
63 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
80 if rx is not None:
81 mo = rx.search(fullname)
188 rx = None
197 rx = re.compile(a)
215 force, rx, quiet):
218 if not compile_file(arg, ddir, force, rx, quiet)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py 22 force=0, rx=None, quiet=0):
52 if not compile_file(fullname, ddir, force, rx, quiet):
58 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
63 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
80 if rx is not None:
81 mo = rx.search(fullname)
188 rx = None
197 rx = re.compile(a)
215 force, rx, quiet):
218 if not compile_file(arg, ddir, force, rx, quiet)
    [all...]

Completed in 390 milliseconds

1 23 4 5 6 7 8 91011>>