Searched refs:comment (Results 1 – 16 of 16) sorted by relevance
| /optee_os/scripts/ |
| H 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 + ' */')
|
| H A D | notify_maintainers.py | 114 for comment in pr.get_issue_comments(): 115 existing_handles.update(re.findall(r"@([\w-]+)", comment.body)) 116 if comment.user: 117 existing_handles.add(comment.user.login)
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | .uncrustify.cfg | 157 # Add a space after a ';' (unless a comment follows) 219 # Space between #else/#endif and comment afterwards 238 # Disable removal of leading spaces in a multi-line comment if the first and
|
| H A D | CONTRIBUTING.md | 81 …s.readthedocs.io/en/latest/kb/) article should be added, write this as a comment in the PR descrip… 93 …ors of the code. Where possible for new files, this should be noted in a comment at the top of the…
|
| H A D | LICENSE | 192 comment syntax for the file format. We also recommend that a
|
| H A D | ChangeLog | 3266 Raised as a comment in #1996. 3973 * Fix typo in a comment ctr_drbg.c. Contributed by Paul Sokolovsky. 5204 interpret semicolons as comment delimiters (found by Barry K. Nathan). 5680 interpret semicolons as comment delimiters (found by Barry K. Nathan).
|
| /optee_os/core/lib/libtomcrypt/src/prngs/ |
| H A D | rng_get_bytes.c | 89 #pragma comment(lib, "bcrypt.lib")
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | kern.ld.S | 261 *(.comment .note .eh_frame .interp .rela.plt)
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | net_sockets.c | 50 #pragma comment( lib, "ws2.lib" ) 52 #pragma comment( lib, "ws2_32.lib" )
|
| H A D | x509_crt.c | 2690 #pragma comment(lib, "ws2_32.lib")
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | kern.ld.S | 454 *(.comment .note .eh_frame .interp)
|
| /optee_os/core/lib/zlib/ |
| H A D | inflate.c | 814 state->head->comment != Z_NULL && 816 state->head->comment[state->length++] = (Bytef)len; 825 state->head->comment = Z_NULL;
|
| H A D | zlib.h | 125 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member
|
| /optee_os/ |
| H A D | MAINTAINERS | 20 some maintainer, just mention his/her GitHub account in a comment in the pull
|
| /optee_os/lib/libutils/compiler-rt/ |
| H A D | LICENSE.TXT | 188 comment syntax for the file format. We also recommend that a
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 225 See the comment sections on "Configuration" in inc/UsefulBuf.h and
|