Home
last modified time | relevance | path

Searched refs:io (Results 1 – 25 of 9256) sorted by relevance

12345678910>>...371

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_idct8x8_add_sse4.c20 void vpx_highbd_idct8x8_half1d_sse4_1(__m128i *const io) { in vpx_highbd_idct8x8_half1d_sse4_1() argument
23 transpose_32bit_4x4x2(io, io); in vpx_highbd_idct8x8_half1d_sse4_1()
26 step1[0] = io[0]; in vpx_highbd_idct8x8_half1d_sse4_1()
27 step1[2] = io[4]; in vpx_highbd_idct8x8_half1d_sse4_1()
28 step1[1] = io[2]; in vpx_highbd_idct8x8_half1d_sse4_1()
29 step1[3] = io[6]; in vpx_highbd_idct8x8_half1d_sse4_1()
30 highbd_butterfly_sse4_1(io[1], io[7], cospi_28_64, cospi_4_64, &step1[4], in vpx_highbd_idct8x8_half1d_sse4_1()
32 highbd_butterfly_sse4_1(io[5], io[3], cospi_12_64, cospi_20_64, &step1[5], in vpx_highbd_idct8x8_half1d_sse4_1()
54 highbd_idct8_stage4(step1, io); in vpx_highbd_idct8x8_half1d_sse4_1()
57 static void highbd_idct8x8_12_half1d(__m128i *const io) { in highbd_idct8x8_12_half1d() argument
[all …]
Dhighbd_idct8x8_add_sse2.c18 static void highbd_idct8x8_half1d(__m128i *const io) { in highbd_idct8x8_half1d() argument
21 transpose_32bit_4x4x2(io, io); in highbd_idct8x8_half1d()
24 step1[0] = io[0]; in highbd_idct8x8_half1d()
25 step1[2] = io[4]; in highbd_idct8x8_half1d()
26 step1[1] = io[2]; in highbd_idct8x8_half1d()
27 step1[3] = io[6]; in highbd_idct8x8_half1d()
28 highbd_butterfly_sse2(io[1], io[7], cospi_28_64, cospi_4_64, &step1[4], in highbd_idct8x8_half1d()
30 highbd_butterfly_sse2(io[5], io[3], cospi_12_64, cospi_20_64, &step1[5], in highbd_idct8x8_half1d()
52 highbd_idct8_stage4(step1, io); in highbd_idct8x8_half1d()
55 static void highbd_idct8x8_12_half1d(__m128i *const io) { in highbd_idct8x8_12_half1d() argument
[all …]
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/channelz/v1/
DChannelzGrpc.java1 package io.grpc.channelz.v1;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
[all …]
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/
DTestServiceGrpc.java1 package io.grpc.testing.integration;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
[all …]
DReconnectServiceGrpc.java1 package io.grpc.testing.integration;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
[all …]
DMetricsServiceGrpc.java1 package io.grpc.testing.integration;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
[all …]
DUnimplementedServiceGrpc.java1 package io.grpc.testing.integration;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
[all …]
/external/mesa3d/src/freedreno/decode/
Dio.c39 struct io { struct
45 static void io_error(struct io *io) in io_error() argument
47 fprintf(stderr, "%s\n", archive_error_string(io->a)); in io_error()
48 io_close(io); in io_error()
51 static struct io * io_new(void) in io_new()
53 struct io *io = calloc(1, sizeof(*io)); in io_new() local
56 if (!io) in io_new()
59 io->a = archive_read_new(); in io_new()
60 ret = archive_read_support_filter_gzip(io->a); in io_new()
62 io_error(io); in io_new()
[all …]
/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/
DBenchmarkServiceGrpc.java1 package io.grpc.benchmarks.proto;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
[all …]
DWorkerServiceGrpc.java1 package io.grpc.benchmarks.proto;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
[all …]
DReportQpsScenarioServiceGrpc.java1 package io.grpc.benchmarks.proto;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
[all …]
/external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/
DSimpleServiceGrpc.java1 package io.grpc.testing.protobuf;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
[all …]
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileYAML.cpp56 static size_t size(IO &io, std::vector<Section> &seq) { in size()
59 static Section& element(IO &io, std::vector<Section> &seq, size_t index) { in element()
68 static size_t size(IO &io, std::vector<Symbol> &seq) { in size()
71 static Symbol& element(IO &io, std::vector<Symbol> &seq, size_t index) { in element()
81 static size_t size(IO &io, Relocations &seq) { in size()
84 static Relocation& element(IO &io, Relocations &seq, size_t index) { in element()
94 static size_t size(IO &io, ContentBytes &seq) { in size()
97 static Hex8& element(IO &io, ContentBytes &seq, size_t index) { in element()
109 static size_t size(IO &io, IndirectSymbols &seq) { in size()
112 static uint32_t& element(IO &io, IndirectSymbols &seq, size_t index) { in element()
[all …]
/external/rust/crates/tokio/src/net/
Dudp.rs1 use crate::io::{Interest, PollEvented, ReadBuf, Ready};
6 use std::io;
123 io: PollEvented<mio::net::UdpSocket>,
145 pub async fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<UdpSocket> { in bind()
157 io::Error::new( in bind()
158 io::ErrorKind::InvalidInput, in bind()
164 fn bind_addr(addr: SocketAddr) -> io::Result<UdpSocket> { in bind_addr()
169 fn new(socket: mio::net::UdpSocket) -> io::Result<UdpSocket> { in new()
170 let io = PollEvented::new(socket)?; in new() localVariable
171 Ok(UdpSocket { io }) in new()
[all …]
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/health/v1/
DHealthGrpc.java1 package io.grpc.health.v1;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
[all …]
/external/llvm-project/flang/unittests/Runtime/
Dexternal-io.cpp10 using namespace Fortran::runtime::io;
16 auto io{IONAME(BeginOpenNewUnit)(__FILE__, __LINE__)}; in TestDirectUnformatted() local
17 IONAME(SetAccess)(io, "DIRECT", 6) || (Fail() << "SetAccess(DIRECT)", 0); in TestDirectUnformatted()
19 (io, "READWRITE", 9) || (Fail() << "SetAction(READWRITE)", 0); in TestDirectUnformatted()
21 (io, "UNFORMATTED", 11) || (Fail() << "SetForm(UNFORMATTED)", 0); in TestDirectUnformatted()
24 IONAME(SetRecl)(io, recl) || (Fail() << "SetRecl()", 0); in TestDirectUnformatted()
25 IONAME(SetStatus)(io, "SCRATCH", 7) || (Fail() << "SetStatus(SCRATCH)", 0); in TestDirectUnformatted()
27 IONAME(GetNewUnit)(io, unit) || (Fail() << "GetNewUnit()", 0); in TestDirectUnformatted()
30 (io) == IostatOk || (Fail() << "EndIoStatement() for OpenNewUnit", 0); in TestDirectUnformatted()
34 io = IONAME(BeginUnformattedOutput)(unit, __FILE__, __LINE__); in TestDirectUnformatted()
[all …]
/external/grpc-grpc-java/alts/src/generated/main/grpc/io/grpc/alts/internal/
DHandshakerServiceGrpc.java1 package io.grpc.alts.internal;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
[all …]
/external/grpc-grpc-java/grpclb/src/generated/main/grpc/io/grpc/lb/v1/
DLoadBalancerGrpc.java1 package io.grpc.lb.v1;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
[all …]
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/reflection/v1alpha/
DServerReflectionGrpc.java1 package io.grpc.reflection.v1alpha;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
[all …]
/external/grpc-grpc-java/services/src/generated/test/grpc/io/grpc/reflection/testing/
DReflectableServiceGrpc.java1 package io.grpc.reflection.testing;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
[all …]
DDynamicServiceGrpc.java1 package io.grpc.reflection.testing;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
[all …]
DAnotherDynamicServiceGrpc.java1 package io.grpc.reflection.testing;
3 import static io.grpc.MethodDescriptor.generateFullMethodName;
4 import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
5 import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
6 import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
7 import static io.grpc.stub.ClientCalls.asyncUnaryCall;
8 import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
9 import static io.grpc.stub.ClientCalls.blockingUnaryCall;
10 import static io.grpc.stub.ClientCalls.futureUnaryCall;
11 import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
[all …]
/external/rust/crates/tokio/src/net/tcp/
Dstream.rs2 use crate::io::{AsyncRead, AsyncWrite, Interest, PollEvented, ReadBuf, Ready};
9 use std::io;
68 io: PollEvented<mio::net::TcpStream>,
111 pub async fn connect<A: ToSocketAddrs>(addr: A) -> io::Result<TcpStream> { in connect()
124 io::Error::new( in connect()
125 io::ErrorKind::InvalidInput, in connect()
132 async fn connect_addr(addr: SocketAddr) -> io::Result<TcpStream> { in connect_addr()
137 pub(crate) async fn connect_mio(sys: mio::net::TcpStream) -> io::Result<TcpStream> { in connect_mio()
146 poll_fn(|cx| stream.io.registration().poll_write_ready(cx)).await?; in connect_mio()
148 if let Some(e) = stream.io.take_error()? { in connect_mio()
[all …]
/external/opencensus-java/contrib/grpc_util/src/main/java/io/opencensus/contrib/grpc/util/
DStatusConverter.java17 package io.opencensus.contrib.grpc.util;
33 public static io.opencensus.trace.Status.CanonicalCode fromGrpcCode( in fromGrpcCode()
34 io.grpc.Status.Code grpcCode) { in fromGrpcCode()
45 public static io.opencensus.trace.Status fromGrpcStatus(io.grpc.Status grpcStatus) { in fromGrpcStatus()
46 io.opencensus.trace.Status status = opencensusStatusFromGrpcCode(grpcStatus.getCode()); in fromGrpcStatus()
61 public static io.grpc.Status.Code toGrpcCode( in toGrpcCode()
62 io.opencensus.trace.Status.CanonicalCode opencensusCanonicalCode) { in toGrpcCode()
73 public static io.grpc.Status toGrpcStatus(io.opencensus.trace.Status opencensusStatus) { in toGrpcStatus()
74 io.grpc.Status status = in toGrpcStatus()
82 private static io.opencensus.trace.Status opencensusStatusFromGrpcCode( in opencensusStatusFromGrpcCode()
[all …]
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_highbd_iht8x8_add_sse4.c56 static void highbd_iadst8_sse4_1(__m128i *const io) { in highbd_iadst8_sse4_1() argument
60 transpose_32bit_4x4x2(io, io); in highbd_iadst8_sse4_1()
63 highbd_iadst_butterfly_sse4_1(io[7], io[0], cospi_2_64, cospi_30_64, s0, s1); in highbd_iadst8_sse4_1()
64 highbd_iadst_butterfly_sse4_1(io[3], io[4], cospi_18_64, cospi_14_64, s4, s5); in highbd_iadst8_sse4_1()
74 highbd_iadst_butterfly_sse4_1(io[5], io[2], cospi_10_64, cospi_22_64, s2, s3); in highbd_iadst8_sse4_1()
75 highbd_iadst_butterfly_sse4_1(io[1], io[6], cospi_26_64, cospi_6_64, s6, s7); in highbd_iadst8_sse4_1()
163 io[0] = x0[0]; in highbd_iadst8_sse4_1()
164 io[1] = _mm_sub_epi32(_mm_setzero_si128(), x4[0]); in highbd_iadst8_sse4_1()
165 io[2] = x6[0]; in highbd_iadst8_sse4_1()
166 io[3] = _mm_sub_epi32(_mm_setzero_si128(), x2[0]); in highbd_iadst8_sse4_1()
[all …]

12345678910>>...371