HomeSort by relevance Sort by last modified time
    Searched defs:rval (Results 51 - 75 of 177) sorted by null

1 23 4 5 6 7 8

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
2-2.c 52 int rval; local
61 rval = pipe(to_parent);
62 if (rval == -1) {
66 rval = pipe(to_child);
67 if (rval == -1) {
95 int rval; local
103 rval = send_receive(read_pipe, write_pipe, 'a', &reply);
104 if (rval) {
105 return rval;
112 rval = send_receive(read_pipe, write_pipe, 'c', &reply)
143 int rval; local
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
stress.c 149 void *rval; local
243 &rval);
249 if (rval !=
255 rval, NULL);
  /bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c 104 int rval = RANGE_NOMATCH; local
126 rval = RANGE_MATCH;
133 rval = RANGE_ERROR;
135 return(rval);
  /device/google/cuttlefish_common/common/vsoc/lib/
circqueue_impl.h 137 intptr_t rval = this->WriteReserveLocked(r, bytes, &range, non_blocking); local
138 if (rval < 0) {
140 return rval;
206 intptr_t rval = local
208 if (rval < 0) {
210 return rval;
  /device/google/cuttlefish_common/common/vsoc/shm/
socket_forward_layout.h 86 bool rval = i.Recover(); local
87 recovered = recovered || rval;
  /device/google/cuttlefish_common/guest/hals/audio/
vsoc_audio_input_stream.h 152 uint32_t rval = cur_lost_frames - reported_lost_frames_; local
154 return rval;
vsoc_audio_output_stream.h 41 gce_audio_message rval = message_header_; local
42 rval.total_size = sizeof(rval);
43 rval.header_size = sizeof(rval);
44 rval.message_type = message_type;
45 rval.num_frames_presented = 0;
46 rval.num_frames_accepted = 0;
47 return rval;
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
region_registry.cpp 67 int rval = ioctl(hnd->fd, ASHMEM_GET_NAME, output); local
68 if (rval == -1) {
143 void* rval = region->base_; local
148 return rval;
  /device/google/cuttlefish_common/guest/vsoc/lib/
guest_region_e2e_test.cpp 242 int rval = RUN_ALL_TESTS(); local
243 if (!rval) {
248 return rval;
region_control.cpp 62 int rval = region_fd_->Ioctl(VSOC_SEND_INTERRUPT_TO_HOST, 0); local
63 if ((rval == -1) && (errno != EBUSY)) {
66 return !rval;
91 int rval = region_fd_->Ioctl(VSOC_COND_WAIT, &wait); local
92 if (rval == -1) {
93 return rval;
96 rval = wait.wakes;
97 if (rval >= 0) {
98 return rval;
  /device/google/cuttlefish_common/host/libs/usbip/
client.cpp 42 CmdHeader rval = t; local
43 rval.command = NetToHost(t.command);
44 rval.seq_num = NetToHost(t.seq_num);
45 rval.bus_num = NetToHost(t.bus_num);
46 rval.dev_num = NetToHost(t.dev_num);
47 rval.direction = NetToHost(t.direction);
48 rval.endpoint = NetToHost(t.endpoint);
49 return rval;
53 CmdReqSubmit rval = t; local
54 rval.transfer_flags = NetToHost(t.transfer_flags)
63 CmdReqUnlink rval = t; local
77 CmdHeader rval = t; local
88 CmdRepSubmit rval = t; local
98 CmdRepUnlink rval = t; local
    [all...]
  /device/google/cuttlefish_common/host/vsoc/lib/
region_control.cpp 66 ssize_t rval = outgoing_interrupt_fd_->Write(&one, sizeof(one)); variable
67 if (rval != sizeof(one)) {
68 LOG(FATAL) << __FUNCTION__ << ": rval (" << rval << ") != sizeof(one))"; variable
77 ssize_t rval = incoming_interrupt_fd_->Write(&one, sizeof(one)); variable
78 if (rval != sizeof(one)) {
79 LOG(FATAL) << __FUNCTION__ << ": rval (" << rval << ") != sizeof(one))"; variable
95 ssize_t rval = incoming_interrupt_fd_->Read(&missed, sizeof(missed)); variable
96 if (rval != sizeof(missed))
97 LOG(FATAL) << __FUNCTION__ << ": rval (" << rval variable
153 ssize_t rval = shared_memory_fd_->Pread(&layout, sizeof(layout), 0); local
249 HostRegionControl* rval = local
    [all...]
  /external/fio/arch/
arch-ppc.h 58 unsigned long long rval; local
64 : "=r" (rval)
67 return rval;
  /external/libffi/src/sparc/
ffi.c 386 void *rval = rvalue; local
398 rval = alloca(64);
401 rval = NULL;
467 cif->flags, rval, fn);
468 if (rvalue && rval && cif->rtype->type == FFI_TYPE_STRUCT)
469 ffi_v9_layout_struct(cif->rtype, 0, (char *)rvalue, (char *)rval, ((char *)rval)+32);
  /external/ltp/testcases/kernel/containers/sysvipc/
msg_comm.c 65 int id, n, rval = 0; local
96 rval = 1;
103 return rval;
  /external/ltp/testcases/kernel/syscalls/exit/
exit02.c 72 int rval = 0; local
117 rval = 1;
136 rval = 1;
146 rval = 1;
155 rval = 1;
161 rval = 1;
165 rval = 1;
171 if (!rval) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
4-1.c 71 int ret, err, i, rval, fd; local
105 rval = PTS_UNRESOLVED;
147 rval = PTS_UNRESOLVED;
155 rval = PTS_FAIL;
166 rval = PTS_FAIL;
173 rval = PTS_FAIL;
180 rval = PTS_FAIL;
192 rval = PTS_UNRESOLVED;
209 rval = PTS_PASS;
211 rval = PTS_FAIL
    [all...]
  /external/mesa3d/src/compiler/glsl/
opt_vectorize.cpp 153 ir_rvalue *rval = expr->operands[i]->as_rvalue(); local
154 if (rval && rval->type->is_scalar() &&
155 !rval->as_expression() && !rval->as_swizzle()) {
156 expr->operands[i] = new(ir) ir_swizzle(rval, 0, 0, 0, 0,
  /external/python/cpython2/Modules/_ctypes/libffi/src/sparc/
ffi.c 386 void *rval = rvalue; local
398 rval = alloca(64);
401 rval = NULL;
467 cif->flags, rval, fn);
468 if (rvalue && rval && cif->rtype->type == FFI_TYPE_STRUCT)
469 ffi_v9_layout_struct(cif->rtype, 0, (char *)rvalue, (char *)rval, ((char *)rval)+32);
  /external/python/cpython3/Modules/_ctypes/libffi/src/sparc/
ffi.c 386 void *rval = rvalue; local
398 rval = alloca(64);
401 rval = NULL;
467 cif->flags, rval, fn);
468 if (rvalue && rval && cif->rtype->type == FFI_TYPE_STRUCT)
469 ffi_v9_layout_struct(cif->rtype, 0, (char *)rvalue, (char *)rval, ((char *)rval)+32);
  /system/extras/multinetwork/
httpurl.cpp 104 int rval = -1; local
107 rval = android_getaddrinfofornetwork(args.nethandle,
113 rval = getaddrinfo(parameters->hostname.c_str(),
123 if (rval != 0) {
124 std::cerr << "DNS resolution failure; gaierror=" << rval
125 << " [" << gai_strerror(rval) << "]"
127 return rval;
168 int rval = -1; local
198 rval = recv(fd, buf, sizeof(buf), 0);
200 if (rval < 0)
217 int rval = -1; local
    [all...]
  /cts/tests/tests/net/jni/
NativeMultinetworkJni.c 46 int rval = android_getaddrinfofornetwork(handle, kHostname, NULL, NULL, &res); local
50 ALOGD("android_getaddrinfofornetwork(%" PRIu64 ", %s) returned rval=%d errno=%d",
51 handle, kHostname, rval, saved_errno);
52 return rval == 0 ? 0 : -saved_errno;
62 int rval = android_setprocnetwork(handle); local
64 ALOGD("android_setprocnetwork(%" PRIu64 ") returned rval=%d errno=%d",
65 handle, rval, saved_errno);
66 return rval == 0 ? 0 : -saved_errno;
83 int rval = android_setsocknetwork(handle, fd); local
85 ALOGD("android_setprocnetwork(%" PRIu64 ", %d) returned rval=%d errno=%d"
129 int rval = android_getaddrinfofornetwork(handle, kHostname, kPort, &kHints, &res); local
    [all...]
  /device/google/cuttlefish_common/common/libs/auto_resources/
auto_resources.h 68 bool rval = true; local
70 rval = !::fclose(f_);
73 return rval;
106 bool rval = true; local
108 rval = !::close(fd_);
111 return rval;
  /device/google/cuttlefish_common/common/libs/fs/
shared_fd.cpp 150 int rval = TEMP_FAILURE_RETRY( local
156 return rval;
219 int rval = pipe(fds); local
220 if (rval != -1) {
241 int rval = socketpair(domain, type, protocol, fds); local
242 if (rval != -1) {
273 SharedFD rval = SharedFD::Socket(PF_UNIX, in_type, 0); local
274 if (!rval->IsOpen()) {
275 return rval;
277 if (rval->Connect(reinterpret_cast<sockaddr*>(&addr), addrlen) == -1)
290 SharedFD rval = SharedFD::Socket(AF_INET, type, 0); local
309 SharedFD rval = SharedFD::Socket(AF_INET, type, 0); local
343 SharedFD rval = SharedFD::Socket(PF_UNIX, in_type, 0); local
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
write_log.c 265 int fd, leftover, nbytes, offset, recnum, reclen, rval; local
384 if ((rval = (*func) (&wrec, data)) == WLOG_STOP_SCAN) {

Completed in 1325 milliseconds

1 23 4 5 6 7 8