HomeSort by relevance Sort by last modified time
    Searched refs:vsp (Results 1 - 9 of 9) sorted by null

  /external/dhcpcd-6.8.2/
common.h 68 #define timespecadd(tsp, usp, vsp) \
70 (vsp)->tv_sec = (tsp)->tv_sec + (usp)->tv_sec; \
71 (vsp)->tv_nsec = (tsp)->tv_nsec + (usp)->tv_nsec; \
72 if ((vsp)->tv_nsec >= 1000000000L) { \
73 (vsp)->tv_sec++; \
74 (vsp)->tv_nsec -= 1000000000L; \
77 #define timespecsub(tsp, usp, vsp) \
79 (vsp)->tv_sec = (tsp)->tv_sec - (usp)->tv_sec; \
80 (vsp)->tv_nsec = (tsp)->tv_nsec - (usp)->tv_nsec; \
81 if ((vsp)->tv_nsec < 0) {
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-unwind_raw.s 83 @ CHECK: 0x9B ; vsp = r11
84 @ CHECK: 0x40 ; vsp = vsp - 4
102 @ CHECK: 0x9B ; vsp = r11
103 @ CHECK: 0x4D ; vsp = vsp - 56
  /external/llvm/test/tools/llvm-readobj/ARM/
unwind.s 194 @ CHECK: 0x3F ; vsp = vsp + 256
275 @ CHECK: 0xB2 0x80 0x04 ; vsp = vsp + 2564
280 @ CHECK: 0x91 ; vsp = r1
286 @ CHECK: 0x42 ; vsp = vsp - 12
287 @ CHECK: 0x02 ; vsp = vsp + 12
308 @ CHECK: 0xB2 0x00 ; vsp = vsp + 51
    [all...]
  /device/asus/fugu/
device.mk 159 vsp.bin.0008.0000.0000 \
160 vsp.bin.0008.0000.0001 \
161 vsp.bin.0008.0000.0002 \
162 vsp.bin.0008.0002.0001 \
163 vsp.bin.000c.0001.0001
  /device/asus/fugu/self-extractors/intel/staging/
device-partial.mk 31 vendor/intel/fugu/proprietary/vsp.bin.0008.0000.0000:system/etc/firmware/vsp.bin.0008.0000.0000:intel \
32 vendor/intel/fugu/proprietary/vsp.bin.0008.0000.0001:system/etc/firmware/vsp.bin.0008.0000.0001:intel \
33 vendor/intel/fugu/proprietary/vsp.bin.0008.0000.0002:system/etc/firmware/vsp.bin.0008.0000.0002:intel \
34 vendor/intel/fugu/proprietary/vsp.bin.0008.0002.0001:system/etc/firmware/vsp.bin.0008.0002.0001:intel \
35 vendor/intel/fugu/proprietary/vsp.bin.000c.0001.0001:system/etc/firmware/vsp.bin.000c.0001.0001:intel
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 148 milliseconds