Searched defs:cr (Results 76 - 100 of 160) sorted by relevance

1234567

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetSCSU.java231 CoderResult cr; field in class:CharsetSCSU.CharsetDecoderSCSU
253 cr = CoderResult.UNDERFLOW;
287 return cr;
329 cr = CoderResult.OVERFLOW;
361 cr = CoderResult.OVERFLOW;
402 cr = CoderResult.malformedForLength(1);
460 cr = CoderResult.OVERFLOW;
513 cr = CoderResult.OVERFLOW;
553 cr = CoderResult.malformedForLength(1);
583 if(cr
642 CoderResult cr; field in class:CharsetSCSU.CharsetEncoderSCSU
[all...]
H A DCharsetMBCS.java1641 CoderResult cr = CoderResult.UNDERFLOW;
1662 cr = writeToU(value[0], target, offsets, srcIndex);
1704 cr = CoderResult.unmappableForLength(preToUFirstLength);
1706 return cr;
1839 CoderResult cr = CoderResult.UNDERFLOW;
1867 cr = CoderResult.OVERFLOW;
1870 return cr;
1878 boolean flush, CoderResult[] cr) {
1882 && initialMatchToU(length, source, target, offsets, sourceIndex, flush, cr)) {
1897 cr[
1877 toU(int length, ByteBuffer source, CharBuffer target, IntBuffer offsets, int sourceIndex, boolean flush, CoderResult[] cr) argument
1918 initialMatchToU(int firstLength, ByteBuffer source, CharBuffer target, IntBuffer offsets, int srcIndex, boolean flush, CoderResult[] cr) argument
3882 fromU(int cp, CharBuffer source, ByteBuffer target, IntBuffer offsets, int sourceIndex, int length, boolean flush, CoderResult[] cr) argument
3934 initialMatchFromU(int cp, CharBuffer source, ByteBuffer target, IntBuffer offsets, int srcIndex, boolean flush, CoderResult[] cr) argument
4501 getTrailSingleBMP(CharBuffer source, SideEffectsSingleBMP x, CoderResult[] cr) argument
4542 getTrail(CharBuffer source, ByteBuffer target, int uniMask, SideEffects x, boolean flush, CoderResult[] cr) argument
4575 unassigned(CharBuffer source, ByteBuffer target, IntBuffer offsets, SideEffects x, boolean flush, CoderResult[] cr) argument
4616 getTrailDouble(CharBuffer source, ByteBuffer target, int uniMask, SideEffectsDouble x, boolean flush, CoderResult[] cr) argument
4648 unassignedDouble(CharBuffer source, ByteBuffer target, SideEffectsDouble x, boolean flush, CoderResult[] cr) argument
[all...]
/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp144 int cr,
150 cr -= offset;
151 r = y + (int)(1.402 * (float)cr);
158 g = y - (int)(0.344 * (float)cb + 0.714 * (float)cr);
189 const int* cr = img->comps[2].data; local
190 if (!y || !cb || !cr)
200 sycc_to_rgb(offset, upb, *y, *cb, *cr, r, g, b);
203 ++cr;
250 const int* cr = img->comps[2].data; local
251 if (!y || !cb || !cr)
140 sycc_to_rgb(int offset, int upb, int y, int cb, int cr, int* out_r, int* out_g, int* out_b) argument
330 const int* cr = img->comps[2].data; local
[all...]
/external/python/cpython2/Objects/
H A Dcomplexobject.c1139 Py_complex cr, ci; local
1210 cr = ((PyComplexObject*)r)->cval;
1234 cr.real = PyFloat_AsDouble(tmp);
1235 cr.imag = 0.0; /* Shut up compiler warning */
1255 parts are real numbers, so that ci.imag and cr.imag are zero.
1259 cr.real -= ci.imag;
1262 ci.real += cr.imag;
1264 return complex_subtype_from_doubles(type, cr.real, ci.real);
/external/bison/lib/
H A Dvasnprintf.c725 mp_limb_t cr; local
742 cr = (mp_limb_t) carry;
744 /* Subtract cr from r_ptr[j + b_len], then forget about
746 if (cr > r_ptr[j + b_len])
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h238 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr) argument
239 : GlobalsSpaceRegion(mgr, StaticGlobalSpaceRegionKind), CR(cr) {}
/external/dnsmasq/src/
H A Doption.c463 static char unhide_meta(char cr) argument
465 unsigned int c = cr;
468 cr = meta[c];
470 return cr;
/external/fio/
H A Dgclient.c901 cairo_t *cr; local
903 cr = gdk_cairo_create(gtk_widget_get_window(w));
910 cairo_set_source_rgb(cr, 0, 0, 0);
911 bar_graph_draw(g, cr);
912 cairo_destroy(cr);
H A Dgfio.c334 static void draw_graph(struct graph *g, cairo_t *cr) argument
336 line_graph_draw(g, cr);
337 cairo_stroke(cr);
363 cairo_t *cr; local
365 cr = gdk_cairo_create(gtk_widget_get_window(w));
373 cairo_set_source_rgb(cr, 0, 0, 0);
374 draw_graph(g->iops_graph, cr);
375 draw_graph(g->bandwidth_graph, cr);
376 cairo_destroy(cr);
H A Dgraph.c237 static void draw_bars(struct graph *bg, cairo_t *cr, struct graph_label *lb, argument
248 cairo_stroke(cr);
259 cairo_move_to(cr, x1, y1);
260 cairo_line_to(cr, x1, y2);
261 cairo_line_to(cr, x2, y2);
262 cairo_line_to(cr, x2, y1);
263 cairo_close_path(cr);
264 cairo_fill(cr);
265 cairo_stroke(cr);
270 static void graph_draw_common(struct graph *g, cairo_t *cr, doubl argument
313 graph_draw_x_ticks(struct graph *g, cairo_t *cr, double x1, double y1, double x2, double y2, double minx, double maxx, int nticks, int add_tm_text) argument
369 graph_draw_y_ticks(struct graph *g, cairo_t *cr, double x1, double y1, double x2, double y2, double miny, double maxy, int nticks, int add_tm_text) argument
436 bar_graph_draw(struct graph *bg, cairo_t *cr) argument
527 line_graph_draw(struct graph *g, cairo_t *cr) argument
[all...]
/external/libevent/
H A Dbuffer.c1335 char *s_end, *cr, *lf; local
1339 cr = memchr(s, '\r', chunk);
1341 if (cr) {
1342 if (lf && lf < cr)
1344 return cr;
/external/libvncserver/libvncclient/
H A Drfbproto.c1959 rfbCopyRect cr; local
1961 if (!ReadFromRFBServer(client, (char *)&cr, sz_rfbCopyRect))
1964 cr.srcX = rfbClientSwap16IfLE(cr.srcX);
1965 cr.srcY = rfbClientSwap16IfLE(cr.srcY);
1971 cr.srcX, cr.srcY, rect.r.w, rect.r.h);
1974 client->GotCopyRect(client, cr.srcX, cr
[all...]
/external/libvncserver/libvncserver/
H A Drfbserver.c3186 rfbCopyRect cr; local
3216 cr.srcX = Swap16IfLE(x - dx);
3217 cr.srcY = Swap16IfLE(y - dy);
3219 memcpy(&cl->updateBuf[cl->ublen], (char *)&cr, sz_rfbCopyRect);
/external/libvpx/libvpx/vp8/encoder/
H A Dpickinter.c60 static int evaluate_skin_color_difference(int cb, int cr, int idx) { argument
62 const int cr_q6 = cr << 6;
79 static int is_skin_color(int y, int cb, int cr, int consec_zeromv) { argument
84 return (evaluate_skin_color_difference(cb, cr, 0) < skin_threshold[0]);
90 if (cb == 128 && cr == 128) return 0;
92 if (cb > 150 && cr < 110) return 0;
94 int skin_color_diff = evaluate_skin_color_difference(cb, cr, i);
774 const int cr = (x->src.v_buffer[3 * x->src.uv_stride + 3] + local
782 x->is_skin = is_skin_color(y, cb, cr, cpi->consec_zero_last[block_index]);
/external/opencv/cv/src/
H A Dcvcolor.cpp632 int cb = cscGb, cr = cscGr; local
638 cb = cscGr, cr = cscGb;
643 src[1]*cscGg + src[2]*cr), csc_shift);
655 float cb = cscGb_32f, cr = cscGr_32f; local
657 cb = cscGr_32f, cr = cscGb_32f;
664 dst[i] = src[0]*cb + src[1]*cscGg_32f + src[2]*cr;
/external/opencv/cvaux/src/
H A Dcvvecfacetracking.cpp313 CvTrackingRect cr; local
316 cr.r = cvContourBoundingRect(external);
317 Move(cr.r, roi.x, roi.y);
318 if (RectInRect(cr.r, m_rROI) && cr.r.width > dMinSize && cr.r.height > dMinSize)
320 cr.ptCenter = Center(cr.r);
321 cr.iColor = colors[i];
322 cvSeqPush(m_seqRects, &cr);
[all...]
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp306 int cb = ((uchar*)color)[0], cg = ((uchar*)color)[1], cr = ((uchar*)color)[2]; local
411 _cr += ((cr - _cr)*a + 127)>> 8;\
570 int cr = ((uchar*)color)[2]; local
638 tptr[2] = (uchar)cr; \
/external/openssh/
H A Dclientloop.c807 struct channel_reply_ctx *cr = (struct channel_reply_ctx *)ctx; local
815 if (cr->action == CONFIRM_TTY &&
818 cr->action = CONFIRM_CLOSE;
826 cr->request_type, c->self);
830 "%s request failed\r\n", cr->request_type);
834 cr->request_type, c->self);
837 if (cr->action == CONFIRM_CLOSE && c->self == session_ident)
848 if (cr->action == CONFIRM_TTY) {
857 } else if (cr->action == CONFIRM_CLOSE) {
862 free(cr);
875 struct channel_reply_ctx *cr = xcalloc(1, sizeof(*cr)); local
[all...]
/external/skia/src/core/
H A DSkDraw.cpp1434 const SkIRect& cr = clipper.rect(); local
1436 this->blitMask(mask, cr);
1637 const SkIRect& cr = fRC->getBounds(); local
1641 SkASSERT(cr.isEmpty() || br.contains(cr));
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegisterCoalescer.cpp1685 unsigned cr = RHS.second->pred_size() + RHS.second->succ_size(); local
1686 if (cl != cr)
1687 return cl > cr;
/external/v8/src/compiler/ppc/
H A Dcode-generator-ppc.cc399 const CRegister cr = cr0; \
402 __ cmpl_instr(i.InputRegister(0), i.InputRegister(1), cr); \
404 __ cmp_instr(i.InputRegister(0), i.InputRegister(1), cr); \
408 __ cmpl_instr##i(i.InputRegister(0), i.InputImmediate(1), cr); \
410 __ cmp_instr##i(i.InputRegister(0), i.InputImmediate(1), cr); \
419 const CRegister cr = cr0; \
420 __ cmp_instr(i.InputDoubleRegister(0), i.InputDoubleRegister(1), cr); \
1761 CRegister cr = cr7; local
1763 cr, static_cast<CRBit>(VXCVI % CRWIDTH));
1764 __ mcrfs(cr, VXCV
1788 CRegister cr = cr7; local
1996 CRegister cr = cr0; local
2081 CRegister cr = cr0; local
2103 CRegister cr = cr0; local
2140 __ isel(NegateCondition(cond), reg, r0, reg, cr); local
2148 __ b(NegateCondition(cond), &done, cr); local
[all...]
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc623 Label* fall_through, CRegister cr) {
625 __ b(cond, if_true, cr);
627 __ b(NegateCondition(cond), if_false, cr); local
629 __ b(cond, if_true, cr);
622 Split(Condition cond, Label* if_true, Label* if_false, Label* fall_through, CRegister cr) argument
/external/vixl/src/aarch64/
H A Ddisasm-aarch64.cc4858 int cr = -1; local
4861 cr = instr->GetCRn();
4864 cr = instr->GetCRm();
4869 AppendToOutput("C%d", cr);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwps_supplicant.c2552 int ndef, int cr, const char *uuid)
2555 if (!cr)
2551 wpas_wps_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef, int cr, const char *uuid) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c550 CYCLIC_REFRESH *const cr = cpi->cyclic_refresh; local
565 cr->apply_cyclic_refresh &&

Completed in 1051 milliseconds

1234567