Home
last modified time | relevance | path

Searched defs:A (Results 1 – 5 of 5) sorted by relevance

/bionic/tests/libs/
Ddlext_test_library.cpp17 class A { class
/bionic/libm/upstream-freebsd/lib/msun/src/
Dcatrig.c156 double R, S, A; /* A, B, R, and S are as in Hull et al. */ in do_hard_work() local
Dcatrigf.c91 float R, S, A; in do_hard_work() local
/bionic/tests/
Dfortify_test.cpp952 #define BUF_AND_SIZE(A) A, sizeof(A) argument
953 #define BUF_AND_CONTENTS(A) A, CONTENTS argument
954 #define BUF_AND_SIZE_AND_CONTENTS(A) A, sizeof(A), CONTENTS argument
/bionic/libc/upstream-dlmalloc/
Dmalloc.c1618 #define is_aligned(A) (((size_t)((A)) & (CHUNK_ALIGN_MASK)) == 0) argument
1621 #define align_offset(A)\ argument
2221 #define align_as_chunk(A) (mchunkptr)((A) + align_offset(chunk2mem(A))) argument
2694 #define segment_holds(S, A)\ argument