HomeSort by relevance Sort by last modified time
    Searched defs:rl (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/clang/test/CodeGen/
arm-atomics-m.c 30 long long rl; local
31 __atomic_load(&l, &rl, memory_order_seq_cst);
33 rl = 0;
34 __atomic_store(&l, &rl, memory_order_seq_cst);
arm-atomics-m0.c 30 long long rl; local
31 __atomic_load(&l, &rl, memory_order_seq_cst);
33 rl = 0;
34 __atomic_store(&l, &rl, memory_order_seq_cst);
arm-atomics.c 32 long long rl; local
33 __atomic_load(&l, &rl, memory_order_seq_cst);
35 rl = 0;
36 __atomic_store(&l, &rl, memory_order_seq_cst);
  /external/qemu/util/
host-utils.c 45 LL rl, rm, rn, rh, a0, b0; local
51 rl.ll = (uint64_t)a0.l.low * b0.l.low;
56 c = (uint64_t)rl.l.high + rm.l.low + rn.l.low;
57 rl.l.high = c;
63 *plow = rl.ll;
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 43 rlimit rl; local
44 rl.rlim_cur = 0;
45 rl.rlim_max = RLIM_INFINITY;
46 if (setrlimit(RLIMIT_CORE, &rl) == -1) {
  /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/chromium_org/third_party/libevent/test/
bench.c 125 struct rlimit rl; local
152 rl.rlim_cur = rl.rlim_max = num_pipes * 2 + 50;
153 if (setrlimit(RLIMIT_NOFILE, &rl) == -1) {
  /external/chromium_org/ui/gfx/geometry/
quad_f.h 62 float rl = std::min(std::min(p1_.x(), p2_.x()), std::min(p3_.x(), p4_.x())); local
66 return RectF(rl, rt, rr - rl, rb - rt);
  /external/stlport/test/unit/
num_facets_test.cpp 35 const ref_locale& rl = *prl; local
38 CPPUNIT_ASSERT( npct.decimal_point() == *rl.decimal_point );
money_facets_test.cpp 52 void LocaleTest::_money_put_get( const locale& loc, const ref_monetary* rl )
54 _money_put_get2(loc, loc, rl);
59 const ref_monetary &rl = *prl; local
103 string::size_type p = strlen( rl.money_int_prefix );
106 string::size_type p_old = strlen( rl.money_int_prefix_old );
107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) ||
109 (str_res.substr(index, p_old) == rl.money_int_prefix_old)) );
110 if ( str_res.substr(index, p) == rl.money_int_prefix ) {
135 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep );
141 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.decimal_point() */ *rl.money_decimal_point )
281 const ref_monetary &rl = *prl; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
num_facets_test.cpp 35 const ref_locale& rl = *prl; local
38 CPPUNIT_ASSERT( npct.decimal_point() == *rl.decimal_point );
money_facets_test.cpp 52 void LocaleTest::_money_put_get( const locale& loc, const ref_monetary* rl )
54 _money_put_get2(loc, loc, rl);
59 const ref_monetary &rl = *prl; local
103 string::size_type p = strlen( rl.money_int_prefix );
106 string::size_type p_old = strlen( rl.money_int_prefix_old );
107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) ||
109 (str_res.substr(index, p_old) == rl.money_int_prefix_old)) );
110 if ( str_res.substr(index, p) == rl.money_int_prefix ) {
135 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep );
141 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.decimal_point() */ *rl.money_decimal_point )
281 const ref_monetary &rl = *prl; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
num_facets_test.cpp 35 const ref_locale& rl = *prl; local
38 CPPUNIT_ASSERT( npct.decimal_point() == *rl.decimal_point );
money_facets_test.cpp 52 void LocaleTest::_money_put_get( const locale& loc, const ref_monetary* rl )
54 _money_put_get2(loc, loc, rl);
59 const ref_monetary &rl = *prl; local
103 string::size_type p = strlen( rl.money_int_prefix );
106 string::size_type p_old = strlen( rl.money_int_prefix_old );
107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) ||
109 (str_res.substr(index, p_old) == rl.money_int_prefix_old)) );
110 if ( str_res.substr(index, p) == rl.money_int_prefix ) {
135 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.thousands_sep() */ *rl.money_thousands_sep );
141 CPPUNIT_ASSERT( str_res[index++] == /* intl_fmp.decimal_point() */ *rl.money_decimal_point )
281 const ref_monetary &rl = *prl; local
    [all...]
  /art/runtime/verifier/
