Searched refs:have (Results 1 – 13 of 13) sorted by relevance
/optee_os/core/lib/zlib/ |
A D | inflate.c | 510 have--; \ 653 in = have; 760 if (copy > have) copy = have; 792 have -= copy; 912 if (copy > have) copy = have; 942 state->have = 0; 963 state->have = 0; 1391 unsigned FAR *have; in syncsearch() 1398 got = *have; 1409 *have = got; [all …]
|
A D | zlib.h | 1819 unsigned have; member 1827 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g)) 1830 ((g)->have ? ((g)->have--, (g)->pos++, *((g)->next)++) : (gzgetc)(g))
|
A D | inflate.h | 118 unsigned have; /* number of code lengths in lens[] */ member
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | dco.txt | 18 have the right to submit it under the open source license 23 license and I have the right under that license to submit that 30 person who certified (a), (b) or (c) and I have not modified
|
A D | SECURITY.md | 3 If you think you have found an Mbed TLS security vulnerability, then please
|
A D | ChangeLog | 210 size may have been rounded up to a whole number of bytes. 225 have been renamed, and the old names deprecated. 324 as they have no way to check if the output buffer is large enough. 334 * PSA_ALG_CHACHA20 and PSA_ALG_ARC4 have been deprecated. 1013 functionally incorrect code on bigendian systems which don't have 1220 steps you have to take when enabling it. 2672 * The following _init() functions that could return errors have 3627 * Fixed const correctness issues that have no impact on the ABI 3988 * The error codes have been remapped and combining error codes 4058 Note: Most of these features have been donated by Fox-IT [all …]
|
A D | README.md | 66 The tests need Python to be built and Perl to be run. If you don't have one of them installed, you … 96 The test suites need Python to be built and Perl to be executed. If you don't have one of these ins… 226 This implementation is not yet as mature as the rest of the library. Some parts of the code have no…
|
A D | LICENSE | 77 (except as stated in this section) patent license to make, have made, 136 the terms of any separate license agreement you may have executed
|
A D | CONTRIBUTING.md | 42 …en period. The LTS branches are provided to allow users of the library to have a maintained, stabl…
|
/optee_os/core/lib/libfdt/ |
A D | README.license | 8 versa. It is important that these two pieces of software have 14 therefore, may not be incorporated into works which do not have a GPL
|
/optee_os/lib/libutils/isoc/ |
A D | bget.doc | 44 than 25 years have passed since the first implementation of this code. 47 to name two, on which programs have obtained substantial speed-ups by 90 Embedded applications typically have a fixed area of memory dedicated to 125 acquisition function, does it?). Once the call-back functions have been 269 which have occurred. The variables pointed to by <ndget> and <ndrel>
|
/optee_os/ |
A D | MAINTAINERS | 4 available to Linaro and/or in public in general we have assigned
|
A D | CHANGELOG.md | 1095 * Font rendering routines have been introduced in order to ease an 1137 * [#858][pr858]: UUIDs in binary format have wrong endinanness 1284 Secure Storage have been presented at the Linaro Connect SFO15. 1297 that used to be in optee_os have been removed, except for Juno board.
|
Completed in 40 milliseconds