Home
last modified time | relevance | path

Searched refs:constexpr (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/build/test/unittest/accesstokenid/
H A Daccesstokenid_test.cpp29 constexpr unsigned char ACCESS_TOKEN_ID_IOCTL_BASE = 'A';
30 constexpr unsigned int GET_TOKEN_ID = 1;
31 constexpr unsigned int SET_TOKEN_ID = 2;
32 constexpr unsigned int GET_FTOKEN_ID = 3;
33 constexpr unsigned int SET_FTOKEN_ID = 4;
34 constexpr unsigned int ACCESS_TOKENID_MAX_NR = 5;
48 constexpr unsigned long long INVAL_TOKEN = 0xffffffffffffffff;
54 constexpr unsigned int ACCESS_TOKEN_GRPID = 3020;
55 constexpr unsigned int ACCESS_TOKEN_OTHER_UID = 1234;
56 constexpr unsigne
[all...]
/kernel/linux/build/test/fuzztest/sched/beginframefreq_fuzzer/
H A Dbeginframefreq_fuzzer.cpp24 constexpr int marginUpperLimitTime = 32000; in BeginFrameFreqFuzzTest()
25 constexpr int marginLowerLimitTime = -32000; in BeginFrameFreqFuzzTest()
/kernel/linux/build/test/fuzztest/sched/setmargin_fuzzer/
H A Dsetmargin_fuzzer.cpp24 constexpr int marginUpperLimitTime = 32000; in SetMarginFuzzTest()
25 constexpr int marginLowerLimitTime = -32000; in SetMarginFuzzTest()
/kernel/linux/linux-5.10/scripts/
H A Dunifdef.c206 static bool constexpr; /* constant #if expression */ variable
822 * We reset the constexpr flag in the last two cases.
880 constexpr = false; in eval_unary()
898 constexpr = false; in eval_unary()
958 constexpr = killconsts ? false : true; in ifeval()
961 return (constexpr ? LT_IF : ret == LT_ERROR ? LT_IF : ret); in ifeval()
/kernel/linux/linux-6.6/scripts/
H A Dunifdef.c206 static bool constexpr; /* constant #if expression */ variable
822 * We reset the constexpr flag in the last two cases.
880 constexpr = false; in eval_unary()
898 constexpr = false; in eval_unary()
958 constexpr = killconsts ? false : true; in ifeval()
961 return (constexpr ? LT_IF : ret == LT_ERROR ? LT_IF : ret); in ifeval()
/kernel/linux/build/test/unittest/rtg/
H A Drtg_test.cpp34 constexpr size_t MAX_LENGTH = 100;

Completed in 7 milliseconds