| /src/external/lgpl3/gmp/dist/tests/cxx/ |
| t-ops.cc | 157 signed int ai = -10; local 165 c = ai / b; ASSERT_ALWAYS(c == -3); 166 c = ai % b; ASSERT_ALWAYS(c == -1); 170 signed int ai = -10; local 178 c = ai / b; ASSERT_ALWAYS(c == 3); 179 c = ai % b; ASSERT_ALWAYS(c == -1); 183 signed long ai = LONG_MIN; local 188 c = ai / b; ASSERT_ALWAYS(c == -1); 189 c = ai % b; ASSERT_ALWAYS(c == 0);
|
| /src/sbin/mount_nfs/ |
| iodesc.h | 42 struct addrinfo *ai; member in struct:iodesc
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_exec_powerpc.c | 70 AuxInfo ai[LINUX_ELF_AUX_ENTRIES], *a; local 96 memset(ai, 0, sizeof(ai)); 98 a = ai; 172 len = (a - ai) * sizeof(AuxInfo); 174 if ((error = copyout(ai, *stackp, len)) != 0)
|
| /src/lib/libm/ld128/ |
| s_cospil.c | 49 long double ai, ar, ax, c; local 74 /* Split ax = ai + ar with 0 <= ar < 1. */ 75 FFLOORL128(ax, ai, ar); 90 return (fmodl(ai, 2.L) == 0 ? c : -c);
|
| s_sinpil.c | 49 long double ai, ar, ax, hi, lo, s; local 80 /* Split ax = ai + ar with 0 <= ar < 1. */ 81 FFLOORL128(ax, ai, ar); 98 s = fmodl(ai, 2.L) == 0 ? s : -s;
|
| s_tanpil.c | 72 long double ai, ar, ax, hi, lo, t; local 98 /* Split ax = ai + ar with 0 <= ar < 1. */ 99 FFLOORL128(ax, ai, ar); 100 odd = fmodl(ai, 2.L) == 0 ? 1 : -1;
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| expand_hostname.c | 70 struct addrinfo *ai, *a, hints; local 79 error = getaddrinfo (orig_hostname, NULL, &hints, &ai); 82 for (a = ai; a != NULL; a = a->ai_next) { 85 freeaddrinfo (ai); 92 freeaddrinfo (ai); 145 struct addrinfo *ai, *a, hints; local 156 error = getaddrinfo (orig_hostname, NULL, &hints, &ai); 161 for (a = ai; a != NULL; a = a->ai_next) { 165 freeaddrinfo (ai); 171 freeaddrinfo (ai); [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| getnameinfo_verified.c | 55 struct addrinfo *ai, *a; local 76 ret = getaddrinfo (host, serv, &hints, &ai); 82 for (a = ai; a != NULL; a = a->ai_next) { 85 freeaddrinfo (ai); 89 freeaddrinfo (ai);
|
| /src/external/lgpl3/gmp/dist/ |
| nextprime.c | 68 unsigned long ai; local 139 ai = 0; 152 p += addp[ai]; 153 ai = (ai + 1) % 48;
|
| /src/external/lgpl3/mpfr/dist/src/ |
| cmp_si.c | 55 unsigned long ai; local 60 ai = SAFE_ABS(unsigned long, i); 62 /* ai must be representable in a mp_limb_t */ 63 MPFR_ASSERTN(ai == (mp_limb_t) ai); 73 c = (mp_limb_t) ai;
|
| set_si_2exp.c | 41 mp_limb_t ai, *xp; local 53 ai = SAFE_ABS (unsigned long, i); 54 MPFR_ASSERTN (SAFE_ABS (unsigned long, i) == ai); 58 count_leading_zeros (cnt, ai); 62 xp[xn] = ai << cnt;
|
| /src/sys/compat/linux32/arch/aarch64/ |
| linux32_exec.h | 42 Aux32Info ai[LINUX32_ELF_AUX_ENTRIES]; member in struct:linux32_extra_stack_data
|
| /src/sys/compat/linux32/arch/amd64/ |
| linux32_exec.h | 69 Aux32Info ai[LINUX32_ELF_AUX_ENTRIES]; member in struct:linux32_extra_stack_data
|
| /src/usr.bin/getaddrinfo/ |
| getaddrinfo.c | 172 struct addrinfo *ai; local 177 for (ai = addrinfo; ai != NULL; ai = ai->ai_next) { 179 if ((ai->ai_socktype >= 0) && 180 ((size_t)ai->ai_socktype < __arraycount(socket_types)) && 181 (socket_types[ai->ai_socktype] != NULL)) 182 n = printf("%s", socket_types[ai->ai_socktype]); 184 n = printf("%d", ai->ai_socktype) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| v3_tlsf.c | 64 ASN1_INTEGER *ai; local 67 ai = sk_ASN1_INTEGER_value(tls_feature, i); 68 tlsextid = ASN1_INTEGER_get(ai); 75 X509V3_add_value_int(NULL, ai, &ext_list); 90 ASN1_INTEGER *ai = NULL; local 122 if ((ai = ASN1_INTEGER_new()) == NULL 123 || !ASN1_INTEGER_set(ai, tlsextid) 124 || sk_ASN1_INTEGER_push(tlsf, ai) <= 0) { 129 ai = NULL; 135 ASN1_INTEGER_free(ai); [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| v3_tlsf.c | 66 ASN1_INTEGER *ai; local 69 ai = sk_ASN1_INTEGER_value(tls_feature, i); 70 tlsextid = ASN1_INTEGER_get(ai); 77 X509V3_add_value_int(NULL, ai, &ext_list); 92 ASN1_INTEGER *ai = NULL; local 125 if ((ai = ASN1_INTEGER_new()) == NULL 126 || !ASN1_INTEGER_set(ai, tlsextid) 127 || sk_ASN1_INTEGER_push(tlsf, ai) <= 0) { 132 ai = NULL; 138 ASN1_INTEGER_free(ai); [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
| v3_tlsf.c | 66 ASN1_INTEGER *ai; local 69 ai = sk_ASN1_INTEGER_value(tls_feature, i); 70 tlsextid = ASN1_INTEGER_get(ai); 77 X509V3_add_value_int(NULL, ai, &ext_list); 92 ASN1_INTEGER *ai; local 125 if ((ai = ASN1_INTEGER_new()) == NULL 126 || !ASN1_INTEGER_set(ai, tlsextid) 127 || sk_ASN1_INTEGER_push(tlsf, ai) <= 0) {
|
| /src/external/bsd/ntp/dist/libntp/ |
| socktohost.c | 36 struct addrinfo * ai; local 90 for (ai = alist; ai != NULL; ai = ai->ai_next) { 92 * Make a convenience sockaddr_u copy from ai->ai_addr 99 octets = min(sizeof(addr), ai->ai_addrlen); 100 memcpy(&addr, ai->ai_addr, octets); 106 if (ai != NULL) {
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| stest.c | 106 const int *ai = (const int *) a; local 109 return *ai - *bi;
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| stest.c | 106 const int *ai = (const int *) a; local 109 return *ai - *bi;
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| stest.c | 106 const int *ai = (const int *) a; local 109 return *ai - *bi;
|
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| stest.c | 106 const int *ai = (const int *) a; local 109 return *ai - *bi;
|
| /src/external/lgpl3/gmp/dist/tests/mpq/ |
| t-cmp.c | 31 mpz_t ai, bi; local 34 mpz_init (ai); 37 mpz_mul (ai, NUM (a), DEN (b)); 39 cc = mpz_cmp (ai, bi); 40 mpz_clear (ai);
|
| t-cmp_ui.c | 31 mpz_t ai, bi; local 34 mpz_init (ai); 37 mpz_mul_ui (ai, NUM (a), bd); 39 cc = mpz_cmp (ai, bi); 40 mpz_clear (ai);
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_exec.h | 57 Aux64Info ai[LINUX_ELF_AUX_ENTRIES]; member in struct:linux_extra_stack_data64
|