Home
last modified time | relevance | path

Searched refs:text (Results 1 – 20 of 20) sorted by relevance

/components/drivers/usb/cherryusb/
A D.gitattributes6 * 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 DLICENSE106 (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 Dvdso.lds.S21 .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 Dvdso.lds.S21 .hash : { *(.hash) } :text
29 .dynamic : { *(.dynamic) } :text :dynamic
40 } :text
49 text PT_LOAD FLAGS(5) FILEHDR PHDRS;
/components/lwp/
A Dlwp_arch_comm.h39 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 Dlwp_user_mm.h152 void *lwp_map_user(struct rt_lwp *lwp, void *map_va, size_t map_size, rt_bool_t text);
A Dlwp_user_mm.c188 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 Dlwp_arch.c167 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 Dlwp_gcc.S13 .section .text.lwp
/components/libc/cplusplus/
A DREADME.md10 3. Template is discouraged and it easily causes code text large.
18 // in your .text section
/components/lwp/arch/risc-v/rv64/
A Dlwp_gcc.S27 .section .text.lwp
/components/net/lwip/lwip-2.0.3/doc/
A Dmdns.txt85 - <name>.<service>.<proto>.local type TXT builds text strings by calling txt_fn
/components/net/lwip/lwip-2.1.2/doc/
A Dmdns.txt85 - <name>.<service>.<proto>.local type TXT builds text strings by calling txt_fn
/components/lwp/arch/aarch64/cortex-a/
A Dlwp_gcc.S46 .text
/components/lwp/arch/arm/cortex-a/
A Dlwp_gcc.S31 .text
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile6 # 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 Dlwip.Doxyfile6 # 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 Dlwip.Doxyfile.cmake.in6 # 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 DPPPD_FOLLOWUP269 2013-06-09 - chat: Fix some text that was intended to be literal
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A DPPPD_FOLLOWUP269 2013-06-09 - chat: Fix some text that was intended to be literal

Completed in 24 milliseconds