HomeSort by relevance Sort by last modified time
    Searched refs:mp (Results 51 - 75 of 298) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA.c 474 MapPtr mp; local
483 if ((mp = FindMap(address, size))) {
484 mp->refcount++;
485 return (void *)((unsigned long)mp->vaddr + mp->delta);
573 if (!(mp = AddMap()))
575 mp->physaddr = address;
576 mp->size = size;
577 mp->delta = delta;
578 mp->vaddr = vaddr
624 MapPtr mp = NULL; local
683 MapPtr mp; local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaEnvReverbTest.java 354 MediaPlayer mp = null; local
374 mp = new MediaPlayer();
375 mp.setDataSource(MediaNames.SINE_200_1000);
376 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
377 mp.attachAuxEffect(mReverb.getId());
378 mp.setAuxEffectSendLevel(1.0f);
383 mp.prepare();
384 mp.start();
386 mp.stop();
406 if (mp != null)
428 MediaPlayer mp = null; local
    [all...]
MediaVisualizerTest.java 232 MediaPlayer mp = null; local
251 mp = new MediaPlayer();
252 mp.setDataSource(MediaNames.SINE_200_1000);
253 mp.setAudioStreamType(AudioManager.STREAM_MUSIC);
254 getVisualizer(mp.getAudioSessionId());
266 mp.prepare();
267 mp.start();
293 if (mp != null) {
294 mp.release();
311 MediaPlayer mp = null local
445 MediaPlayer mp = null; local
    [all...]
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_verify_hash.c 52 void *mp; local
62 mp = NULL;
128 /* find the montgomery mp */
129 if ((err = mp_montgomery_setup(m, &mp)) != CRYPT_OK) { goto error; }
132 if ((err = ltc_mp.ecc_ptadd(mQ, mG, mG, m, mp)) != CRYPT_OK) { goto error; }
135 if ((err = ltc_mp.ecc_map(mG, m, mp)) != CRYPT_OK) { goto error; }
155 if (mp != NULL) {
156 mp_montgomery_free(mp);
ltc_ecc_projective_dbl_point.c 31 @param mp The "b" value from montgomery_setup()
34 int ltc_ecc_projective_dbl_point(ecc_point *P, ecc_point *R, void *modulus, void *mp)
42 LTC_ARGCHK(mp != NULL);
56 if ((err = mp_montgomery_reduce(t1, modulus, mp)) != CRYPT_OK) { goto done; }
59 if ((err = mp_montgomery_reduce(R->z, modulus, mp)) != CRYPT_OK) { goto done; }
78 if ((err = mp_montgomery_reduce(t2, modulus, mp)) != CRYPT_OK) { goto done; }
97 if ((err = mp_montgomery_reduce(R->y, modulus, mp)) != CRYPT_OK) { goto done; }
100 if ((err = mp_montgomery_reduce(t2, modulus, mp)) != CRYPT_OK) { goto done; }
108 if ((err = mp_montgomery_reduce(R->y, modulus, mp)) != CRYPT_OK) { goto done; }
112 if ((err = mp_montgomery_reduce(R->x, modulus, mp)) != CRYPT_OK) { goto done;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
mem_dbg.c 571 MEM m,*mp; local
584 mp=lh_MEM_delete(mh,&m);
585 if (mp != NULL)
589 mp->order, mp->addr, mp->num);
591 if (mp->app_info != NULL)
592 app_info_free(mp->app_info);
593 OPENSSL_free(mp);
608 MEM m,*mp; local
    [all...]
  /external/openssl/crypto/
mem_dbg.c 571 MEM m,*mp; local
584 mp=lh_MEM_delete(mh,&m);
585 if (mp != NULL)
589 mp->order, mp->addr, mp->num);
591 if (mp->app_info != NULL)
592 app_info_free(mp->app_info);
593 OPENSSL_free(mp);
608 MEM m,*mp; local
    [all...]
  /external/dropbear/
buffer.c 268 void buf_putmpint(buffer* buf, mp_int * mp) {
273 dropbear_assert(mp != NULL);
275 if (SIGN(mp) == MP_NEG) {
280 if (USED(mp) == 1 && DIGIT(mp, 0) == 0) {
285 len = mp_count_bits(mp);
301 if (mp_to_unsigned_bin(mp, buf_getwriteptr(buf, len-pad)) != MP_OKAY) {
313 int buf_getmpint(buffer* buf, mp_int* mp) {
319 mp_zero(mp);
332 if (mp_read_unsigned_bin(mp, buf_getptr(buf, len), len) != MP_OKAY)
    [all...]
buffer.h 62 void buf_putmpint(buffer* buf, mp_int * mp);
63 int buf_getmpint(buffer* buf, mp_int* mp);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
MediaRecorderStressTest.java 149 MediaPlayer mp = new MediaPlayer(); local
150 mp.setDataSource(recordedFile);
151 mp.prepare();
152 int duration = mp.getDuration();
156 mp.release();
250 MediaPlayer mp = new MediaPlayer(); local
251 mp.setDataSource(fileName);
252 mp.setDisplay(MediaFrameworkTest.mSurfaceView.getHolder());
253 mp.prepare();
254 mp.start()
353 MediaPlayer mp = new MediaPlayer(); local
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestSerialization.java 85 Map<String, SomeObject> mp; field in class:TestSerialization.TestSerializationMessage
113 mp = new HashMap<String, SomeObject>();
114 mp.put("abc", new SomeObject(555));
136 System.out.println(cm.mp);
  /external/dropbear/libtomcrypt/src/math/fp/
ltc_ecc_fp_mulmod.c 1115 void *mp, *mu; local
1225 void *mp, *mu; local
    [all...]
  /external/clang/test/Analysis/
plist-macros.cpp 42 #define macroWithArg(mp) mp==0
    [all...]
  /external/dropbear/libtommath/
bn.tex 188 & functional mp\_div() function \\
245 Unlike GNU MP (GMP) Library, LIP, OpenSSL or various other commercial kits (Miracl), LibTomMath was not written with
302 \index{MP\_OKAY}\index{MP\_YES}\index{MP\_NO}\index{MP\_VAL}\index{MP\_MEM}
308 \hline MP\_OKAY & The function succeeded. \\
309 \hline MP\_VAL & The function input was invalid. \\
310 \hline MP\_MEM & Heap memory exhausted. \
    [all...]
tommath.h 203 int mp_init_multi(mp_int *mp, ...);
206 void mp_clear_multi(mp_int *mp, ...);
406 int mp_montgomery_setup(mp_int *a, mp_digit *mp);
414 int mp_montgomery_reduce(mp_int *a, mp_int *m, mp_digit mp);
423 int mp_dr_reduce(mp_int *a, mp_int *b, mp_digit mp);
540 #define mp_read_raw(mp, str, len) mp_read_signed_bin((mp), (str), (len))
541 #define mp_raw_size(mp) mp_signed_bin_size(mp)
542 #define mp_toraw(mp, str) mp_to_signed_bin((mp), (str)
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 234 if (mRecordBuf.video.video.buf.mp)
235 delete[] mRecordBuf.video.video.buf.mp;
408 planes[0] = dim.video_frame_offset.mp[0].len;
409 planes[1] = dim.video_frame_offset.mp[1].len;
420 mRecordBuf.video.video.buf.mp = new mm_camera_mp_buf_t[buf_cnt *
422 if (!mRecordBuf.video.video.buf.mp) {
426 memset(mRecordBuf.video.video.buf.mp, 0,
492 mRecordBuf.video.video.buf.mp[cnt].frame = recordframes[cnt];
493 mRecordBuf.video.video.buf.mp[cnt].frame_offset = 0;
494 mRecordBuf.video.video.buf.mp[cnt].num_planes = num_planes
    [all...]
QCameraHWI_Preview.cpp 293 if (mDisplayBuf.preview.buf.mp != NULL) {
294 delete[] mDisplayBuf.preview.buf.mp;
295 mDisplayBuf.preview.buf.mp = NULL;
331 planes[i] = dim.display_frame_offset.mp[i].len;
335 y_off = dim.picture_frame_offset.mp[0].offset;
336 cbcr_off = dim.picture_frame_offset.mp[1].offset;
378 if (mDisplayBuf.preview.buf.mp != NULL) {
379 delete[] mDisplayBuf.preview.buf.mp;
380 mDisplayBuf.preview.buf.mp = NULL;
552 planes[0] = dim.display_frame_offset.mp[0].len
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Record.cpp 233 if (mRecordBuf.video.video.buf.mp)
234 delete[] mRecordBuf.video.video.buf.mp;
407 planes[0] = dim.video_frame_offset.mp[0].len;
408 planes[1] = dim.video_frame_offset.mp[1].len;
419 mRecordBuf.video.video.buf.mp = new mm_camera_mp_buf_t[buf_cnt *
421 if (!mRecordBuf.video.video.buf.mp) {
425 memset(mRecordBuf.video.video.buf.mp, 0,
491 mRecordBuf.video.video.buf.mp[cnt].frame = recordframes[cnt];
492 mRecordBuf.video.video.buf.mp[cnt].frame_offset = 0;
493 mRecordBuf.video.video.buf.mp[cnt].num_planes = num_planes
    [all...]
QCameraHWI_Preview.cpp 307 if (mDisplayBuf.preview.buf.mp != NULL) {
308 delete[] mDisplayBuf.preview.buf.mp;
309 mDisplayBuf.preview.buf.mp = NULL;
345 planes[i] = dim.display_frame_offset.mp[i].len;
349 y_off = dim.picture_frame_offset.mp[0].offset;
350 cbcr_off = dim.picture_frame_offset.mp[1].offset;
398 if (mDisplayBuf.preview.buf.mp != NULL) {
399 delete[] mDisplayBuf.preview.buf.mp;
400 mDisplayBuf.preview.buf.mp = NULL;
580 planes[i] = dim.display_frame_offset.mp[i].len
    [all...]
  /external/dropbear/libtomcrypt/src/math/
tfm_desc.c 408 static int tfm_ecc_projective_dbl_point(ecc_point *P, ecc_point *R, void *modulus, void *Mp)
411 fp_digit mp; local
416 LTC_ARGCHK(Mp != NULL);
418 mp = *((fp_digit*)Mp);
431 fp_montgomery_reduce(&t1, modulus, mp);
434 fp_montgomery_reduce(R->z, modulus, mp);
453 fp_montgomery_reduce(&t2, modulus, mp);
472 fp_montgomery_reduce(R->y, modulus, mp);
475 fp_montgomery_reduce(&t2, modulus, mp);
528 fp_digit mp; local
    [all...]
  /frameworks/wilhelm/src/itf/
ISeek.c 76 CMediaPlayer *mp = InterfaceToCMediaPlayer(thiz); local
77 if (NULL != mp) {
78 result = android_Player_loop(mp, loopEnable);
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
MessageTestUtils.java 148 final MimeMultipart mp = new MimeMultipart(mContentType); local
150 mp.addBodyPart(p);
152 return mp;
  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
AwaitableCompletionListener.java 36 public void onCompletion(MediaPlayer mp) {
AwaitableErrorListener.java 35 public boolean onError(MediaPlayer mp, int what, int extra) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hdlcdrv.h 53 struct hdlcdrv_params mp; member in union:hdlcdrv_ioctl::__anon39374

Completed in 802 milliseconds

1 23 4 5 6 7 8 91011>>