HomeSort by relevance Sort by last modified time
    Searched refs:rc (Results 101 - 125 of 3721) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 211 const RATE_CONTROL *rc = &cpi->rc; local
216 VPXMAX(rc->min_frame_bandwidth, rc->avg_frame_bandwidth >> 5);
218 if (cpi->refresh_golden_frame && rc->is_src_frame_alt_ref) {
228 if (target > rc->max_frame_bandwidth) target = rc->max_frame_bandwidth;
232 rc->avg_frame_bandwidth * oxcf->rc_max_inter_bitrate_pct / 100;
239 const RATE_CONTROL *rc = &cpi->rc; local
274 RATE_CONTROL *const rc = &cpi->rc; local
395 RATE_CONTROL *const rc = &cpi->rc; local
431 const RATE_CONTROL *const rc = &cpi->rc; local
453 RATE_CONTROL *const rc = &cpi->rc; local
637 const RATE_CONTROL *const rc = &cpi->rc; local
669 const RATE_CONTROL *rc = &cpi->rc; local
734 const RATE_CONTROL *const rc = &cpi->rc; local
881 const RATE_CONTROL *const rc = &cpi->rc; local
1062 const RATE_CONTROL *const rc = &cpi->rc; local
1283 RATE_CONTROL *const rc = &cpi->rc; local
1300 RATE_CONTROL *const rc = &cpi->rc; local
1311 RATE_CONTROL *const rc = &cpi->rc; local
1365 RATE_CONTROL *const rc = &cpi->rc; local
1383 RATE_CONTROL *const rc = &cpi->rc; local
1505 const RATE_CONTROL *const rc = &cpi->rc; local
1519 const RATE_CONTROL *rc = &cpi->rc; local
1525 RATE_CONTROL *const rc = &cpi->rc; local
1545 RATE_CONTROL *const rc = &cpi->rc; local
1611 const RATE_CONTROL *rc = &cpi->rc; local
1659 const RATE_CONTROL *rc = &cpi->rc; local
1689 RATE_CONTROL *const rc = &cpi->rc; local
1752 RATE_CONTROL *const rc = &cpi->rc; local
1901 RATE_CONTROL *const rc = &cpi->rc; local
1930 RATE_CONTROL *const rc = &cpi->rc; local
1973 RATE_CONTROL *const rc = &cpi->rc; local
1993 RATE_CONTROL *const rc = &cpi->rc; local
2123 RATE_CONTROL *const rc = &cpi->rc; local
2273 RATE_CONTROL *const rc = &cpi->rc; local
2442 RATE_CONTROL *const rc = &cpi->rc; local
    [all...]
  /external/llvm/utils/release/
export.sh 21 rc=""
28 echo " -rc <num> The release candidate number"
34 tag_dir="tags/RELEASE_$release_no_dot/$rc"
36 if [ "$rc" = "final" ]; then
37 rc=""
44 $proj-$release$rc.src
47 tar cfJ $proj-$release$rc.src.tar.xz $proj-$release$rc.src
57 -rc | --rc )
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlockattr_init/
2-1.c 29 int rc; local
32 rc = pthread_rwlockattr_init(&rwa);
33 if (rc != 0) {
34 printf("Error at pthread_rwlockattr_init(), returns %d\n", rc);
38 if ((rc = pthread_rwlock_init(&rwl1, &rwa)) != 0) {
43 if ((rc = pthread_rwlock_init(&rwl2, &rwa)) != 0) {
48 if ((rc = pthread_rwlock_rdlock(&rwl1)) != 0) {
53 if ((rc = pthread_rwlockattr_destroy(&rwa)) != 0) {
57 if ((rc = pthread_rwlock_unlock(&rwl1)) != 0) {
63 if ((rc = pthread_rwlock_rdlock(&rwl2)) != 0)
    [all...]
  /external/strace/tests/
inotify.c 58 long rc; local
62 rc = syscall(__NR_inotify_add_watch, 0, NULL, 0);
63 printf("inotify_add_watch(0, NULL, 0) = %s\n", sprintrc(rc));
65 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path + 4096, 0);
67 (int) bogus_fd, bogus_path + 4096, 0, sprintrc(rc));
69 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path, bogus_mask);
72 sprintrc(rc));
74 rc = syscall(__NR_inotify_rm_watch, 0, 0);
75 printf("inotify_rm_watch(0, 0) = %s\n", sprintrc(rc));
77 rc = syscall(__NR_inotify_rm_watch, bogus_fd, bogus_fd)
    [all...]
ioprio.c 69 long rc; local
71 rc = syscall(__NR_ioprio_get, bogus_which, bogus_who);
73 (int) bogus_which, (int) bogus_who, sprintrc(rc));
75 rc = syscall(__NR_ioprio_get, 1, 0);
76 printf("ioprio_get(IOPRIO_WHO_PROCESS, 0) = %s", sprintrc(rc));
78 if (rc >= -1)
79 print_ioprio(rc);
83 rc = syscall(__NR_ioprio_set, 2, 0, 8191);
86 sprintrc(rc));
88 rc = syscall(__NR_ioprio_set, bogus_which, bogus_who, bogus_ioprio)
    [all...]
