Home
last modified time | relevance | path

Searched refs:literal (Results 1 – 25 of 169) sorted by relevance

1234567

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dliteral.hpp36 struct literal struct
37 : extends<basic_expr<tag::terminal, term<T>, 0>, literal<T, Domain>, Domain>
41 typedef extends<terminal_type, literal<T, Domain>, Domain> base_type; argument
42 typedef literal<T, Domain> literal_t; argument
49 literal() in literal() function
54 literal(U &u) in literal() argument
59 literal(U const &u) in literal() function
64 literal(literal<U, Domain> const &u) in literal() function
88 inline literal<T &> const lit(T &t) in lit()
90 return literal<T &>(t); in lit()
[all …]
/OK3568_Linux_fs/u-boot/arch/xtensa/cpu/
H A Du-boot.lds44 RELOCATE2(KernelExceptionVector,literal);
46 RELOCATE2(UserExceptionVector,literal);
48 RELOCATE2(DoubleExceptionVector,literal);
60 SECTION_VECTOR(KernelExceptionVector,literal,XCHAL_KERNEL_VECTOR_VADDR-8,
63 SECTION_VECTOR(KernelExceptionVector,literal,XCHAL_KERNEL_VECTOR_VADDR-8,
67 FOLLOWING(.KernelExceptionVector.literal))
68 SECTION_VECTOR(UserExceptionVector,literal,XCHAL_USER_VECTOR_VADDR-8,
71 FOLLOWING(.UserExceptionVector.literal))
72 SECTION_VECTOR(DoubleExceptionVector,literal,XCHAL_DOUBLEEXC_VECTOR_VADDR-8,
75 FOLLOWING(.DoubleExceptionVector.literal))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfunction.cpp48 inputs.push_back(literal(std::string(pos, brace))); in convertTokenStringToExpression()
54 inputs.push_back(toString(get(literal(std::string(pos + 1, brace))))); in convertTokenStringToExpression()
57 inputs.push_back(literal(std::string(pos, brace))); in convertTokenStringToExpression()
65 return literal(source); in convertTokenStringToExpression()
130 return literal(double(*result)); in convertLiteral()
137 return literal(*result); in convertLiteral()
144 return convertTokens ? convertTokenStringToExpression(*result) : literal(*result); in convertLiteral()
151 return literal(*result); in convertLiteral()
174 return literal(result); in convertLiteral()
187 return literal(result); in convertLiteral()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libidn/libidn/
H A D0001-idn-format-security-warnings.patch7 | ../../libidn-1.32/src/idn.c:172:7: error: format not a string literal and no format arguments [-W…
10 | ../../libidn-1.32/src/idn.c:187:5: error: format not a string literal and no format arguments [-W…
13 | ../../libidn-1.32/src/idn.c:202:4: error: format not a string literal and no format arguments [-W…
16 | ../../libidn-1.32/src/idn.c:220:8: error: format not a string literal and no format arguments [-W…
19 | ../../libidn-1.32/src/idn.c:245:8: error: format not a string literal and no format arguments [-W…
22 | ../../libidn-1.32/src/idn.c:281:6: error: format not a string literal and no format arguments [-W…
25 | ../../libidn-1.32/src/idn.c:340:6: error: format not a string literal and no format arguments [-W…
28 | ../../libidn-1.32/src/idn.c:364:6: error: format not a string literal and no format arguments [-W…
31 | ../../libidn-1.32/src/idn.c:442:8: error: format not a string literal and no format arguments [-W…
34 | ../../libidn-1.32/src/idn.c:498:6: error: format not a string literal and no format arguments [-W…
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Ddsl.cpp32 std::unique_ptr<Expression> literal(const char* value) { in literal() function
33 return literal(std::string(value)); in literal()
36 std::unique_ptr<Expression> literal(Value value) { in literal() function
40 std::unique_ptr<Expression> literal(std::initializer_list<double> value) { in literal() function
45 return literal(values); in literal()
48 std::unique_ptr<Expression> literal(std::initializer_list<const char *> value) { in literal() function
53 return literal(values); in literal()
77 return get(literal(value)); in get()
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dldscript.h68 KEEP(*(.reset.literal .reset.text)) \
75 *(.literal .text) \
76 *(.literal.* .text.* .stub) \
77 *(.gnu.warning .gnu.linkonce.literal.*) \
78 *(.gnu.linkonce.t.*.literal .gnu.linkonce.t.*) \
79 *(.fini.literal) \
/OK3568_Linux_fs/kernel/Documentation/ide/
H A Dchangelogs.rst5 :literal:
11 :literal:
17 :literal:
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dtext_files.rst5 :literal:
11 :literal:
23 :literal:
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dindex.rst26 :literal:
40 :literal:
54 :literal:
H A Dlzo.rst33 encoded on larger values), or a literal to be copied to the output buffer.
36 seems to be optimized for literal use only, since there is no dictionary yet
59 After any instruction except the large literal copy, 0, 1, 2 or 3 literals
115 22..255 : copy literal string
124 If last instruction did not copy any literal (state == 0), this
125 encoding will be a copy of 4 or more literal, and must be interpreted
128 0 0 0 0 L L L L (0..15) : copy long literal string
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Djson.h45 class literal; variable
174 class literal : public value
177 literal (enum kind kind) : m_kind (kind) {} in literal() function
180 literal (bool value): m_kind (value ? JSON_TRUE : JSON_FALSE) {} in literal() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Djson.h45 class literal; variable
174 class literal : public value
177 literal (enum kind kind) : m_kind (kind) {} in literal() function
180 literal (bool value): m_kind (value ? JSON_TRUE : JSON_FALSE) {} in literal() function
/OK3568_Linux_fs/kernel/lib/
H A Dglob.c84 goto literal; in glob_match()
90 goto literal; in glob_match()
107 literal: in glob_match()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Ddsl.hpp29 std::unique_ptr<Expression> literal(const char* value);
30 std::unique_ptr<Expression> literal(Value value);
31 std::unique_ptr<Expression> literal(std::initializer_list<double> value);
32 std::unique_ptr<Expression> literal(std::initializer_list<const char *> value);
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/meson/
H A D0001-Make-CPU-family-warnings-fatal.patch19 'but is missing {}.'.format(minimum_literal - set(literal)))
21 cpu_family = literal['cpu_family']
27 endian = literal['endian']
/OK3568_Linux_fs/kernel/Documentation/sphinx-static/
H A Dtheme_overrides.css124 /* inline literal: drop the borderbox, padding and red color */
134 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
/OK3568_Linux_fs/yocto/poky/documentation/sphinx-static/
H A Dtheme_overrides.css111 /* inline literal: drop the borderbox, padding and red color */
120 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
/OK3568_Linux_fs/yocto/poky/bitbake/doc/sphinx-static/
H A Dtheme_overrides.css111 /* inline literal: drop the borderbox, padding and red color */
120 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
/OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-redboot/
H A Dboot.ld11 *(.literal .text.literal .text)
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A DAllow-.js-preference-files-to-set-locked-prefs-with-.patch21 //! <pref-name> = <string-literal>
22 //! <pref-value> = <string-literal> | "true" | "false" | <int-value>
23 //! <int-value> = <sign>? <int-literal>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/sqlite/sqlite-2.8.17/
H A D0001-shell.c-Fix-format-not-a-string-literal-warning.patch4 Subject: [PATCH] shell.c: Fix format not a string literal warning
6 src/shell.c:695:20: error: format not a string literal and no format arguments [-Werror=format-secu…
/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dautomarkup.py136 lit_text = nodes.literal(classes=['xref', 'c', class_s])
187 lit_text = nodes.literal(classes=['xref', 'c', class_str[match.re]])
254 if not isinstance(node.parent, nodes.literal):
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/zip/zip-3.0/
H A Dfix-security-format.patch6 zip.c:1031:5: error: format not a string literal and no format arguments [-Werror=format-security]
10 zip.c:1228:5: error: format not a string literal and no format arguments [-Werror=format-security]
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dfirewire.rst23 :literal:
32 :literal:
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/md5deep/files/
H A D0001-Fix-literal-and-identifier-spacing-as-dictated-by-C-.patch4 Subject: [PATCH] Fix literal and identifier spacing as dictated by C++11
8 error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved…

1234567