Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 10 of 10) sorted by relevance

/optee_os-3.20.0/scripts/
A Darm32_sysreg.py145 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 Dkern.ld.S252 *(.comment .note .eh_frame .interp)
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dnet_sockets.c71 #pragma comment( lib, "ws2.lib" )
73 #pragma comment( lib, "ws2_32.lib" )
/optee_os-3.20.0/core/arch/arm/kernel/
A Dkern.ld.S448 *(.comment .note .eh_frame .interp)
/optee_os-3.20.0/core/lib/zlib/
A Dinflate.c814 state->head->comment != Z_NULL &&
816 state->head->comment[state->length++] = (Bytef)len;
825 state->head->comment = Z_NULL;
A Dzlib.h125 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ member
/optee_os-3.20.0/
A DMAINTAINERS20 some maintainer, just mention his/her GitHub account in a comment in the pull
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DCONTRIBUTING.md80 … (KB)](https://tls.mbed.org/kb) article should be added, write this as a comment in the PR descrip…
A DLICENSE185 comment syntax for the file format. We also recommend that a
A DChangeLog1377 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