Searched refs:rc (Results 226 - 250 of 1076) sorted by relevance

1234567891011>>

/external/valgrind/main/VEX/priv/
H A Dhost_generic_regs.h117 static inline HReg mkHReg ( UInt regno, HRegClass rc, Bool virtual ) { argument
124 r.reg = regno | (((UInt)rc) << 28) | (virtual ? (1<<24) : 0);
129 UInt rc = r.reg; local
130 rc = (rc >> 28) & 0x0F;
131 vassert(rc >= HRcInt32 && rc <= HRcVec128);
132 return (HRegClass)rc;
/external/chromium_org/pdf/
H A Dcontrol.h30 virtual void Invalidate(uint32 control_id, const pp::Rect& rc) = 0;
40 virtual bool Create(uint32 id, const pp::Rect& rc,
43 virtual void Paint(pp::ImageData* image_data, const pp::Rect& rc) {} argument
55 virtual void SetRect(const pp::Rect& rc, bool invalidate);
H A Ddraw_utils.cc98 void GradientFill(pp::ImageData* image, const pp::Rect& rc, argument
101 colors.resize(horizontal ? rc.width() : rc.height());
114 uint32_t* origin_pixel = image->GetAddr32(rc.point());
115 for (int y = 0; y < rc.height(); y++) {
121 uint32_t* origin_pixel = image->GetAddr32(rc.point());
122 for (int y = 0; y < rc.height(); y++) {
124 for (int x = 0; x < rc.width(); x++) {
202 void FillRect(pp::ImageData* image, const pp::Rect& rc, uint32 color) { argument
203 int height = rc
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.h27 cpi->rc.is_src_frame_alt_ref &&
H A Dvp9_svc_layercontext.c35 RATE_CONTROL *const lrc = &lc->rc;
90 const RATE_CONTROL *const rc = &cpi->rc; local
103 RATE_CONTROL *const lrc = &lc->rc;
113 (int64_t)(rc->starting_buffer_level * bitrate_alloc);
115 (int64_t)(rc->optimal_buffer_level * bitrate_alloc);
117 (int64_t)(rc->maximum_buffer_size * bitrate_alloc);
127 lrc->max_frame_bandwidth = rc->max_frame_bandwidth;
129 lrc->worst_quality = rc->worst_quality;
130 lrc->best_quality = rc
[all...]
H A Dvp9_firstpass.c234 static int frame_max_bits(const RATE_CONTROL *rc, argument
236 int64_t max_bits = ((int64_t)rc->avg_frame_bandwidth *
240 else if (max_bits > rc->max_frame_bandwidth)
241 max_bits = rc->max_frame_bandwidth;
388 cpi->rc.frames_to_key = INT_MAX;
964 const RATE_CONTROL *const rc = &cpi->rc; local
968 return rc->worst_quality; // Highest value allowed
983 for (q = rc->best_quality; q < rc
1332 const RATE_CONTROL *const rc = &cpi->rc; local
1393 RATE_CONTROL *const rc = &cpi->rc; local
1553 RATE_CONTROL *const rc = &cpi->rc; local
1871 RATE_CONTROL *const rc = &cpi->rc; local
2172 RATE_CONTROL *const rc = &cpi->rc; local
2327 RATE_CONTROL *const rc = &cpi->rc; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DSIRegisterInfo.h37 /// getISARegClass - rc is an AMDIL reg class. This function returns the
40 getISARegClass(const TargetRegisterClass * rc) const;
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_loadext.c37 int op, mx, cur, resetFlag, rc; local
77 rc = sqlite3_status(op, &cur, &mx, resetFlag);
78 if( rc!=SQLITE_OK ){
79 char *zMsg = sqlite3_mprintf("sqlite3_status(%d,...) returns %d", op, rc);
H A Dvdbeaux.c1133 int rc = SQLITE_OK; /* Return code */ local
1138 assert( p->rc==SQLITE_OK || p->rc==SQLITE_BUSY || p->rc==SQLITE_NOMEM );
1146 if( p->rc==SQLITE_NOMEM ){
1183 p->rc = SQLITE_OK;
1184 rc = SQLITE_DONE;
1186 p->rc = SQLITE_INTERRUPT;
1187 rc = SQLITE_ERROR;
1188 sqlite3SetString(&p->zErrMsg, db, "%s", sqlite3ErrStr(p->rc));
1676 int rc; local
1700 int rc = SQLITE_OK; local
1983 int rc = SQLITE_OK; local
2063 int rc; /* Used to store transient return codes */ local
2362 int rc = SQLITE_OK; local
2451 int res, rc; local
2468 int rc = sqlite3BtreeCursorHasMoved(p->pCursor, &hasMoved); local
2919 int rc = 0; local
3021 int rc; local
3105 int rc; local
[all...]
H A Dtest_syscall.c401 int rc = Tcl_GetIndexFromObjStruct(interp, local
404 if( rc ) return rc;
447 int rc; local
456 rc = pVfs->xSetSystemCall(pVfs, 0, 0);
461 rc = pVfs->xSetSystemCall(pVfs, Tcl_GetString(objv[2]), 0);
462 for(i=0; rc==SQLITE_OK && aSyscall[i].zName; i++){
468 if( rc!=SQLITE_OK ){
469 Tcl_SetObjResult(interp, Tcl_NewStringObj(sqlite3TestErrorName(rc), -1));
535 int rc; local
642 int rc; local
[all...]
H A Dvtab.c29 int rc, nName; local
55 rc = sqlite3ApiExit(db, SQLITE_OK);
57 return rc;
438 int rc; local
461 rc = xConstruct(db, pMod->pAux, nArg, azArg, &pVTable->pVtab, &zErr);
462 if( rc==SQLITE_NOMEM ) db->mallocFailed = 1;
464 if( SQLITE_OK!=rc ){
481 rc = SQLITE_ERROR;
526 return rc;
540 int rc; local
600 int rc = SQLITE_OK; local
640 int rc = SQLITE_OK; local
702 int rc = SQLITE_OK; local
761 int rc = SQLITE_OK; local
806 int rc = SQLITE_OK; local
867 int rc = 0; local
[all...]
/external/dhcpcd/
H A Dconfig.mk17 SERVICEEXISTS= /usr/sbin/invoke-rc.d --query --quiet $$1 start >/dev/null 2>\&1 || [ $$? = 104 ]
18 SERVICECMD= /usr/sbin/invoke-rc.d $$1 $$2
/external/e2fsprogs/lib/e2p/
H A Dmntopts.c106 int rc = 0; local
131 rc = 1;
135 rc = 1;
147 return rc;
/external/libselinux/src/
H A Dinit.c32 int rc; local
42 rc = statfs(SELINUXMNT, &sfbuf);
43 } while (rc < 0 && errno == EINTR);
44 if (rc == 0) {
/external/mesa3d/src/gallium/drivers/radeon/
H A DSIRegisterInfo.h37 /// getISARegClass - rc is an AMDIL reg class. This function returns the
40 getISARegClass(const TargetRegisterClass * rc) const;
/external/qemu/distrib/libselinux/src/
H A Dinit.c32 int rc; local
42 rc = statfs(SELINUXMNT, &sfbuf);
43 } while (rc < 0 && errno == EINTR);
44 if (rc == 0) {
/external/srec/srec/crec/
H A Dc47mulsp.c107 int i, rc = 0; local
110 rc = FST_PrepareContext(context);
111 if (rc)
112 return rc;
/external/pcre/dist/
H A Dpcretest.c245 #define PCRE_COPY_NAMED_SUBSTRING8(rc, re, bptr, offsets, count, \
247 rc = pcre_copy_named_substring(re, (char *)bptr, offsets, count, \
250 #define PCRE_COPY_SUBSTRING8(rc, bptr, offsets, count, i, cbuffer, size) \
251 rc = pcre_copy_substring((char *)bptr, offsets, count, i, cbuffer, size)
272 #define PCRE_GET_NAMED_SUBSTRING8(rc, re, bptr, offsets, count, \
274 rc = pcre_get_named_substring(re, (char *)bptr, offsets, count, \
277 #define PCRE_GET_STRINGNUMBER8(n, rc, ptr) \
280 #define PCRE_GET_SUBSTRING8(rc, bptr, offsets, count, i, subsptr) \
281 rc = pcre_get_substring((char *)bptr, offsets, count, i, subsptr)
283 #define PCRE_GET_SUBSTRING_LIST8(rc, bpt
1530 print_newline_config(int rc, BOOL isc) argument
2032 int rc = utf82ord(p, &c); local
2412 int rc; local
3183 int rc; local
3616 int rc; local
3920 int rc; local
5047 int rc; local
5313 int rc; local
5331 int rc; local
5378 int rc; local
5396 int rc; local
5441 int rc; local
[all...]
/external/chromium_org/mojo/system/
H A Draw_channel_unittest.cc196 scoped_ptr<RawChannel> rc(RawChannel::Create(handles[0].Pass()));
200 base::Bind(&InitOnIOThread, rc.get(), base::Unretained(&delegate)));
204 EXPECT_TRUE(rc->WriteMessage(MakeTestMessage(size)));
210 EXPECT_TRUE(rc->WriteMessage(MakeTestMessage(size)));
215 FROM_HERE, base::Bind(&RawChannel::Shutdown, base::Unretained(rc.get())));
282 scoped_ptr<RawChannel> rc(RawChannel::Create(handles[0].Pass()));
285 base::Bind(&InitOnIOThread, rc.get(), base::Unretained(&delegate)));
307 FROM_HERE, base::Bind(&RawChannel::Shutdown, base::Unretained(rc.get())));
478 scoped_ptr<RawChannel> rc(RawChannel::Create(handles[0].Pass()));
481 base::Bind(&InitOnIOThread, rc
[all...]
/external/chromium_org/base/
H A Dsafe_strerror_posix.cc41 char *rc = (*strerror_r_ptr)(err, buf, len); local
42 if (rc != buf) {
46 strncat(buf, rc, len - 1);
/external/e2fsprogs/misc/
H A Dlogsave.c162 int status, rc, pid; local
209 rc = WEXITSTATUS(status);
210 if (rc) {
212 sprintf(buffer, " died with exit status %d\n", rc);
221 rc = 1;
223 rc = 0;
225 return rc;
253 int c, pid, rc; local
300 rc = copy_from_stdin();
302 rc
[all...]
/external/libsepol/src/
H A Dgenbools.c153 int rc, changes = 0; local
177 rc = policydb_write(&policydb, &pf);
178 if (rc) {
197 int rc, changes = 0; local
199 rc = load_booleans(policydb, booleans, &changes);
200 if (!rc && changes)
201 rc = evaluate_conds(policydb);
202 if (rc)
204 return rc;
214 int rc, local
[all...]
/external/srec/srec/ca/
H A Drec_resu.c56 int rc; local
59 rc = srec_get_top_choice_transcription(hRecog->recm, label, len, 1); local
60 if (rc != 0)
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest3.c405 int rc; member in struct:Error
439 p->rc = 0;
443 if( p->rc!=SQLITE_OK ){
444 printf("Error: (%d) \"%s\" at line %d\n", p->rc, p->zErr, p->iLine);
455 pErr->rc = iSys;
466 pErr->rc = sqlite3_errcode(pDb->db);
477 if( pErr->rc==SQLITE_OK ){
478 pErr->rc = 1;
487 int rc
489 if( pErr->rc
508 int rc; local
529 int rc; local
565 int rc; local
631 int rc; local
670 int rc; local
696 int rc; /* Return code */ local
736 int rc; local
764 int rc; local
855 int rc; local
872 int rc; local
[all...]
/external/skia/src/core/
H A DSkRasterClip.h106 SkAutoRasterClipValidate(const SkRasterClip& rc) : fRC(rc) { argument
118 #define AUTO_RASTERCLIP_VALIDATE(rc) SkAutoRasterClipValidate arcv(rc)
120 #define AUTO_RASTERCLIP_VALIDATE(rc)

Completed in 2047 milliseconds

1234567891011>>