Searched refs:P_ (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/Preprocessor/
H A Dmacro_arg_slocentry_merge.h6 #define P_(args) args macro
7 extern void f P_((WINDOW win));
/external/e2fsprogs/misc/
H A Dnls-enable.h10 #define P_(singular, plural, n) (ngettext (singular, plural, n)) macro
20 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural)) macro
H A Duuidd.c398 printf(P_("Generated time UUID %s and "
542 printf(P_("%s and subsequent UUID\n",
H A Dtune2fs.c1201 printf(P_("Setting multiple mount protection update "
/external/openfst/src/include/fst/
H A Dminimize.h147 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_);
288 Partition<StateId> P_; member in class:fst::CyclicMinimizer
[all...]
/external/e2fsprogs/e2fsck/
H A Dunix.c160 log_out(ctx, P_("\n%12u inode used (%2.2f%%, out of %u)\n",
164 log_out(ctx, P_("%12u non-contiguous file (%0d.%d%%)\n",
169 log_out(ctx, P_("%12u non-contiguous directory (%0d.%d%%)\n",
191 log_out(ctx, P_("%12llu block used (%2.2f%%, out of %llu)\n",
195 log_out(ctx, P_("%12u bad block\n", "%12u bad blocks\n",
197 log_out(ctx, P_("%12u large file\n", "%12u large files\n",
199 log_out(ctx, P_("\n%12u regular file\n", "\n%12u regular files\n",
201 log_out(ctx, P_("%12u directory\n", "%12u directories\n",
203 log_out(ctx, P_("%12u character device file\n",
206 log_out(ctx, P_("
[all...]
H A De2fsck.h51 #define P_(singular, plural, n) (ngettext (singular, plural, n)) macro
61 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural)) macro
/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp347 #define P_ "__mips16_call_stub_" macro
351 #define P P_
355 #define P P_ "sf_"
359 #define P P_ "df_"
363 #define P P_ "sc_"
367 #define P P_ "dc_"
371 #undef P_ macro
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h1101 #define CODEPTR(reg) P_(reg)
1107 #define P_(a) P_ ## a macro
1229 #define LEA_L(a, b) lea P_(b), P_(a)
1230 #define LEA_W(a, b) lea P_(b), P_(a)
1234 #define LDS(a, b) lds b, P_(a)
1235 #define LES(a, b) les b, P_(a)
1236 #define LFS(a, b) lfs b, P_(
[all...]

Completed in 289 milliseconds