Home
last modified time | relevance | path

Searched refs:chars (Results 1 – 25 of 149) sorted by relevance

123456

/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dviafb.modes16 # 12 chars 2 lines
18 # 2 chars 10 lines
20 # 6 chars 33 lines
22 # 80 chars 480 lines
24 # 20 chars 45 lines
41 # 8 chars 3 lines
43 # 2 chars 1 lines
45 # 15 chars 16 lines
47 # 80 chars 480 lines
49 # 25 chars 20 lines
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dlexical_cast.hpp49 inline Target lexical_cast(const char* chars, std::size_t count) in lexical_cast() argument
52 ::boost::iterator_range<const char*>(chars, chars + count) in lexical_cast()
57 inline Target lexical_cast(const unsigned char* chars, std::size_t count) in lexical_cast() argument
60 ::boost::iterator_range<const unsigned char*>(chars, chars + count) in lexical_cast()
65 inline Target lexical_cast(const signed char* chars, std::size_t count) in lexical_cast() argument
68 ::boost::iterator_range<const signed char*>(chars, chars + count) in lexical_cast()
74 inline Target lexical_cast(const wchar_t* chars, std::size_t count) in lexical_cast() argument
77 ::boost::iterator_range<const wchar_t*>(chars, chars + count) in lexical_cast()
83 inline Target lexical_cast(const char16_t* chars, std::size_t count) in lexical_cast() argument
86 ::boost::iterator_range<const char16_t*>(chars, chars + count) in lexical_cast()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0003-CVE-2021-42574.patch4 Subject: [PATCH] libcpp: escape non-ASCII source bytes in -Wbidi-chars=
10 This flags rich_locations associated with -Wbidi-chars= so that
21 Wbidi-chars-1.c: In function âmainâ:
22 …Wbidi-chars-1.c:6:43: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-cha…
25 …Wbidi-chars-1.c:9:28: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-cha…
29 …Wbidi-chars-11.c:6:15: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIREC…
32 …Wbidi-chars-11.c:8:19: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIREC…
35 …Wbidi-chars-11.c:10:28: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIRE…
38 …Wbidi-chars-11.c:12:33: warning: UTF-8 vs UCN mismatch when closing a context by "U+202C (POP DIRE…
44 Wbidi-chars-1.c: In function âmainâ:
[all …]
H A D0002-CVE-2021-42574.patch4 Subject: [PATCH] libcpp: Implement -Wbidi-chars for CVE-2021-42574 [PR103026]
20 implements -Wbidi-chars=[none|unpaired|any] to warn about possibly
50 * c.opt (Wbidi-chars, Wbidi-chars=): New option.
54 * doc/invoke.texi: Document -Wbidi-chars.
79 * c-c++-common/Wbidi-chars-1.c: New test.
80 * c-c++-common/Wbidi-chars-2.c: New test.
81 * c-c++-common/Wbidi-chars-3.c: New test.
82 * c-c++-common/Wbidi-chars-4.c: New test.
83 * c-c++-common/Wbidi-chars-5.c: New test.
84 * c-c++-common/Wbidi-chars-6.c: New test.
[all …]
H A D0004-CVE-2021-42574.patch4 Subject: [PATCH] libcpp: capture and underline ranges in -Wbidi-chars=
15 Wbidi-chars-1.c: In function âmainâ:
16 …Wbidi-chars-1.c:6:43: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-cha…
19 …Wbidi-chars-1.c:9:28: warning: unpaired UTF-8 bidirectional control character detected [-Wbidi-cha…
25 Wbidi-chars-1.c: In function âmainâ:
26 …Wbidi-chars-1.c:6:43: warning: unpaired UTF-8 bidirectional control characters detected [-Wbidi-ch…
32 …Wbidi-chars-1.c:9:28: warning: unpaired UTF-8 bidirectional control characters detected [-Wbidi-ch…
44 * c-c++-common/Wbidi-chars-ranges.c: New test.
69 reporting on unpaired bidi chars. Split into singular vs plural
88 .../c-c++-common/Wbidi-chars-ranges.c | 54 ++++
[all …]
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_text.c35 int count, char *chars, Bool sixteen, CharInfoPtr *charinfo) in glamor_get_glyphs() argument
59 GetGlyphs(font, (unsigned long) count, (unsigned char *) chars, in glamor_get_glyphs()
78 GetGlyphs(font, 1, (unsigned char *) chars, in glamor_get_glyphs()
82 chars += char_step; in glamor_get_glyphs()
98 unsigned char *chars = (unsigned char *) s_chars; in glamor_text() local
153 row = chars[0]; in glamor_text()
154 col = chars[1]; in glamor_text()
166 col = chars[0]; in glamor_text()
183 chars += 1 + sixteen; in glamor_text()
271 int x, int y, int count, char *chars, Bool sixteen, int *final_pos) in glamor_poly_text() argument
[all …]
/OK3568_Linux_fs/external/xserver/mi/
H A Dmipolytext.c69 miPolyText8(DrawablePtr pDraw, GCPtr pGC, int x, int y, int count, char *chars) in miPolyText8() argument
75 GetGlyphs(pGC->font, (unsigned long) count, (unsigned char *) chars, in miPolyText8()
88 unsigned short *chars) in miPolyText16() argument
94 GetGlyphs(pGC->font, (unsigned long) count, (unsigned char *) chars, in miPolyText16()
107 miImageText8(DrawablePtr pDraw, GCPtr pGC, int x, int y, int count, char *chars) in miImageText8() argument
113 GetGlyphs(font, (unsigned long) count, (unsigned char *) chars, in miImageText8()
122 int count, unsigned short *chars) in miImageText16() argument
128 GetGlyphs(font, (unsigned long) count, (unsigned char *) chars, in miImageText16()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty_flip.h9 const unsigned char *chars, const char *flags, size_t size);
11 const unsigned char *chars, char flag, size_t size);
13 unsigned char **chars, size_t size);
34 const unsigned char *chars, size_t size) in tty_insert_flip_string() argument
36 return tty_insert_flip_string_fixed_flag(port, chars, TTY_NORMAL, size); in tty_insert_flip_string()
43 const unsigned char *chars, size_t cnt);
H A Dlp.h23 #define LP_CHAR(minor) lp_table[(minor)].chars /* busy timeout */
37 unsigned long chars; member
49 unsigned int chars; member
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_buffer.c313 const unsigned char *chars, char flag, size_t size) in tty_insert_flip_string_fixed_flag() argument
323 memcpy(char_buf_ptr(tb, tb->used), chars, space); in tty_insert_flip_string_fixed_flag()
328 chars += space; in tty_insert_flip_string_fixed_flag()
349 const unsigned char *chars, const char *flags, size_t size) in tty_insert_flip_string_flags() argument
358 memcpy(char_buf_ptr(tb, tb->used), chars, space); in tty_insert_flip_string_flags()
362 chars += space; in tty_insert_flip_string_flags()
410 int tty_prepare_flip_string(struct tty_port *port, unsigned char **chars, in tty_prepare_flip_string() argument
416 *chars = char_buf_ptr(tb, tb->used); in tty_prepare_flip_string()
570 const unsigned char *chars, size_t size) in tty_insert_flip_string_and_push_buffer() argument
576 size = tty_insert_flip_string(port, chars, size); in tty_insert_flip_string_and_push_buffer()
/OK3568_Linux_fs/kernel/lib/
H A Dtest_strscpy.c30 int chars, int terminator, int pad) in tc() argument
77 for (i = 0; i < chars; i++) { in tc()
92 index = chars + terminator + i; in tc()
99 nr_bytes_poison = sizeof(buf) - chars - terminator - pad; in tc()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxgcops.h72 int x, int y, int count, char *chars);
74 int x, int y, int count, unsigned short *chars);
76 int x, int y, int count, char *chars);
78 int x, int y, int count, unsigned short *chars);
H A Ddmxgcops.c400 int x, int y, int count, char *chars) in dmxPolyText8() argument
409 GetGlyphs(pGC->font, (unsigned long) count, (unsigned char *) chars, in dmxPolyText8()
421 x, y, chars, count); in dmxPolyText8()
434 int x, int y, int count, unsigned short *chars) in dmxPolyText16() argument
443 GetGlyphs(pGC->font, (unsigned long) count, (unsigned char *) chars, in dmxPolyText16()
456 x, y, (XChar2b *) chars, count); in dmxPolyText16()
469 int x, int y, int count, char *chars) in dmxImageText8() argument
481 x, y, chars, count); in dmxImageText8()
491 int x, int y, int count, unsigned short *chars) in dmxImageText16() argument
503 x, y, (XChar2b *) chars, count); in dmxImageText16()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dphaser.c63 char chars[2]; in getopts() local
81 if (argc && sscanf(*argv, "-%1[st]%c", chars, chars + 1) == 1) { in getopts()
82 p->mod_type = *chars == 's'? SOX_WAVE_SINE : SOX_WAVE_TRIANGLE; in getopts()
/OK3568_Linux_fs/buildroot/support/testing/tests/package/br2-external/openjdk/package/openjdk-jni-test/
H A Djni_helper.c26 jstring write_jchar_array(JNIEnv* env, jcharArray chars) in write_jchar_array() argument
28 jsize length = (*env)->GetArrayLength(env, chars); in write_jchar_array()
29 jchar* body = (*env)->GetCharArrayElements(env, chars, NULL); in write_jchar_array()
33 (*env)->ReleaseCharArrayElements(env, chars, body, JNI_ABORT); in write_jchar_array()
H A DJniWrapper.c22 (JNIEnv* env, jclass class, jcharArray chars) in Java_JniWrapper_write_1char_1array() argument
24 return write_jchar_array(env, chars); in Java_JniWrapper_write_1char_1array()
/OK3568_Linux_fs/kernel/fs/
H A Dpipe.c286 size_t chars = buf->len; in pipe_read() local
290 if (chars > total_len) { in pipe_read()
296 chars = total_len; in pipe_read()
306 written = copy_page_to_iter(buf->page, buf->offset, chars, to); in pipe_read()
307 if (unlikely(written < chars)) { in pipe_read()
312 ret += chars; in pipe_read()
313 buf->offset += chars; in pipe_read()
314 buf->len -= chars; in pipe_read()
318 total_len = chars; in pipe_read()
333 total_len -= chars; in pipe_read()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DdriWrap.c375 int x, int y, int count, char *chars) in DRIPolyText8() argument
384 ret = pGC->ops->PolyText8(dst, pGC, x, y, count, chars); in DRIPolyText8()
395 int x, int y, int count, unsigned short *chars) in DRIPolyText16() argument
404 ret = pGC->ops->PolyText16(dst, pGC, x, y, count, chars); in DRIPolyText16()
415 int x, int y, int count, char *chars) in DRIImageText8() argument
423 pGC->ops->ImageText8(dst, pGC, x, y, count, chars); in DRIImageText8()
432 int x, int y, int count, unsigned short *chars) in DRIImageText16() argument
440 pGC->ops->ImageText16(dst, pGC, x, y, count, chars); in DRIImageText16()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/seq/
H A Dsum.hpp35 struct chars
45 : chars< Is, Ns >...
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/
H A Dtry_lexical_convert.hpp200 inline bool try_lexical_convert(const CharacterT* chars, std::size_t count, Target& result) in try_lexical_convert() argument
207 ::boost::iterator_range<const CharacterT*>(chars, chars + count), result in try_lexical_convert()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_memory.c123 int chars; in ttm_mem_zone_store() local
127 chars = sscanf(buffer, "%lu", &val); in ttm_mem_zone_store()
128 if (chars == 0) in ttm_mem_zone_store()
201 int chars; in ttm_mem_global_store() local
207 chars = sscanf(buffer, "%lu", &val); in ttm_mem_global_store()
208 if (chars == 0) in ttm_mem_global_store()
/OK3568_Linux_fs/buildroot/package/efivar/
H A D0003-Fix-all-the-places-Werror-address-of-packed-member-c.patch132 -ucs2_to_utf8(const uint16_t * const chars, ssize_t limit)
137 + const uint16_t * const chars = voidchars;
140 limit = ucs2len(chars, -1);
141 @@ -124,10 +130,12 @@ ucs2_to_utf8(const uint16_t * const chars, ssize_t limit)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Dindirect_streambuf.hpp255 std::streamsize chars = in underflow() local
257 if (chars == -1) { in underflow()
259 chars = 0; in underflow()
261 setg(eback(), gptr(), buf.data() + pback_size_ + chars); in underflow()
262 return chars != 0 ? in underflow()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiterPriv.h238 int count, char *chars);
240 int count, unsigned short *chars);
242 int count, char *chars);
244 int count, unsigned short *chars);
/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessGC.c107 int count, char *chars);
109 int count, unsigned short *chars);
111 int count, char *chars);
113 int count, unsigned short *chars);
1176 int x, int y, int count, char *chars) in RootlessImageText8() argument
1209 pGC->ops->ImageText8(dst, pGC, x, y, count, chars); in RootlessImageText8()
1216 pGC->ops->ImageText8(dst, pGC, x, y, count, chars); in RootlessImageText8()
1226 int x, int y, int count, char *chars) in RootlessPolyText8() argument
1235 width = pGC->ops->PolyText8(dst, pGC, x, y, count, chars); in RootlessPolyText8()
1267 int x, int y, int count, unsigned short *chars) in RootlessImageText16() argument
[all …]

123456