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

  /external/clang/test/Preprocessor/
macro_arg_slocentry_merge.h 6 #define P_(args) args
7 extern void f P_((WINDOW win));
  /external/e2fsprogs/misc/
nls-enable.h 10 #define P_(singular, plural, n) (ngettext (singular, plural, n))
20 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural))
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 347 #define P_ "__mips16_call_stub_"
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_
  /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/mesa3d/src/mesa/x86/
assyntax.h     [all...]

Completed in 240 milliseconds