HomeSort by relevance Sort by last modified time
    Searched defs:sizes (Results 1 - 25 of 27) sorted by null

1 2

  /external/v8/test/mjsunit/
large-object-literal.js 28 // Test that we can create object literals of various sizes.
49 // The sizes to test.
50 var sizes = [0, 1, 2, 100, 200, 400, 1000]; variable
53 for (var i = 0; i < sizes.length; i++) {
54 testLiteral(sizes[i]);
object-literal-gc.js 59 // The sizes to test.
60 var sizes = [0, 1, 2, 100, 200, 400, 1000]; variable
63 for (var i = 0; i < sizes.length; i++) {
64 testLiteral(sizes[i]);
big-array-literal.js 83 // The sizes to test.
84 var sizes = [1, 2, 100, 200, 300]; variable
87 for (var i = 0; i < sizes.length; i++) {
88 testLiteral(sizes[i], false);
89 testLiteral(sizes[i], true);
big-object-literal.js 86 // The sizes to test.
87 var sizes = [1, 2, 100, 200]; variable
90 for (var i = 0; i < sizes.length; i++) {
91 testLiteral(sizes[i], false);
92 testLiteral(sizes[i], true);
sparse-array-reverse.js 66 var sizes = [140, 40000, VERYLARGE]; variable
72 for (var size_pos = 0; size_pos < sizes.length; size_pos++) {
73 var size = sizes[size_pos];
  /external/dropbear/libtommath/
bn_mp_prime_rabin_miller_trials.c 21 } sizes[] = { variable in typeref:struct:__anon3483
37 for (x = 0; x < (int)(sizeof(sizes)/(sizeof(sizes[0]))); x++) {
38 if (sizes[x].k == size) {
39 return sizes[x].t;
40 } else if (sizes[x].k > size) {
41 return (x == 0) ? sizes[0].t : sizes[x - 1].t;
44 return sizes[x-1].t + 1;
  /external/dropbear/libtommath/etc/
2kprime.c 5 int sizes[] = {256, 512, 768, 1024, 1536, 2048, 3072, 4096}; variable
19 for (x = 0; x < (int)(sizeof(sizes) / sizeof(sizes[0])); x++) {
21 mp_2expt(&q, sizes[x]);
31 printf("No primes of size %d found\n", sizes[x]);
65 ++sizes[x];
70 printf("\n\n%d-bits (k = %lu) = %s\n", sizes[x], z, buf);
71 fprintf(out, "%d-bits (k = %lu) = %s\n", sizes[x], z, buf); fflush(out);
drprime.c 4 int sizes[] = { 1+256/DIGIT_BIT, 1+512/DIGIT_BIT, 1+768/DIGIT_BIT, 1+1024/DIGIT_BIT, 1+2048/DIGIT_BIT, 1+4096/DIGIT_BIT }; variable
16 for (x = 0; x < (int)(sizeof(sizes)/sizeof(sizes[0])); x++) {
18 printf("Seeking a %d-bit safe prime\n", sizes[x] * DIGIT_BIT);
19 mp_grow(&a, sizes[x]);
21 for (y = 1; y < sizes[x]; y++) {
27 a.used = sizes[x];
46 printf("Error not DR modulus\n"); sizes[x] += 1; goto top;
  /external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
non-kerned-drawing.cpp 94 CGSize sizes[size]; local
108 sizes[i] = CGSizeMake(fsize.width(), fsize.height());
111 CGContextShowGlyphsWithAdvances(cgContext, glyphs, sizes, numGlyphs);
  /external/dropbear/libtomcrypt/testprof/
ecc_test.c 5 static int sizes[] = { variable
47 for (x = 0; x < (int)(sizeof(sizes)/sizeof(sizes[0])); x++) {
50 if (sizes[z] < ltc_ecc_sets[z].size) break;
64 LTC_ARGCHK(yarrow_read(buf, sizes[x], &yarrow_prng) == sizes[x]);
65 DO(mp_read_unsigned_bin(rA, buf, sizes[x]));
66 LTC_ARGCHK(yarrow_read(buf, sizes[x], &yarrow_prng) == sizes[x]);
67 DO(mp_read_unsigned_bin(rB, buf, sizes[x]))
    [all...]
x86_prof.c 1010 static unsigned long sizes[] = { local
1037 for (x = sizes[i=0]; x < 100000; x = sizes[++i]) {
    [all...]
  /external/openssl/crypto/bn/
bnspeed.c 165 static int sizes[NUM_SIZES]={128,256,512,1024,2048}; variable
166 /*static int sizes[NUM_SIZES]={59,179,299,419,539}; */
193 BN_rand(a,sizes[i],1,0);
196 BN_rand(b,sizes[j],1,0);
201 printf("mul %4d x %4d -> %8.3fms\n",sizes[i],sizes[j],tm*1000.0/num);
209 BN_rand(a,sizes[i],1,0);
214 printf("sqr %4d x %4d -> %8.3fms\n",sizes[i],sizes[i],tm*1000.0/num);
221 BN_rand(a,sizes[i]-1,1,0)
    [all...]
expspeed.c 194 static int sizes[NUM_SIZES]={128,256,512,1024,2048,4096,8192}; variable
196 /*static int sizes[NUM_SIZES]={59,179,299,419,539}; */
245 if (!BN_generate_prime(c,sizes[i],0,ADD,REM,genprime_cb,NULL)) goto err;
254 if (!BN_pseudo_rand(a,sizes[i],1,0)) goto err;
256 if (!BN_pseudo_rand(b,sizes[i],1,0)) goto err;
259 if (!BN_pseudo_rand(c,sizes[i],1,1)) goto err;
328 sizes[i],sizes[i],sizes[i],tm*1000.0/num,tm*mul_c[i]/num, num);
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextControllerATSUI.cpp 211 ByteCount sizes[] = { sizeof(ATSLineLayoutOptions), sizeof(Boolean), sizeof(ATSULayoutOperationOverrideSpecifier) }; local
214 status = ATSUSetLayoutControls(atsuTextLayout, 3, tags, sizes, values);
  /packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
WalkAroundWallpaper.java 169 final List<Camera.Size> sizes = params.getSupportedPreviewSizes(); local
173 for (Camera.Size size : sizes) {
185 for (Camera.Size size : sizes) {
205 Camera.Size size = sizes.get(0);
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 192 XRRScreenSize *sizes; local
195 sizes = XRRConfigSizes(screen_config, &nsizes);
220 if ( (sizes[size_id].width == SDL_modelist[i]->w) &&
221 (sizes[size_id].height == SDL_modelist[i]->h) )
269 XRRScreenSize* sizes; local
271 sizes = XRRConfigSizes(screen_config, &nsizes);
278 *w = sizes[cur_size].width;
279 *h = sizes[cur_size].height;
485 XRRScreenSize *sizes; local
591 sizes = XRRConfigSizes(screen_config, &nsizes)
    [all...]
  /external/wpa_supplicant/
tls_schannel.c 490 SecPkgContext_StreamSizes sizes; local
496 &sizes);
502 wpa_printf(MSG_DEBUG, "%s: Stream sizes: header=%u trailer=%u",
504 (unsigned int) sizes.cbHeader,
505 (unsigned int) sizes.cbTrailer);
507 total_len = sizes.cbHeader + in_len + sizes.cbTrailer;
519 bufs[0].cbBuffer = sizes.cbHeader;
522 os_memcpy(out_data + sizes.cbHeader, in_data, in_len);
523 bufs[1].pvBuffer = out_data + sizes.cbHeader
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_schannel.c 490 SecPkgContext_StreamSizes sizes; local
496 &sizes);
502 wpa_printf(MSG_DEBUG, "%s: Stream sizes: header=%u trailer=%u",
504 (unsigned int) sizes.cbHeader,
505 (unsigned int) sizes.cbTrailer);
507 total_len = sizes.cbHeader + in_len + sizes.cbTrailer;
519 bufs[0].cbBuffer = sizes.cbHeader;
522 os_memcpy(out_data + sizes.cbHeader, in_data, in_len);
523 bufs[1].pvBuffer = out_data + sizes.cbHeader
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 399 // Test all preview sizes.
660 // Check if the sizes value contain invalid characters.
745 List<Size> sizes = p.getSupportedJpegThumbnailSizes(); local
746 assertTrue(sizes.size() >= 2);
747 assertTrue(sizes.contains(size));
748 assertTrue(sizes.contains(mCamera.new Size(0, 0)));
    [all...]
  /dalvik/tools/hprof-conv/
HprofConv.c 310 static const int sizes[] = { -1, -1, 4, -1, 1, 2, 4, 8, 1, 2, 4, 8 }; local
311 static const size_t maxSize = sizeof(sizes) / sizeof(sizes[0]);
316 return sizes[basicType];
  /external/chromium/net/disk_cache/
disk_format.h 71 int32 sizes[5]; member in struct:disk_cache::LruData
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 372 SDL_Rect **sizes; local
390 sizes = SDL_ListModes(&format, flags);
391 if ( sizes == (SDL_Rect **)0 ) {
392 /* No sizes supported at this bit-depth */
395 if (sizes == (SDL_Rect **)NEGATIVE_ONE) {
401 for ( i=0; sizes[i]; ++i ) {
402 if ((sizes[i]->w >= width) && (sizes[i]->h >= height)) {
408 for ( i=0; sizes[i]; ++i ) {
409 if ((sizes[i]->w == width) && (sizes[i]->h == height))
432 SDL_Rect **sizes; local
    [all...]
  /external/webkit/WebCore/rendering/
RenderThemeSafari.cpp 131 static NSControlSize controlSizeFromRect(const IntRect& rect, const IntSize sizes[])
133 if (sizes[NSRegularControlSize].height() == rect.height())
135 else if (sizes[NSMiniControlSize].height() == rect.height())
183 static float sizes[] = { 13.0f, 11.0f, 9.0f }; local
185 return sizes[controlSize];
349 void RenderThemeSafari::setControlSize(NSCell* cell, const IntSize* sizes, const IntSize& minSize)
352 if (minSize.width() >= sizes[NSRegularControlSize].width() &&
353 minSize.height() >= sizes[NSRegularControlSize].height())
355 else if (minSize.width() >= sizes[NSSmallControlSize].width() &&
356 minSize.height() >= sizes[NSSmallControlSize].height()
426 static const IntSize sizes[3] = { IntSize(14, 14), IntSize(12, 12), IntSize(10, 10) }; local
465 static const IntSize sizes[3] = { IntSize(14, 15), IntSize(12, 13), IntSize(10, 10) }; local
550 static const IntSize sizes[3] = { IntSize(0, 21), IntSize(0, 18), IntSize(0, 15) }; local
661 static const IntSize sizes[3] = { IntSize(0, 21), IntSize(0, 18), IntSize(0, 15) }; local
946 static const IntSize sizes[3] = { IntSize(9, 0), IntSize(5, 0), IntSize(0, 0) }; local
1042 static const IntSize sizes[3] = { IntSize(0, 22), IntSize(0, 19), IntSize(0, 15) }; local
1102 static const IntSize sizes[3] = { IntSize(16, 13), IntSize(13, 11), IntSize(13, 9) }; local
1115 static const IntSize sizes[3] = { IntSize(19, 13), IntSize(17, 11), IntSize(17, 9) }; local
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 6030 } sizes[] = { variable in typeref:struct:__anon3486
    [all...]
  /packages/apps/Camera/src/com/android/camera/
Camera.java 1783 List<Size> sizes = mParameters.getSupportedPreviewSizes(); local
    [all...]

Completed in 421 milliseconds

1 2