Searched defs:N_ (Results 1 - 10 of 10) sorted by relevance

/external/e2fsprogs/misc/
H A Dnls-enable.h6 #define N_(a) gettext_noop (a) macro
8 #define N_(a) (a) macro
18 #define N_(a) a macro
/external/bison/src/
H A Dsystem.h124 #define N_(Msgid) (Msgid) macro
/external/e2fsprogs/resize/
H A Dresize2fs.h46 #define N_(a) gettext_noop (a) macro
48 #define N_(a) (a) macro
58 #define N_(a) a macro
/external/elfutils/lib/
H A Deu-config.h91 #define N_(Str) Str macro
/external/eigen/unsupported/Eigen/src/Splines/
H A DSpline.h25 * C(u) & = \sum_{i=0}^{n}N_{i,p}(u)P_i
85 * C(u) & = \sum_{i=0}^{n}N_{i,p}P_i
98 * \frac{d^i}{du^i}C(u) & = \sum_{i=0}^{n} \frac{d^i}{du^i} N_{i,p}(u)P_i
127 * N_{i,p}(u), \hdots, N_{i+p+1,p}(u)
141 * \frac{d^i}{du^i} N_{i,p}(u), \hdots, \frac{d^i}{du^i} N_{i+p+1,p}(u)
182 * N_{i,p}(u), \hdots, N_{i+p+1,p}(u)
339 void basisFunctionDerivativesImpl(const SplineType& spline, typename SplineType::Scalar u, DenseIndex order, DerivativeType& N_) argument
[all...]
/external/elfutils/tests/
H A Ddwflmodtest.c216 #undef N_ macro
217 #define N_(Str) Str macro
221 { "functions", 'f', NULL, 0, N_("Additionally show function names"), 0 },
222 { "inlines", 'i', NULL, 0, N_("Show instances of inlined functions"), 0 },
/external/oprofile/libpopt/
H A Dpoptint.h114 #define N_(foo) foo macro
/external/bison/lib/
H A Dquotearg.c39 #define N_(msgid) msgid macro
245 char const *left = gettext_quote (N_("`"), quoting_style);
246 char const *right = gettext_quote (N_("'"), quoting_style);
/external/e2fsprogs/e2fsck/
H A De2fsck.h47 #define N_(a) gettext_noop (a) macro
49 #define N_(a) (a) macro
60 #define N_(a) a macro
/external/libmtp/src/
H A Dptp.c39 # define N_(String) gettext_noop (String) macro
41 # define N_(String) (String) macro
50 # define N_(String) (String) macro
2794 {PTP_RC_Undefined, N_("PTP: Undefined Error")},
2795 {PTP_RC_OK, N_("PTP: OK!")},
2796 {PTP_RC_GeneralError, N_("PTP: General Error")},
2797 {PTP_RC_SessionNotOpen, N_("PTP: Session Not Open")},
2798 {PTP_RC_InvalidTransactionID, N_("PTP: Invalid Transaction ID")},
2799 {PTP_RC_OperationNotSupported, N_("PTP: Operation Not Supported")},
2800 {PTP_RC_ParameterNotSupported, N_("PT
[all...]

Completed in 1256 milliseconds