Searched refs:comm (Results 1 - 25 of 84) sorted by relevance

1234

/external/llvm/test/MC/MachO/
H A Dcomm-1.s3 .comm sym_comm_B, 2
4 .comm sym_comm_A, 4
5 .comm sym_comm_C, 8, 2
6 .comm sym_comm_D, 2, 3
/external/llvm/test/MC/COFF/
H A Dcomm.s4 .comm _b, 4, 2
6 .comm _c, 1, 5
H A Dcomm-align.s22 .comm _s_1,4,0 # @s_1
23 .comm _s_2,4,1 # @s_2
24 .comm _s_4,4,2 # @s_3
25 .comm _s_8,4,3 # @s_4
27 .comm _small_but_overaligned,1,3 # @s_4
/external/llvm/test/MC/ELF/
H A Dalign-bss.s6 .comm foo,2048,16
H A Dcommon-error1.s3 .comm C,4,4
H A Dcommon-error2.s4 .comm C,4,4
H A Dcommon.s9 .comm common1,1,1
25 .comm common2,1,1
39 .comm common6,8,16
54 .comm common3,4,4
76 .comm common4,40,16
89 .comm common5,4,4
H A Dcommon2.s8 .comm vimvardict,1,8
H A Dcommon-error3.s4 .comm C,4,4
5 .comm C,8,
H A Dcommon-redeclare.s4 .comm C,4,4
5 .comm C,4,
/external/llvm/test/Object/X86/
H A Dnm-macho.s9 .comm _a,4
H A Dnm-print-size.s16 .comm c,4,8
/external/llvm/test/MC/AsmParser/
H A Ddirective_comm.s4 # CHECK: .comm a,6,2
5 # CHECK: .comm b,8
6 # CHECK: .comm c,8
8 .comm a, 4+2, 2
9 .comm b,8
H A Dlabels.s41 // CHECK: .comm "a 6",1
42 .comm "a 6", 1
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Dserialjava.py33 # http://mho.republika.pl/java/comm/
35 comm = detect_java_comm([ variable
36 'javax.comm', # Sun/IBM
43 enum = comm.CommPortIdentifier.getPortIdentifiers()
47 if el.getPortType() == comm.CommPortIdentifier.PORT_SERIAL:
64 portId = comm.CommPortIdentifier.getPortIdentifier(self._port)
66 portId = comm.CommPortIdentifier.getPortIdentifier(device(self._port)) # numbers are transformed to a comport id obj
84 jdatabits = comm.SerialPort.DATABITS_5
86 jdatabits = comm.SerialPort.DATABITS_6
88 jdatabits = comm
[all...]
/external/autotest/client/site_tests/security_Minijail_seccomp/src/
H A Dopen.c11 void usage(const char *comm) { argument
12 fprintf(stderr, "Usage: %s <access mode>\n", comm);
/external/clang/utils/
H A Dfind-unused-diagnostics.sh15 comm -23 <(sort -u <<< "$ALL_DIAGS") <(sort -u <<< "$DIAGS_IN_SOURCES")
/external/llvm/test/MC/AArch64/
H A Derror-location.s25 .comm common, 4
/external/kernel-headers/original/uapi/linux/
H A Dcn_proc.h112 char comm[16]; member in struct:proc_event::__anon7951::comm_proc_event
113 } comm; member in union:proc_event::__anon7951
/external/llvm/test/MC/Mips/
H A Dmips_gprel16.s69 .comm var1,4,4
72 .comm var2,4,4
/external/lldb/source/Core/
H A DCommunication.cpp243 snprintf(thread_name, sizeof(thread_name), "<lldb.comm.%s>", m_broadcaster_name.AsCString());
339 Communication *comm = (Communication *)p; local
351 while (!done && comm->m_read_thread_enabled)
353 size_t bytes_read = comm->ReadFromConnection (buf, sizeof(buf), 5 * TimeValue::MicroSecPerSec, status, &error);
355 comm->AppendBytesToCache (buf, bytes_read, true, status);
359 if (comm->GetCloseOnEOF ())
360 comm->Disconnect ();
361 comm->AppendBytesToCache (buf, bytes_read, true, status);
370 if (comm->GetCloseOnEOF())
392 comm
[all...]
/external/valgrind/mpi/
H A Dlibmpiwrap.c397 static __inline__ int comm_rank ( MPI_Comm comm )
400 err = PMPI_Comm_rank(comm, &r);
404 static __inline__ int comm_size ( MPI_Comm comm )
407 err = PMPI_Comm_size(comm, &r);
1061 int dest, int tag, MPI_Comm comm)
1069 CALL_FN_W_6W(err, fn, buf,count,datatype,dest,tag,comm);
1075 int dest, int tag, MPI_Comm comm) {
1076 return generic_Send(buf,count,datatype, dest,tag,comm);
1079 int dest, int tag, MPI_Comm comm) {
1080 return generic_Send(buf,count,datatype, dest,tag,comm);
1060 generic_Send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1074 PMPI_Send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1078 PMPI_Bsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1082 PMPI_Ssend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1086 PMPI_Rsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1097 PMPI_Recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) argument
1374 generic_Isend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1391 PMPI_Isend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1396 PMPI_Ibsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1401 PMPI_Issend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1406 PMPI_Irsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1419 PMPI_Irecv( void* buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Request* request ) argument
1627 PMPI_Iprobe(int source, int tag, MPI_Comm comm, int* flag, MPI_Status* status) argument
1655 PMPI_Probe(int source, int tag, MPI_Comm comm, MPI_Status* status) argument
1709 PMPI_Sendrecv( void *sendbuf, int sendcount, MPI_Datatype sendtype, int dest, int sendtag, void *recvbuf, int recvcount, MPI_Datatype recvtype, int source, int recvtag, MPI_Comm comm, MPI_Status *status) argument
1911 PMPI_Bcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm) argument
1953 PMPI_Gather( void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
1989 PMPI_Scatter( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
2024 PMPI_Alltoall( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) argument
2057 PMPI_Reduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) argument
2085 PMPI_Allreduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) argument
2138 PMPI_Comm_create(MPI_Comm comm, MPI_Group group, MPI_Comm* newcomm) argument
2154 PMPI_Comm_dup(MPI_Comm comm, MPI_Comm* newcomm) argument
2169 PMPI_Comm_free(MPI_Comm* comm) argument
2184 PMPI_Comm_rank(MPI_Comm comm, int *rank) argument
2201 PMPI_Comm_size(MPI_Comm comm, int *size) argument
[all...]
/external/autotest/client/site_tests/security_ptraceRestrictions/src/
H A Droot-ptrace-restrictions.sh27 while [ $(ps -p $pid -o comm=) != "sleeper" ]; do
/external/llvm/test/MC/ARM/
H A Dhilo-16bit-relocations.s12 .comm _foo,4,2
/external/autotest/cli/
H A Dquery_keyvals66 comm = rpc.tko_comm()
70 test_views += comm.run("get_detailed_test_views", **query_filter)

Completed in 1162 milliseconds

1234