HomeSort by relevance Sort by last modified time
    Searched refs:rd (Results 201 - 225 of 346) sorted by null

1 2 3 4 5 6 7 891011>>

  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
main.c 853 size_t sz, rd; local
856 rd = fread(&sz, sizeof(size_t), 1, fc);
857 if (rd == sizeof(size_t)) {
  /external/opencv/cxcore/src/
cxutils.cpp 647 double *ad = 0, *rd = 0; local
673 rd = (double*)cvStackAlloc(n*sizeof(ad[0]));
675 rd = r->data.db;
677 icvFindPolynomialRoots( ad, rd, n, maxiter, fig);
678 if( rd != r->data.db )
680 CvMat _r = cvMat( r->rows, r->cols, CV_64F, rd );
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_sprite_point.spec 134 point's 3rd and 4th texture coordinates and r is half the point's
  /external/chromium_org/v8/src/arm/
assembler-arm.h     [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 38 ; move the global rd onto the stack, since we don't have enough registers
40 movq mm0, [GLOBAL(rd)]
43 %define RD [rsp]
45 %define RD [GLOBAL(rd)]
131 paddusw mm3, RD ; mm3 += round value
227 paddusw mm3, RD ; mm3 += round value
262 %undef RD
532 rd: label
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 134 point's 3rd and 4th texture coordinates and r is half the point's
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_postproc_mmx.asm 38 ; move the global rd onto the stack, since we don't have enough registers
40 movq mm0, [GLOBAL(rd)]
43 %define RD [rsp]
45 %define RD [GLOBAL(rd)]
131 paddusw mm3, RD ; mm3 += round value
227 paddusw mm3, RD ; mm3 += round value
262 %undef RD
533 rd: label
  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.c 428 int rd = rename (from, to);
429 if (rd != -1)
426 int rd = rename (from, to); local
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 39 var daysSuffix = ["st", "nd", "rd", "th", "th", "th", "th", // 1st - 7th
42 "nd", "rd", "th", "th", "th", "th", "th", // 22nd - 28th
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 39 var daysSuffix = ["st", "nd", "rd", "th", "th", "th", "th", // 1st - 7th
42 "nd", "rd", "th", "th", "th", "th", "th", // 22nd - 28th
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
date-format-tofte.js 39 var daysSuffix = ["st", "nd", "rd", "th", "th", "th", "th", // 1st - 7th
42 "nd", "rd", "th", "th", "th", "th", "th", // 22nd - 28th
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 94 double& rd = d; member in namespace:std_example_1
  /external/libhevc/common/arm/
ihevc_itrans_recon_8x8.s 516 add r4,r2,r8, lsl #1 @ r4 = r2 + pred_strd * 2 => r4 points to 3rd row of pred data
522 add r0,r3,r7, lsl #1 @ r0 points to 3rd row of dest data
743 add r4,r2,r8, lsl #1 @ r4 = r2 + pred_strd * 2 => r4 points to 3rd row of pred data
749 add r0,r3,r7, lsl #1 @ r0 points to 3rd row of dest data
  /external/vixl/test/
test-simulator-a64.cc 164 typedef void (MacroAssembler::*TestFPToIntHelper_t)(const Register& rd,
783 Register rd = (d_size == kXRegSize) ? x10 : w10; local
794 (masm.*helper)(rd, fn);
795 __ Str(rd, MemOperand(out, rd.SizeInBytes(), PostIndex));
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 420 _M_OPC $op,$rd,$rn,$const
426 $op $rd, $rn, #_cst
433 $op $rd, $rn, #(_cst:AND:0x000000FF)<<_sh
435 $op $rd, $rd, #(_cst:AND:0xFFFFFF00)<<_sh
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 423 _M_OPC $op,$rd,$rn,$const
429 $op $rd, $rn, #_cst
436 $op $rd, $rn, #(_cst:AND:0x000000FF)<<_sh
438 $op $rd, $rd, #(_cst:AND:0xFFFFFF00)<<_sh
  /external/ltrace/etc/
libc.so.conf 86 int open(string,int,octal); ; WARNING: 3rd argument may not be there
87 int open64(string,int,octal); ; WARNING: 3rd argument may not be there
119 int mq_open(string, int, octal, addr); ; WARNING: 3rd and 4th arguments may not be there
  /development/ndk/platforms/android-9/arch-mips/include/asm/pci/
bridge.h 156 bridgereg_t rd; member in struct:bridge_s::__anon1657::__anon1658
164 bridgereg_t rd; member in struct:bridge_s::__anon1659
  /external/chromium_org/third_party/icu/source/common/
uresbund.cpp 1814 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status); local
1869 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status); local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDepthRangeTests.cpp 249 float rd = 1.0f - (xh + yf) * 0.5f; local
251 bool dpass = compare(m_compareFunc, d, rd);
  /external/deqp/modules/gles3/functional/
es3fFragDepthTests.cpp 256 float rd = 1.0f - (xh + yf) * 0.5f; local
258 bool dpass = compare(m_compareFunc, d, rd);
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 1600 int[] rd = new int[finish + 2]; local
    [all...]
  /external/icu/icu4c/source/common/
uresbund.cpp 1814 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status); local
1869 const ResourceData *rd = getFallbackData(resB, &key, &realData, &res, status); local
    [all...]
  /external/oprofile/opcontrol/
opcontrol.cpp 281 int rd = read(fd, buffer, sizeof(buffer)-1); local
282 buffer[rd] = 0;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/pci/
bridge.h 156 bridgereg_t rd; member in struct:bridge_s::__anon61015::__anon61016
164 bridgereg_t rd; member in struct:bridge_s::__anon61017

Completed in 604 milliseconds

1 2 3 4 5 6 7 891011>>