modify_ldt.c 43 printrc(long rc)
46 int err = -rc;
49 printf("%lld", zero_extend_signed_to_ull(rc));
56 printf("%s", sprintrc(rc));
72 long rc; local
76 rc = syscall(__NR_modify_ldt, 0, 0, 0);
78 printrc(rc);
80 rc = syscall(__NR_modify_ldt, bogus_func, (kernel_long_t) -1,
86 printrc(rc);
88 rc = syscall(__NR_modify_ldt, bogus_func, us + 1, 0)
    [all...]
  /external/strace/tests-m32/
inotify.c 58 long rc; local
62 rc = syscall(__NR_inotify_add_watch, 0, NULL, 0);
63 printf("inotify_add_watch(0, NULL, 0) = %s\n", sprintrc(rc));
65 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path + 4096, 0);
67 (int) bogus_fd, bogus_path + 4096, 0, sprintrc(rc));
69 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path, bogus_mask);
72 sprintrc(rc));
74 rc = syscall(__NR_inotify_rm_watch, 0, 0);
75 printf("inotify_rm_watch(0, 0) = %s\n", sprintrc(rc));
77 rc = syscall(__NR_inotify_rm_watch, bogus_fd, bogus_fd)
    [all...]
ioprio.c 69 long rc; local
71 rc = syscall(__NR_ioprio_get, bogus_which, bogus_who);
73 (int) bogus_which, (int) bogus_who, sprintrc(rc));
75 rc = syscall(__NR_ioprio_get, 1, 0);
76 printf("ioprio_get(IOPRIO_WHO_PROCESS, 0) = %s", sprintrc(rc));
78 if (rc >= -1)
79 print_ioprio(rc);
83 rc = syscall(__NR_ioprio_set, 2, 0, 8191);
86 sprintrc(rc));
88 rc = syscall(__NR_ioprio_set, bogus_which, bogus_who, bogus_ioprio)
    [all...]
modify_ldt.c 43 printrc(long rc)
46 int err = -rc;
49 printf("%lld", zero_extend_signed_to_ull(rc));
56 printf("%s", sprintrc(rc));
72 long rc; local
76 rc = syscall(__NR_modify_ldt, 0, 0, 0);
78 printrc(rc);
80 rc = syscall(__NR_modify_ldt, bogus_func, (kernel_long_t) -1,
86 printrc(rc);
88 rc = syscall(__NR_modify_ldt, bogus_func, us + 1, 0)
    [all...]
  /external/strace/tests-mx32/
inotify.c 58 long rc; local
62 rc = syscall(__NR_inotify_add_watch, 0, NULL, 0);
63 printf("inotify_add_watch(0, NULL, 0) = %s\n", sprintrc(rc));
65 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path + 4096, 0);
67 (int) bogus_fd, bogus_path + 4096, 0, sprintrc(rc));
69 rc = syscall(__NR_inotify_add_watch, bogus_fd, bogus_path, bogus_mask);
72 sprintrc(rc));
74 rc = syscall(__NR_inotify_rm_watch, 0, 0);
75 printf("inotify_rm_watch(0, 0) = %s\n", sprintrc(rc));
77 rc = syscall(__NR_inotify_rm_watch, bogus_fd, bogus_fd)
    [all...]
ioprio.c 69 long rc; local
71 rc = syscall(__NR_ioprio_get, bogus_which, bogus_who);
73 (int) bogus_which, (int) bogus_who, sprintrc(rc));
75 rc = syscall(__NR_ioprio_get, 1, 0);
76 printf("ioprio_get(IOPRIO_WHO_PROCESS, 0) = %s", sprintrc(rc));
78 if (rc >= -1)
79 print_ioprio(rc);
83 rc = syscall(__NR_ioprio_set, 2, 0, 8191);
86 sprintrc(rc));
88 rc = syscall(__NR_ioprio_set, bogus_which, bogus_who, bogus_ioprio)
    [all...]
