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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/util/
u_texture.c 49 float rx, ry, rz; local
69 rx = 1;
74 rx = -1;
79 rx = sc;
84 rx = sc;
89 rx = sc;
94 rx = -sc;
99 rx = ry = rz = 0;
103 out_str[0] = rx; /*s*/
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
stm32l4xx-fix-vldm-dp.s 11 @ vldm rx, {...}
12 @ -> vldm rx!, {8_words_or_less} for each
13 @ -> sub rx, rx, #size (list)
17 @ vldm rx!, {...}
18 @ -> vldm rx!, {8_words_or_less} for each needed 8_word
19 @ This also handles vpop instruction (when rx is sp)
25 @ vldmd rx!, {...}
26 @ -> vldmb rx!, {8_words_or_less} for each needed 8_word
stm32l4xx-fix-vldm.s 11 @ vldm rx, {...}
12 @ -> vldm rx!, {8_words_or_less} for each
13 @ -> sub rx, rx, #size (list)
17 @ vldm rx!, {...}
18 @ -> vldm rx!, {8_words_or_less} for each needed 8_word
19 @ This also handles vpop instruction (when rx is sp)
25 @ vldmd rx!, {...}
26 @ -> vldmb rx!, {8_words_or_less} for each needed 8_word
stm32l4xx-fix-ldm.s 10 @ LDM CASE #1 (used when rx is in upper_list)
11 @ ldm rx, {...} ->
12 @ ldm rx!, {lower_list}
13 @ ldm rx, {upper_list}
17 @ LDM CASE #1 bis (used when rx is in upper_list and pc is
19 @ ldm rx, {...} ->
20 @ ldm rx!, {lower_list}
21 @ ldm rx, {upper_list}
24 @ LDM CASE #2 (used when rx is not in upper_list)
25 @ ldm rx, {...} -
    [all...]
stm32l4xx-cannot-fix-far-ldm.s 13 @ ldm rx, {...} ->
14 @ mov ry, rx where ry is the lowest register from upper_list
22 @ ldm rx, {...} -> ldm rx, {...}
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/
rxjava-1.2.3.jar 
  /hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
OffloadStatistics.cpp 38 this->rx = 0;
47 this->rx = 0;
52 return rx;
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.3/
rxjava-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.4/
rxjava-1.1.4.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.5/
rxjava-1.1.5.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.6/
rxjava-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.0/
rxjava-1.1.0.jar 
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ExecutionDepsFix.cpp 146 void SetLiveReg(int rx, DomainValue *DV);
147 void Kill(int rx);
148 void Force(int rx, unsigned domain);
184 /// Set LiveRegs[rx] = dv, updating reference counts.
185 void ExeDepsFix::SetLiveReg(int rx, DomainValue *dv) {
186 assert(unsigned(rx) < NumRegs && "Invalid index");
192 if (LiveRegs[rx] == dv)
194 if (LiveRegs[rx]) {
195 assert(LiveRegs[rx]->Refs && "Bad refcount");
196 if (--LiveRegs[rx]->Refs == 0) Recycle(LiveRegs[rx])
    [all...]
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava-async-util/0.21.0/
rxjava-async-util-0.21.0.jar 
  /external/ltp/testcases/network/can/filter-tests/
can_rcv_own_msgs.c 75 struct rxs rx; local
85 rx.s = rx.t = 0;
114 rx.s++;
129 rx.t++;
135 return rx;
154 struct rxs rx; local
192 rx = test_sockets(s, t, 0x340);
193 if (rx.s == 0 && rx.t == 1
    [all...]
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 194 void setLiveReg(int rx, DomainValue *DV);
195 void kill(int rx);
196 void force(int rx, unsigned domain);
271 /// Set LiveRegs[rx] = dv, updating reference counts.
272 void ExeDepsFix::setLiveReg(int rx, DomainValue *dv) {
273 assert(unsigned(rx) < NumRegs && "Invalid index");
276 if (LiveRegs[rx].Value == dv)
278 if (LiveRegs[rx].Value)
279 release(LiveRegs[rx].Value);
280 LiveRegs[rx].Value = retain(dv)
657 int rx = *i; local
    [all...]
  /external/libese/libese-cpp/include/esecpp/
EseInterface.h 46 virtual int transceive(const std::vector<uint8_t>& tx, std::vector<uint8_t>& rx) {
49 rx.data(), static_cast<uint32_t>(rx.size()));
  /toolchain/binutils/binutils-2.27/opcodes/
cgen-asm.in 71 char *rx = rxbuf;
94 *rx++ = '[';
95 *rx++ = TOLOWER (c);
96 *rx++ = TOUPPER (c);
97 *rx++ = ']';
100 *rx++ = c;
103 /* Copy any remaining literals from the syntax string into the rx. */
104 for(; * syn != 0 && rx <= rxbuf + (CGEN_MAX_RX_ELEMENTS - 7 - 4); ++syn)
121 *rx++ = '\\';
122 *rx++ = c
    [all...]
  /bionic/libc/kernel/uapi/linux/
atm_eni.h 23 int tx, rx; member in struct:eni_multipliers
  /device/google/contexthub/firmware/os/platform/stm32/inc/plat/
usart.h 30 struct Gpio *rx; member in struct:usart
  /external/kernel-headers/original/uapi/linux/
atm_eni.h 15 int tx,rx; /* values are in percent and must be > 100 */ member in struct:eni_multipliers
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atm_eni.h 14 int tx,rx; /* values are in percent and must be > 100 */ member in struct:eni_multipliers
  /external/skia/experimental/svg/model/
SkSVGEllipse.cpp 23 void SkSVGEllipse::setRx(const SkSVGLength& rx) {
24 fRx = rx;
44 if (const auto* rx = v.as<SkSVGLengthValue>()) {
45 this->setRx(*rx);
61 const auto rx = lctx.resolve(fRx, SkSVGLengthContext::LengthType::kHorizontal); local
64 return (rx > 0 && ry > 0)
65 ? SkRect::MakeXYWH(cx - rx, cy - ry, rx * 2, ry * 2)
  /external/skqp/experimental/svg/model/
SkSVGEllipse.cpp 23 void SkSVGEllipse::setRx(const SkSVGLength& rx) {
24 fRx = rx;
44 if (const auto* rx = v.as<SkSVGLengthValue>()) {
45 this->setRx(*rx);
61 const auto rx = lctx.resolve(fRx, SkSVGLengthContext::LengthType::kHorizontal); local
64 return (rx > 0 && ry > 0)
65 ? SkRect::MakeXYWH(cx - rx, cy - ry, rx * 2, ry * 2)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/rx/
rx.exp 17 # RX assembler testsuite
20 if { ! [istarget rx-*-*] } {
35 run_dump_test "rx-asm-good"
36 # run_list_test "rx-asm-bad" "" "Generation of error messages with bogus Renesas assembler directives"

Completed in 713 milliseconds

1 2 3 4 5 6 7 8 91011>>