Home
last modified time | relevance | path

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

12

/optee_os-3.20.0/core/lib/zlib/
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 */
A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
A Dinftrees.h29 } code; typedef
62 unsigned codes, code FAR * FAR *table,
A Dinftrees.c37 code FAR * FAR *table;
54 code here; /* table entry for duplication */
55 code FAR *next; /* next available space in table */
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-3.20.0/core/include/drivers/
A Dtpm2_cmd.h18 uint32_t code; /* command code or response code */ member
41 return TEE_U32_FROM_BIG_ENDIAN(cmd->hdr.code); in tpm2_cmd_code()
46 return TEE_U32_FROM_BIG_ENDIAN(cmd->hdr.code); in tpm2_ret_code()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/
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-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/teletex_string/
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-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/ia5/
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-3.20.0/core/arch/arm/plat-marvell/armada7k8k/
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-3.20.0/lib/libutils/isoc/arch/arm/softfloat/
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-3.20.0/core/arch/arm/plat-stm32mp1/
A Dreset.S12 .code 32
/optee_os-3.20.0/core/arch/arm/plat-rzn1/
A Da7_plat_init.S23 .code 32
/optee_os-3.20.0/core/arch/arm/plat-imx/
A Da7_plat_init.S23 .code 32
A Da9_plat_init.S47 .code 32
/optee_os-3.20.0/core/arch/arm/plat-ls/
A Dplat_init.S43 .code 32
/optee_os-3.20.0/core/arch/arm/plat-zynq7k/
A Dplat_init.S49 .code 32
/optee_os-3.20.0/
A DREADME.md2 This git contains source code for the secure side implementation of OP-TEE
/optee_os-3.20.0/core/arch/arm/plat-marvell/armada3700/
A Dhal_sec_perf.c117 #define RANGE_SIZE_TO_CODE(size, code, i) \ argument
119 (code) = INVALID_SIZE_CODE; \
122 (code) = (i); \
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/
A Dsetjmp_a32.S171 .code 16
174 .code 32
178 #define MODE .code 32
/optee_os-3.20.0/core/arch/arm/plat-stm/
A Dtz_a9init.S15 .code 32
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DCONTRIBUTING.md11 - The code should be written in a clean and readable style.
12 - The code should be written in a portable generic way, that will benefit the whole community, and …
13 - The code should be secure, and will be reviewed from a security point of view as well.
28code to work with a newer version of the library. Unless the user has made an active decision to u…
42 …ional features or API extensions which may introduce issues or change the code size or RAM usage, …
63 …lable to show test coverage of the library. New code contributions should provide a similar level …
78 1. Complex parts in the code should include comments.
/optee_os-3.20.0/ldelf/include/
A Dldelf_syscalls.h15 void _ldelf_panic(unsigned long code);
/optee_os-3.20.0/ldelf/
A Dsyscalls_a32.S12 .code 32
/optee_os-3.20.0/core/lib/libfdt/
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

Completed in 22 milliseconds

12