Home
last modified time | relevance | path

Searched defs:rval (Results 26 - 50 of 88) sorted by relevance

1234

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
H A D2-2.c52 int rval; in main() local
96 int rval; in parent_process() local
144 int rval; child_process() local
[all...]
/third_party/ltp/lib/
H A Dsafe_pthread.c16 int rval; in safe_pthread_create() local
32 int rval; in safe_pthread_join() local
48 int rval; safe_pthread_barrier_wait() local
64 int rval; safe_pthread_barrier_destroy() local
80 int rval; safe_pthread_cancel() local
97 int rval; safe_pthread_barrier_init() local
[all...]
H A Dtst_safe_sysv_ipc.c66 int rval; in safe_msgget() local
85 int rval; in safe_msgsnd() local
105 ssize_t rval; safe_msgrcv() local
125 int rval; safe_msgctl() local
144 int rval; safe_shmget() local
163 void *rval; safe_shmat() local
177 int rval; safe_shmdt() local
195 int rval; safe_shmctl() local
214 int rval; safe_semget() local
233 int rval; safe_semctl() local
269 int rval; safe_semop() local
[all...]
H A Dtst_safe_file_at.c65 ssize_t rval; in safe_file_readat() local
111 int rval; in tst_file_printfat() local
126 int rval, errno_cp in safe_file_vprintfat() local
165 int rval; safe_file_printfat() local
177 const int rval = unlinkat(dirfd, path, flags); safe_unlinkat() local
205 int rval; safe_fchownat() local
225 int rval; safe_fstatat() local
[all...]
H A Dsafe_net.c111 int rval, ttype; in safe_socket() local
142 int rval, ttype; in safe_socketpair() local
172 int rval = getsockopt(sockfd, level, optname, optval, optlen); safe_getsockopt() local
190 int rval; safe_setsockopt() local
210 ssize_t rval; safe_send() local
231 ssize_t rval; safe_sendto() local
256 ssize_t rval; safe_sendmsg() local
279 ssize_t rval; safe_recv() local
304 ssize_t rval; safe_recvmsg() local
370 int rval; safe_listen() local
392 int rval; safe_accept() local
411 int rval; safe_connect() local
435 int rval; safe_getsockname() local
458 int rval = gethostname(name, size); safe_gethostname() local
475 int rval = sethostname(name, size); safe_sethostname() local
[all...]
/third_party/ltp/include/
H A Dtst_safe_clocks.h21 int rval; in safe_clock_getres() local
40 int rval; in safe_clock_gettime() local
60 int rval; safe_clock_settime() local
[all...]
/third_party/ltp/testcases/kernel/fs/doio/
H A Dwrite_log.c265 int fd, leftover, nbytes, offset, recnum, reclen, rval; in wlog_scan_backward() local
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/
H A Dclock_adjtime02.c134 int rval; in verify_clock_adjtime() local
195 int rval; in setup() local
232 int rval; cleanup() local
[all...]
/third_party/ltp/testcases/misc/math/atof/
H A Datof01.c202 static int numin(char *str, double *rval) in numin() argument
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmctl/
H A Dhugeshmctl01.c95 void *rval; in set_shmat() local
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_minmax.cpp331 get_range(ir_rvalue *rval) in get_range() argument
491 swizzle_if_required(ir_expression *expr, ir_rvalue *rval) in swizzle_if_required() argument
/third_party/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp292 UBool rval; in runTest() local
347 UBool rval = false; in runTestLoop() local
/third_party/ltp/testcases/kernel/syscalls/clone/
H A Dclone02.c337 int rval; in test_FS() local
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
H A Dsemctl01.c119 static void func_cnt(int rval) in func_cnt() argument
152 static void func_pid(int rval) in func_pid() argument
160 static void func_gval(int rval) in func_gval() argument
266 int rval; in verify_semctl() local
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify.h20 int rval; in safe_fanotify_init() local
45 int rval; in safe_fanotify_mark() local
160 int rval = 0; fanotify_events_supported_by_kernel() local
186 int rval = 0; fanotify_init_flags_supported_on_fs() local
249 int rval = 0; fanotify_mark_supported_by_kernel() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl02.c107 int rval; in main() local
224 int i, rval; in run_ptest() local
/third_party/mksh/
H A Dulimit.c273 mksh_uari_t rval; in set_ulimit() local
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Duperf.cpp292 UBool rval; in runTest() local
347 UBool rval = FALSE; in runTestLoop() local
/third_party/pulseaudio/src/pulsecore/
H A Dmodule.c121 int errcode, rval; in pa_module_load() local
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_mtp_device.cpp163 bool rval = Connect(rawDevice); in ConnectByDevFile() local
318 int rval = LIBMTP_Delete_Object(device_, dirToRemove->Id()); in DirRemove() local
395 int rval = in ReNameInner() local
408 int rval = in ReNameInner() local
469 int rval = LIBMTP_GetPartialObject(device_, fileToFetch->Id(), offset, size, &tmpBuf, &tmpSize); in FileRead() local
500 int rval = LIBMTP_SendPartialObject(device_, fileToFetch->Id(), offset, s.data(), s.size()); FileWrite() local
527 int rval = LIBMTP_Get_File_To_File(device_, fileToFetch->Id(), dst.c_str(), nullptr, nullptr); FilePull() local
552 int rval = LIBMTP_Delete_Object(device_, fileToRemove->Id()); FilePush() local
569 int rval = LIBMTP_Send_File_From_File(device_, src.c_str(), f, nullptr, nullptr); FilePush() local
604 int rval = LIBMTP_Delete_Object(device_, fileToRemove->Id()); FileRemove() local
630 int rval = LIBMTP_Set_File_Name(device_, file, tmpNewBaseName.c_str()); FileRename() local
[all...]
/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Drouter_advertisement_daemon.cpp212 auto rval = in RunRecvRsThread() local
/third_party/ffmpeg/libavcodec/
H A Dscpr.c164 static int decode_value(SCPRContext *s, uint32_t *cnt, uint32_t maxc, uint32_t step, uint32_t *rval) in decode_value() argument
208 static int decode_unit(SCPRContext *s, PixelModel *pixel, uint32_t step, uint32_t *rval) in decode_unit() argument
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_urndis.c463 uint32_t rval; in urndis_ctrl_handle() local
596 uint32_t rval; in urndis_ctrl_handle_reset() local
636 uint32_t rval; urndis_ctrl_init() local
673 uint32_t rval; urndis_ctrl_halt() local
702 uint32_t datalen, rval; urndis_ctrl_query() local
748 uint32_t datalen, rval; urndis_ctrl_set() local
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbd_video.c251 uint32_t rval; in uvc_open_device() local
/third_party/libunwind/libunwind/src/ia64/
H A DGscript.c244 unsigned long val, rval; in compile_reg() local
[all...]

Completed in 15 milliseconds

1234