Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 203) sorted by relevance

123456789

/trusted-firmware-a/docs/build/latex/
A DLatinRules.xdy49 :rules (("À" "�" :string)
50 ("Ă" "�" :string)
51 ("â" "�" :string)
52 ("Ä" "�" :string)
53 ("à" "�" :string)
54 ("Å" "�" :string)
55 ("Ã" "�" :string)
56 ("Á" "�" :string)
57 ("á" "�" :string)
58 ("ã" "�" :string)
[all …]
A DLICRcyr2utf8.xdy8 (merge-rule "\IeC {\'\CYRG }" "Ѓ" :string)
9 (merge-rule "\IeC {\'\CYRK }" "Ќ" :string)
10 (merge-rule "\IeC {\'\cyrg }" "ѓ" :string)
11 (merge-rule "\IeC {\'\cyrk }" "ќ" :string)
12 (merge-rule "\IeC {\CYRA }" "А" :string)
13 (merge-rule "\IeC {\CYRB }" "Б" :string)
14 (merge-rule "\IeC {\CYRC }" "Ц" :string)
15 (merge-rule "\IeC {\CYRCH }" "Ч" :string)
16 (merge-rule "\IeC {\CYRD }" "Д" :string)
20 (merge-rule "\IeC {\CYRE }" "Е" :string)
[all …]
A DLICRlatin2utf8.xdy58 (merge-rule "\IeC {\'a}" "á" :string)
59 (merge-rule "\IeC {\'A}" "Á" :string)
60 (merge-rule "\IeC {\`a}" "à" :string)
61 (merge-rule "\IeC {\`A}" "À" :string)
62 (merge-rule "\IeC {\^a}" "â" :string)
63 (merge-rule "\IeC {\^A}" "Â" :string)
70 (merge-rule "\IeC {\'c}" "ć" :string)
71 (merge-rule "\IeC {\'C}" "Ć" :string)
72 (merge-rule "\IeC {\^c}" "ĉ" :string)
73 (merge-rule "\IeC {\^C}" "Ĉ" :string)
[all …]
A Dsphinx.xdy49 ;; (merge-rule "\'e" "é" :string)
112 (merge-rule "\_" "_" :string)
113 (merge-rule "{[}" "[" :string)
114 (merge-rule "{]}" "]" :string)
121 (merge-rule "\textless{}" "<" :string)
123 (merge-rule "\P{}" "¶" :string)
124 (merge-rule "\S{}" "§" :string)
125 (merge-rule "\texteuro{}" "€" :string)
126 (merge-rule "\(\infty\)" "∞" :string)
127 (merge-rule "\(\pm\)" "±" :string)
[all …]
/trusted-firmware-a/include/lib/libfdt/
A Dlibfdt_env.h85 static inline size_t fdt_strnlen(const char *string, size_t max_count) in fdt_strnlen() argument
87 const char *p = memchr(string, 0, max_count); in fdt_strnlen()
88 return p ? p - string : max_count; in fdt_strnlen()
/trusted-firmware-a/build/qemu/release/libc/
A Dmemchr.d3 include/lib/libc/aarch64/stddef_.h include/lib/libc/string.h
6 include/lib/libc/string.h:
A Dmemcmp.d3 include/lib/libc/aarch64/stddef_.h include/lib/libc/string.h
6 include/lib/libc/string.h:
A Dmemcpy.d3 include/lib/libc/aarch64/stddef_.h include/lib/libc/string.h
6 include/lib/libc/string.h:
A Dmemmove.d2 lib/libc/memmove.c include/lib/libc/string.h include/lib/libc/stddef.h \
4 include/lib/libc/string.h:
A Dmemrchr.d2 lib/libc/memrchr.c include/lib/libc/string.h include/lib/libc/stddef.h \
4 include/lib/libc/string.h:
A Dstrchr.d3 include/lib/libc/aarch64/stddef_.h include/lib/libc/string.h
6 include/lib/libc/string.h:
A Dstrcmp.d2 lib/libc/strcmp.c include/lib/libc/string.h include/lib/libc/stddef.h \
4 include/lib/libc/string.h:
A Dstrlcat.d2 lib/libc/strlcat.c include/lib/libc/string.h include/lib/libc/stddef.h \
4 include/lib/libc/string.h:
A Dstrlen.d2 lib/libc/strlen.c include/lib/libc/string.h include/lib/libc/stddef.h \
4 include/lib/libc/string.h:
A Dstrncmp.d2 lib/libc/strncmp.c include/lib/libc/string.h include/lib/libc/stddef.h \
4 include/lib/libc/string.h:
A Dstrnlen.d2 lib/libc/strnlen.c include/lib/libc/string.h include/lib/libc/stddef.h \
4 include/lib/libc/string.h:
A Dstrrchr.d3 include/lib/libc/aarch64/stddef_.h include/lib/libc/string.h
6 include/lib/libc/string.h:
A Dstrtok.d2 lib/libc/strtok.c include/lib/libc/string.h include/lib/libc/stddef.h \
4 include/lib/libc/string.h:
A Dmemset.d3 include/lib/libc/aarch64/stddef_.h include/lib/libc/string.h \
8 include/lib/libc/string.h:
A Dstrlcpy.d4 include/lib/libc/string.h include/lib/libc/stddef.h \
10 include/lib/libc/string.h:
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dffa-manifest-binding.rst.txt14 - value type: <string>
15 - Must be the string "arm,ffa-manifest-X.Y" which specifies the major and
47 - value type: <string>
106 The "compatible" must be the string "arm,ffa-manifest-rx_tx-buffer".
158 - value type: <string>
159 - Must be the string "arm,ffa-manifest-memory-regions".
162 - value type: <string>
194 - value type: <string>
195 - Must be the string "arm,ffa-manifest-device-regions".
198 - value type: <string>
/trusted-firmware-a/docs/components/
A Dffa-manifest-binding.rst14 - value type: <string>
15 - Must be the string "arm,ffa-manifest-X.Y" which specifies the major and
47 - value type: <string>
106 The "compatible" must be the string "arm,ffa-manifest-rx_tx-buffer".
158 - value type: <string>
159 - Must be the string "arm,ffa-manifest-memory-regions".
162 - value type: <string>
194 - value type: <string>
195 - Must be the string "arm,ffa-manifest-device-regions".
198 - value type: <string>
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/fconf/
A Dfconf_properties.rst.txt14 - value type: <string>
15 - Must be the string "fconf,dyn_cfg-dtb_registry".
/trusted-firmware-a/docs/components/fconf/
A Dfconf_properties.rst14 - value type: <string>
15 - Must be the string "fconf,dyn_cfg-dtb_registry".
/trusted-firmware-a/build/qemu/release/libfdt/
A Dfdt.d7 include/lib/libc/string.h include/lib/libfdt/fdt.h \
18 include/lib/libc/string.h:

Completed in 15 milliseconds

123456789