/optee_os-3.20.0/core/lib/zlib/ |
A D | inflate.h | 111 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 D | inffixed.h | 10 static const code lenfix[512] = { 87 static const code distfix[32] = {
|
A D | inftrees.h | 29 } code; typedef 62 unsigned codes, code FAR * FAR *table,
|
A D | inftrees.c | 37 code FAR * FAR *table; 54 code here; /* table entry for duplication */ 55 code FAR *next; /* next available space in table */
|
A D | inffast.c | 70 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 D | tpm2_cmd.h | 18 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 D | der_length_printable_string.c | 13 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 D | der_length_teletex_string.c | 13 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 D | der_length_ia5_string.c | 13 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 D | hal_sec_perf.c | 116 #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 D | README.txt | 9 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 D | reset.S | 12 .code 32
|
/optee_os-3.20.0/core/arch/arm/plat-rzn1/ |
A D | a7_plat_init.S | 23 .code 32
|
/optee_os-3.20.0/core/arch/arm/plat-imx/ |
A D | a7_plat_init.S | 23 .code 32
|
A D | a9_plat_init.S | 47 .code 32
|
/optee_os-3.20.0/core/arch/arm/plat-ls/ |
A D | plat_init.S | 43 .code 32
|
/optee_os-3.20.0/core/arch/arm/plat-zynq7k/ |
A D | plat_init.S | 49 .code 32
|
/optee_os-3.20.0/ |
A D | README.md | 2 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 D | hal_sec_perf.c | 117 #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 D | setjmp_a32.S | 171 .code 16 174 .code 32 178 #define MODE .code 32
|
/optee_os-3.20.0/core/arch/arm/plat-stm/ |
A D | tz_a9init.S | 15 .code 32
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | CONTRIBUTING.md | 11 - 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. 28 …code 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 D | ldelf_syscalls.h | 15 void _ldelf_panic(unsigned long code);
|
/optee_os-3.20.0/ldelf/ |
A D | syscalls_a32.S | 12 .code 32
|
/optee_os-3.20.0/core/lib/libfdt/ |
A D | README.license | 13 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
|