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

  /dalvik/tests/003-omnibus-opcodes/src/
Array.java 54 static void checkLongs(long[] longs) {
55 assert(longs[0] == 0x1122334455667788L);
56 assert(longs[1] == 0x8877665544332211L);
57 assert(longs[2] == 0L);
58 assert(longs[3] == 1L);
59 assert(longs[4] == -1L);
127 static void checkRange64(long[] longs, int negVal1, int negVal2) {
131 assert(longs.length == 5);
134 l = longs[5]; // exact bound
140 longs[5] = l; // exact boun
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
LatLongSphere.java 22 float radius, int lats, int longs,
30 int tris = 2 * (lats - 1) * (longs - 1);
31 int[] vertices = new int[3 * lats * longs];
32 int[] texcoords = new int[2 * lats * longs];
33 int[] colors = new int[4 * lats * longs];
34 int[] normals = new int[3 * lats * longs];
46 for (int i = 0; i < longs; i++) {
47 float fi = (float) i / (longs - 1);
99 for (int i = 0; i < longs - 1; i++) {
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macos/
SDL_syscdrom_c.h 112 long longs[6]; member in union:CDCntrlParam::__anon5860
  /external/freetype/src/sfnt/
ttmtx.c 113 TT_LongMetrics* longs; local
134 longs = (TT_LongMetrics*)lm;
153 longs = (TT_LongMetrics*)lm;
178 if ( FT_QNEW_ARRAY( *longs, num_longs ) ||
188 TT_LongMetrics cur = *longs;
  /external/skia/src/core/
SkUtils.cpp 89 int longs = count >> 1; local
90 if (longs)
95 } while (--longs != 0);
  /external/chromium/third_party/icu/source/test/letest/
gendata.cpp 66 void dumpLongs(FILE *file, const char *tag, le_int32 *longs, le_int32 count) {
78 bufp += sprintf(&lineBuffer[bufp], "0x%8.8X, ", longs[i]);
  /external/icu4c/test/letest/
gendata.cpp 66 void dumpLongs(FILE *file, const char *tag, le_int32 *longs, le_int32 count) {
78 bufp += sprintf(&lineBuffer[bufp], "0x%8.8X, ", longs[i]);
  /libcore/luni/src/main/java/java/text/
SimpleDateFormat.java 713 private void appendDayOfWeek(StringBuffer buffer, int count, String[] longs, String[] shorts) {
715 String[] days = isLong ? longs : shorts;
719 private void appendMonth(StringBuffer buffer, int count, String[] longs, String[] shorts) {
727 String[] months = isLong ? longs : shorts;
    [all...]
  /external/chromium/base/
md5.cc 36 static void byteReverse(unsigned char *buf, unsigned longs){
43 } while (--longs);
  /external/wpa_supplicant/
md5.c 173 static void byteReverse(unsigned char *buf, unsigned longs)
181 } while (--longs);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
md5.c 173 static void byteReverse(unsigned char *buf, unsigned longs)
181 } while (--longs);
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 132 # We're sure to use ints instead of longs here since comparison may be more
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 818 milliseconds