register_line.h 55 RegisterLine* rl = new (memory) RegisterLine(num_regs, verifier); local
56 return rl;
  /external/chromium_org/third_party/libevent/
devpoll.c 130 struct rlimit rl; local
140 if (getrlimit(RLIMIT_NOFILE, &rl) == 0 &&
141 rl.rlim_cur != RLIM_INFINITY)
142 nfiles = rl.rlim_cur;
  /frameworks/av/services/audioflinger/
AudioResamplerFirProcess.h 29 uint32_t rl = *reinterpret_cast<const uint32_t*>(samples); local
30 l = mulAddRL(1, rl, coef, l);
31 r = mulAddRL(0, rl, coef, r);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 165 struct rlimit rl; local
166 CHECK_EQ(getrlimit(RLIMIT_STACK, &rl), 0);
167 // Most often rl.rlim_cur will be the desired 8M.
168 if (rl.rlim_cur < kMaxThreadStackSize) {
169 stacksize = rl.rlim_cur;
  /external/qemu/tcg/
optimize.c 1010 TCGArg rl, rh; local
1021 rl = args[0];
1025 tcg_opt_gen_movi(&gen_args[0], rl, (uint32_t)a);
1039 TCGArg rl, rh; local
1044 rl = args[0];
1048 tcg_opt_gen_movi(&gen_args[0], rl, (uint32_t)r);
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_i.h 21 struct tlsv1_record_layer rl; member in struct:tlsv1_client
tlsv1_server_i.h 22 struct tlsv1_record_layer rl; member in struct:tlsv1_server
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 459 struct rlimit rl; local
461 getrlimit(RLIMIT_NOFILE, &rl);
462 max = rl.rlim_cur;
  /external/speex/libspeex/
sb_celp.c 556 spx_word32_t rl, rh; /*Q13*/ local
588 rl = low_pi_gain[sub];
590 filter_ratio=EXTRACT16(SATURATE(PDIV32(SHL32(ADD32(rl,82),7),ADD32(82,rh)),32767));
592 filter_ratio=(rl+.01)/(rh+.01);
987 spx_word32_t rl=0,rh=0; local
1018 rl = low_pi_gain[sub];
1020 filter_ratio=EXTRACT16(SATURATE(PDIV32(SHL32(ADD32(rl,82),7),ADD32(82,rh)),32767));
1022 filter_ratio=(rl+.01)/(rh+.01);
    [all...]
  /system/core/include/pixelflinger/
format.h 112 uint8_t rl; // red low bit position member in struct:__anon81085::__anon81087::__anon81088
  /bionic/tests/
pthread_test.cpp 862 rlimit rl; local
863 ASSERT_EQ(0, getrlimit(RLIMIT_STACK, &rl));
864 uint64_t original_rlim_cur = rl.rlim_cur;
866 if (rl.rlim_cur == RLIM_INFINITY) {
867 rl.rlim_cur = 8 * 1024 * 1024; // Bionic reports unlimited stacks as 8MiB.
870 EXPECT_EQ(rl.rlim_cur, stack_size);
872 auto guard = create_scope_guard([&rl, original_rlim_cur]() {
873 rl.rlim_cur = original_rlim_cur;
874 ASSERT_EQ(0, setrlimit(RLIMIT_STACK, &rl));
885 rl.rlim_cur = rl.rlim_max = 1024; // 1KiB. We know the stack must be at least a page already
    [all...]

Completed in 1355 milliseconds

1 2 3 4 5 6