Home
last modified time | relevance | path

Searched defs:B (Results 1 – 9 of 9) sorted by relevance

/picolibc-latest/newlib/libc/machine/arc/
Dmemset-archs.S46 #define PREWRITE(A,B) prefetchw [(A),(B)] argument
48 #define PREWRITE(A,B) prealloc [(A),(B)] argument
/picolibc-latest/newlib/libc/search/
Dhash_buf.c73 #define BUF_REMOVE(B) { \ argument
79 #define BUF_INSERT(B, P) { \ argument
89 #define MRU_INSERT(B) BUF_INSERT((B), &hashp->bufhead) argument
90 #define LRU_INSERT(B) BUF_INSERT((B), LRU) argument
Dhash.h203 #define BUCKET_TO_PAGE(B) \ argument
205 #define OADDR_TO_PAGE(B) \ argument
/picolibc-latest/newlib/libm/common/
Dlog.c38 #define B __log_data.poly1 macro
Dlog2.c38 #define B __log2_data.poly1 macro
/picolibc-latest/newlib/libm/ld/ld80/
De_powl.c135 static const long double B[17] = { variable
/picolibc-latest/newlib/libc/machine/mips/machine/
Dasm.h134 # define _ASMCONCAT(A, B) A ## B argument
136 # define _ASMCONCAT(A, B) A/**/B argument
/picolibc-latest/newlib/libm/test/
Dtest.h211 #define B 3 macro
/picolibc-latest/newlib/libc/stdlib/
Dmbtowc_r.c43 typedef enum __packed { ESCAPE, DOLLAR, BRACKET, AT, B, J, enumerator