Home
last modified time | relevance | path

Searched +full:io +full:- +full:uring (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/io_uring/
Dio_uring02.c1 // SPDX-License-Identifier: GPL-2.0-or-later
7 * CVE-2020-29373
13 * Date: Thu Feb 6 21:42:51 2020 -0700
15 * io-wq: add support for inheriting ->fs
19 * Date: Fri Feb 7 16:05:21 2020 -0700
21 * io_uring: grab ->fs as part of async preparation
42 static int sendsock = -1, recvsock = -1, sockpair[2] = {-1, -1};
44 static struct tst_io_uring uring = { .fd = -1 }; variable
92 struct io_uring_sqe *sqe_ptr = uring.sqr_entries; in drain_fallback()
101 for (i = 0, tail = *uring.sqr_tail; i < 255; i++, tail++, sqe_ptr++) { in drain_fallback()
[all …]
/third_party/rust/crates/rustix/.github/workflows/
Dtest-users.yml10 runs-on: ${{ matrix.os }}
15 …build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e…
17 - build: ubuntu
18 os: ubuntu-latest
20 - build: i686-linux
21 os: ubuntu-latest
23 target: i686-unknown-linux-gnu
24 gcc_package: gcc-i686-linux-gnu
25 gcc: i686-linux-gnu-gcc
26 libc_package: libc-dev-i386-cross
[all …]
/third_party/tex-hyphen/encodings/data/
Daglfn13.txt19 # three-value Unicode sequence 0066,0066,0069. "arrowvertex" is omitted
29 # Format: Semicolon-delimited fields:
33 # (2) Glyph name. (upper- and lowercase letters, digits)
46 # - removing the PUA area codes
47 # - removing duplicate Unicode mappings, and
48 # - renaming tcommaaccent to tcedilla and Tcommaaccent to Tcedilla
117 2111;Ifraktur;BLACK-LETTER CAPITAL I
171 211C;Rfraktur;BLACK-LETTER CAPITAL R
241 016E;Uring;LATIN CAPITAL LETTER U WITH RING ABOVE
277 0401;afii10023;CYRILLIC CAPITAL LETTER IO
[all …]
Daglfn.txt8 # - No modification, editing or other alteration of this document is
10 # - The above copyright notice and this permission notice shall be
29 # non-infringement of any third party rights regarding the Adobe
49 # decomposing it to the three-value Unicode sequence 0066,0066,0069.
61 # Format: Semicolon-delimited fields:
65 # (2) Glyph name. (upper- and lowercase letters, digits)
76 # - Completed work intended in 1.5
79 # - removed duplicated block at end of file
80 # - changed mappings:
84 # - corrected statement above about why ffi is omitted.
[all …]
/third_party/skia/tools/sk_app/unix/
Dkeysym2ucs.c10 * The keysym -> UTF-8 conversion will hopefully one day be provided
14 * We allow to represent any UCS character in the range U-00000000 to
15 * U-00FFFFFF by a keysym value in the range 0x01000000 to 0x01ffffff.
16 * This admittedly does not cover the entire 31-bit space of UCS, but
17 * it does cover all of the characters up to U-10FFFF, which can be
18 * represented by UTF-16, and more, and it is very unlikely that higher
23 * encoded in UTF-8, so for viewing and editing best use an editor in
24 * UTF-8 mode.
80 { 0x01d9, 0x016e }, /* Uring Ů LATIN CAPITAL LETTER U WITH RING ABOVE */
96 { 0x01f9, 0x016f }, /* uring ů LATIN SMALL LETTER U WITH RING ABOVE */
[all …]