Home
last modified time | relevance | path

Searched defs:A9 (Results 1 – 4 of 4) sorted by relevance

/external/arduino/hardware/arduino/cores/arduino/
DWProgram.h43 const static uint8_t A9 = 63; variable
/external/libcxxabi/test/
Ddynamic_cast14.cpp116 struct A9 struct
119 char _[3481];
120 virtual ~A9() {} in ~A9()
122 A1* getA1_9() {return A1::getA1();} in getA1_9()
123 A9* getA9() {return this;} in getA9()
837 struct A9 struct
840 char _[3481];
841 virtual ~A9() {} in ~A9()
843 A1* getA1_9() {return A1::getA1();} in getA1_9()
844 A9* getA9() {return this;} in getA9()
[all …]
/external/llvm/unittests/ADT/
DAPIntTest.cpp630 APInt A9(UINT32_MAX, 0); in TEST() local
677 APInt A9(UINT32_MAX, 0); in TEST() local
/external/openssl/crypto/modes/
Dgcm128.c1667 #define A9 A8 macro