Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 53) sorted by relevance

123

/optee_os/core/lib/zlib/
H A Dinflate.h111 code const FAR *lencode; /* starting table for length/literal codes */
112 code const FAR *distcode; /* starting table for distance codes */
120 code FAR *next; /* next available space in codes[] */
123 code codes[ENOUGH]; /* space for code tables */
H A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
H A Dinftrees.h29 } code; typedef
62 unsigned codes, code FAR * FAR *table,
H A Dinftrees.c37 code FAR * FAR *table;
54 code here; /* table entry for duplication */
55 code FAR *next; /* next available space in table */
H A Dinffast.c70 code const FAR *lcode; /* local strm->lencode */
71 code const FAR *dcode; /* local strm->distcode */
74 code const *here; /* retrieved table entry */
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/
H A Dder_length_printable_string.c13 int code, value; member
95 if (printable_table[x].code == c) { in der_printable_char_encode()
107 return printable_table[x].code; in der_printable_value_decode()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/teletex_string/
H A Dder_length_teletex_string.c13 int code, value; member
139 if (teletex_table[x].code == c) { in der_teletex_char_encode()
151 return teletex_table[x].code; in der_teletex_value_decode()
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/ia5/
H A Dder_length_ia5_string.c13 int code, value; member
123 if (ia5_table[x].code == c) { in der_ia5_char_encode()
135 return ia5_table[x].code; in der_ia5_value_decode()
/optee_os/core/lib/qcbor/
H A DREADME.md24 worry so much about this and so code using QCBOR passes static
25 analyzers easier. Simpler code because there is no support for
57 **Small code size** – In the smallest configuration the object
58 code is less than 4KB on 64-bit x86 CPUs. The design is such that
59 object code for QCBOR APIs not used is not referenced.
85 many fewer lines of code. They also tend to parallel the encoding
126 No detailed code size comparison has been made, but in a spot check
129 larger. This includes the code to call the library, which is about the
130 same for both libraries, and the code linked from the libraries. QCBOR
131 is a bit more powerful, so you get value for the extra code brought
[all …]
/optee_os/core/arch/arm/plat-marvell/armada7k8k/
H A Dhal_sec_perf.c116 #define RANGE_SIZE_TO_CODE(size, code, i) \ argument
118 (code) = INVALID_SIZE_CODE; \
121 (code) = (i); \
127 #define RANGE_CODE_TO_SIZE_K(code, sizek) ((sizek) = ((4) << (code))) argument
/optee_os/lib/libutils/isoc/arch/arm/softfloat/
H A DREADME.txt9 is distributed in the form of C source code. Building the SoftFloat sources
20 Other files in the package comprise the source code for SoftFloat.
/optee_os/lib/libmbedtls/mbedtls/
H A DCONTRIBUTING.md18 - The code should be written in a clean and readable style, and must follow [our coding standards](…
19 - The code should be written in a portable generic way, that will benefit the whole community, and …
20 - The code should be secure, and will be reviewed from a security point of view as well.
33code to work with a newer version of the library. Unless the user has made an active decision to u…
43 …ional features or API extensions which may introduce issues or change the code size or RAM usage, …
64 …lable to show test coverage of the library. New code contributions should provide a similar level …
79 1. Complex parts in the code should include comments.
87 … these licenses. This means that users may choose which of these licenses they take the code under.
93 The copyright on contributions is retained by the original authors of the code. Where possible for …
95code to us, the committer and all authors are required to make the submission under the terms of t…
H A DREADME.md4 …09 certificate manipulation and the SSL/TLS and DTLS protocols. Its small code footprint makes it …
51 * Python 3.8 to generate the test code. Python is also needed to integrate PSA drivers and to build…
63 The source code of Mbed TLS includes some files that are automatically generated by scripts and who…
91 In order to build from the source code using GNU Make, just enter at the command line:
143 - `Release`. This generates the default code without any unnecessary information in the binary fi…
144 - `Debug`. This generates debug information and disables optimization of the code.
145 - `Coverage`. This generates code coverage information in addition to debug information.
146code with AddressSanitizer to check for memory errors. (This includes LeakSanitizer, with recent v…
148 - `MemSan`. This instruments the code with MemorySanitizer to check for uninitialised memory read…
238 …mple programs is to demonstrate specific features of the library, and the code may need to be adap…
[all …]
/optee_os/core/arch/arm/plat-marvell/armada3700/
H A Dhal_sec_perf.c117 #define RANGE_SIZE_TO_CODE(size, code, i) \ argument
119 (code) = INVALID_SIZE_CODE; \
122 (code) = (i); \
/optee_os/lib/libutils/isoc/arch/arm/
H A Dsetjmp_a32.S171 .code 16
174 .code 32
178 #define MODE .code 32
/optee_os/core/arch/arm/plat-ls/
H A Dplat_init.S43 .code 32
/optee_os/core/arch/arm/plat-imx/
H A Da7_plat_init.S23 .code 32
H A Da9_plat_init.S47 .code 32
/optee_os/core/arch/arm/plat-rzn1/
H A Da7_plat_init.S23 .code 32
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dreset.S12 .code 32
/optee_os/core/arch/arm/plat-zynq7k/
H A Dplat_init.S49 .code 32
/optee_os/
H A DREADME.md2 This git contains source code for the secure side implementation of OP-TEE
/optee_os/lib/libutils/compiler-rt/
H A DREADME.txt4 This directory and its subdirectories contain source code for the compiler
/optee_os/core/arch/arm/plat-stm/
H A Dtz_a9init.S15 .code 32
/optee_os/core/lib/libfdt/
H A DREADME.license13 entitled 'GPL' which should be included in this package. dtc code,
30 This does mean that libfdt code could be "stolen" - say, included in a
38 Licenses such as the LGPL which would allow code to be used in non-GPL

123