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

1 2 3 4 56 7 8 91011>>

  /external/dropbear/
dss.c 262 /* convert an unsigned mp into an array of bytes, malloced.
265 static unsigned char* mptobytes(mp_int *mp, int *len) {
270 size = mp_unsigned_bin_size(mp);
272 if (mp_to_unsigned_bin(mp, ret) != MP_OKAY) {
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 354 @param mp The "b" value from montgomery_setup()
357 int (*ecc_ptadd)(ecc_point *P, ecc_point *Q, ecc_point *R, void *modulus, void *mp);
363 @param mp The "b" value from montgomery_setup()
366 int (*ecc_ptdbl)(ecc_point *P, ecc_point *R, void *modulus, void *mp);
371 @param mp The "b" value from montgomery_setup()
376 int (*ecc_map)(ecc_point *P, void *modulus, void *mp);
tomcrypt_pk.h 253 /* point ops (mp == montgomery digit) */
256 int ltc_ecc_projective_dbl_point(ecc_point *P, ecc_point *R, void *modulus, void *mp);
259 int ltc_ecc_projective_add_point(ecc_point *P, ecc_point *Q, ecc_point *R, void *modulus, void *mp);
289 int ltc_ecc_map(ecc_point *P, void *modulus, void *mp);
  /external/opencv/cvaux/src/
