Searched refs:comm (Results 1 - 25 of 150) sorted by last modified time

123456

/external/valgrind/main/VEX/test/
H A Dfp1.s51 .comm a,80,32
H A Dfpgames.s102 .comm st,108,32
/external/valgrind/main/include/vki/
H A Dvki-linux.h2778 comm : 1, /* include comm data */ member in struct:vki_perf_event_attr
/external/valgrind/main/memcheck/tests/x86/
H A Dtronical.S103 .comm foo,4,4
/external/valgrind/main/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);
1060 int dest, int tag, MPI_Comm comm)
1068 CALL_FN_W_6W(err, fn, buf,count,datatype,dest,tag,comm);
1074 int dest, int tag, MPI_Comm comm) {
1075 return generic_Send(buf,count,datatype, dest,tag,comm);
1078 int dest, int tag, MPI_Comm comm) {
1079 return generic_Send(buf,count,datatype, dest,tag,comm);
1059 generic_Send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1073 PMPI_Send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1077 PMPI_Bsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1081 PMPI_Ssend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1085 PMPI_Rsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1096 PMPI_Recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) argument
1373 generic_Isend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1390 PMPI_Isend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1395 PMPI_Ibsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1400 PMPI_Issend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1405 PMPI_Irsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1418 PMPI_Irecv( void* buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Request* request ) argument
1626 PMPI_Iprobe(int source, int tag, MPI_Comm comm, int* flag, MPI_Status* status) argument
1654 PMPI_Probe(int source, int tag, MPI_Comm comm, MPI_Status* status) argument
1708 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
1910 PMPI_Bcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm) argument
1952 PMPI_Gather( void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
1988 PMPI_Scatter( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
2023 PMPI_Alltoall( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) argument
2056 PMPI_Reduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) argument
2084 PMPI_Allreduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) argument
2137 PMPI_Comm_create(MPI_Comm comm, MPI_Group group, MPI_Comm* newcomm) argument
2153 PMPI_Comm_dup(MPI_Comm comm, MPI_Comm* newcomm) argument
2168 PMPI_Comm_free(MPI_Comm* comm) argument
2183 PMPI_Comm_rank(MPI_Comm comm, int *rank) argument
2200 PMPI_Comm_size(MPI_Comm comm, int *size) argument
[all...]
/external/tcpdump/
H A Dprint-bgp.c1426 u_int32_t comm; local
1428 comm = EXTRACT_32BITS(tptr);
1429 switch (comm) {
1441 (comm >> 16) & 0xffff,
1442 comm & 0xffff,
/external/qemu/distrib/sdl-1.2.15/src/timer/mint/
H A DSDL_vbltimer.S224 .comm _SDL_Atari_hz200,4*1
226 .comm vbl_mutex,2*1
228 .comm my_vector,4*1
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_ataric2p.S439 .comm _SDL_Atari_C2pConvert,4
440 .comm _SDL_Atari_table_c2p,1024
442 .comm c2p_source,4 /* Source framebuffer */
443 .comm c2p_dest,4 /* Destination framebuffer */
444 .comm c2p_width,4 /* Width of zone to convert */
445 .comm c2p_height,4 /* Height of zone to convert */
446 .comm c2p_dblligne,4 /* Double the lines while converting ? */
447 .comm c2p_srcpitch,4 /* Source pitch */
448 .comm c2p_dstpitch,4 /* Destination pitch */
449 .comm c2p_cursr
[all...]
H A DSDL_ikbdinterrupt.S171 .comm ikbd_ierb,1
172 .comm ikbd_imrb,1
180 .comm old_ikbd,4*1
400 .comm _SDL_AtariIkbd_keyboard,128
401 .comm _SDL_AtariIkbd_mousex,2
402 .comm _SDL_AtariIkbd_mousey,2
403 .comm _SDL_AtariIkbd_mouseb,2
404 .comm _SDL_AtariIkbd_joystick,2
H A DSDL_xbiosinterrupt.S120 .comm oldmousevector,4*1
180 .comm _SDL_AtariXbios_mouselock,2*1
181 .comm _SDL_AtariXbios_mousex,2*1
182 .comm _SDL_AtariXbios_mousey,2*1
183 .comm _SDL_AtariXbios_mouseb,2*1
191 .comm oldjoystickvector,4*1
212 .comm _SDL_AtariXbios_joystick,2*1
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/openssl/crypto/aes/asm/
H A Daes-586.S3239 .comm OPENSSL_ia32cap_P,8,4
H A Daes-s390x.pl2232 .comm OPENSSL_s390xcap_P,16,8
/external/openssl/crypto/
H A Darmv4cpuid.S201 .comm OPENSSL_armcap_P,4,4
H A Ds390xcpuid.S99 .comm OPENSSL_s390xcap_P,16,8
/external/openssl/crypto/bn/asm/
H A Darmv4-gf2m.S201 .comm OPENSSL_armcap_P,4,4
H A Darmv4-gf2m.pl269 .comm OPENSSL_armcap_P,4,4
H A Darmv4-mont.pl669 .comm OPENSSL_armcap_P,4,4
H A Dbn-586.S1533 .comm OPENSSL_ia32cap_P,8,4
H A Dx86-gf2m.S347 .comm OPENSSL_ia32cap_P,8,4
H A Dx86-mont.S460 .comm OPENSSL_ia32cap_P,8,4
/external/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl517 } elsif ($dir =~ /\.comm/) {
628 /\.comm/ && do { my @str=split(/,\s*/,$line);
H A Dx86masm.pl134 { my $comm=<<___;
141 push (@out,$comm);
H A Dx86nasm.pl118 { my $comm=<<___;
124 push (@out,$comm)
/external/openssl/crypto/sha/asm/
H A Dsha1-586.S2639 .comm OPENSSL_ia32cap_P,8,4

Completed in 208 milliseconds

123456