Home
last modified time | relevance | path

Searched defs:rx (Results 1 – 25 of 1219) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp70 void ExecutionDomainFix::setLiveReg(int rx, DomainValue *dv) { in setLiveReg()
81 void ExecutionDomainFix::kill(int rx) { in kill()
91 void ExecutionDomainFix::force(int rx, unsigned domain) { in force()
122 for (unsigned rx = 0; rx != NumRegs; ++rx) in collapse() local
144 for (unsigned rx = 0; rx != NumRegs; ++rx) { in merge() local
178 for (unsigned rx = 0; rx != NumRegs; ++rx) { in enterBasicBlock() local
246 for (int rx : regIndices(MO.getReg())) { in processDefs() local
265 for (int rx : regIndices(mo.getReg())) { in visitHardInstr() local
275 for (int rx : regIndices(mo.getReg())) { in visitHardInstr() local
296 for (int rx : regIndices(mo.getReg())) { in visitSoftInstr() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp70 void ExecutionDomainFix::setLiveReg(int rx, DomainValue *dv) { in setLiveReg()
81 void ExecutionDomainFix::kill(int rx) { in kill()
91 void ExecutionDomainFix::force(int rx, unsigned domain) { in force()
122 for (unsigned rx = 0; rx != NumRegs; ++rx) in collapse() local
144 for (unsigned rx = 0; rx != NumRegs; ++rx) { in merge() local
178 for (unsigned rx = 0; rx != NumRegs; ++rx) { in enterBasicBlock() local
246 for (int rx : regIndices(MO.getReg())) { in processDefs() local
265 for (int rx : regIndices(mo.getReg())) { in visitHardInstr() local
275 for (int rx : regIndices(mo.getReg())) { in visitHardInstr() local
296 for (int rx : regIndices(mo.getReg())) { in visitSoftInstr() local
[all …]
/aosp_15_r20/device/google/contexthub/firmware/os/core/
DnanohubCommand.c135 static uint32_t getOsHwVersion(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in getOsHwVersion()
147 static uint32_t getAppVersion(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in getAppVersion()
161 static uint32_t queryAppInfo(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in queryAppInfo()
319 static uint32_t startFirmwareUpload(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in startFirmwareUpload()
632 static uint32_t firmwareChunk(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in firmwareChunk()
671 static uint32_t finishFirmwareUpload(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in finishFirmwareUpload()
680 static uint32_t getInterrupt(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in getInterrupt()
698 static uint32_t maskInterrupt(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in maskInterrupt()
709 static uint32_t unmaskInterrupt(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in unmaskInterrupt()
869 static uint32_t readEventFast(void *rx, uint8_t rx_len, void *tx, uint64_t timestamp) in readEventFast()
[all …]
DhostIntfI2c.c25 static void hostIntfI2cPreambleCallback(void *cookie, size_t tx, size_t rx, int err) in hostIntfI2cPreambleCallback()
29 static void hostIntfI2cRxCallback(void *cookie, size_t tx, size_t rx, int err) in hostIntfI2cRxCallback()
37 static void hostIntfI2cTxCallback(void *cookie, size_t tx, size_t rx, int err) in hostIntfI2cTxCallback()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp272 void ExeDepsFix::setLiveReg(int rx, DomainValue *dv) { in setLiveReg()
284 void ExeDepsFix::kill(int rx) { in kill()
295 void ExeDepsFix::force(int rx, unsigned domain) { in force()
328 for (unsigned rx = 0; rx != NumRegs; ++rx) in collapse() local
351 for (unsigned rx = 0; rx != NumRegs; ++rx) { in merge() local
376 for (unsigned rx = 0; rx != NumRegs; ++rx) { in enterBasicBlock() local
384 for (int rx : regIndices(LI.PhysReg)) { in enterBasicBlock() local
405 for (unsigned rx = 0; rx != NumRegs; ++rx) { in enterBasicBlock() local
481 for (int rx : regIndices(reg)) { in shouldBreakDependence() local
527 for (int rx : regIndices(MO.getReg())) { in processDefs() local
[all …]
/aosp_15_r20/external/libese/apps/boot/
H A Dboot.c69 struct EseSgBuffer rx; in ese_boot_session_open() local
173 struct EseSgBuffer rx[3]; in ese_boot_lock_xget() local
233 struct EseSgBuffer rx[1]; in ese_boot_lock_get() local
287 struct EseSgBuffer rx[1]; in ese_boot_meta_clear() local
325 struct EseSgBuffer rx[1]; in ese_boot_meta_append() local
375 struct EseSgBuffer rx[1]; in ese_boot_lock_xset() local
452 struct EseSgBuffer rx[1]; in ese_boot_lock_set() local
496 struct EseSgBuffer rx[1]; in ese_boot_rollback_index_write() local
555 struct EseSgBuffer rx[1]; in ese_boot_rollback_index_read() local
622 struct EseSgBuffer rx[1]; in ese_boot_carrier_lock_test() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dsync_oneshot.rs42 let mut rx = task::spawn(rx); in send_recv() localVariable
65 let mut rx = task::spawn(rx); in close_tx() localVariable
115 let mut rx = task::spawn(rx); in explicit_close_poll() localVariable
127 let mut rx = task::spawn(rx); in explicit_close_poll() localVariable
143 let mut rx = task::spawn(rx); in explicit_close_poll() localVariable
188 let mut rx = task::spawn(rx); in close_try_recv_poll() localVariable
221 let mut rx = task::spawn(rx); in try_recv_after_completion_await() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests_disabled/
Dstream.rs181 let mut rx = rx.buffered(2); in buffered() localVariable
186 let mut rx = block_on_stream(rx); in buffered() localVariable
199 let mut rx = rx.buffered(1); in buffered() localVariable
204 let mut rx = block_on_stream(rx); in buffered() localVariable
220 let mut rx = rx.buffer_unordered(2); in unordered() localVariable
222 let mut rx = block_on_stream(rx); in unordered() localVariable
238 let mut rx = rx.buffer_unordered(1); in unordered() localVariable
243 let mut rx = block_on_stream(rx); in unordered() localVariable
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/
H A Dsad_halfpel.cpp228 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HalfPel_Cxhyh() local
269 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HalfPel_Cyh() local
305 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HalfPel_Cxh() local
340 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFM_Collectxhyh() local
419 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFM_Collectyh() local
497 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFM_Collectxh() local
574 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFMxhyh() local
642 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFMyh() local
708 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFMxh() local
780 …Int SAD_Blk_HalfPel_C(UChar *ref, UChar *blk, Int dmin, Int width, Int rx, Int xh, Int yh, void *e… in SAD_Blk_HalfPel_C()
/aosp_15_r20/trusty/user/base/lib/storage/
Dstorage.c285 struct iovec rx[2] = {{&msg, sizeof(msg)}, {&rsp, sizeof(rsp)}}; in storage_open_file() local
307 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in storage_close_file() local
339 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in storage_move_file() local
356 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in storage_delete_file() local
407 struct iovec rx[2] = {{&msg, sizeof(msg)}, in storage_read_dir_send_message() local
494 struct iovec rx[2] = { in _read_chunk() local
543 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in _write_req() local
592 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in storage_set_file_size() local
605 struct iovec rx[2] = {{&msg, sizeof(msg)}, {&rsp, sizeof(rsp)}}; in storage_get_file_size() local
/aosp_15_r20/system/core/trusty/storage/lib/
H A Dstorage.c150 struct iovec rx[2] = {{&msg, sizeof(msg)}, {&rsp, sizeof(rsp)}}; in storage_open_file() local
171 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in storage_close_file() local
185 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in storage_delete_file() local
196 struct iovec rx[2] = {{&msg, sizeof(msg)}, {buf, size}}; in _read_chunk() local
231 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in _write_req() local
273 struct iovec rx[1] = {{&msg, sizeof(msg)}}; in storage_set_file_size() local
285 struct iovec rx[2] = {{&msg, sizeof(msg)}, {&rsp, sizeof(rsp)}}; in storage_get_file_size() local
/aosp_15_r20/external/rust/android-crates-io/crates/futures-channel/tests/
Dmpsc.rs67 let mut rx = block_on_stream(rx); in send_shared_recv() localVariable
267 let rx = Arc::new(Mutex::new(Some(rx))); in stress_receiver_multi_task_bounded_hard() localVariable
273 let rx = rx.clone(); in stress_receiver_multi_task_bounded_hard() localVariable
357 let mut rx = block_on_stream(rx); in stress_close_receiver_iter() localVariable
458 let mut rx = block_on_stream(rx); in try_send_2() localVariable
485 let mut rx = block_on_stream(rx); in try_send_fail() localVariable
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dcatrigf.c87 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B, in do_hard_work()
147 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local
202 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local
262 float rx, ry; in cacoshf() local
340 float x, y, ax, ay, rx, ry; in catanhf() local
H A Dcatrig.c152 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B, in do_hard_work()
276 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local
357 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local
432 double rx, ry; in cacosh() local
573 double x, y, ax, ay, rx, ry; in catanh() local
H A Dcatrigl.c106 do_hard_work(long double x, long double y, long double *rx, int *B_is_usable, in do_hard_work()
166 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhl() local
222 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosl() local
282 long double rx, ry; in cacoshl() local
361 long double x, y, ax, ay, rx, ry; in catanhl() local
/aosp_15_r20/external/python/pyserial/serial/tools/
Dminiterm.py233 def rx(self, text): member in Transform
256 def rx(self, text): member in CR
277 def rx(self, text): member in NoTerminal
298 def rx(self, text): member in Printable
321 def rx(self, text): member in Colorize
331 def rx(self, text): member in DebugIO
/aosp_15_r20/external/libese/apps/weaver/
H A Dweaver.c77 struct EseSgBuffer rx; in ese_weaver_session_open() local
254 struct EseSgBuffer rx; in ese_weaver_write() local
311 struct EseSgBuffer rx[3]; in ese_weaver_read() local
387 struct EseSgBuffer rx; in ese_weaver_erase_value() local
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Drect_f.cc104 float rx = std::max(x(), rect.x()); in Intersect() local
125 float rx = std::min(x(), rect.x()); in Union() local
141 float rx = x(); in Subtract() local
252 float rx = std::min(p1.x(), p2.x()); in BoundingRect() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dlsp_array_n_test.cpp107 X & rx = px2[ 0 ]; in main() local
116 X const & rx = px3[ 1 ]; in main() local
130 X volatile & rx = px4[ 2 ]; in main() local
Dsp_array_n_test.cpp107 X & rx = px2[ 0 ]; in main() local
116 X const & rx = px3[ 1 ]; in main() local
130 X volatile & rx = px4[ 2 ]; in main() local
Dlsp_array_test.cpp107 X & rx = px2[ 0 ]; in main() local
116 X const & rx = px3[ 1 ]; in main() local
130 X volatile & rx = px4[ 2 ]; in main() local
Dsp_array_test.cpp107 X & rx = px2[ 0 ]; in main() local
116 X const & rx = px3[ 1 ]; in main() local
130 X volatile & rx = px4[ 2 ]; in main() local
/aosp_15_r20/external/python/pyserial/serial/urlhandler/
Dprotocol_spy.py86 def rx(self, data): member in FormatRaw
132 def rx(self, data): member in FormatHexdump
165 def rx(self, data): member in FormatLog
184 def rx(self, data): member in FormatLogHex
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DEclipseControl.java179 float rx = oval.getRadiusX(); in actionMove() local
225 void paintRadius(Canvas canvas, float cx, float cy, float rx, float ry) { in paintRadius()
244 Canvas canvas, RectF rect, Paint paint, float cx, float cy, float rx, float ry) { in paintOvallines()
284 public void fillHandles(Canvas canvas, float cx, float cy, float rx, float ry) { in fillHandles()
/aosp_15_r20/trusty/user/app/sample/spi/swspi-test/
Dswspi-test.c118 void* rx = NULL; in exec_xfer() local
176 void* rx = NULL; in TEST_P() local
242 void* rx; in TEST_P() local
442 void* rx; in TEST_P() local

12345678910>>...49