Searched refs:LL (Results 1 - 19 of 19) sorted by relevance

/openjdk7/langtools/test/tools/javah/
H A DSubClassConsts.out11 #define SubClassConsts_serialVersionUID 6733861379283244755LL
/openjdk7/jdk/src/share/native/java/util/zip/
H A Dzip_util.h68 #define LL(b, n) (((jlong)LG(b, n)) | (((jlong)LG(b, n+4)) << 32)) macro
122 #define ZIP64_ENDLEN(b) LL(b, 4) /* size of zip64 end of central dir */
127 #define ZIP64_ENDTOD(b) LL(b, 24) /* total number of entries on this disk */
128 #define ZIP64_ENDTOT(b) LL(b, 32) /* total number of entries */
129 #define ZIP64_ENDSIZ(b) LL(b, 40) /* central directory size in bytes */
130 #define ZIP64_ENDOFF(b) LL(b, 48) /* offset of first CEN header */
136 #define ZIP64_LOCOFF(b) LL(b, 8) /* offset of zip64 end */
H A Dzip_util.c1040 ze->size = LL(extra, off);
1047 ze->csize = LL(extra, off);
1054 ze->pos = -(zip->locpos + LL(extra, off));
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipConstants.java199 static final long LL(byte[] b, int n) { method in class:ZipConstants
233 static final long ZIP64_ENDTOD(byte[] b) { return LL(b, 24);} // total number of entries on disk
234 static final long ZIP64_ENDTOT(byte[] b) { return LL(b, 32);} // total number of entries
235 static final long ZIP64_ENDSIZ(byte[] b) { return LL(b, 40);} // central directory size
236 static final long ZIP64_ENDOFF(byte[] b) { return LL(b, 48);} // central directory offset
237 static final long ZIP64_LOCOFF(byte[] b) { return LL(b, 8);} // zip64 end offset
H A DZipInfo.java173 return LL(cen, off);
199 print(" *0x%x ", LL(extra, pos));
210 winToJavaTime(LL(extra, off + 8)));
212 winToJavaTime(LL(extra, off + 16)));
214 winToJavaTime(LL(extra, off + 24)));
H A DZipFileSystem.java2078 size = LL(extra, off + 4);
2079 csize = LL(extra, off + 12);
2201 size = LL(extra, pos);
2207 csize = LL(extra, pos);
2213 locoff = LL(extra, pos);
2225 mtime = winToJavaTime(LL(extra, pos + 4));
2226 atime = winToJavaTime(LL(extra, pos + 12));
2227 ctime = winToJavaTime(LL(extra, pos + 20));
/openjdk7/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A Dmain.m63 if (err == 0 && limit.rlim_cur != 0LL) {
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.cpp77 bad_mask |= (1LL << R_O_nums[6]); // SP
78 bad_mask |= (1LL << R_O_nums[7]); // cPC
79 bad_mask |= (1LL << R_I_nums[6]); // FP
80 bad_mask |= (1LL << R_I_nums[7]); // rPC
81 bad_mask |= (1LL << R_G_nums[2]); // TLS
82 bad_mask |= (1LL << R_G_nums[7]); // reserved by libthread
85 R_LIO_mask |= (1LL << R_L_nums[i]);
86 R_LIO_mask |= (1LL << R_I_nums[i]);
87 R_LIO_mask |= (1LL << R_O_nums[i]);
166 if (lv0 & (1LL << R_I_num
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_types.h106 #define MLIB_S64_CONST(x) x##LL
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions_gcc.hpp185 #define CONST64(x) (x ## LL)
H A DglobalDefinitions_sparcWorks.hpp200 #define CONST64(x) (x ## LL)
/openjdk7/langtools/test/tools/javah/6572945/gold/jni.dir.1/
H A DTestClass1_Inner1.h17 #define TestClass1_Inner1_lc 0LL
H A DTestClass1_Inner2.h17 #define TestClass1_Inner2_lc 0LL
H A DTestClass1.h17 #define TestClass1_lc 0LL
/openjdk7/langtools/test/tools/javah/6572945/gold/
H A Djni.file.117 #define TestClass1_lc 0LL
496 #define TestClass1_Inner2_lc 0LL
831 #define TestClass1_Inner1_lc 0LL
H A Djni.file.217 #define TestClass1_lc 0LL
496 #define TestClass1_Inner2_lc 0LL
831 #define TestClass1_Inner1_lc 0LL
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c393 static jlong awt_next_flush_time = 0LL; /* 0 == no scheduled flush */
394 static jlong awt_last_flush_time = 0LL; /* 0 == no scheduled flush */
397 static jlong poll_sleep_time = 0LL; // Used for tracing
398 static jlong poll_wakeup_time = 0LL; // Used for tracing
618 awt_next_flush_time = 0LL;
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp152 void add(uint32_t i) { if (i < (uint32_t)max) _bits |= (1LL << i); }
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c199 awt_next_flush_time = 0LL; \
209 static jlong awt_next_flush_time = 0LL; /* 0 == no scheduled flush */

Completed in 84 milliseconds