/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
hist.h | 87 int64_t hist_entry__cmp(struct hist_entry *left, struct hist_entry *right); 88 int64_t hist_entry__collapse(struct hist_entry *left, struct hist_entry *right);
|
/external/mesa3d/src/mesa/main/ |
es1_conversion.c | 186 _es_Frustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, 190 (GLdouble) (right), 198 _es_Frustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, 202 (GLdouble) (right / 65536.0), 653 _es_Orthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, 657 (GLdouble) (right), 665 _es_Orthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, 669 (GLdouble) (right / 65536.0),
|
/external/opencv/cv/src/ |
cvstereobm.cpp | 177 icvFindStereoCorrespondenceBM_SSE2( const CvMat* left, const CvMat* right, 199 const uchar* rptr0 = right->data.ptr + rofs; 240 // initialize the left and right borders of the disparity map 385 icvFindStereoCorrespondenceBM( const CvMat* left, const CvMat* right, 406 const uchar* rptr0 = right->data.ptr + rofs; 446 // initialize the left and right borders of the disparity map 557 CvMat left, right; local 607 right = cvMat(right0->rows, right0->cols, CV_8U, state->preFilteredImg1->data.ptr); 649 icvPrefilter( right0, &right, state->preFilterSize, 662 cvGetRows( &right, &right_i, row0, row1 ) [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
bootstrap-responsive.css | 115 padding-right: 10px; 121 right: 10px; 140 padding-right: 20px; 145 margin-right: -20px; 705 padding-right: 10px; 792 .navbar .nav-collapse .nav.pull-right { 805 padding-right: 10px;
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
Blend.cpp | 141 // Corners of the left-most and right-most frames respectively in the 175 if(x3 > xRightCorners[0] || x2 > xRightCorners[1]) // If either of the right corners is higher 209 fullRect.right = (int) ceil(global_rect.rgt); // max-x 211 Mwidth = (unsigned short) (fullRect.right - fullRect.left + 1); 262 cropping_rect.right = xRightMost; 285 mosaicWidth = cropping_rect.right - cropping_rect.left + 1; 596 for (i = cropping_rect.left; i <= cropping_rect.right; i++) 604 for (i = cropping_rect.left; i <= cropping_rect.right; i++) 612 for (i = cropping_rect.left; i <= cropping_rect.right; i++) 707 for (i = cropping_rect.left; i < cropping_rect.right; i++ [all...] |
/external/chromium_org/ui/native_theme/ |
native_theme_win.cc | 567 // NOTE: these aren't right for all themes, but as close as I could get. 816 int padding = (inner_rect.right - inner_rect.left) * 4 / 13; 881 hdc, r.right()-1, r.y(), -r.width(), r.height(), SRCCOPY); [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
SemanticContext.java | 434 public abstract SemanticContext combinePredicates(SemanticContext left, SemanticContext right); 463 eST = new ST("(<left>&&<right>)"); 466 eST.add("right", operand.genExpr(generator,templates,dfa)); 479 public SemanticContext combinePredicates(SemanticContext left, SemanticContext right) { 480 return SemanticContext.and(left, right); 527 public SemanticContext combinePredicates(SemanticContext left, SemanticContext right) { 528 return SemanticContext.or(left, right);
|
/external/chromium_org/pdf/ |
draw_utils.cc | 291 for (int32_t x = draw_rc.x(); x < draw_rc.right(); x++) { 293 depth - shadow_rc.right() + x); 336 // Fill right part. 337 rc = pp::Rect(object_rc.right(), object_rc.y(), 338 shadow_rc.right() - object_rc.right(), object_rc.height());
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSBasicShapes.cpp | 322 static String buildInsetString(const String& top, const String& right, const String& bottom, const String& left, 334 bool showLeftArg = !left.isNull() && left != right; 336 bool showRightArg = !right.isNull() && (right != top || showBottomArg); 339 result.append(right);
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
VisiblePosition.cpp | 327 // Overshot to the right. 438 VisiblePosition VisiblePosition::right(bool stayInEditableContent) const function in class:blink::VisiblePosition 445 VisiblePosition right = VisiblePosition(pos, DOWNSTREAM); 446 ASSERT(right != *this); 449 return right; 452 return honorEditingBoundaryAtOrAfter(right);
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/ |
Clear11.cpp | 37 float right = 1.0f; local 45 right = std::min(right, ((scissor->x + scissor->width) / float(framebufferSize.width)) * 2.0f - 1.0f); 52 d3d11::SetPositionDepthColorVertex<T>(vertices + 2, right, bottom, depthClear, color); 53 d3d11::SetPositionDepthColorVertex<T>(vertices + 3, right, top, depthClear, color);
|
/external/chromium_org/third_party/sqlite/src/ext/fts1/ |
fts1.c | 690 DocListReader *pRight, /* Right position list */ 732 DocList *pRight, /* Doclist for the next word to the right */ 735 DocListReader left, right; local 739 readerInit(&right, pRight); 741 docidRight = nextDocid(&right); 747 docidRight = nextDocid(&right); 749 mergePosList(&left, &right, docidLeft, pOut); 751 docidRight = nextDocid(&right); 764 DocList *pRight, /* Doclist for the next word to the right */ 767 DocListReader left, right; local 801 DocListReader left, right; local 846 DocListReader left, right; local [all...] |
/external/elfutils/0.153/src/ |
ldscript.y | 321 $$->val.binary.right = $3; 327 $$->val.binary.right = $3; 333 $$->val.binary.right = $3; 339 $$->val.binary.right = $3; 345 $$->val.binary.right = $3;
|
/external/lldb/examples/synthetic/ |
gnu_libstdcpp.py | 8 # before relying on these formatters to do the right thing for your setup 375 def right(self,node): member in class:StdMapSynthProvider 391 if self.node_ptr_value(self.right(node)) != 0: 392 x = self.right(node); 406 while(self.node_ptr_value(x) == self.node_ptr_value(self.right(y))): 414 if self.node_ptr_value(self.right(x)) != self.node_ptr_value(y):
|
/external/libvorbis/doc/ |
06-floor0.tex | 127 \right. 135 \mathrm{bark}\left(\frac{\mathtt{floor0\_rate} \cdot i}{2n}\right) \cdot \frac{\mathtt{floor0\_bark\_map\_size}} {\mathrm{bark}(.5 \cdot \mathtt{floor0\_rate})} 136 \right\rfloor 176 - \mathtt{floor0\_amplitude\_offset} \right) \right)
|
/external/mksh/src/ |
exec.c | 96 /* and has no right-hand side (i.e. "varname=") */ 202 t = t->right; 217 t = t->right; 300 rv = execute(t->right, flags & XERROK, xerrok); 309 rv = !execute(t->right, XERROK, xerrok); 386 rv = execute(t->right, flags & XERROK, xerrok); 391 if (t->right == NULL) 395 execute(t->right->left, flags & XERROK, xerrok) : 396 execute(t->right->right, flags & XERROK, xerrok) [all...] |
/external/opencv/cxcore/src/ |
cxdatastructs.cpp | 2166 CvSeqReader left, right; local [all...] |
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_feature_detection.cpp | 118 movq mm3,[ebx+1] /*15 Get right*/ 613 /*Compute the Harris corner strength of the chunk [left,top,right,bottom] of img and 615 right and bottom have to be at most width-4,height-4*/ 616 inline void db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,int bottom, 618 13*(right-left+5) of allocated memory*/ 625 chunk_width=right-left+1; 657 right and bottom have to be at most width-4,height-4. The left of the region in s should 697 with (3,3) as upper left and (w-4,h-4) as lower right, positioned in the 706 int x,next_x,last,right; local 712 right=next_x-1 [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
mcomp.c | 217 unsigned int left, right, up, down, diag; local 277 CHECK_BETTER(right, tr, tc + 2); 281 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2); 315 CHECK_BETTER(right, tr, tc + 1); 319 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2); 373 int left, right, up, down, diag; local 405 /* go left then right and check error */ 421 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit); 423 if (right < bestmse) 426 bestmse = right; 684 int left, right, up, down, diag; local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
mcomp.c | 216 unsigned int left, right, up, down, diag; local 276 CHECK_BETTER(right, tr, tc + 2); 280 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2); 314 CHECK_BETTER(right, tr, tc + 1); 318 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2); 372 int left, right, up, down, diag; local 404 /* go left then right and check error */ 420 right = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit); 422 if (right < bestmse) 425 bestmse = right; 683 int left, right, up, down, diag; local [all...] |
/external/chromium_org/v8/src/mips64/ |
lithium-codegen-mips64.cc | 1503 Register right = ToRegister(right_op); local 1658 LOperand* right = instr->right(); local 1852 LOperand* right = instr->right(); local 1895 LOperand* right = instr->right(); local 1956 DoubleRegister right = ToDoubleRegister(instr->right()); local 2258 LOperand* right = instr->right(); local 2320 Register right = ToRegister(instr->right()); local [all...] |
/external/chromium_org/pdf/pdfium/ |
pdfium_engine.cc | 98 float right; member in struct:chrome_pdf::__anon14480::ClipBox 380 &clip_box->right, &clip_box->top)) { 382 &clip_box->right, &clip_box->top)) { 390 clip_box->right = rotated ? paper_height : paper_width; 395 clip_box->right *= scale_factor; 412 const float clip_box_width = source_clip_box.right - source_clip_box.left; 450 *offset_x = page_width - source_clip_box.right; 454 *offset_x = page_height - source_clip_box.right; 511 // Adobe Reader also get rid of trailing spaces right before a CRLF. 2665 int right = local [all...] |
/external/chromium_org/v8/src/x87/ |
lithium-codegen-x87.cc | 677 X87Register left, X87Register right, X87Register result) { 680 x87_stack_.Fxch(right, 1); 1770 LOperand* right = instr->right(); local 1855 LOperand* right = instr->right(); local 1902 LOperand* right = instr->right(); local 1978 LOperand* right = instr->right(); local 2161 LOperand* right = instr->right(); local 2188 LOperand* right = instr->right(); local 2270 X87Register right = ToX87Register(instr->right()); local 2293 X87Mov(Operand(esp, 1 * kDoubleSize), right); local 2537 LOperand* right = instr->right(); local 2580 Handle<Object> right = ToHandle(LConstantOperand::cast(instr->right())); local 2583 Operand right = ToOperand(instr->right()); local [all...] |
/external/chromium_org/v8/test/cctest/compiler/ |
test-run-machops.cc | 763 int32_t right; local 768 right = *j >> shift; 771 right = *j << shift; 774 right = static_cast<uint32_t>(*j) >> shift; 777 int32_t expected = ((*i + right) == 0) ? constant : 0 - constant; 849 int32_t right; local 854 right = *j >> shift; 857 right = *j << shift; 860 right = static_cast<uint32_t>(*j) >> shift; 863 int32_t expected = (*i + right) == 0 1100 int32_t right; local 1186 int32_t right; local 1725 int32_t right; local 1953 int32_t right; local 2178 int32_t right; local [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
mathml_store_rules.js | 240 '[t] "right sub"; [n] ./*[2] (pitch:-0.35); [p] (pause:200);' + 241 '[t] "right super"; [n] ./*[3] (pitch:0.35); [p] (pause:300);', 248 '[t] "right super"; [n] ./*[3] (pitch:0.35); [p] (pause:300);', 256 '[t] "right sub"; [n] ./*[2] (pitch:-0.35); [p] (pause:200);', 263 '[t] "right sub"; [n] ./*[2] (pitch:-0.35); [p] (pause:200);' + 264 '[t] "right super"; [n] ./*[3] (pitch:0.35); [p] (pause:300);', 271 '[t] "right sub"; [n] ./*[2] (pitch:-0.35); [p] (pause:200);' + 272 '[t] "right super"; [n] ./*[3] (pitch:0.35); [p] (pause:300);', 557 '[t] "right hand side"; [n] children/*[2]',
|