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 - 4
of
4
) 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/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 69 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026