HomeSort by relevance Sort by last modified time
    Searched refs:rl (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
rv32a-valid.s 18 # CHECK-INST: lr.w.rl t2, (t3)
20 lr.w.rl t2, (t3)
31 # CHECK-INST: sc.w.rl t4, t3, (t2)
33 sc.w.rl t4, t3, (t2)
94 # CHECK-INST: amoswap.w.rl a4, ra, (s0)
96 amoswap.w.rl a4, ra, (s0)
97 # CHECK-INST: amoadd.w.rl a1, a2, (a3)
99 amoadd.w.rl a1, a2, (a3)
100 # CHECK-INST: amoxor.w.rl a2, a3, (a4)
102 amoxor.w.rl a2, a3, (a4
    [all...]
rv64a-invalid.s 8 # Only .aq, .rl, and .aqrl suffixes are valid
10 amoor.d.aq.rl a4, a5, (a6) # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
rv32a-invalid.s 8 # Only .aq, .rl, and .aqrl suffixes are valid
10 amoor.w.aq.rl a4, a5, (a6) # CHECK: :[[@LINE]]:1: error: unrecognized instruction mnemonic
rv64a-valid.s 17 # CHECK-INST: lr.d.rl t2, (t3)
20 lr.d.rl t2, (t3)
34 # CHECK-INST: sc.d.rl t4, t3, (t2)
37 sc.d.rl t4, t3, (t2)
118 # CHECK-INST: amoswap.d.rl a4, ra, (s0)
121 amoswap.d.rl a4, ra, (s0)
122 # CHECK-INST: amoadd.d.rl a1, a2, (a3)
125 amoadd.d.rl a1, a2, (a3)
126 # CHECK-INST: amoxor.d.rl a2, a3, (a4)
129 amoxor.d.rl a2, a3, (a4
    [all...]
  /external/u-boot/drivers/bios_emulator/x86emu/
ops.c 206 int mod, rl, rh; local
216 FETCH_DECODE_MODRM(mod, rh, rl);
218 { destoffset = decode_rmXX_address(mod,rl);
229 destreg = DECODE_RM_BYTE_REGISTER(rl);
246 int mod, rl, rh; local
254 FETCH_DECODE_MODRM(mod, rh, rl);
257 destoffset = decode_rmXX_address(mod,rl);
285 destreg = DECODE_RM_LONG_REGISTER(rl);
294 destreg = DECODE_RM_WORD_REGISTER(rl);
312 int mod, rl, rh local
348 int mod, rl, rh; local
951 int mod, rl, rh; local
1075 int mod, rl, rh; local
1271 int mod, rl, rh; local
1352 int mod, rl, rh; local
1464 int mod, rl, rh; local
1543 int mod, rl, rh; local
1650 int mod, rl, rh; local
1684 int mod, rl, rh; local
1744 int mod, rl, rh; local
1784 int mod, rl, rh; local
1855 int mod, rl, rh; local
1887 int mod, rl, rh; local
1943 int mod, rl, rh; local
1977 int mod, rl, rh; local
2038 int mod, rl, rh; local
2072 int mod, rl, rh; local
2104 int mod, rl, rh; local
2144 int mod, rl, rh; local
3073 int mod, rl, rh; local
3150 int mod, rl, rh; local
3286 int mod, rh, rl; local
3314 int mod, rh, rl; local
3341 int mod, rl, rh; local
3377 int mod, rl, rh; local
3621 int mod, rl, rh; local
3694 int mod, rl, rh; local
3793 int mod, rl, rh; local
3868 int mod, rl, rh; local
4422 int mod, rl, rh; local
4538 int mod, rl, rh; local
4854 int mod, rh, rl; local
4918 int mod, rh, rl; local
    [all...]
  /external/libjpeg-turbo/simd/powerpc/
jdcolext-altivec.c 49 crl, crh, rl, rh, gl, gh, bl, bh, g0w, g1w, g2w, g3w; local
124 rl = vec_add(crl, crl);
126 rl = vec_madds(rl, pw_f0402, pw_one);
128 rl = vec_sra(rl, (__vector unsigned short)pw_one);
130 rl = vec_add(rl, crl);
132 rl = vec_add(rl, yl)
    [all...]
  /external/toybox/toys/posix/
ulimit.c 96 rlim_t rl = FLAG(H) ? rr.rlim_max : rr.rlim_cur; local
98 if (rl == RLIM_INFINITY) printf("unlimited\n");
99 else printf("%ld\n", (long)rl);
  /external/epid-sdk/epid/verifier/1.1/src/
verify.c 31 static size_t Epid11GetGroupRlCount(Epid11GroupRl const* rl) {
32 return (!rl) ? 0 : ntohl(rl->n3);
35 static size_t Epid11GetSigRlCount(Epid11SigRl const* rl) {
36 return (!rl) ? 0 : ntohl(rl->n2);
39 static size_t Epid11GetPrivRlCount(Epid11PrivRl const* rl) {
40 return (!rl) ? 0 : ntohl(rl->n1);
160 // Step 3. The verifier verifies gid in the public key, PRIV-RL, an
    [all...]
  /external/libevent/test/
bench_cascade.c 143 struct rlimit rl; local
166 rl.rlim_cur = rl.rlim_max = num_pipes * 2 + 50;
167 if (setrlimit(RLIMIT_NOFILE, &rl) == -1) {
bench.c 140 struct rlimit rl; local
171 rl.rlim_cur = rl.rlim_max = num_pipes * 2 + 50;
172 if (setrlimit(RLIMIT_NOFILE, &rl) == -1) {
test-fdleak.c 225 struct rlimit rl; local
226 rl.rlim_cur = rl.rlim_max = 20;
227 if (setrlimit(RLIMIT_NOFILE, &rl) == -1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/
5-1.c 94 struct rlimit rl; local
150 rl.rlim_max = 1024 * 1024 * 64;
151 rl.rlim_cur = 1024 * 1024 * 64;
152 if ((ret = setrlimit(RLIMIT_AS, &rl))) {
  /external/wpa_supplicant_8/src/tls/
tlsv1_server.c 71 if (tls_prf(conn->rl.tls_version,
85 key_block_len = 2 * (conn->rl.hash_size + conn->rl.key_material_len +
86 conn->rl.iv_size);
87 if (tls_prf(conn->rl.tls_version,
100 os_memcpy(conn->rl.read_mac_secret, pos, conn->rl.hash_size);
101 pos += conn->rl.hash_size;
103 os_memcpy(conn->rl.write_mac_secret, pos, conn->rl.hash_size)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
RequestLineParser.java 89 RequestLine rl = rlp.parse(); local
90 System.out.println("encoded = " + rl.encode());
  /external/skia/third_party/harfbuzz/
README 11 # ../externals/harfbuzz/src/hb-buffer-deserialize-json.rl
12 # ../externals/harfbuzz/src/hb-buffer-deserialize-text.rl
13 # ../externals/harfbuzz/src/hb-ot-shape-complex-indic-machine.rl
14 # ../externals/harfbuzz/src/hb-ot-shape-complex-myanmar-machine.rl
15 # ../externals/harfbuzz/src/hb-ot-shape-complex-use-machine.rl
40 for RAGEL_FILE in src/*.rl; do
41 BUILT_HEADER="src/$(basename "$RAGEL_FILE" '.rl').hh"
  /external/skqp/third_party/harfbuzz/
README 11 # ../externals/harfbuzz/src/hb-buffer-deserialize-json.rl
12 # ../externals/harfbuzz/src/hb-buffer-deserialize-text.rl
13 # ../externals/harfbuzz/src/hb-ot-shape-complex-indic-machine.rl
14 # ../externals/harfbuzz/src/hb-ot-shape-complex-myanmar-machine.rl
15 # ../externals/harfbuzz/src/hb-ot-shape-complex-use-machine.rl
35 for RAGEL_FILE in src/*.rl; do
36 BUILT_HEADER="src/$(basename "$RAGEL_FILE" '.rl').hh"
  /external/epid-sdk/epid/common/1.1/unittests/
file_parser-test.cc 293 // RL Ver
308 // RL Ver
320 // RL Ver
339 // RL Ver
356 // RL Ver
370 // RL Ver
382 // RL Ver
429 // RL Ver
475 // RL ver
487 // RL ve
901 rl); local
    [all...]
  /external/epid-sdk/epid/common/unittests/
file_parser-test.cc 538 std::vector<uint8_t> rl(rl_len);
543 &this->kCert, (PrivRl*)rl.data(), &rl_len));
751 rl); local
    [all...]
  /external/ltp/testcases/kernel/syscalls/msync/
msync03.c 105 struct rlimit rl; local
130 SAFE_GETRLIMIT(NULL, RLIMIT_DATA, &rl);
131 addr3 = (char *)rl.rlim_max;
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.h 36 #define scard_umts_auth(s, r, a, r2, rl, i, c, a2) -1
  /external/libxml2/
regressions.py 74 rl = len(res)
76 if el != rl:
77 print 'Length of expected is %d, result is %d' % (el, rl)
79 for i in range(min(el, rl)):
83 if el > rl:
84 for i in range(rl, el):
87 elif rl > el:
88 for i in range (el, rl):
  /external/ltp/testcases/kernel/mem/thp/
thp01.c 112 struct rlimit rl = { local
136 SAFE_SETRLIMIT(RLIMIT_STACK, &rl);
  /external/u-boot/drivers/bios_emulator/include/x86emu/
decode.h 46 #define FETCH_DECODE_MODRM(mod,rh,rl) fetch_decode_modrm(&mod,&rh,&rl)
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
s-c.c 92 struct rlimit rl; local
109 rl.rlim_max = 1024 * 1024 * 32 * SCALABILITY_FACTOR;
110 rl.rlim_cur = rl.rlim_max;
111 if ((ret = setrlimit(RLIMIT_AS, &rl))) {
115 output(";Memory is now limited to %dMb\n", rl.rlim_max >> 20);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
s-c.c 101 struct rlimit rl; local
109 rl.rlim_max = 1024 * 1024 * 32 * SCALABILITY_FACTOR;
110 rl.rlim_cur = rl.rlim_max;
111 if ((ret = setrlimit(RLIMIT_AS, &rl))) {
115 output(";Memory is now limited to %dMb\n", rl.rlim_max >> 20);

Completed in 2002 milliseconds

12 3 4 5