HomeSort by relevance Sort by last modified time
    Searched defs:rc (Results 526 - 550 of 963) sorted by null

<<21222324252627282930>>

  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 386 cpi->rc.avg_frame_qindex[INTER_FRAME]));
389 cpi->rc.avg_frame_qindex[KEY_FRAME]));
418 RATE_CONTROL *const rc = &cpi->rc; local
428 adjust_arnr_filter(cpi, distance, rc->gfu_boost);
  /external/linux-tools-perf/src/tools/perf/
builtin-help.c 432 int rc = 0; local
463 rc = show_man_page(argv[0]);
466 rc = show_info_page(argv[0]);
469 rc = show_html_page(argv[0]);
474 rc = -1;
478 return rc;
  /external/linux-tools-perf/src/tools/perf/util/
event.c 177 int rc = 0; local
239 rc = -1;
245 return rc;
252 int rc = 0; local
295 rc = -1;
301 return rc;
  /external/ltrace/
prototype.c 666 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/mesa3d/src/mesa/program/
register_allocate.c 273 unsigned int rc; local
276 for (rc = 0; rc < regs->count; rc++) {
280 if (!regs->classes[c]->regs[rc])
283 for (i = 0; i < regs->regs[rc].num_conflicts; i++) {
284 unsigned int rb = regs->regs[rc].conflict_list[i];
  /external/pcre/dist/
pcrecpp.cc 533 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/
cmsnamed.c 187 cmsBool rc; local
199 rc = AddMLUBlock(mlu, len * sizeof(wchar_t), WStr, Lang, Cntry);
202 return rc;
cmsplugin.c 498 cmsBool rc; local
508 rc = io ->Write(io, len, Buffer);
512 return rc;
  /external/regex-re2/util/
pcre.cc 495 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;
    [all...]
  /external/selinux/checkpolicy/
checkpolicy.c 128 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/
audit2why.c 68 int rc; local
81 rc = sepol_bool_key_create(avc->handle, name, &key);
82 if (rc < 0) {
87 rc = sepol_bool_query(avc->handle,
91 if (rc < 0) {
100 rc = sepol_bool_set(avc->handle,
103 if (rc < 0) {
111 rc = sepol_compute_av_reason(avc->ssid, avc->tsid, avc->tclass,
113 if (rc < 0) {
126 rc = sepol_bool_set(avc->handle
197 int rc; local
323 int rc; local
    [all...]
label_file.c 72 int rc = 0; local
82 rc = -1;
100 return rc;
157 int items, len, rc; local
197 rc = grow_specs(data);
198 if (rc)
199 return rc;
243 int rc; local
255 rc = snprintf(mmap_path, sizeof(mmap_path), "%s.bin", path);
256 if (rc >= (int)sizeof(mmap_path)
453 int rc; local
619 int i, rc, file_stem; local
    [all...]
matchpathcon.c 354 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 = 0
508 int rc = -1; local
532 int rc; local
    [all...]
selinux_config.c 349 int rc = 0; local
364 } while ((rc = access(policy_path, F_OK)) && --vers > 0);
366 if (rc) return NULL;
  /external/selinux/libsepol/src/
conditional.c 574 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 < 0
766 int len, i, rc; local
842 int i, len, rc; local
    [all...]
module.c 65 int rc; local
71 rc = fseek(fp->fp, 0L, SEEK_END);
72 if (rc < 0)
73 return rc;
77 rc = fseek(fp->fp, prev_offset, SEEK_SET);
78 if (rc < 0)
79 return rc;
119 int rc; local
125 rc = module_package_init(*p);
126 if (rc < 0
349 int rc; local
379 int rc; local
469 int rc; local
657 int rc; local
    [all...]
  /external/selinux/policycoreutils/sandbox/
seunshare.c 231 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/selinux/policycoreutils/setfiles/
restore.c 289 int rc = restore(ftsent, recurse); local
290 if (rc == ERR) {
294 return rc;
301 int rc = 0; local
334 rc = 0;
349 rc = apply_spec(ftsent, recurse_this_path);
350 if (rc == SKIP)
352 if (rc == ERR)
366 return rc;
369 rc = -1
388 int rc = process_one_realpath(globbuf.gl_pathv[i], recurse); local
398 int rc = 0; local
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeDoc.cpp 31 int rc = stat(filename, &stat_buf); local
32 return rc == 0 ? (long)stat_buf.st_size : -1;
  /external/strace/
unwind.c 285 int rc = unw_get_proc_name(cursor, *name, *size, offset); local
286 if (rc == 0)
288 if (rc != -UNW_ENOMEM) {
  /external/toybox/toys/pending/
modprobe.c 428 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...]
  /external/toybox/toys/posix/
sed.c 222 int rc; local
230 rc = regexec(preg, s, nmatch, pmatch, eflags);
231 if (!rc) {
232 for (rc = 0; rc<nmatch && pmatch[rc].rm_so!=-1; rc++) {
233 pmatch[rc].rm_so += s-string;
234 pmatch[rc].rm_eo += s-string;
239 if (ll==len) return rc;
    [all...]
  /external/valgrind/VEX/priv/
host_generic_regs.h 75 isV:1 rc:4 enc:7 ix:20
80 HRegClass rc:4; // the register's HRegClass
134 static inline HReg mkHReg ( Bool virtual, HRegClass rc, UInt enc, UInt ix )
138 vassert(((UInt)rc) <= 0xF);
143 ((((UInt)rc) & 0xF) << 27) |
151 HRegClass rc = (HRegClass)((r.u32 >> 27) & 0xF); local
152 vassert(rc >= HRcInt32 && rc <= HRcVec128);
153 return rc;
  /external/valgrind/coregrind/
m_libcprint.c 65 Int rc = VG_(write_socket)( sink->fd, msg, nbytes ); local
66 if (rc == -1) {
  /external/wpa_supplicant_8/src/utils/
os_internal.c 127 size_t rc; local
135 rc = fread(buf, 1, len, f);
138 return rc != len ? -1 : 0;

Completed in 176 milliseconds

<<21222324252627282930>>