| /kernel/liteos_m/testsuites/unittest/posix/src/stdlib/ |
| D | strtoul_test.c | 76 char nPtr[] = "12 0110 0XDEFE 0666 4294967295 4294967296 12.34"; 85 ICUNIT_ASSERT_STRING_EQUAL(endPtr, " 0110 0XDEFE 0666 4294967295 4294967296 12.34", 0); 96 char nPtr[] = " 0110 0XDEFE 0666 4294967295 4294967296 12.34"; 105 ICUNIT_ASSERT_STRING_EQUAL(endPtr, " 0XDEFE 0666 4294967295 4294967296 12.34", 0); 116 char nPtr[] = " 0XDEFE 0666 4294967295 4294967296 12.34"; 125 ICUNIT_ASSERT_STRING_EQUAL(endPtr, " 0666 4294967295 4294967296 12.34", 0); 136 char nPtr[] = " 0666 4294967295 4294967296 12.34"; 145 ICUNIT_ASSERT_STRING_EQUAL(endPtr, " 4294967295 4294967296 12.34", 0); 156 char nPtr[] = " 4294967295 4294967296 12.34"; 159 if (ret == 4294967295UL) { [all …]
|
| /kernel/linux/linux-5.10/lib/ |
| D | test-kstrtox.c | 89 {"4294967295", 10, 4294967295ULL}, in test_kstrtoull_ok() 258 {"4294967295", 10, 4294967295LL}, in test_kstrtoll_ok() 317 {"4294967295", 10, 4294967295ULL}, in test_kstrtou64_ok() 371 {"4294967295", 10, 4294967295LL}, in test_kstrtos64_ok() 420 {"4294967295", 10, 4294967295U}, in test_kstrtou32_ok() 481 {"4294967295", 10}, in test_kstrtos32_fail() 532 {"4294967295", 10}, in test_kstrtou16_fail() 586 {"4294967295", 10}, in test_kstrtos16_fail() 637 {"4294967295", 10}, in test_kstrtou8_fail() 691 {"4294967295", 10}, in test_kstrtos8_fail()
|
| /kernel/linux/linux-6.6/lib/ |
| D | test-kstrtox.c | 89 {"4294967295", 10, 4294967295ULL}, in test_kstrtoull_ok() 258 {"4294967295", 10, 4294967295LL}, in test_kstrtoll_ok() 317 {"4294967295", 10, 4294967295ULL}, in test_kstrtou64_ok() 371 {"4294967295", 10, 4294967295LL}, in test_kstrtos64_ok() 420 {"4294967295", 10, 4294967295U}, in test_kstrtou32_ok() 481 {"4294967295", 10}, in test_kstrtos32_fail() 532 {"4294967295", 10}, in test_kstrtou16_fail() 586 {"4294967295", 10}, in test_kstrtos16_fail() 637 {"4294967295", 10}, in test_kstrtou8_fail() 691 {"4294967295", 10}, in test_kstrtos8_fail()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| D | sample.json | 319 "cmdUnderTest": "$TC actions add action sample rate 4294967295 group 4 index 10", 322 "matchPattern": "action order [0-9]+: sample rate 1/4294967295 group 4 pipe.*index 10 ref", 343 … "cmdUnderTest": "$TC actions add action sample rate 16000 group 4 trunc 4294967295 index 10", 346 …"matchPattern": "action order [0-9]+: sample rate 1/16000 group 4 trunc_size 4294967295 pipe.*inde… 367 "cmdUnderTest": "$TC actions add action sample rate 4294 group 4294967295 index 1", 370 … "matchPattern": "action order [0-9]+: sample rate 1/4294 group 4294967295 pipe.*index 1 ref", 479 "cmdUnderTest": "$TC actions add action sample rate 1024 group 4 index 4294967295", 481 "verifyCmd": "$TC actions get action sample index 4294967295", 482 … "matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 pipe.*index 4294967295 ref",
|
| D | bpf.json | 237 …$TC action add action bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' index 4294967295" 239 …TC action add action bpf bytecode '4,40 0 0 12,21 0 1 2054,6 0 0 262144,6 0 0 0' index 4294967295", 241 "verifyCmd": "$TC action get action bpf index 4294967295", 242 …bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' default-action pipe.*index 4294967295", 310 "$TC action add action bpf bytecode '1,6 0 0 4294967295' pass index 90" 312 …"cmdUnderTest": "$TC action replace action bpf bytecode '1,6 0 0 4294967295' goto chain 42 index 9…
|
| D | skbedit.json | 41 "cmdUnderTest": "$TC actions add action skbedit mark 4294967295 pipe index 1", 44 "matchPattern": "action order [0-9]*: skbedit mark 4294967295.*pipe.*index 1", 568 "cmdUnderTest": "$TC actions add action skbedit mark 808 index 4294967295", 570 "verifyCmd": "$TC actions get action skbedit index 4294967295", 571 "matchPattern": "action order [0-9]*: skbedit mark 808.*index 4294967295",
|
| D | ife.json | 161 "cmdUnderTest": "$TC actions add action ife encode use mark 4294967295 reclassify index 90", 164 …"action order [0-9]*: ife encode action reclassify.*type 0[xX]ED3E.*use mark 4294967295.*index 90", 351 "cmdUnderTest": "$TC actions add action ife encode use prio 4294967295 reclassify index 99", 354 …"action order [0-9]*: ife encode action reclassify.*type 0[xX]ED3E.*use prio 4294967295.*index 99", 755 "cmdUnderTest": "$TC actions add action ife encode allow mark pass index 4294967295", 757 "verifyCmd": "$TC actions get action ife index 4294967295", 758 …tern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 4294967295",
|
| D | tunnel_key.json | 239 …est": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 11 index 4294967295", 241 "verifyCmd": "$TC actions get action tunnel_key index 4294967295", 242 …action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*id 11.*index 4294967295 ref", 292 …Test": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 4294967295 index 1", 295 …"action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 4294967295.*index 1", 318 "verifyCmd": "$TC actions get action tunnel_key index 4294967295",
|
| /kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| D | sample.json | 319 "cmdUnderTest": "$TC actions add action sample rate 4294967295 group 4 index 10", 322 "matchPattern": "action order [0-9]+: sample rate 1/4294967295 group 4 pipe.*index 10 ref", 343 … "cmdUnderTest": "$TC actions add action sample rate 16000 group 4 trunc 4294967295 index 10", 346 …"matchPattern": "action order [0-9]+: sample rate 1/16000 group 4 trunc_size 4294967295 pipe.*inde… 367 "cmdUnderTest": "$TC actions add action sample rate 4294 group 4294967295 index 1", 370 … "matchPattern": "action order [0-9]+: sample rate 1/4294 group 4294967295 pipe.*index 1 ref", 479 "cmdUnderTest": "$TC actions add action sample rate 1024 group 4 index 4294967295", 481 "verifyCmd": "$TC actions get action sample index 4294967295", 482 … "matchPattern": "action order [0-9]+: sample rate 1/1024 group 4 pipe.*index 4294967295 ref",
|
| D | bpf.json | 237 …$TC action add action bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' index 4294967295" 239 …TC action add action bpf bytecode '4,40 0 0 12,21 0 1 2054,6 0 0 262144,6 0 0 0' index 4294967295", 241 "verifyCmd": "$TC action get action bpf index 4294967295", 242 …bpf bytecode '4,40 0 0 12,21 0 1 2048,6 0 0 262144,6 0 0 0' default-action pipe.*index 4294967295", 310 "$TC action add action bpf bytecode '1,6 0 0 4294967295' pass index 90" 312 …"cmdUnderTest": "$TC action replace action bpf bytecode '1,6 0 0 4294967295' goto chain 42 index 9…
|
| D | gate.json | 256 …dd action gate cycle-time 600000000000ns sched-entry open 600000000ns -1 8000000b index 4294967295" 258 …d action gate cycle-time 600000000000ns sched-entry open 600000000ns -1 8000000b index 4294967295", 260 "verifyCmd": "$TC action get action gate index 4294967295", 261 "matchPattern": "action order [0-9]*: .*index 4294967295",
|
| D | skbedit.json | 41 "cmdUnderTest": "$TC actions add action skbedit mark 4294967295 pipe index 1", 44 "matchPattern": "action order [0-9]*: skbedit mark 4294967295.*pipe.*index 1", 568 "cmdUnderTest": "$TC actions add action skbedit mark 808 index 4294967295", 570 "verifyCmd": "$TC actions get action skbedit index 4294967295", 571 "matchPattern": "action order [0-9]*: skbedit mark 808.*index 4294967295",
|
| D | ife.json | 161 "cmdUnderTest": "$TC actions add action ife encode use mark 4294967295 reclassify index 90", 164 …"action order [0-9]*: ife encode action reclassify.*type 0[xX]ED3E.*use mark 4294967295.*index 90", 351 "cmdUnderTest": "$TC actions add action ife encode use prio 4294967295 reclassify index 99", 354 …"action order [0-9]*: ife encode action reclassify.*type 0[xX]ED3E.*use prio 4294967295.*index 99", 755 "cmdUnderTest": "$TC actions add action ife encode allow mark pass index 4294967295", 757 "verifyCmd": "$TC actions get action ife index 4294967295", 758 …tern": "action order [0-9]*: ife encode action pass.*type 0[xX]ED3E.*allow mark.*index 4294967295",
|
| D | tunnel_key.json | 239 …est": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 11 index 4294967295", 241 "verifyCmd": "$TC actions get action tunnel_key index 4294967295", 242 …action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*id 11.*index 4294967295 ref", 292 …Test": "$TC actions add action tunnel_key set src_ip 1.1.1.1 dst_ip 2.2.2.2 id 4294967295 index 1", 295 …"action order [0-9]+: tunnel_key.*set.*src_ip 1.1.1.1.*dst_ip 2.2.2.2.*key_id 4294967295.*index 1", 318 "verifyCmd": "$TC actions get action tunnel_key index 4294967295",
|
| /kernel/liteos_m/testsuites/unittest/xts/io/ |
| D | xts_io_stdlib_test.c | 184 char nPtr[] = "12 0110 0XDEFE 0666 4294967295 4294967296 12.34"; 188 ICUNIT_ASSERT_STRING_EQUAL(endPtr, " 0110 0XDEFE 0666 4294967295 4294967296 12.34", endPtr); 192 ICUNIT_ASSERT_STRING_EQUAL(endPtr, " 0XDEFE 0666 4294967295 4294967296 12.34", endPtr); 196 ICUNIT_ASSERT_STRING_EQUAL(endPtr, " 0666 4294967295 4294967296 12.34", endPtr); 200 ICUNIT_ASSERT_STRING_EQUAL(endPtr, " 4294967295 4294967296 12.34", endPtr); 203 ICUNIT_ASSERT_EQUAL(ret, 4294967295UL, ret); 207 ICUNIT_ASSERT_EQUAL(ret, 4294967295UL, ret);
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/proximity/ |
| D | semtech,sx9360.yaml | 57 enum: [0, 16, 64, 128, 256, 512, 1024, 4294967295] 61 UINT_MAX (4294967295) represents infinite. Other values
|
| D | semtech,sx9310.yaml | 96 enum: [0, 16, 64, 128, 256, 512, 1024, 4294967295] 100 UINT_MAX (4294967295) represents infinite. Other values
|
| D | semtech,sx9324.yaml | 125 enum: [0, 16, 64, 128, 256, 512, 1024, 4294967295] 129 UINT_MAX (4294967295) represents infinite. Other values
|
| /kernel/linux/linux-6.6/kernel/ |
| D | user.c | 34 .count = 4294967295U, 44 .count = 4294967295U, 54 .count = 4294967295U,
|
| /kernel/linux/linux-5.10/kernel/ |
| D | user.c | 34 .count = 4294967295U, 44 .count = 4294967295U, 54 .count = 4294967295U,
|
| /kernel/linux/linux-5.10/Documentation/trace/ |
| D | events-power.rst | 39 Note: the value of '-1' or '4294967295' for state means an exit from the current state, 44 The event which has 'state=4294967295' in the trace is very important to the user
|
| /kernel/linux/linux-6.6/Documentation/trace/ |
| D | events-power.rst | 39 Note: the value of '-1' or '4294967295' for state means an exit from the current state, 44 The event which has 'state=4294967295' in the trace is very important to the user
|
| /kernel/linux/linux-5.10/Documentation/sound/designs/ |
| D | tracepoints.rst | 153 hw_interval_param: pcmC0D0p 000/023 BUFFER_SIZE 0 0 [0 4294967295] 0 1 [0 4294967295]
|
| /kernel/linux/linux-6.6/Documentation/sound/designs/ |
| D | tracepoints.rst | 153 hw_interval_param: pcmC0D0p 000/023 BUFFER_SIZE 0 0 [0 4294967295] 0 1 [0 4294967295]
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| D | nf_log_common.c | 76 /* Max length: 30 "SEQ=4294967295 ACK=4294967295 " */ in nf_log_dump_tcp_header()
|