Searched defs:right (Results 351 - 375 of 879) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/i18n/
H A Drbt_rule.cpp53 * @param anchorEnd TRUE if the rule is anchored on the right to the
264 * right. The characters of r1 must equal (or be a superset
294 int32_t right = len - left; local
302 if (left == left2 && right == right2 &&
312 (right < right2 ||
313 (right == right2 && keyLength <= r2.keyLength)) &&
H A Duspoof_conf.cpp108 static int8_t U_CALLCONV SPUStringCompare(UHashTok left, UHashTok right) { argument
112 static_cast<SPUString *>(right.pointer));
/external/icu/icu4c/source/io/
H A Dufmt_cmn.c72 UChar *left, *right, temp; local
89 right = buffer + length;
90 while(left < --right) {
92 *left++ = *right;
93 *right = temp;
/external/icu/icu4c/source/test/cintltst/
H A Dnfsprep.c153 int left, middle, right,rc; local
156 right= sortedArrLen-1;
158 while(left <= right){
159 middle = (left+right)/2;
165 right = middle -1;
/external/iproute2/tc/
H A Dem_meta.c281 struct tcf_meta_val *right = obj; local
283 if (TCF_META_TYPE(right->kind) == TCF_META_TYPE(left->kind))
286 if (can_adopt(left) && !can_adopt(right)) {
287 if (is_compatible(left, right))
288 left->kind = overwrite_type(left, right);
291 } else if (can_adopt(right) && !can_adopt(left)) {
292 if (is_compatible(right, left))
293 right->kind = overwrite_type(right, left);
296 } else if (can_adopt(left) && can_adopt(right)) {
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DJavaExpression.java409 final JavaExpression right) {
416 right.write(out);
408 infix(Type type, final String operator, final JavaExpression left, final JavaExpression right) argument
/external/kernel-headers/original/uapi/drm/
H A Dqxl_drm.h100 uint32_t right; member in struct:drm_qxl_update_area
/external/kernel-headers/original/uapi/sound/
H A Dasound_fm.h61 unsigned char right; /* stereo right */ member in struct:snd_dm_fm_voice
/external/lldb/examples/synthetic/
H A Dlibcxx.py295 # we need to make a copy of __value__ with the right name - unfortunate
366 right = property(_right_impl,None) variable in class:stdmap_iterator_node
392 while (not x.right.is_null):
393 x = x.right
406 if not node.right.is_null:
407 return self.tree_min(node.right)
/external/lldb/source/DataFormatters/
H A DLibCxxMap.cpp45 right () function in class:MapEntry
184 MapEntry right(x.right());
186 while (right.null() == false)
188 if (right.error())
190 x.SetEntry(right.GetEntry());
191 right.SetEntry(x.right());
216 MapEntry right(node.right());
[all...]
/external/lzma/CPP/Common/
H A DMyVector.h81 int FindInSorted(const T& item, int left, int right) const
83 while (left != right)
85 int mid = (left + right) / 2;
90 right = mid;
99 int left = 0, right = Size(); local
100 while (left != right)
102 int mid = (left + right) / 2;
107 right = mid;
116 int left = 0, right = Size(); local
117 while (left != right)
223 int left = 0, right = Size(); local
239 int left = 0, right = Size(); local
[all...]
/external/mesa3d/src/mesa/main/
H A Dmatrix.c53 * \param right right clipping plane coordinate.
66 _mesa_Frustum( GLdouble left, GLdouble right, argument
76 left == right ||
84 (GLfloat) left, (GLfloat) right,
95 * \param right right clipping plane coordinate.
108 _mesa_Ortho( GLdouble left, GLdouble right, argument
117 left, right, bottom, top, nearval, farval);
119 if (left == right ||
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DTextSampleEntry.java225 int right; field in class:TextSampleEntry.BoxRecord
231 right = IsoTypeReader.readUInt16(in);
238 IsoTypeWriter.writeUInt16(bb, right);
/external/opencv/cvaux/src/
H A Dcvfindhandregion.cpp49 flag = 0 (use left bucket) flag = 1 (use right bucket)
67 int nbins = 20, i, l, i_point, left, right; local
213 right = l;
215 /* compute center point of the right hand */
216 hand_right = vmax - (nbins - right - 1) * bsize;
264 flag = 0 (use left bucket) flag = 1 (use right bucket)
286 int nbins = 20, i, l, i_point, left, right, jmin, jmax, jl; local
485 left = right = -1;
493 right = l;
498 if( left == -1 && right
[all...]
/external/oprofile/libregex/
H A Dop_regex.cpp289 string right = line; local
290 right_rule.execute(right);
291 if (right == line) {
295 regex.add_pattern(left, right);
/external/pdfium/fpdfsdk/src/
H A Dfpdf_transformpage.cpp10 DLLEXPORT void STDCALL FPDFPage_SetMediaBox(FPDF_PAGE page, float left, float bottom, float right, float top) argument
19 pMediaBoxArray->Add(FX_NEW CPDF_Number(FX_FLOAT(right)));
26 DLLEXPORT void STDCALL FPDFPage_SetCropBox(FPDF_PAGE page, float left, float bottom, float right, float top) argument
35 pCropBoxArray->Add(FX_NEW CPDF_Number(FX_FLOAT(right)));
43 DLLEXPORT FX_BOOL STDCALL FPDFPage_GetMediaBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top) argument
54 *right = pArray->GetFloat(2);
61 DLLEXPORT FPDF_BOOL STDCALL FPDFPage_GetCropBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top) argument
72 *right = pArray->GetFloat(2);
86 CFX_FloatRect rect(clipRect->left, clipRect->bottom, clipRect->right, clipRect->top);
203 DLLEXPORT FPDF_CLIPPATH STDCALL FPDF_CreateClipPath(float left, float bottom, float right, floa argument
[all...]
H A Dfpdftext.cpp73 double* right, double* bottom, double* top)
82 *right=charinfo.m_CharBox.right;
121 double* right, double* bottom)
126 textpage->GetRect(rect_index,rect.left,rect.top,rect.right,rect.bottom);
129 *right=rect.right;
134 double right, double bottom,unsigned short* buffer,int buflen)
138 CFX_FloatRect rect((FX_FLOAT)left,(FX_FLOAT)bottom,(FX_FLOAT)right,(FX_FLOAT)top);
258 double* top,double* right, doubl
72 FPDFText_GetCharBox(FPDF_TEXTPAGE text_page, int index,double* left, double* right, double* bottom, double* top) argument
120 FPDFText_GetRect(FPDF_TEXTPAGE text_page,int rect_index, double* left,double* top, double* right, double* bottom) argument
133 FPDFText_GetBoundedText(FPDF_TEXTPAGE text_page,double left, double top, double right, double bottom,unsigned short* buffer,int buflen) argument
257 FPDFLink_GetRect(FPDF_PAGELINK link_page,int link_index, int rect_index, double* left, double* top,double* right, double* bottom) argument
[all...]
/external/qemu/android/
H A Dmultitouch-screen.c216 /* Make sure that the right slot is selected. */
287 /* "right" and "bottom" coordinates of the current update. */
288 int right = mts_state->fb_header.x + mts_state->fb_header.w; local
291 /* "right" and "bottom" coordinates of the new update. */
302 if (right < new_right) {
303 right = new_right;
308 mts_state->fb_header.w = right - mts_state->fb_header.x;
/external/qemu/ui/
H A Dd3des.c324 register unsigned long fval, work, right, leftt; local
328 right = block[1];
329 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL;
330 right ^= work;
332 work = ((leftt >> 16) ^ right) & 0x0000ffffL;
333 right ^= work;
335 work = ((right >> 2) ^ leftt) & 0x33333333L;
337 right ^= (work << 2);
338 work = ((right >> 8) ^ leftt) & 0x00ff00ffL;
340 right
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DBackgroundCollisionComponent.java144 final int right = left + mWidth;
170 right, centerOffsetY, mHorizontalHitPoint, mHorizontalHitNormal,
181 right, centerOffsetY, mHorizontalHitPoint, mHorizontalHitNormal,
193 } else if (mCurrentPosition.x + right > level.getLevelWidth()) {
194 mCurrentPosition.x = (level.getLevelWidth() - right - 1);
251 float xEnd = right;
253 xStart = right;
276 mCurrentPosition.x = (mHorizontalHitPoint.x - right);
325 int left, int right, float centerY, Vector2 hitPoint, Vector2 hitNormal,
331 // Shoot a ray from the center of the previous frame's box to the edge (left or right,
324 sweepHorizontal(Vector2 previousPosition, Vector2 currentPosition, Vector2 delta, int left, int right, float centerY, Vector2 hitPoint, Vector2 hitNormal, GameObject parentObject) argument
[all...]
H A DInputGameInterface.java119 final InputButton right = keys[mRightKeyCode];
121 final float rightPressedTime = right.getLastPressedTime();
179 // left and right are mutually exclusive
184 xMagnitude = right.getMagnitude() * KEY_FILTER * mMovementSensitivity;
248 // This doesn't seem like exactly the right place to write to the HUD, but on the other hand,
293 public void setKeys(int left, int right, int jump, int attack) { argument
295 mRightKeyCode = right;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDrawable.java85 public void setBounds(int left, int top, int right, int bottom) { argument
86 bounds = new Rect(left, top, right, bottom);
/external/skia/experimental/Intersection/
H A DLineCubicIntersection.cpp125 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { argument
126 addHorizontalEndPoints(left, right, axisIntercept);
133 double lineT = (pt.x - left) / (right - left);
183 void addHorizontalEndPoints(double left, double right, double y) argument
192 if (cubic[cIndex].x == right) {
259 int horizontalIntersect(const Cubic& cubic, double left, double right, double y, argument
268 if (x < left || x > right) {
276 int horizontalIntersect(const Cubic& cubic, double left, double right, double y, argument
279 return c.horizontalIntersect(y, left, right, flipped);
H A DLineIntersection.cpp150 // left * dy <= xIntercept * dy <= right * dy
151 // thus: left * dy <= (line[1].x - line[0].x) * (y - line[0].y) <= right * dy
154 int horizontalLineIntersect(const _Line& line, double left, double right, argument
162 if (xIntercept > right || xIntercept < left) {
168 int horizontalIntersect(const _Line& line, double left, double right, argument
177 if (xIntercept > right || xIntercept < left) {
180 intersections.fT[1][0] = (xIntercept - left) / (right - left);
191 double overlapR = SkTMin(right, lineR);
199 intersections.fT[1][0] = (overlapL - left) / (right - left);
202 intersections.fT[1][1] = (overlapR - left) / (right
[all...]
H A DLineQuadraticIntersection.cpp111 A = line[1].x - line[0].x (adjacent side of the right triangle)
112 O = line[1].y - line[0].y (opposite side of the right triangle)
156 int horizontalIntersect(double axisIntercept, double left, double right, bool flipped) { argument
157 addHorizontalEndPoints(left, right, axisIntercept);
164 double lineT = (pt.x - left) / (right - left);
218 void addHorizontalEndPoints(double left, double right, double y) argument
227 if (quad[qIndex].x == right) {
332 int horizontalIntersect(const Quadratic& quad, double left, double right, argument
341 if (x < left || x > right) {
349 int horizontalIntersect(const Quadratic& quad, double left, double right, doubl argument
[all...]

Completed in 655 milliseconds

<<11121314151617181920>>