HomeSort by relevance Sort by last modified time
    Searched defs:ret (Results 1 - 25 of 7945) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/upstream-freebsd/lib/libc/string/
wcpncpy.c 38 wchar_t *ret = dst; local
41 return (ret);
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
sscanf.c 17 int ret = 0; local
21 ret++;
25 return ret;
timingsafe_bcmp.c 29 int ret = 0; local
32 ret |= *p1++ ^ *p2++;
33 return (ret != 0);
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/
fvp_err.c 19 int ret; local
27 ret = nor_word_program(PLAT_ARM_FIP_BASE, 0);
28 if (ret) {
  /device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
inet_ntoa.c 63 static char ret[18]; local
65 //strlcpy(ret, "[inet_ntoa error]", sizeof(ret));
66 strncpyX(ret, "[inet_ntoa error]", sizeof(ret));
67 (void) inet_ntop(AF_INET, &in, ret, sizeof ret);
68 return (ret);
  /external/clang/test/CodeGen/
inline-asm-mrv.c 6 int ret; local
10 asm volatile("set %0 %1" : "=r"(ret) : "r"(blk1));
11 return ret;
  /external/fio/
fio.c 33 int ret = 1; local
63 ret = fio_handle_clients(&fio_client_ops);
65 ret = fio_backend(NULL);
71 return ret;
  /external/libopus/silk/
init_encoder.c 47 opus_int ret = 0; local
61 ret += silk_VAD_Init( &psEnc->sCmn.sVAD );
63 return ret;
  /external/libunwind/src/dwarf/
Gstep.c 32 int ret; local
34 if ((ret = dwarf_find_save_locs (c)) >= 0) {
36 ret = 1;
39 Debug (15, "returning %d\n", ret);
40 return ret;
  /external/libunwind/src/hppa/
init.h 31 int ret; local
36 ret = dwarf_get (&c->dwarf, c->dwarf.loc[UNW_HPPA_IP], &c->dwarf.ip);
37 if (ret < 0)
38 return ret;
40 ret = dwarf_get (&c->dwarf, c->dwarf.loc[UNW_HPPA_SP], &c->dwarf.cfa);
41 if (ret < 0)
42 return ret;
  /external/libunwind/src/sh/
init.h 30 int ret; local
51 ret = dwarf_get (&c->dwarf, c->dwarf.loc[UNW_SH_PC], &c->dwarf.ip);
52 if (ret < 0)
53 return ret;
55 ret = dwarf_get (&c->dwarf, c->dwarf.loc[UNW_TDEP_SP], &c->dwarf.cfa);
56 if (ret < 0)
57 return ret;
  /external/libusb/libusb/os/
poll_posix.c 32 int ret = pipe(pipefd); local
33 if (ret != 0) {
34 return ret;
36 ret = fcntl(pipefd[1], F_GETFL);
37 if (ret == -1) {
41 ret = fcntl(pipefd[1], F_SETFL, ret | O_NONBLOCK);
42 if (ret != 0) {
52 return ret;
  /external/libxml2/python/tests/
reader8.py 20 ret = reader.Read() variable
21 ret = reader.Read() variable
22 ret = reader.Close() variable
24 if ret != 0:
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setpshared/
2-1.c 34 int ret; local
43 ret = pthread_mutexattr_setpshared(&mta, PTHREAD_PROCESS_PRIVATE);
44 if (ret != 0) {
45 printf("Test FAILED: Expected return code 0, got: %d", ret);
2-2.c 34 int ret; local
43 ret = pthread_mutexattr_setpshared(&mta, PTHREAD_PROCESS_SHARED);
44 if (ret != 0) {
45 printf("Test FAILED: Expected return code 0, got: %d\n", ret);
3-1.c 37 int ret; local
40 ret = pthread_mutexattr_setpshared(&mta, PTHREAD_PROCESS_PRIVATE);
41 if (ret != 0) {
42 if (ret == EINVAL) {
48 ret);
  /external/syslinux/core/fs/
getcwd.c 6 char *ret = NULL; local
10 ret = buf;
12 return ret;
  /external/tcpdump/
vfprintf.c 44 int ret; local
52 ret = _doprnt(fmt, args, f);
53 return ferror(f) ? EOF : ret;
  /external/wpa_supplicant_8/hostapd/
eap_register.c 25 int ret = 0; local
28 if (ret == 0)
29 ret = eap_server_identity_register();
33 if (ret == 0)
34 ret = eap_server_md5_register();
38 if (ret == 0)
39 ret = eap_server_tls_register();
43 if (ret == 0)
44 ret = eap_server_unauth_tls_register();
49 if (ret == 0
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
eap_register.c 26 int ret = 0; local
29 if (ret == 0)
30 ret = eap_peer_md5_register();
34 if (ret == 0)
35 ret = eap_peer_tls_register();
39 if (ret == 0)
40 ret = eap_peer_unauth_tls_register();
45 if (ret == 0)
46 ret = eap_peer_wfa_unauth_tls_register();
51 if (ret == 0
    [all...]
  /hardware/nxp/nfc/halimpl/tml/
spi_spm.cc 44 int ret; local
53 ret = ioctl((intptr_t)pDevHandle, P61_SET_SPI_PWR, level);
55 ret=0;
59 ret = ioctl((intptr_t)pDevHandle, P61_GET_PWR_STATUS, level);
63 ret=0;
66 ret=0;
70 ret=0;
74 ret = ioctl((intptr_t)pDevHandle, P61_SET_SPI_PWR, 1);
77 ret=-1;
80 return ret;
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
flags.c 48 int ret, m, o; local
53 ret = __SRD;
59 ret = __SWR;
65 ret = __SWR;
80 ret = __SRW;
104 return (ret);
  /build/kati/
stringprintf.cc 28 int ret = vsnprintf(&str[0], str.size(), format, args); local
30 assert(ret >= 0);
31 if (static_cast<size_t>(ret) < str.size()) {
32 str.resize(ret);
35 str.resize(ret + 1);
  /device/linaro/bootloader/arm-trusted-firmware/lib/psci/
psci_mem_protect.c 29 int ret; local
36 ret = psci_plat_pm_ops->mem_protect_chk(base, length);
37 return (ret < 0) ? PSCI_E_DENIED : PSCI_E_SUCCESS;
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/juno/
juno_stack_protector.c 16 u_register_t ret = 0; local
29 ret ^= c[i];
30 return ret;

Completed in 773 milliseconds

1 2 3 4 5 6 7 8 91011>>