Searched defs:rc (Results 251 - 275 of 452) sorted by relevance

<<111213141516171819

/external/libvncserver/x11vnc/
H A Dwin_utils.c71 int rc; local
86 rc = XQueryTree_wr(dpy, win, &r, &parent, &list, &nchild);
89 if (! rc || trapped_xerror) {
209 int num, rc, i, j; local
244 num = rc = i = j = 0; /* compiler warnings */
253 rc = XQueryTree_wr(dpy, rootwin, &r, &w, &list, &ui);
256 if (! rc) {
615 int rc, dx = 0, dy = 0, dw = 0, dh = 0; local
688 rc = XRaiseWindow(dpy, win);
689 rfbLog("id_cmd:%s rc
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c189 int rc; local
241 rc = vp8_default_zig_zag1d[i];
242 x = qcoeff_ptr[rc];
273 dx = dqcoeff_ptr[rc] - coeff_ptr[rc];
285 if((abs(x)*dequant_ptr[rc]>abs(coeff_ptr[rc])) &&
286 (abs(x)*dequant_ptr[rc]<abs(coeff_ptr[rc])+dequant_ptr[rc]))
442 int rc = vp8_default_zig_zag1d[i]; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c92 const RATE_CONTROL *rc) {
104 if (rc->avg_frame_bandwidth < factor * number_blocks ||
145 const RATE_CONTROL *const rc = &cpi->rc; local
146 int deltaq = vp9_compute_qdelta_by_rate(rc, cpi->common.frame_type,
299 RATE_CONTROL *const rc = &cpi->rc; local
305 rc->baseline_gf_interval = 4 * (100 / cr->percent_refresh);
307 rc->baseline_gf_interval = 40;
322 RATE_CONTROL *const rc local
91 apply_cyclic_refresh_bitrate(const VP9_COMMON *cm, const RATE_CONTROL *rc) argument
456 const RATE_CONTROL *const rc = &cpi->rc; local
486 const RATE_CONTROL *const rc = &cpi->rc; local
[all...]
H A Dvp9_dct.c656 const int rc = scan[i]; local
657 const int coeff = coeff_ptr[rc];
661 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX);
662 tmp = (tmp * quant_ptr[rc != 0]) >> 16;
664 qcoeff_ptr[rc] = (tmp ^ coeff_sign) - coeff_sign;
665 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0];
H A Dvp9_encodemb.c144 const int rc = scan[i]; local
145 int x = qcoeff[rc];
168 dx = mul * (dqcoeff[rc] - coeff[rc]);
186 if ((abs(x) * dequant_ptr[rc != 0] > abs(coeff[rc]) * mul) &&
187 (abs(x) * dequant_ptr[rc != 0] < abs(coeff[rc]) * mul +
188 dequant_ptr[rc != 0]))
232 dx -= ((dequant_ptr[rc !
289 const int rc = scan[i]; local
[all...]
H A Dvp9_temporal_filter.c620 cpi->rc.avg_frame_qindex[INTER_FRAME], cpi->common.bit_depth));
623 cpi->rc.avg_frame_qindex[KEY_FRAME], cpi->common.bit_depth));
656 RATE_CONTROL *const rc = &cpi->rc; local
668 adjust_arnr_filter(cpi, distance, rc->gfu_boost, &frames_to_blur, &strength);
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-record.c125 int rc = 0; local
140 rc = -1;
150 rc = -1;
158 return rc;
201 int rc = 0; local
214 rc = -errno;
225 rc = -1;
236 rc = -errno;
240 rc = -EINVAL;
243 rc
327 int rc = 0; local
[all...]
/external/ltrace/
H A Dlens_default.c308 int rc = value_equal(value, *old, arguments); local
309 if (rc < 0)
311 if (rc > 0) {
H A Doutput.c398 int rc; local
407 rc = fetch_param_pack(type, proc, context, arguments,
410 return rc;
733 int rc = unw_get_reg(&cursor, UNW_REG_IP, local
735 if (rc < 0) {
737 unw_strerror(rc));
759 rc = unw_get_proc_name(&cursor, fn_name,
762 if (rc == 0 || rc == -UNW_ENOMEM)
H A Dproc.c466 int rc = proc_find_symbol(retp, libfunc, local
468 assert(rc == 0);
1046 int rc = DICT_ERASE(proc->breakpoints, &bp->addr, struct breakpoint *, local
1048 assert(rc == 0);
H A Dprototype.c666 int rc = DICT_INSERT(&cache->protolibs, &filename, &plib); local
667 if (rc < 0 && own_filename)
669 if (rc == 0 && plib != NULL)
671 return rc;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs-ant.jar ... .ant.BuildException be String execReturnCodeIdentifier String returnProperty int rc protected abstract void configureFindbugsEngine () protected abstract void beforeExecuteJavaProcess () protected void ...
/external/pcre/dist/
H A Dpcrecpp.cc533 int rc = pcre_exec(re, // The regular expression object local
543 if (rc == PCRE_ERROR_NOMATCH) {
545 } else if (rc < 0) {
549 } else if (rc == 0) {
554 rc = vecsize / 2;
557 return rc;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsnamed.c187 cmsBool rc; local
199 rc = AddMLUBlock(mlu, len * sizeof(wchar_t), WStr, Lang, Cntry);
202 return rc;
H A Dcmsplugin.c498 cmsBool rc; local
508 rc = io ->Write(io, len, Buffer);
512 return rc;
/external/pdfium/fpdfsdk/src/
H A Dfpdf_flatten.cpp54 CPDF_Rect rc; local
55 rc.left = pPageObject->m_Left;
56 rc.right = pPageObject->m_Right;
57 rc.bottom = pPageObject->m_Bottom;
58 rc.top = pPageObject->m_Top;
60 if (IsValiableRect(rc, pDict->GetRect("MediaBox")))
62 pRectArray->Add(rc);
/external/ppp/pppd/
H A Dipv6cp.c909 int rc = CONFACK; /* Final packet return code */ local
1022 rc != CONFACK) /* but prior CI wasnt? */
1029 if (rc == CONFREJ) /* Rejecting prior CI? */
1031 if (rc == CONFACK) { /* Ack'd all prior CIs? */
1032 rc = CONFNAK; /* Not anymore... */
1039 rc != CONFREJ) { /* but no prior ones? */
1040 rc = CONFREJ;
1059 if (rc != CONFREJ && !ho->neg_ifaceid &&
1061 if (rc == CONFACK) {
1062 rc
[all...]
/external/regex-re2/util/
H A Dpcre.cc495 int rc = pcre_exec(re, // The regular expression object local
505 if (rc == 0) {
510 rc = vecsize / 2;
511 } else if (rc < 0) {
512 switch (rc) {
540 PCREPORT(ERROR) << "Unexpected return code: " << rc
550 return rc;
/external/selinux/checkpolicy/
H A Dcheckpolicy.c128 int rc; local
130 rc = sepol_sid_to_context(sid, &scontext, &scontext_len);
131 if (rc)
132 printf("sid %d -> error %d\n", sid, rc);
/external/selinux/libselinux/src/
H A Dmatchpathcon.c354 int rc = 0; local
360 rc = -1;
387 rc = -1;
396 rc = -1;
406 return rc;
472 int rc = 0; local
474 rc = lgetfilecon_raw(path, &con);
475 if (rc == -1) {
487 rc = -1;
489 rc
508 int rc = -1; local
532 int rc; local
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_reset_ast.c531 int rc = SEPOL_ERR; local
533 rc = cil_tree_walk(current, __cil_reset_node, NULL, NULL, NULL);
534 if (rc != SEPOL_OK) {
/external/selinux/libsepol/src/
H A Dconditional.c574 int rc; local
581 rc = next_entry(buf, fp, sizeof(uint32_t) * 3);
582 if (rc < 0)
596 rc = next_entry(key, fp, len);
597 if (rc < 0)
603 rc = next_entry(buf, fp, sizeof(uint32_t));
604 if (rc < 0)
715 int rc; local
722 rc = next_entry(buf, fp, sizeof(uint32_t));
723 if (rc <
766 int len, i, rc; local
842 int i, len, rc; local
[all...]
/external/selinux/policycoreutils/sandbox/
H A Dseunshare.c231 int rc = -1; local
235 return rc;
244 rc = 0;
249 return rc;
322 int rc = -1; local
368 rc = 0;
373 return rc;
385 int rc = 0; local
392 rc++;
396 rc
752 int rc = -1; local
[all...]
/external/toybox/toys/other/
H A Dbzcat.c479 int rc = read_block_header(bd, bd->bwdata); local
480 if (!rc) rc=read_huffman_data(bd, bd->bwdata);
485 return rc;
/external/toybox/toys/pending/
H A Dmodprobe.c428 int rc = 0, first = 1; local
442 rc = 0;
448 if ((rc = rm_mod(m2->name, O_EXCL))) {
474 rc = ins_mod(fn, options);
475 TT.dbg("loaded %s '%s', rc:%d\n", fn, options, rc);
476 if (rc == EEXIST) rc = 0;
478 if (rc) {
484 return rc;
[all...]

Completed in 845 milliseconds

<<111213141516171819