HomeSort by: relevance | last modified time | path
    Searched refs:RLO (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/arm/arm/
cpu_in_cksum_buffer.S 51 #define RLO r4
54 #define RLO r5
96 bics RLO, r1, #4 /* more than 1 word (and zero RLO)? */
212 adcs ip, ip, RLO /* add RLO to accumulator */
262 and RLO, RLO, r3 /* clear leading bytes */
271 movne RLO, #0 /* no? clear RLO */
    [all...]
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
README 71 directional codes (LRE, RLE, LRO, RLO, PDF). It should now produce the same
149 Other Neutral, the NSM, LRE, RLE, PDF, LRO, and RLO controls all get marked
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 1176 NONE, LRE, RLE, LRO, RLO, LRI, RLI, FSI, PDF, PDI, LTR, RTL
1266 case kind::RLO:
1274 /* PDF terminates the scope of the last LRE, RLE, LRO, or RLO
1314 case kind::RLO:
1393 return bidi::kind::RLO;
1488 return bidi::kind::RLO;
1568 result = bidi::kind::RLO;
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 1170 NONE, LRE, RLE, LRO, RLO, LRI, RLI, FSI, PDF, PDI, LTR, RTL
1260 case kind::RLO:
1268 /* PDF terminates the scope of the last LRE, RLE, LRO, or RLO
1308 case kind::RLO:
1386 return bidi::kind::RLO;
1465 return bidi::kind::RLO;
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Darwin.cpp 1266 auto RLO = RuntimeLinkOptions(RLO_AlwaysLink | (Shared ? RLO_AddRPath : 0U));
1267 AddLinkRuntimeLib(Args, CmdArgs, Sanitizer, RLO, Shared);

Completed in 21 milliseconds