Searched refs:comment (Results 1 – 10 of 10) sorted by relevance
/optee_os-3.20.0/scripts/ |
A D | arm32_sysreg.py | 145 comment = re.sub('^ *@', '', line) 146 comment = re.sub('^ *', '', comment) 147 comment = re.sub('[ \n]*$', '', comment) 148 if len(comment) == 0: 152 print('# ' + comment) 154 print('/* ' + comment + ' */')
|
/optee_os-3.20.0/core/arch/riscv/kernel/ |
A D | kern.ld.S | 252 *(.comment .note .eh_frame .interp)
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | net_sockets.c | 71 #pragma comment( lib, "ws2.lib" ) 73 #pragma comment( lib, "ws2_32.lib" )
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | kern.ld.S | 448 *(.comment .note .eh_frame .interp)
|
/optee_os-3.20.0/core/lib/zlib/ |
A D | inflate.c | 814 state->head->comment != Z_NULL && 816 state->head->comment[state->length++] = (Bytef)len; 825 state->head->comment = Z_NULL;
|
A D | zlib.h | 125 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member
|
/optee_os-3.20.0/ |
A D | MAINTAINERS | 20 some maintainer, just mention his/her GitHub account in a comment in the pull
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | CONTRIBUTING.md | 80 … (KB)](https://tls.mbed.org/kb) article should be added, write this as a comment in the PR descrip…
|
A D | LICENSE | 185 comment syntax for the file format. We also recommend that a
|
A D | ChangeLog | 1377 Raised as a comment in #1996. 2084 * Fix typo in a comment ctr_drbg.c. Contributed by Paul Sokolovsky. 3315 interpret semicolons as comment delimiters (found by Barry K. Nathan). 3791 interpret semicolons as comment delimiters (found by Barry K. Nathan).
|
Completed in 17 milliseconds