HomeSort by relevance Sort by last modified time
    Searched refs:rr (Results 51 - 75 of 91) sorted by null

1 23 4

  /external/grub/stage2/
iso9660.h 155 struct RR {
157 } rr; member in union:rock_ridge::__anon3815
194 struct rock_ridge *rr; member in union:RR_ptr
  /external/skia/bench/
RepeatTileBench.cpp 53 int rr = conv6ToByte(r); local
58 *colors++ = SkPreMultiplyARGB(0xFF, rr, gg, bb);
BitmapBench.cpp 57 int rr = conv6ToByte(r); local
62 *colors++ = SkPreMultiplyARGB(0xFF, rr, gg, bb);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyPairGenerator3Test.java 119 SecureRandom rr = new SecureRandom(); local
121 kpg[i].initialize(512, rr);
  /packages/apps/Mms/src/com/android/mms/transaction/
MmsMessageSender.java 115 boolean rr = prefs.getBoolean(MessagingPreferenceActivity.READ_REPORT_MODE,
117 sendReq.setReadReport(rr?PduHeaders.VALUE_YES:PduHeaders.VALUE_NO);
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
BitmapTest.java 211 int rr = computePrePostMul(a0, r0); local
212 assertTrue("red", Math.abs(rr - r1) <= tolerance);
225 int cc = Color.argb(a0, rr, gg, bb);
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
c8_31pf.cpp 765 Word16 rr[L_CODE][L_CODE]; local
795 rr,
803 rr,
  /ndk/build/tools/
build-platforms.sh 78 rr=`reverse_path $1`
79 if [ "$rr" != "$2" ] ; then
80 echo "ERROR: reverse_path '$1' -> '$rr' (expected '$2')"
  /external/openssl/crypto/dsa/
dsa_ossl.c 104 #define DSA_MOD_EXP(err_instr,dsa,rr,a1,p1,a2,p2,m,ctx,in_mont) \
108 _tmp_res53 = (dsa)->meth->dsa_mod_exp((dsa), (rr), (a1), (p1), \
111 _tmp_res53 = BN_mod_exp2_mont((rr), (a1), (p1), (a2), (p2), \
dsa.h 122 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
  /bionic/libc/netbsd/resolv/
res_debug.c 166 ns_rr rr; local
184 if (ns_parserr(handle, section, rrnum, &rr)) {
198 ns_rr_name(rr),
199 p_type(ns_rr_type(rr)),
200 p_class(ns_rr_class(rr)));
201 else if (section == ns_s_ar && ns_rr_type(rr) == ns_t_opt) {
202 u_int32_t ttl = ns_rr_ttl(rr);
205 (ttl>>16)&0xff, ns_rr_class(rr), ttl&0xffff);
207 n = ns_sprintrr(handle, &rr, NULL, NULL,
370 * Names of RR classes and qclasses. Classes and qclasses are the same, excep
    [all...]
  /bionic/libc/netbsd/nameser/
ns_print.c 86 * ns_sprintrr(handle, rr, name_ctx, origin, buf, buflen)
87 * Convert an RR to presentation format.
92 ns_sprintrr(const ns_msg *handle, const ns_rr *rr,
99 ns_rr_name(*rr), ns_rr_class(*rr), ns_rr_type(*rr),
100 ns_rr_ttl(*rr), ns_rr_rdata(*rr), ns_rr_rdlen(*rr),
109 * Convert the fields of an RR into presentation format
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 56 #define LIST(rr) L##rr=1<<rr
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFileReaderThread.c 222 thread_info(pthread_mach_thread_np (inThread), THREAD_SCHED_RR_INFO, (integer_t*)&(thePolicyInfo.rr), &count);
223 if (thePolicyInfo.rr.depressed) {
224 return thePolicyInfo.rr.depress_priority;
226 return thePolicyInfo.rr.base_priority;
  /external/libvpx/vp8/encoder/arm/
mcomp_arm.c 221 #define MVC(r,c) (((mvcost[0][(r)-rr] + mvcost[1][(c) - rc]) * error_per_bit + 128 )>>8 ) // estimated cost of a motion vector (r,c)
238 int rr = ref_mv->row >> 1, rc = ref_mv->col >> 1; local
791 #define MVC(r,c) (((mvsadcost[0][((r)<<2)-rr] + mvsadcost[1][((c)<<2) - rc]) * error_per_bit + 128 )>>8 ) // estimated cost of a motion vector (r,c)
826 int rr = ref_mv->row, rc = ref_mv->col, br = rr >> 3, bc = rc >> 3, tr, tc; local
838 rr >>= 1;
942 #define MVC(r,c) (((mvsadcost[0][((r)<<2)-rr] + mvsadcost[1][((c)<<2) - rc]) * error_per_bit + 128 )>>8 ) // estimated cost of a motion vector (r,c)
969 //int rr= ref_mv->row,rc= ref_mv->col,br=rr,bc=rc,tr,tc;
970 int rr = ref_mv->row, rc = ref_mv->col, br = rr >> 3, bc = rc >> 3, tr, tc local
    [all...]
  /external/wpa_supplicant/
libtommath.c 963 mp_digit D, r, rr; local
1018 rr = *tmpc & mask;
1025 r = rr;
1282 register mp_digit r, rr, *tmpa, *tmpb; local
1294 rr = *tmpa & 1;
1300 r = rr;
1344 register mp_digit *tmpc, shift, mask, r, rr; local
1360 rr = (*tmpc >> shift) & mask;
1367 r = rr;
    [all...]
  /external/openssl/crypto/conf/
conf_def.c 516 int q,r,rr=0,to=0,len=0; local
596 rr= *e;
621 * r and rr are the chars replaced by the '\0'
622 * rp and rrp is where 'r' and 'rr' came from.
625 if (rrp != NULL) *rrp=rr;
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 1011 mp_digit D, r, rr; local
1066 rr = *tmpc & mask;
1073 r = rr;
1333 register mp_digit r, rr, *tmpa, *tmpb; local
1345 rr = *tmpa & 1;
1351 r = rr;
1396 register mp_digit *tmpc, shift, mask, r, rr; local
1412 rr = (*tmpc >> shift) & mask;
1419 r = rr;
2843 register mp_digit r, rr, *tmpa, *tmpb; local
    [all...]
  /external/libvpx/vp8/encoder/
mcomp.c 186 #define MVC(r,c) (((mvcost[0][(r)-rr] + mvcost[1][(c) - rc]) * error_per_bit + 128 )>>8 ) // estimated cost of a motion vector (r,c)
203 int rr = ref_mv->row >> 1, rc = ref_mv->col >> 1; local
759 #define MVC(r,c) (((mvsadcost[0][((r)<<2)-rr] + mvsadcost[1][((c)<<2) - rc]) * error_per_bit + 128 )>>8 ) // estimated cost of a motion vector (r,c)
786 int rr = ref_mv->row, rc = ref_mv->col, br = rr, bc = rc, tr, tc; local
793 if (rr < x->mv_row_min) br = x->mv_row_min;
795 if (rr > x->mv_row_max) br = x->mv_row_max;
797 rr >>= 1;
    [all...]
  /bootable/bootloader/legacy/libc/
rsa.c 114 montMul(key, aR, a, key->rr); /* aR = a * RR / R mod M */
  /external/openssl/include/openssl/
dsa.h 122 int (*dsa_mod_exp)(DSA *dsa, BIGNUM *rr, BIGNUM *a1, BIGNUM *p1,
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmxp2_32.asm 215 psrld mm1, 14 ; 0 0 000000rr rrr00000
227 psrld mm2, 14 ; 0 0 000000rr rrr00000
  /system/core/libmincrypt/
rsa.c 113 montMul(key, aR, a, key->rr); /* aR = a * RR / R mod M */
  /external/skia/src/core/
SkDraw.cpp 998 SkRect rr local
2317 SkIRect rr; local
2324 SkIRect rr; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 753 RecordRoute rr = (RecordRoute) li.previous(); local
757 AddressImpl address = ((AddressImpl) ((AddressImpl) rr.getAddress())
761 route.setParameters((NameValueList) rr.getParameters().clone());
775 RecordRoute rr = (RecordRoute) li.next(); local
779 AddressImpl address = ((AddressImpl) ((AddressImpl) rr.getAddress())
782 route.setParameters((NameValueList) rr.getParameters().clone());
2681 RecordRoute rr = (RecordRoute) it.previous(); local
    [all...]

Completed in 1631 milliseconds

1 23 4