HomeSort by relevance Sort by last modified time
    Searched refs:un (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/include/sys/
un.h 33 #include <linux/un.h>
  /development/ndk/platforms/android-L/include/sys/
un.h 33 #include <linux/un.h>
  /external/fio/os/windows/posix/include/netinet/
in.h 5 #include <sys/un.h>
  /development/ndk/platforms/android-3/include/sys/
un.h 34 #include <linux/un.h>
  /external/clang/test/Sema/
outof-range-constant-compare.c 104 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...]
typeof-use-deprecated.c 7 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}}
  /art/test/003-omnibus-opcodes/src/
UnresTest2.java 12 UnresClass un = (UnresClass) obj; local
29 UnresClass un; local
33 un = new UnresClass();
  /external/fio/os/
os-aix.h 34 *bytes = (unsigned long long)info.un.scdk.numblks *
35 info.un.scdk.blksize;
  /external/lldb/test/functionalities/fat_archives/
Makefile 11 rm -rf a.o a.out liba-i386.a liba-x86_64.a liba.a *un~ .*un~ main.o *.pyc
  /external/llvm/utils/bugpoint/
RemoteRunSafely.sh 50 RUSER=`id -un`
  /external/chromium_org/third_party/sqlite/src/src/
test_thread.c 442 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.mutex)
    [all...]
  /bionic/libc/kernel/uapi/linux/
icmp.h 86 } un; member in struct:icmphdr
  /development/ndk/platforms/android-3/include/linux/
icmp.h 72 } un; member in struct:icmphdr
  /development/ndk/platforms/android-L/include/linux/
icmp.h 86 } un; member in struct:icmphdr
  /external/kernel-headers/original/uapi/linux/
icmp.h 82 } un; member in struct:icmphdr
  /device/lge/mako/camera/mm-camera-interface/
Android.mk 26 LOCAL_CFLAGS += -include bionic/libc/include/sys/un.h
  /external/iputils/
clockdiff.c 174 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.echo.id == id &
    [all...]
ping.c 664 !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.echo.sequence))
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/
Android.mk 35 LOCAL_CFLAGS += -include bionic/libc/include/sys/un.h
  /external/openssl/crypto/rand/
rand_egd.c 119 # include <streams/un.h>
121 # include <sys/un.h>
  /external/chromium_org/build/android/gyp/
strip_library_for_device.py 33 help='Directory for un-stripped libraries')
  /external/chromium_org/chrome/common/
multi_process_lock_linux.cc 9 #include <sys/un.h>
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.cpp 360 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);
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/
Android.mk 42 LOCAL_CFLAGS += -include bionic/libc/kernel/common/linux/un.h
  /external/chromium_org/v8/test/mjsunit/
array-push7.js 17 // Array.push() and Array.pop() both from optimized and un-optimized code.

Completed in 770 milliseconds

1 2 3 4 5 6 7