| /f-stack/freebsd/contrib/zlib/ |
| H A D | gzlib.c | 84 state->past = 0; /* have not read past end yet */ 408 state->past = 0; 531 return state->mode == GZ_READ ? state->past : 0; 571 state->past = 0;
|
| H A D | gzread.c | 335 state->past = 1; /* tried to read past end */ 519 state->past = 0; 541 state->past = 0; 583 state->past = 1; /* read past end */
|
| H A D | gzguts.h | 189 int past; /* true if read requested past end */ member
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzlib.c | 84 state.state->past = 0; /* have not read past end yet */ 408 state.state->past = 0; 531 return state.state->mode == GZ_READ ? state.state->past : 0; 571 state.state->past = 0;
|
| H A D | gzread.c | 344 state.state->past = 1; /* tried to read past end */ 540 state.state->past = 0; 562 state.state->past = 0; 604 state.state->past = 1; /* read past end */
|
| H A D | gzguts.h | 196 int past; /* true if read requested past end */ member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-gate.txt | 3 some kind of operation to access the i2c bus past the arbitrator/gate, but
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_16_07.rst | 27 * **Add a title in the past tense with a full stop.** 29 Add a short 1-2 sentence description in the past tense. The description 222 * **code/section Fixed issue in the past tense with a full stop.** 224 Add a short 1-2 sentence description of the resolved issue in the past tense. 317 quotes for ``rte_function_names`` or ``rte_struct_names``. Use the past tense. 359 ``rte_function_names`` or ``rte_struct_names``. Use the past tense.
|
| H A D | release_16_11.rst | 27 * **Add a title in the past tense with a full stop.** 29 Add a short 1-2 sentence description in the past tense. The description 167 * **code/section Fixed issue in the past tense with a full stop.** 169 Add a short 1-2 sentence description of the resolved issue in the past tense. 229 quotes for ``rte_function_names`` or ``rte_struct_names``. Use the past tense. 283 ``rte_function_names`` or ``rte_struct_names``. Use the past tense.
|
| H A D | release_17_02.rst | 27 * **Add a title in the past tense with a full stop.** 29 Add a short 1-2 sentence description in the past tense. The description 261 * **code/section Fixed issue in the past tense with a full stop.** 263 Add a short 1-2 sentence description of the resolved issue in the past tense. 296 quotes for ``rte_function_names`` or ``rte_struct_names``. Use the past tense. 331 ``rte_function_names`` or ``rte_struct_names``. Use the past tense.
|
| H A D | release_20_02.rst | 31 * **Add a title in the past tense with a full stop.** 33 Add a short 1-2 sentence description in the past tense. 261 in the past tense. 292 Use the past tense. 312 Use the past tense.
|
| H A D | release_17_11.rst | 29 * **Add a title in the past tense with a full stop.** 31 Add a short 1-2 sentence description in the past tense. The description 299 * **code/section Fixed issue in the past tense with a full stop.** 301 Add a short 1-2 sentence description of the resolved issue in the past 328 quotes for ``rte_function_names`` or ``rte_struct_names``. Use the past 498 for ``rte_function_names`` or ``rte_struct_names``. Use the past tense. 525 * Add a short 1-2 sentence description of the removed item in the past
|
| H A D | release_17_05.rst | 29 * **Add a title in the past tense with a full stop.** 31 Add a short 1-2 sentence description in the past tense. The description 334 * **code/section Fixed issue in the past tense with a full stop.** 336 Add a short 1-2 sentence description of the resolved issue in the past 380 quotes for ``rte_function_names`` or ``rte_struct_names``. Use the past 473 for ``rte_function_names`` or ``rte_struct_names``. Use the past tense. 493 * Add a short 1-2 sentence description of the removed item in the past
|
| H A D | release_20_08.rst | 31 * **Add a title in the past tense with a full stop.** 33 Add a short 1-2 sentence description in the past tense. 282 in the past tense. 300 Use the past tense. 321 Use the past tense.
|
| H A D | release_19_08.rst | 31 * **Add a title in the past tense with a full stop.** 33 Add a short 1-2 sentence description in the past tense. 249 in the past tense. 269 Use the past tense. 330 Use the past tense.
|
| H A D | release_17_08.rst | 29 * **Add a title in the past tense with a full stop.** 31 Add a short 1-2 sentence description in the past tense. The description 241 quotes for ``rte_function_names`` or ``rte_struct_names``. Use the past 314 for ``rte_function_names`` or ``rte_struct_names``. Use the past tense.
|
| H A D | release_18_08.rst | 29 * **Add a title in the past tense with a full stop.** 31 Add a short 1-2 sentence description in the past tense. 128 Use the past tense.
|
| H A D | release_19_02.rst | 29 * **Add a title in the past tense with a full stop.** 31 Add a short 1-2 sentence description in the past tense. 206 Use the past tense. 259 Use the past tense.
|
| H A D | release_20_05.rst | 31 * **Add a title in the past tense with a full stop.** 33 Add a short 1-2 sentence description in the past tense. 353 Use the past tense. 373 Use the past tense.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/ |
| H A D | arm,pl11x.txt | 46 in the past. Drivers should be able to survive without it:
|
| /f-stack/app/redis-5.0.5/ |
| H A D | MANIFESTO | 48 problems that were not approachable in RAM in the past will be perfectly 105 (sometimes many past changes reach a critical point making a previously
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | zuc.rst | 69 As a reference, the following table shows a mapping between the past DPDK versions
|
| H A D | snow3g.rst | 69 As a reference, the following table shows a mapping between the past DPDK versions
|
| H A D | aesni_gcm.rst | 72 As a reference, the following table shows a mapping between the past DPDK versions
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | README.md | 90 …ssion algorithms learn from past data how to compress future data. But at the beginning of a new d…
|