| /components/drivers/usb/cherryusb/ |
| A D | .gitattributes | 6 * text=auto 8 *.S text 9 *.asm text 10 *.c text 11 *.cc text 12 *.cpp text 14 *.h text 17 *.in text 18 *.ld text 19 *.m4 text [all …]
|
| A D | LICENSE | 106 (d) If the Work includes a "NOTICE" text file as part of its 111 of the following places: within a NOTICE text file distributed 119 or as an addendum to the NOTICE text from the Work, provided 183 the brackets!) The text should be enclosed in the appropriate
|
| /components/lwp/vdso/user/arch/aarch64/ |
| A D | vdso.lds.S | 21 .hash : { *(.hash) } :text 29 .dynamic : { *(.dynamic) } :text :dynamic 40 } :text 49 text PT_LOAD FLAGS(5) FILEHDR PHDRS;
|
| /components/lwp/vdso/user/arch/risc-v/ |
| A D | vdso.lds.S | 21 .hash : { *(.hash) } :text 29 .dynamic : { *(.dynamic) } :text :dynamic 40 } :text 49 text PT_LOAD FLAGS(5) FILEHDR PHDRS;
|
| /components/lwp/ |
| A D | lwp_arch_comm.h | 39 void arch_crt_start_umode(void *args, const void *text, void *ustack, void *user_stack); 40 void arch_start_umode(void *args, const void *text, void *ustack, void *k_stack);
|
| A D | lwp_user_mm.h | 152 void *lwp_map_user(struct rt_lwp *lwp, void *map_va, size_t map_size, rt_bool_t text);
|
| A D | lwp_user_mm.c | 188 int text) in _lwp_map_user() argument 194 if (text) in _lwp_map_user() 235 void *lwp_map_user(struct rt_lwp *lwp, void *map_va, size_t map_size, int text) in lwp_map_user() argument 249 ret = _lwp_map_user(lwp, map_va, map_size, text); in lwp_map_user()
|
| /components/lwp/arch/x86/i386/ |
| A D | lwp_arch.c | 167 void arch_start_umode(void *args, const void *text, void *ustack, void *k_stack) in arch_start_umode() argument 176 frame->eip = (rt_uint32_t)text; in arch_start_umode() 207 void arch_crt_start_umode(void *args, const void *text, void *ustack, void *k_stack) in arch_crt_start_umode() argument 241 frame->eip = (rt_uint32_t)text; in arch_crt_start_umode()
|
| A D | lwp_gcc.S | 13 .section .text.lwp
|
| /components/libc/cplusplus/ |
| A D | README.md | 10 3. Template is discouraged and it easily causes code text large. 18 // in your .text section
|
| /components/lwp/arch/risc-v/rv64/ |
| A D | lwp_gcc.S | 27 .section .text.lwp
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | mdns.txt | 85 - <name>.<service>.<proto>.local type TXT builds text strings by calling txt_fn
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | mdns.txt | 85 - <name>.<service>.<proto>.local type TXT builds text strings by calling txt_fn
|
| /components/lwp/arch/aarch64/cortex-a/ |
| A D | lwp_gcc.S | 46 .text
|
| /components/lwp/arch/arm/cortex-a/ |
| A D | lwp_gcc.S | 31 .text
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 6 # All text after a double hash (##) is considered a comment and is placed in 9 # All text after a single hash (#) is considered a comment and will be ignored. 21 # that follow. The default is UTF-8 which is also the encoding used for all text 113 # used to form the text in various listings. Each string in this list, if found 114 # as the leading text of the brief description, will be stripped from the text 116 # text. Otherwise, the brief description is used as-is. If left blank, the 528 # append additional text to a page's title, such as Class Reference. If set to 759 # can produce. The string should contain the $file, $line, and $text tags, which 761 # and the warning text. Optionally the format may contain $version, which will 764 # The default value is: $file:$line: $text. [all …]
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 6 # All text after a double hash (##) is considered a comment and is placed in 9 # All text after a single hash (#) is considered a comment and will be ignored. 21 # that follow. The default is UTF-8 which is also the encoding used for all text 113 # used to form the text in various listings. Each string in this list, if found 114 # as the leading text of the brief description, will be stripped from the text 116 # text. Otherwise, the brief description is used as-is. If left blank, the 537 # append additional text to a page's title, such as Class Reference. If set to 768 # can produce. The string should contain the $file, $line, and $text tags, which 770 # and the warning text. Optionally the format may contain $version, which will 773 # The default value is: $file:$line: $text. [all …]
|
| A D | lwip.Doxyfile.cmake.in | 6 # All text after a double hash (##) is considered a comment and is placed in 9 # All text after a single hash (#) is considered a comment and will be ignored. 21 # that follow. The default is UTF-8 which is also the encoding used for all text 113 # used to form the text in various listings. Each string in this list, if found 114 # as the leading text of the brief description, will be stripped from the text 116 # text. Otherwise, the brief description is used as-is. If left blank, the 537 # append additional text to a page's title, such as Class Reference. If set to 768 # can produce. The string should contain the $file, $line, and $text tags, which 770 # and the warning text. Optionally the format may contain $version, which will 773 # The default value is: $file:$line: $text. [all …]
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 269 2013-06-09 - chat: Fix some text that was intended to be literal
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 269 2013-06-09 - chat: Fix some text that was intended to be literal
|