HomeSort by relevance Sort by last modified time
    Searched defs:P_ (Results 1 - 9 of 9) sorted by null

  /external/clang/test/Preprocessor/
macro_arg_slocentry_merge.h 6 #define P_(args) args
7 extern void f P_((WINDOW win));
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 69 # define P_(s) s
71 # define P_(s) ()
122 extern char *strerror P_((int e));
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
getonescriptspan.cc 56 #define P_ 11
74 P_,PL,R_,S_, T_,PL,PL,PL, PL,Y_,PL,NL, NL,NL,NL,NL,
76 P_,PL,R_,S_, T_,PL,PL,PL, PL,Y_,PL,NL, NL,NL,NL,NL,
100 #undef P_
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 340 #define P_ "__mips16_call_stub_"
344 #define P P_
348 #define P P_ "sf_"
352 #define P P_ "df_"
356 #define P P_ "sc_"
360 #define P P_ "dc_"
364 #undef P_
  /external/openfst/src/include/fst/
minimize.h 147 return P_;
186 StateComparator<A> comp(fst, P_, StateComparator<A>::kCompareFinal);
190 StateId class_id = P_.AddClass();
191 P_.Add(siter.Value(), class_id);
198 class_id = P_.AddClass();
199 P_.Add(s, class_id);
203 P_.Add(s, it->second);
208 VLOG(5) << "Initial Partition: " << P_.num_classes();
221 P_.Initialize(Tr_.NumStates() - 1);
227 ArcIterCompare comp(P_);
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 134 return P_;
173 StateComparator<A> comp(fst, P_, StateComparator<A>::kCompareFinal);
177 StateId class_id = P_.AddClass();
178 P_.Add(siter.Value(), class_id);
185 class_id = P_.AddClass();
186 P_.Add(s, class_id);
190 P_.Add(s, it->second);
195 VLOG(5) << "Initial Partition: " << P_.num_classes();
208 P_.Initialize(Tr_.NumStates() - 1);
214 ArcIterCompare comp(P_);
    [all...]
  /external/e2fsprogs/e2fsck/
e2fsck.h 51 #define P_(singular, plural, n) (ngettext (singular, plural, n))
61 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural))
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]

Completed in 777 milliseconds