modify_ldt.c 43 printrc(long rc)
46 int err = -rc;
49 printf("%lld", zero_extend_signed_to_ull(rc));
56 printf("%s", sprintrc(rc));
72 long rc; local
76 rc = syscall(__NR_modify_ldt, 0, 0, 0);
78 printrc(rc);
80 rc = syscall(__NR_modify_ldt, bogus_func, (kernel_long_t) -1,
86 printrc(rc);
88 rc = syscall(__NR_modify_ldt, bogus_func, us + 1, 0)
    [all...]
  /system/core/trusty/storage/proxy/
ipc.c 37 int rc; local
43 rc = tipc_connect(device, port);
44 if (rc >= 0)
47 ALOGE("failed (%d) to connect to storage server\n", rc);
55 tipc_fd = rc;
69 ssize_t rc; local
74 rc = readv(tipc_fd, iovs, 2);
75 if (rc < 0) {
77 return rc;
81 if ((size_t)rc < sizeof(*msg))
98 ssize_t rc; local
    [all...]
  /external/syslinux/gpxe/src/net/
fakedhcp.c 43 * @ret rc Return status code
53 int rc; local
61 if ( ( rc = copy_encap_settings ( dest, source,
63 return rc;
77 if ( ( rc = dhcppkt_store ( dest, tag, buf,
79 return rc;
93 * @ret rc Return status code
106 * @ret rc Return status code
114 int rc; local
116 if ( ( rc = dhcp_create_request ( &dhcppkt, netdev, DHCPDISCOVER
139 int rc; local
182 int rc; local
    [all...]
  /bionic/libc/bionic/
sched_getaffinity.cpp 36 int rc = __sched_getaffinity(pid, set_size, set); local
37 if (rc == -1) {
43 memset(reinterpret_cast<char*>(set) + rc, 0, set_size - rc);
  /build/make/target/product/
treble_common_64.mk 33 system/core/rootdir/init.zygote64_32.rc:root/init.zygote64_32.rc \
34 system/core/rootdir/init.zygote32_64.rc:root/init.zygote32_64.rc
  /device/google/atv/products/
treble_atv_common_64.mk 33 system/core/rootdir/init.zygote64_32.rc:root/init.zygote64_32.rc \
34 system/core/rootdir/init.zygote32_64.rc:root/init.zygote32_64.rc
  /external/curl/tests/server/
testpart.c 33 int rc; local
41 rc = getpart(&part, &partlen, argv[1], argv[2], stdin);
42 if(rc)
43 return rc;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/
2-1.c 35 int rc; local
42 rc = pthread_getschedparam(self, &new_policy, &param);
43 if (rc != 0) {
60 int rc; local
63 rc = pthread_attr_init(&attr);
64 if (rc != 0) {
69 rc = pthread_attr_setschedpolicy(&attr, policy);
70 if (rc != 0) {
76 rc = pthread_attr_setinheritsched(&attr, insched);
77 if (rc != 0)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
1-4.c 41 int rc = 0; local
43 rc = pthread_getschedparam(pthread_self(), &policy, &param);
44 if (rc != 0) {
62 int rc = 0; local
65 rc = pthread_attr_init(&attr);
66 if (rc != 0) {
70 rc = pthread_attr_setschedpolicy(&attr, POLICY);
71 if (rc != 0) {
76 rc = pthread_attr_setschedparam(&attr, &param);
77 if (rc != 0)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
1-1.c 21 int rc; local
28 rc = create_test_thread(&p);
30 if (rc == PTS_PASS)
33 return rc;
1-2.c 28 int rc; local
35 rc = create_test_thread(&p);
37 if (rc == PTS_PASS)
40 return rc;
1-3.c 28 int rc; local
35 rc = create_test_thread(&p);
37 if (rc == PTS_PASS)
40 return rc;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getspecific/
3-1.c 29 void *rc; local
36 rc = pthread_getspecific(key);
37 if (rc != NULL) {
40 (long)rc);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_destroy/
1-1.c 28 int rc = 0; local
36 rc = pthread_rwlock_destroy(&rwlock);
37 if (rc != 0) {
40 cnt, rc);

Completed in 409 milliseconds

1 2 3 45 6 7 8 91011>>