Searched defs:left (Results 276 - 300 of 978) sorted by relevance

<<11121314151617181920>>

/external/iproute2/tc/
H A Dem_meta.c250 unsigned long *dst, struct tcf_meta_val *left)
280 if (left) {
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);
249 parse_object(struct bstr *args, struct bstr *arg, struct tcf_meta_val *obj, unsigned long *dst, struct tcf_meta_val *left) argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DJavaExpression.java408 public static JavaExpression infix(Type type, final String operator, final JavaExpression left, argument
414 left.write(out);
/external/kernel-headers/original/uapi/drm/
H A Dqxl_drm.h98 uint32_t left; member in struct:drm_qxl_update_area
/external/kernel-headers/original/uapi/sound/
H A Dasound_fm.h60 unsigned char left; /* stereo left */ member in struct:snd_dm_fm_voice
/external/libdrm/include/drm/
H A Dqxl_drm.h98 uint32_t left; member in struct:drm_qxl_update_area
/external/libvpx/libvpx/test/
H A Dvpx_scale_test.cc82 uint8_t *left = buf - padding; local
89 memset(left, left[padding], padding);
91 left += stride;
95 left = buf - padding;
96 uint8_t *top = left - (stride * padding);
101 // The first row was already extended to the left and right. Copy it up.
103 memcpy(top, left, extend_width);
107 uint8_t *bottom = left + (crop_height * stride);
109 memcpy(bottom, left
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dintrapred8_dspr2.c15 const uint8_t *above, const uint8_t *left) {
19 "lb %[tmp1], (%[left]) \n\t"
20 "lb %[tmp2], 1(%[left]) \n\t"
21 "lb %[tmp3], 2(%[left]) \n\t"
22 "lb %[tmp4], 3(%[left]) \n\t"
23 "lb %[tmp5], 4(%[left]) \n\t"
24 "lb %[tmp6], 5(%[left]) \n\t"
25 "lb %[tmp7], 6(%[left]) \n\t"
26 "lb %[tmp8], 7(%[left]) \n\t"
65 : [left] "
14 vpx_h_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
70 vpx_dc_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
153 vpx_tm_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c673 int left; member in struct:str_dump_ctx
681 if(sctx->left > 1) {
685 written = util_vsnprintf(sctx->ptr, sctx->left, format, ap);
692 written = MIN2(sctx->left, written);
694 sctx->left -= written;
723 ctx.left = (int)size;
/external/mesa3d/src/mesa/main/
H A Dmatrix.c52 * \param left left clipping plane coordinate.
66 _mesa_Frustum( GLdouble left, GLdouble right, argument
76 left == right ||
84 (GLfloat) left, (GLfloat) right,
94 * \param left left clipping plane coordinate.
108 _mesa_Ortho( GLdouble left, GLdouble right, argument
117 left, right, bottom, top, nearval, farval);
119 if (left
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DTextSampleEntry.java223 int left; field in class:TextSampleEntry.BoxRecord
229 left = IsoTypeReader.readUInt16(in);
236 IsoTypeWriter.writeUInt16(bb, left);
/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
198 left = l;
200 /* compute center point of the left hand */
201 hand_left = vmin + left * 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;
490 if( bin_counts[l] > low_count && left == -1 )
491 left
[all...]
/external/opencv3/3rdparty/libwebp/dec/
H A Dtree.c341 uint8_t* const left = dec->intra_l_; local
350 memset(left, ymode, 4 * sizeof(left[0]));
355 int ymode = left[y];
381 left[y] = ymode;
/external/opencv3/3rdparty/libwebp/enc/
H A Dwebpenc.c88 uint8_t* const left = enc->preds_ - 1; local
93 left[i * enc->preds_w_] = B_DC_PRED;
182 16 + 16 + 16 + 8 + 1 + // left y/u/v
194 + samples_size // top/left samples
/external/opencv3/3rdparty/libwebp/utils/
H A Drescaler.c79 int left = src[channel], right = src[channel]; local
82 left = right;
87 wrk->frow[x_out] = right * wrk->x_add + (left - right) * accum;
/external/opencv3/3rdparty/zlib/
H A Dinflate.c462 left = strm->avail_out; \
473 strm->avail_out = left; \
551 input left to load n bits into the accumulator, or it continues. BITS(n)
564 state information is maintained to continue the loop where it left off
612 unsigned have, left; /* available input and output */ local
636 out = left;
884 if (copy > left) copy = left;
889 left -= copy;
1022 if (have >= 6 && left >
[all...]
/external/opencv3/modules/flann/include/opencv2/flann/
H A Dlsh_index.h231 bool operator()(const ScoreIndexPair& left, const ScoreIndexPair& right) const argument
233 return left.second < right.second;
/external/opencv3/modules/java/src/
H A Dcalib3d+StereoMatcher.java23 // C++: void compute(Mat left, Mat right, Mat& disparity)
26 //javadoc: StereoMatcher::compute(left, right, disparity)
27 public void compute(Mat left, Mat right, Mat disparity) argument
30 compute_0(nativeObj, left.nativeObj, right.nativeObj, disparity.nativeObj);
211 // C++: void compute(Mat left, Mat right, Mat& disparity)
/external/opencv3/modules/objdetect/src/
H A Dcascadedetect_convert.cpp95 f = left = right = 0;
98 int f, left, right; member in struct:cv::haar_cvt::HaarClassifierNode
175 node.left = -(int)weak.leaves.size();
180 node.left = (int)nnode[ICV_HAAR_LEFT_NODE_NAME];
231 newfs << c.nodes[k].left << c.nodes[k].right
/external/opencv3/modules/viz/src/
H A Dtypes.cpp126 double left = near * (proj(0,2)-1) / proj(0,0); local
127 double right = 2.0 * near / proj(0,0) + left;
133 principal_point_[0] = fabs(left-right) < epsilon ? window_size.width * 0.5 : (left * window_size.width) / (left - right);
136 focal_[0] = -near * principal_point_[0] / left;
183 double left = -clip_[0] * principal_point_[0] / focal_[0]; local
188 double temp2 = 1.0 / (right - left);
195 proj(0,2) = (right + left) * temp2;
/external/pdfium/core/src/fdrm/crypto/
H A Dfx_crypt.cpp195 FX_DWORD left, fill; local
199 left = (ctx->total[0] >> 3) & 0x3F;
200 fill = 64 - left;
205 if (left && length >= fill) {
206 FXSYS_memcpy((void*)(ctx->buffer + left), (void*)input, fill);
210 left = 0;
218 FXSYS_memcpy((void*)(ctx->buffer + left), (void*)input, length);
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_gif.cpp56 int32_t left,
70 p->child_ptr, cur_pos, FX_RECT(left, top, left + width, top + height),
153 p->gif_ptr->img_ptr_arr_ptr->GetAt(frame_num)->image_info_ptr->left;
54 _gif_get_record_position(gif_decompress_struct_p gif_ptr, FX_DWORD cur_pos, int32_t left, int32_t top, int32_t width, int32_t height, int32_t pal_num, void* pal_ptr, int32_t delay_time, FX_BOOL user_input, int32_t trans_index, int32_t disposal_method, FX_BOOL interlace) argument
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_path.cpp13 m_Box.left = m_Box.top = 0;
67 for (int col = m_Box.left; col < m_Box.right; col++) {
68 dest_scan[col - m_Box.left] = src_scan[col - mask_rect.left];
72 void CFX_ClipRgn::IntersectMaskF(int left, int top, CFX_DIBitmapRef Mask) { argument
75 FX_RECT mask_box(left, top, left + mask_dib->GetWidth(),
104 for (int col = new_box.left; col < new_box.right; col++) {
105 new_scan[col - new_box.left] =
106 old_scan[col - m_Box.left] * mask_sca
[all...]
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_dib.cpp283 void CFX_WindowsDIB::LoadFromDevice(HDC hDC, int left, int top) { argument
284 ::BitBlt(m_hMemDC, 0, 0, m_Width, m_Height, hDC, left, top, SRCCOPY);
286 void CFX_WindowsDIB::SetToDevice(HDC hDC, int left, int top) { argument
287 ::BitBlt(hDC, left, top, m_Width, m_Height, m_hMemDC, 0, 0, SRCCOPY);
/external/pdfium/fpdfsdk/src/
H A Dfpdf_transformpage.cpp15 float left,
21 pBoundingBoxArray->Add(new CPDF_Number(left));
30 float* left,
39 *left = pArray->GetFloat(0);
49 float left,
57 SetBoundingBox(pPage, "MediaBox", left, bottom, right, top);
61 float left,
69 SetBoundingBox(pPage, "CropBox", left, bottom, right, top);
73 float* left,
78 return pPage && GetBoundingBox(pPage, "MediaBox", left, botto
13 SetBoundingBox(CPDF_Page* page, const CFX_ByteStringC& key, float left, float bottom, float right, float top) argument
28 GetBoundingBox(CPDF_Page* page, const CFX_ByteStringC& key, float* left, float* bottom, float* right, float* top) argument
48 FPDFPage_SetMediaBox(FPDF_PAGE page, float left, float bottom, float right, float top) argument
60 FPDFPage_SetCropBox(FPDF_PAGE page, float left, float bottom, float right, float top) argument
72 FPDFPage_GetMediaBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top) argument
81 FPDFPage_GetCropBox(FPDF_PAGE page, float* left, float* bottom, float* right, float* top) argument
208 FPDF_CreateClipPath(float left, float bottom, float right, float top) argument
[all...]
H A Dfpdftext.cpp78 double* left,
90 *left = charinfo.m_CharBox.left;
142 double* left,
150 textpage->GetRect(rect_index, rect.left, rect.top, rect.right, rect.bottom);
151 *left = rect.left;
158 double left,
167 CFX_FloatRect rect((FX_FLOAT)left, (FX_FLOAT)bottom, (FX_FLOAT)right,
280 double* left,
76 FPDFText_GetCharBox(FPDF_TEXTPAGE text_page, int index, double* left, double* right, double* bottom, double* top) argument
140 FPDFText_GetRect(FPDF_TEXTPAGE text_page, int rect_index, double* left, double* top, double* right, double* bottom) argument
157 FPDFText_GetBoundedText(FPDF_TEXTPAGE text_page, double left, double top, double right, double bottom, unsigned short* buffer, int buflen) argument
277 FPDFLink_GetRect(FPDF_PAGELINK link_page, int link_index, int rect_index, double* left, double* top, double* right, double* bottom) argument
[all...]

Completed in 1469 milliseconds

<<11121314151617181920>>