Searched defs:PG (Results 1 - 6 of 6) sorted by relevance

/external/arduino/hardware/arduino/cores/arduino/
H A Dpins_arduino.c74 #define PG 7 macro
137 PG , // PG 5 ** 4 ** PWM4
172 PG , // PG 2 ** 39 ** D39
173 PG , // PG 1 ** 40 ** D40
174 PG , // PG 0 ** 41 ** D41
212 _BV( 5 ) , // PG
[all...]
/external/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp70 PSVGlobalsTy &PG = *PSVGlobals; local
71 sys::ScopedLock locked(PG.Lock);
72 const PseudoSourceValue *&V = PG.FSValues[FI];
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandom-weight.h152 typedef ProductWeightGenerator<StringWeightGenerator<L, S>, G> PG; typedef in class:fst::GallicWeightGenerator
157 : PG(seed, allow_zero) {}
159 GallicWeightGenerator(const PG &pg) : PG(pg) {}
/external/openfst/src/include/fst/
H A Drandom-weight.h251 typedef ProductWeightGenerator<StringWeightGenerator<L, S>, G> PG; typedef in class:fst::GallicWeightGenerator
256 : PG(seed, allow_zero) {}
258 GallicWeightGenerator(const PG &pg) : PG(pg) {}
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DRegionCode.java51 static final String PG = "PG"; field in class:RegionCode
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java898 PG(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum

Completed in 1158 milliseconds