cvhmm1d.cpp 696 double* mp = mix_prob;
741 for( n = 0; n < obs_x; n++, mp += n_states )
746 mp[l] *= state[l].weight[0];
754 for( n = 0; n < obs_x; n++, mp += n_states )
761 mp[l + ofs] += mp[l] * state[l].weight[m];
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Mem.cpp 205 bufDef.planes[0].length = offset.mp[0].len;
207 bufDef.planes[0].data_offset = offset.mp[0].offset;
210 bufDef.planes[i].length = offset.mp[i].len;
212 bufDef.planes[i].data_offset = offset.mp[i].offset;
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_stream.c 457 int idx = vbuf->buf.mp[i].idx;
536 vbuf->buf.mp[i].idx = i; /* remember the index to stream frame if first time qbuf */
537 memcpy(&stream->frame.frame[i].frame, &(vbuf->buf.mp[i].frame),
538 sizeof(vbuf->buf.mp[i].frame));
540 stream->frame.frame[i].num_planes = vbuf->buf.mp[i].num_planes;
541 for(j = 0; j < vbuf->buf.mp[i].num_planes; j++) {
542 stream->frame.frame[i].planes[j] = vbuf->buf.mp[i].planes[j];
545 if(vbuf->buf.mp[i].frame_offset) {
546 stream->frame.frame_offset[i] = vbuf->buf.mp[i].frame_offset;
  /external/chromium_org/chrome/browser/history/
query_parser.cc 36 Snippet::MatchPosition& mp = (*matches)[index]; local
39 if (SnippetIntersects(mp, *i)) {
40 mp.second = std::max(mp.second, i->second);
  /external/libppp/src/
Makefile 10 mbuf.c mp.c ncp.c ncpaddr.c pap.c physical.c pred.c probe.c prompt.c \
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Mem.cpp 205 bufDef.planes[0].length = offset.mp[0].len;
207 bufDef.planes[0].data_offset = offset.mp[0].offset;
210 bufDef.planes[i].length = offset.mp[i].len;
212 bufDef.planes[i].data_offset = offset.mp[i].offset;
  /system/vold/
VolumeManager.h 155 bool isMountpointMounted(const char *mp);
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 618 reg_buf.def.buf.mp = new mm_camera_mp_buf_t[num_of_buf];
619 if (!reg_buf.def.buf.mp) {
624 memset(reg_buf.def.buf.mp, 0, num_of_buf * sizeof(mm_camera_mp_buf_t));
663 if (reg_buf.def.buf.mp)
664 delete []reg_buf.def.buf.mp;
720 reg_buf.snapshot.main.buf.mp = new mm_camera_mp_buf_t[num_of_buf];
721 if (!reg_buf.snapshot.main.buf.mp) {
726 memset(reg_buf.snapshot.main.buf.mp, 0,
729 reg_buf.snapshot.thumbnail.buf.mp = new mm_camera_mp_buf_t[num_of_buf];
730 if (!reg_buf.snapshot.thumbnail.buf.mp) {
    [all...]
QCameraHWI.cpp     [all...]
  /device/lge/mako/camera/
QCameraHWI_Still.cpp 679 reg_buf.def.buf.mp = new mm_camera_mp_buf_t[num_of_buf];
680 if (!reg_buf.def.buf.mp) {
685 memset(reg_buf.def.buf.mp, 0, num_of_buf * sizeof(mm_camera_mp_buf_t));
732 if (reg_buf.def.buf.mp)
733 delete []reg_buf.def.buf.mp;
789 reg_buf.snapshot.main.buf.mp = new mm_camera_mp_buf_t[num_of_buf];
790 if (!reg_buf.snapshot.main.buf.mp) {
795 memset(reg_buf.snapshot.main.buf.mp, 0,
798 reg_buf.snapshot.thumbnail.buf.mp = new mm_camera_mp_buf_t[num_of_buf];
799 if (!reg_buf.snapshot.thumbnail.buf.mp) {
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 150 static int mp_init_multi(mp_int *mp, ...);
153 static void mp_clear_multi(mp_int *mp, ...);
1449 static int mp_init_multi(mp_int *mp, ...)
1453 mp_int* cur_arg = mp;
1456 va_start(args, mp); /* init args to next argument from caller */
2963 mp_digit buf, mp; local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerFlakyNetworkTest.java 237 public void onPrepared(MediaPlayer mp) {
244 public boolean onError(MediaPlayer mp, int what, int extra) {
MediaRandomTest.java 179 public boolean onError(MediaPlayer mp, int what, int extra) {
180 if (mPlayer == mp &&
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 250 public boolean onError(MediaPlayer mp, int what, int extra) {
256 public void onCompletion(MediaPlayer mp) {
  /external/iptables/iptables/
xtables.c 100 struct option *merge, *mp; local
117 merge = malloc(sizeof(*mp) * (num_oold + num_old + num_new + 1));
122 memcpy(merge, orig_opts, sizeof(*mp) * num_oold);
123 mp = merge + num_oold;
128 memcpy(mp, newopts, sizeof(*mp) * num_new);
130 for (i = 0; i < num_new; ++i, ++mp)
131 mp->val += *option_offset;
134 memcpy(mp, oldopts, sizeof(*mp) * num_old)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioEffectTest.java 283 MediaPlayer mp = new MediaPlayer(); local
284 mp.setDataSource(MediaNames.SHORTMP3);
289 mp.getAudioSessionId());
300 mp.release();
320 MediaPlayer mp = new MediaPlayer(); local
321 mp.setDataSource(MediaNames.SHORTMP3);
328 mp.attachAuxEffect(effect.getId());
329 mp.setAuxEffectSendLevel(1.0f);
332 mp.release();
    [all...]
  /external/tcpdump/
print-icmp.c 414 register const struct mtu_discovery *mp; local
415 mp = (struct mtu_discovery *)&dp->icmp_void;
416 mtu = EXTRACT_16BITS(&mp->nexthopmtu);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
MediaSource.java 521 public void onVideoSizeChanged(MediaPlayer mp, int width, int height) {
546 public void onPrepared(MediaPlayer mp) {
557 public void onCompletion(MediaPlayer mp) {
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java 381 public boolean onError(MediaPlayer mp, int what, int extra) {
394 public void onCompletion(final MediaPlayer mp) {
398 handleCompletion(mp);
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Video.java 147 public void onVideoSizeChanged(MediaPlayer mp, int width, int height) {
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 217 public void onPrepared(MediaPlayer mp) {
246 public void onCompletion(MediaPlayer mp) {
261 public boolean onError(MediaPlayer mp, int what, int extra) {
278 public void onSeekComplete(MediaPlayer mp) {
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmKlaxon.java 86 public boolean onError(MediaPlayer mp, int what, int extra) {

Completed in 809 milliseconds

1 2 3 4 56 7 8 91011>>