OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M_
(Results
1 - 6
of
6
) sorted by relevancy
/src/tests/lib/lua/libm/
h_lualibm.c
4
#define TEST(
M_
) printf("%-24s%+2.13f\n", #
M_
,
M_
)
5
#define TESTI(
M_
) printf("%-24s%d\n", #
M_
,
M_
)
/src/bin/ksh/
vi.c
76
#define C_ 0x1 /* a valid command that isn't a
M_
, E_, U_ */
77
#define
M_
0x2 /* movement command (h, l, etc.) */
80
#define U_ 0x10 /* an UN-undoable command (that isn't a
M_
) */
86
#define is_cmd(c) (classify[(c)&0x7f]&(
M_
|E_|C_|U_))
87
#define is_move(c) (classify[(c)&0x7f]&
M_
)
99
M_
, C_|Z_, 0, 0, C_|U_, 0, C_, 0,
105
M_
, 0, 0, C_,
M_
,
M_
, 0, 0,
107
0, 0, C_, C_,
M_
, C_, 0, C_|S_
[
all
...]
/src/external/gpl3/gcc/dist/gcc/cp/
error.cc
54
#define
M_
(msgid) (pp_translate_identifiers (cxx_pp) ? _(msgid) : (msgid))
464
pp_string (pp,
M_
("<missing>"));
566
pp_string (pp,
M_
("<brace-enclosed initializer list>"));
568
pp_string (pp,
M_
("<unresolved overloaded function type>"));
735
pp_string (pp,
M_
("<type error>"));
842
pp_string (pp,
M_
("<lambda"));
856
pp_string (pp,
M_
("<unnamed>"));
858
pp_printf (pp,
M_
("<unnamed %s>"), variety);
996
pp_string (pp,
M_
("<typeprefixerror>"));
1137
p =
M_
("(static initializers for %s)")
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
error.cc
52
#define
M_
(msgid) (pp_translate_identifiers (cxx_pp) ? _(msgid) : (msgid))
456
pp_string (pp,
M_
("<missing>"));
558
pp_string (pp,
M_
("<brace-enclosed initializer list>"));
560
pp_string (pp,
M_
("<unresolved overloaded function type>"));
730
pp_string (pp,
M_
("<type error>"));
837
pp_string (pp,
M_
("<lambda"));
847
pp_string (pp,
M_
("<unnamed>"));
849
pp_printf (pp,
M_
("<unnamed %s>"), variety);
982
pp_string (pp,
M_
("<typeprefixerror>"));
1115
p =
M_
("(static initializers for %s)")
[
all
...]
/src/sys/altq/
altq_rmclass.h
186
u_long
M_
[RM_MAXPRIO]; /* WRR weights. */
altq_rmclass.c
420
ifd->
M_
[i] = 0;
422
ifd->
M_
[i] = ifd->alloc_[i] /
435
if (ifd->
M_
[i] == 0)
439
ifd->
M_
[i];
450
return (ifd->
M_
[pri]);
705
ifd->
M_
[i] = 0;
Completed in 53 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026