Searched refs:un (Results 1 - 25 of 161) sorted by relevance

1234567

/external/fio/os/windows/posix/include/netinet/
H A Din.h5 #include <sys/un.h>
/external/clang/test/Sema/
H A Doutof-range-constant-compare.c104 unsigned un = 0; local
105 if (un == 0x0000000000000000L)
107 if (un != 0x0000000000000000L)
109 if (un < 0x0000000000000000L)
111 if (un <= 0x0000000000000000L)
113 if (un > 0x0000000000000000L)
115 if (un >= 0x0000000000000000L)
118 if (0x0000000000000000L == un)
120 if (0x0000000000000000L != un)
122 if (0x0000000000000000L < un)
[all...]
H A Dtypeof-use-deprecated.c7 union un{ int a; } __attribute__((deprecated)) u; // expected-warning {{'un' is deprecated}} expected-note 2 {{'un' has been explicitly marked deprecated here}} union
9 typeof( u) z; // expected-warning {{'un' is deprecated}}
/external/valgrind/main/none/tests/ppc32/
H A Ddata-cache-instructions.stdout.exp2 Passed dcbzl test at un-aligned (1 modulo block_size) address within the test block.
3 Passed dcbzl test at un-aligned ((block_size - 1) modulo block_size) address within the test block.
/external/valgrind/main/none/tests/ppc64/
H A Ddata-cache-instructions.stdout.exp2 Passed dcbzl test at un-aligned (1 modulo block_size) address within the test block.
3 Passed dcbzl test at un-aligned ((block_size - 1) modulo block_size) address within the test block.
/external/fio/os/
H A Dos-aix.h34 *bytes = (unsigned long long)info.un.scdk.numblks *
35 info.un.scdk.blksize;
/external/lldb/test/functionalities/fat_archives/
H A DMakefile11 rm -rf a.o a.out liba-i386.a liba-x86_64.a liba.a *un~ .*un~ main.o *.pyc
/external/qemu/util/
H A Dqemu-sockets.c543 struct sockaddr_un un; local
553 memset(&un, 0, sizeof(un));
554 un.sun_family = AF_UNIX;
556 snprintf(un.sun_path, sizeof(un.sun_path), "%s", path);
559 snprintf(un.sun_path, sizeof(un.sun_path), "%s/qemu-socket-XXXXXX",
568 fd = mkstemp(un.sun_path); close(fd);
569 qemu_opt_set(opts, "path", un
593 struct sockaddr_un un; local
[all...]
/external/tcpdump/
H A Dprint-chdlc.c139 } un; member in struct:cisco_slarp
172 ipaddr_string(&slarp->un.addr.addr),
173 ipaddr_string(&slarp->un.addr.mask));
177 EXTRACT_32BITS(&slarp->un.keep.myseq),
178 EXTRACT_32BITS(&slarp->un.keep.yourseq),
179 EXTRACT_16BITS(&slarp->un.keep.rel));
/external/llvm/utils/bugpoint/
H A DRemoteRunSafely.sh50 RUSER=`id -un`
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_thread.c442 UnlockNotification un; local
445 un.fired = 0;
446 pthread_mutex_init(&un.mutex, 0);
447 pthread_cond_init(&un.cond, 0);
450 rc = sqlite3_unlock_notify(db, unlock_notify_cb, (void *)&un);
462 pthread_mutex_lock(&un.mutex);
463 if( !un.fired ){
464 pthread_cond_wait(&un.cond, &un.mutex);
466 pthread_mutex_unlock(&un
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dicmp.h82 } un; member in struct:icmphdr
/external/qemu/android/filesystems/testing/
H A Dcreate_ramdisk_test_data.sh28 La vie est un long fleuve tranquille
/external/iputils/
H A Dclockdiff.c174 oicp->un.echo.id = id;
192 oicp->un.echo.sequence = ++seqno;
228 icp->un.echo.id == id && icp->un.echo.sequence >= seqno0 &&
229 icp->un.echo.sequence <= seqno) {
230 if (acked < icp->un.echo.sequence)
231 acked = icp->un.echo.sequence;
350 oicp->un.echo.id = id;
370 oicp->un.echo.sequence = ++seqno;
409 icp->un
[all...]
H A Dping.c664 !is_ours(icmph.un.echo.id)) {
673 acknowledge(ntohs(icmph.un.echo.sequence));
699 printf("From %s: icmp_seq=%u ", pr_addr(sin->sin_addr.s_addr), ntohs(icmph.un.echo.sequence));
728 icp->un.echo.sequence = htons(ntransmitted+1);
729 icp->un.echo.id = ident; /* ID */
779 printf(" icmp_seq=%u", ntohs(icp->un.echo.sequence));
834 if (!is_ours(icp->un.echo.id))
837 ntohs(icp->un.echo.sequence),
864 !is_ours(icp1->un.echo.id))
869 acknowledge(ntohs(icp1->un
[all...]
/external/openssl/crypto/rand/
H A Drand_egd.c119 # include <streams/un.h>
121 # include <sys/un.h>
/external/chromium_org/chrome/common/
H A Dmulti_process_lock_linux.cc9 #include <sys/un.h>
/external/strace/tests/
H A Dnet-accept-connect.c7 #include <sys/un.h>
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp360 struct utsname un; local
364 if (uname(&un))
367 strm.Printf (" Kernel: %s\n", un.sysname);
368 strm.Printf (" Release: %s\n", un.release);
369 strm.Printf (" Version: %s\n", un.version);
/external/chromium_org/tools/android/forwarder2/
H A Dsocket.h11 #include <sys/un.h>
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Deval.c828 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ) argument
833 if (un<1) {
838 ctx->Eval.MapGrid1un = un;
841 ctx->Eval.MapGrid1du = (u2 - u1) / (GLfloat) un;
846 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ) argument
848 _mesa_MapGrid1f( un, (GLfloat) u1, (GLfloat) u2 );
853 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, argument
859 if (un<1) {
860 _mesa_error( ctx, GL_INVALID_VALUE, "glMapGrid2f(un)" );
869 ctx->Eval.MapGrid2un = un;
881 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2 ) argument
[all...]
/external/lldb/source/Host/freebsd/
H A DHost.cpp137 struct utsname un; local
140 if (uname(&un) < 0)
143 status = sscanf(un.release, "%u.%u", &major, &minor);
/external/mesa3d/src/mesa/main/
H A Deval.c828 _mesa_MapGrid1f( GLint un, GLfloat u1, GLfloat u2 ) argument
833 if (un<1) {
838 ctx->Eval.MapGrid1un = un;
841 ctx->Eval.MapGrid1du = (u2 - u1) / (GLfloat) un;
846 _mesa_MapGrid1d( GLint un, GLdouble u1, GLdouble u2 ) argument
848 _mesa_MapGrid1f( un, (GLfloat) u1, (GLfloat) u2 );
853 _mesa_MapGrid2f( GLint un, GLfloat u1, GLfloat u2, argument
859 if (un<1) {
860 _mesa_error( ctx, GL_INVALID_VALUE, "glMapGrid2f(un)" );
869 ctx->Eval.MapGrid2un = un;
881 _mesa_MapGrid2d( GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2 ) argument
[all...]
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp639 struct utsname un; local
641 if (uname(&un)) {
646 strm << "Host: " << un.sysname << ' ' << un.release << ' ' << un.version << '\n';
/external/android-clat/
H A Dtranslate.c257 icmp6_targ->icmp6_id = icmp->un.echo.id;
258 icmp6_targ->icmp6_seq = icmp->un.echo.sequence;
303 icmp_targ->un.echo.id = icmp6->icmp6_id;
304 icmp_targ->un.echo.sequence = icmp6->icmp6_seq;

Completed in 1911 milliseconds

1234567