| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| wpm.d | 62 countdown = 5; 64 printf("Measuring will start in : %2d seconds", countdown); 68 /--countdown >= 0/ 70 printf("\b\b\b\b\b\b\b\b\b\b%2d seconds", countdown); 74 /state == BEGIN && countdown == -1/ 77 countdown = 60; 78 printf("\nMeasuring will stop in : %2d seconds", countdown); 130 /state == TRACING && countdown == -1/
|
| /src/external/cddl/dtracetoolkit/dist/Misc/ |
| wpm.d | 62 countdown = 5; 64 printf("Measuring will start in : %2d seconds", countdown); 68 /--countdown >= 0/ 70 printf("\b\b\b\b\b\b\b\b\b\b%2d seconds", countdown); 74 /state == BEGIN && countdown == -1/ 77 countdown = 60; 78 printf("\nMeasuring will stop in : %2d seconds", countdown); 130 /state == TRACING && countdown == -1/
|
| /src/external/bsd/zstd/dist/tests/ |
| poolTests.c | 93 int countdown; member in struct:__anon6569 111 test->countdown--; 112 if (test->countdown == 0) 121 test.countdown = nbWaits; 130 while (test.countdown > 0) 137 test.countdown = nbWaits; 145 while (test.countdown > 0)
|
| /src/sys/dev/pci/ixgbe/ |
| ixgbe_mbx.c | 239 int countdown = mbx->timeout; local 243 if (!countdown || !mbx->ops[mbx_id].check_for_msg) 246 while (countdown && mbx->ops[mbx_id].check_for_msg(hw, mbx_id)) { 247 countdown--; 248 if (!countdown) 253 if (countdown == 0) { 272 int countdown = mbx->timeout; local 276 if (!countdown || !mbx->ops[mbx_id].check_for_ack) 279 while (countdown && mbx->ops[mbx_id].check_for_ack(hw, mbx_id)) { 280 countdown-- 436 int countdown = mbx->timeout; local 862 int countdown = mbx->timeout; local [all...] |
| /src/external/gpl3/gdb/dist/sim/common/ |
| dv-pal.c | 62 |32 countdown register (read/write, 32bit, big-endian) 63 |36 countdown value register (read, 32bit, big-endian) 93 COUNDOWN (read/write): The countdown registers provide a 95 zero value to this register clears the countdown timer. Writing a 97 countdown timer to expire in VALUE ticks (ticks is target 98 dependant). Reading the countdown register returns the last value 101 COUNTDOWN VALUE (read): Reading this 32 bit big-endian register 102 returns the number of ticks remaining until the countdown timer 139 countdown 141 Driven whenever the countdown counter reaches zero 191 hw_pal_counter countdown; member in struct:_hw_pal_device [all...] |
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| dv-pal.c | 62 |32 countdown register (read/write, 32bit, big-endian) 63 |36 countdown value register (read, 32bit, big-endian) 93 COUNDOWN (read/write): The countdown registers provide a 95 zero value to this register clears the countdown timer. Writing a 97 countdown timer to expire in VALUE ticks (ticks is target 98 dependant). Reading the countdown register returns the last value 101 COUNTDOWN VALUE (read): Reading this 32 bit big-endian register 102 returns the number of ticks remaining until the countdown timer 139 countdown 141 Driven whenever the countdown counter reaches zero 191 hw_pal_counter countdown; member in struct:_hw_pal_device [all...] |
| /src/sys/kern/ |
| kern_heartbeat.c | 507 unsigned countdown = 1000; /* 1sec */ local 530 while (countdown --> 0) {
|
| /src/external/bsd/ntp/dist/sntp/unity/ |
| unity_fixture.c | 150 void UnityMalloc_MakeMallocFailAfterCount(int countdown) 152 malloc_fail_countdown = countdown;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_df_v3_6.c | 238 int countdown = ARM_RETRY_USEC_TIMEOUT; local 240 while (countdown) { 246 countdown -= ARM_RETRY_USEC_INTERVAL; 250 return countdown > 0 ? 0 : -ETIME;
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| r600_cp.c | 212 u32 resp, countdown = 1000; local 219 countdown--; 221 } while (((resp & 0xf0) == 0) && countdown );
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| configure | 19836 countdown=5; \\ 19839 && test \$\$countdown -gt 0; do \\ 19841 countdown=\`expr \$\$countdown - 1\`; \\ 19868 countdown=5; \\ 19871 && test \$\$countdown -gt 0; do \\ 19873 countdown=\`expr \$\$countdown - 1\`; \\
|
| /src/external/bsd/libevent/dist/ |
| configure | 18447 countdown=5; \\ 18450 && test \$\$countdown -gt 0; do \\ 18452 countdown=\`expr \$\$countdown - 1\`; \\ 18478 countdown=5; \\ 18481 && test \$\$countdown -gt 0; do \\ 18483 countdown=\`expr \$\$countdown - 1\`; \\
|