Searched refs:aa (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/
H A Dmem.c194 const int aa = OPENSSL_tolower(a[i]); local
197 if (aa < bb) {
199 } else if (aa > bb) {
201 } else if (aa == 0) {
209 const int aa = OPENSSL_tolower(a[i]); local
212 if (aa < bb) {
214 } else if (aa > bb) {
216 } else if (aa == 0) {
/fuchsia/zircon/third_party/ulib/jemalloc/test/include/test/
H A Dmath.h224 double e, aa, xx, c, ch, a, q, p1, p2, t, x, b, s1, s2, s3, s4, s5, s6; local
231 aa = 0.6931471805;
238 ch = pow(p * xx * exp(ln_gamma_df_2 + xx * aa), 1.0 / xx);
265 c * aa) * p2 / p1) / t;
279 t = p2 * exp(xx * aa + ln_gamma_df_2 + p1 - c * log(ch));
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstdlib.h39 void qsort(void *aa, size_t n, size_t es, int (*cmp)(const void *, const void *));
/fuchsia/zircon/kernel/lib/libc/
H A Dqsort.c84 qsort(void *aa, size_t n, size_t es, int (*cmp)(const void *, const void *)) argument
88 char *a = aa;
/fuchsia/zircon/third_party/ulib/musl/include/arpa/
H A Dnameser.h324 unsigned aa : 1; member in struct:__anon1629
335 unsigned aa : 1; member in struct:__anon1629

Completed in 35 milliseconds