/external/icu/icu4c/source/i18n/ |
plurrule.cpp | 363 RuleChain *rc = rulesForKeyword(keyword); local 364 if (rc == NULL || destCapacity == 0 || U_FAILURE(status)) { 367 int32_t numSamples = getSamplesFromString(rc->fIntegerSamples, dest, destCapacity, status); 369 numSamples = getSamplesFromString(rc->fDecimalSamples, dest, destCapacity, status); 376 RuleChain *rc; local 377 for (rc = mRules; rc != NULL; rc = rc->fNext) { 378 if (rc->fKeyword == keyword) [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
Collator.java | 622 char rc = right.charAt(i); local 623 if (lc == rc) { continue; } 625 if ((lc + 0x20) == rc) { continue; } 626 } else if ('A' <= rc && rc <= 'Z') { 627 if ((rc + 0x20) == lc) { continue; } [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
UTF16Test.java | 1632 int rc = t[3]; local [all...] |
/external/iputils/ |
arping.c | 597 int rc; local 601 rc = getifaddrs(&ifa0); 602 if (rc) { 681 int rc = sysfs_devattr_ulong(ptr, v, idx, 10); local 682 return rc; 687 int rc = sysfs_devattr_ulong(ptr, v, idx, 16); local 688 return rc; 720 int rc = -1; local 750 int rc = -1; local 762 rc = -1 862 int rc; local 914 int rc; local 1091 int rc; local [all...] |
ping_common.c | 143 int rc = -1; local 153 rc = on ? -1 : 0; 166 rc = 0; 170 return rc;
|
/external/libnfc-nci/src/nfc/include/ |
rw_api.h | 164 UINT8 rc; /* RC (request code) used in the POLL request */ member in struct:__anon13115 [all...] |
/external/libpcap/ |
pcap-bpf.c | 1174 int numminors, i, rc; local 1214 rc = stat(BPF_NODE "0", &sbuf); 1215 if (rc == -1 && errno != ENOENT) { 1222 if (rc == -1 || getmajor(sbuf.st_rdev) != major) { [all...] |
pcap-dos.c | 336 int rc, num = 0; local 342 rc = pcap_read_one (p, callback, data); 343 if (rc > 0) 345 if (rc < 0) 876 int rc = 0; local 883 rc = len; 886 dbug_write (rc ? "ok\n" : "fail\n"); 887 return (rc); 929 int rc, MTU, has_ip_addr; local 954 rc = sock_init() [all...] |
/external/libpng/contrib/gregbook/ |
rpng2-win.c | 280 int rc, alen, flen; local 494 } else if ((rc = readpng2_init(&rpng2_info)) != 0) { 495 switch (rc) { 1220 int rc; local [all...] |
/external/libpng/ |
pngrtran.c | 2992 PNG_CONST png_uint_32 rc = png_ptr->rgb_to_gray_red_coeff; local [all...] |
/external/libselinux/src/ |
android.c | 755 int rc = -1; local 760 rc = getfilecon(pkgdir, &ctx_str); 761 if (rc < 0) 769 rc = seapp_context_lookup(SEAPP_TYPE, uid, 0, seinfo, pkgname, NULL, ctx); 770 if (rc == -1) 772 else if (rc == -2) 779 rc = security_check_context(ctx_str); 780 if (rc < 0) 784 rc = setfilecon(pkgdir, ctx_str); 785 if (rc < 0 812 int rc = -1; local 1073 int rc = 0; local 1167 int rc = 0; local 1441 int fd = -1, rc; local 1500 int rc; local [all...] |
/external/libvncserver/x11vnc/ |
remote.c | 128 int rc=1, i=0, max=140, ms_sl=25; local 176 rc = 0; 180 if (rc) { 182 "an x11vnc server at %s (rc=%d)\n", 184 : DisplayString(dpy), rc); 186 return rc; 194 int rc = 1, direct = 0; local 244 rc = send_remote_cmd(rcmd, 0, 1); 245 if (rc) { 248 return(rc); 4533 int rc = -2; local [all...] |
unixpw.c | 825 int i, len, rc; local 901 int i, len, rc; local 1667 int x, y, i, rc, nmax = 100; local [all...] |
v4l.c | 1168 int tmp_fd, len, rc, curr = 0; local 1198 rc = system(cmd); 1199 if (rc != 0) { [all...] |
xrecord.c | 104 static void shutdown_record_context(XRecordContext rc, int bequiet, int reopen); 120 int rc = 0; local 161 rc = XRecordEnableContextAsync(gdpy_data, rc_grab, record_grab, NULL); 162 if (!rc || trapped_record_xerror) { 173 if (!rc || !old_handler) {} 557 "seq: 0x%lx rc: 0x%lx cat: %d swapped: %d 0x%lx/0x%lx\n", k++, 882 "seq: 0x%lx rc: 0x%lx cat: %d swapped: %d 0x%lx/0x%lx\n", k++, 1668 int rc; local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mcomp.c | 160 ((mvjcost[((r) != rr) * 2 + ((c) != rc)] + \ 161 mvcost[0][((r) - rr)] + mvcost[1][((c) - rc)]) * \ 287 int rc = ref_mv->col; local [all...] |
vp9_ratectrl.c | 117 const RATE_CONTROL *rc = &cpi->rc; local 118 const int min_frame_target = MAX(rc->min_frame_bandwidth, 119 rc->avg_frame_bandwidth >> 5); 122 if (cpi->refresh_golden_frame && rc->is_src_frame_alt_ref) { 130 if (target > rc->max_frame_bandwidth) 131 target = rc->max_frame_bandwidth; 136 const RATE_CONTROL *rc = &cpi->rc; local 139 const int max_rate = rc->avg_frame_bandwidth 170 RATE_CONTROL *const rc = &cpi->rc; local 239 RATE_CONTROL *const rc = &cpi->rc; local 276 const RATE_CONTROL *const rc = &cpi->rc; local 295 RATE_CONTROL *const rc = &cpi->rc; local 438 const RATE_CONTROL *const rc = &cpi->rc; local 466 const RATE_CONTROL *rc = &cpi->rc; local 515 const RATE_CONTROL *const rc = &cpi->rc; local 641 const RATE_CONTROL *const rc = &cpi->rc; local 786 const RATE_CONTROL *const rc = &cpi->rc; local 965 RATE_CONTROL *const rc = &cpi->rc; local 976 RATE_CONTROL *const rc = &cpi->rc; local 987 RATE_CONTROL *const rc = &cpi->rc; local 1018 RATE_CONTROL *const rc = &cpi->rc; local 1113 const RATE_CONTROL *const rc = &cpi->rc; local 1130 const RATE_CONTROL *rc = &cpi->rc; local 1137 RATE_CONTROL *const rc = &cpi->rc; local 1173 const RATE_CONTROL *rc = &cpi->rc; local 1202 const RATE_CONTROL *rc = &cpi->rc; local 1230 RATE_CONTROL *const rc = &cpi->rc; local 1274 RATE_CONTROL *const rc = &cpi->rc; local 1364 RATE_CONTROL *const rc = &cpi->rc; local [all...] |
/external/libxml2/ |
nanohttp.c | 656 int rc; local 660 if ( (rc = xmlNanoHTTPRecv(ctxt)) == 0) { 667 else if ( rc == -1 ) { 1816 int rc = 0; local [all...] |
/external/linux-tools-perf/src/tools/perf/ |
builtin-lock.c | 785 int rc = 0; local 792 rc = -1; 796 return rc; 954 int rc = 0; local 990 rc = -1; 992 rc = dump_info(); 997 return rc;
|
builtin-script.c | 718 int rc = 0; local 743 rc = -EINVAL; 760 rc = -EINVAL; 782 rc = -EINVAL; 802 rc = -EINVAL; 820 return rc; [all...] |
/external/lldb/source/API/ |
SBValue.cpp | 1663 Error rc; local [all...] |
/external/lldb/source/Plugins/Process/FreeBSD/ |
ProcessMonitor.cpp | 300 int rc; local 302 if ((rc = PTRACE(PT_GETREGS, m_tid, (caddr_t)®s, 0)) < 0) { 371 int rc; local 374 rc = PTRACE(PT_GETREGS, m_tid, (caddr_t)m_buf, 0); [all...] |
/external/lzma/xz-embedded/ |
xz_dec_lzma2.c | 263 struct rc_dec rc; member in struct:xz_dec_lzma2 438 static void rc_reset(struct rc_dec *rc) 440 rc->range = (uint32_t)-1; 441 rc->code = 0; 442 rc->init_bytes_left = RC_INIT_BYTES; 446 * Read the first five initial bytes into rc->code if they haven't been 449 static bool rc_read_init(struct rc_dec *rc, struct xz_buf *b) 451 while (rc->init_bytes_left > 0) { 455 rc->code = (rc->code << 8) + b->in[b->in_pos++] [all...] |
/external/mesa3d/src/gallium/auxiliary/rtasm/ |
rtasm_ppc.c | 327 unsigned rC:1; 341 inst.inst.rC = 0; 521 unsigned rc:1; member in struct:a_inst::__anon16302 527 uint rc, const char *format) 536 inst.inst.rc = rc; 554 unsigned rc:1; member in struct:xo_inst::__anon16303 560 uint op2, uint rc, const char *format) 569 inst.inst.rc = rc; [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_swtcl.c | 751 const GLfloat *rc = ctx->Current.RasterColor; local 829 color[0] = f * rc[0] + (1.F - f) * fc[0]; 830 color[1] = f * rc[1] + (1.F - f) * fc[1]; 831 color[2] = f * rc[2] + (1.F - f) * fc[2]; 832 color[3] = rc[3]; 840 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.red, rc[0]); 841 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.green, rc[1]); 842 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.blue, rc[2]); 843 UNCLAMPED_FLOAT_TO_CHAN(vert.tv.color.alpha, rc[3]);
|