HomeSort by relevance Sort by last modified time
    Searched refs:mx (Results 1 - 25 of 43) sorted by null

1 2

  /external/openssl/crypto/
ex_data.c 405 int mx,i; local
414 mx = sk_CRYPTO_EX_DATA_FUNCS_num(item->meth);
415 if(mx > 0)
417 storage = OPENSSL_malloc(mx * sizeof(CRYPTO_EX_DATA_FUNCS*));
420 for(i = 0; i < mx; i++)
425 if((mx > 0) && !storage)
430 for(i = 0; i < mx; i++)
448 int mx, j, i; local
458 mx = sk_CRYPTO_EX_DATA_FUNCS_num(item->meth);
460 if(j < mx)
494 int mx,i; local
    [all...]
  /external/stlport/src/
codecvt.cpp 33 size_t mx) const
34 { return (int)(min) ( __STATIC_CAST(size_t, (end - from)), mx); }
131 size_t mx) const
132 { return (int)(min) ((size_t) (end - from), mx); }
  /ndk/sources/android/stlport/src/
codecvt.cpp 33 size_t mx) const
34 { return (int)(min) ( __STATIC_CAST(size_t, (end - from)), mx); }
131 size_t mx) const
132 { return (int)(min) ((size_t) (end - from), mx); }
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemevents.c 53 static void do_mouse(_THIS, short mx, short my, short mb, short ks);
293 static void do_mouse(_THIS, short mx, short my, short mb, short ks)
311 if ((mx<x2) || (mx>=x2+w2) || (my<y2) || (my>=y2+h2)) {
324 if ((prevmousex!=mx) || (prevmousey!=my)) {
328 posx = mx - x2;
337 prevmousex = mx;
  /external/blktrace/btt/
btt_plot.py 100 def check(mn, mx, v):
105 if mx == None or v > mx: mx = v
106 return mn, mx, v
  /external/quake/quake/src/WinQuake/
in_dos.cpp 278 int mx, my; local
285 mx = (short)regs.x.cx;
290 mouse_x = (mx + old_mouse_x) * 0.5;
295 mouse_x = mx;
298 old_mouse_x = mx;
in_win.cpp 583 int mx, my; local
595 mx = 0;
623 mx += od.dwData;
674 mx = current_pos.x - window_center_x + mx_accum;
680 //if (mx || my)
681 // Con_DPrintf("mx=%d, my=%d\n", mx, my);
685 mouse_x = (mx + old_mouse_x) * 0.5;
690 mouse_x = mx;
694 old_mouse_x = mx;
756 int mx, my; local
    [all...]
gl_vidlinuxglx.cpp 62 static int mx, my; variable
356 mx += (event.xmotion.x + win_x) * 2;
361 mx += ((int)event.xmotion.x - mwx) * 2;
366 if (mx || my)
434 mx = my = 0; // don't spazz
956 mx = (mx + old_mouse_x) * 0.5;
959 old_mouse_x = mx;
962 mx *= sensitivity.value;
967 cmd->sidemove += m_side.value * mx;
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 116 virtual void generateFontMetrics(SkPaint::FontMetrics* mx,
887 void SkScalerContext_FreeType::generateFontMetrics(SkPaint::FontMetrics* mx,
889 if (NULL == mx && NULL == my) {
897 if (mx) {
898 sk_bzero(mx, sizeof(SkPaint::FontMetrics));
962 if (mx) {
963 mx->fTop = pts[0].fX;
964 mx->fAscent = pts[1].fX;
965 mx->fDescent = pts[2].fX;
966 mx->fBottom = pts[3].fX
    [all...]
  /external/quake/quake/src/QW/client/
in_win.c 582 int mx, my; local
594 mx = 0;
622 mx += od.dwData;
673 mx = current_pos.x - window_center_x + mx_accum;
681 mouse_x = (mx + old_mouse_x) * 0.5;
686 mouse_x = mx;
690 old_mouse_x = mx;
722 if (mx || my)
752 int mx, my; local
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_ssdp.c 462 * @mx: Maximum delay in seconds
465 * A response should be given in randomized portion of min(MX,120) seconds
475 int mx)
496 /* Wait time depending on MX value */
497 next_timeout_msec = (1000 * mx * (os_random() & 0xFF)) >> 8;
541 * MX:<varies>
555 int mx = 0; local
651 } else if (token_eq(data, "mx")) {
658 mx = atol(data);
664 if (!got_host || !got_st || !got_man || !got_mx || mx < 0)
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
Encodings.java 163 final int mx = s.length(); local
164 char[] chars = new char[mx];
165 for (int i=0; i < mx; i++) {
  /external/skia/src/core/
SkScalerContext.cpp 521 void SkScalerContext::getFontMetrics(SkPaint::FontMetrics* mx, SkPaint::FontMetrics* my)
523 this->generateFontMetrics(mx, my);
660 virtual void generateFontMetrics(SkPaint::FontMetrics* mx,
662 if (mx) {
663 sk_bzero(mx, sizeof(*mx));
SkPath.cpp 533 SkScalar mx = SkScalarMul(rx, SK_ScalarRoot2Over2); local
550 this->quadTo( R, cy - sy, cx + mx, cy - my);
552 this->quadTo(cx - sx, T, cx - mx, cy - my);
554 this->quadTo( L, cy + sy, cx - mx, cy + my);
556 this->quadTo(cx + sx, B, cx + mx, cy + my);
559 this->quadTo( R, cy + sy, cx + mx, cy + my);
561 this->quadTo(cx - sx, B, cx - mx, cy + my);
563 this->quadTo( L, cy - sy, cx - mx, cy - my);
565 this->quadTo(cx + sx, T, cx + mx, cy - my);
    [all...]
  /external/dnsmasq/src/
option.c 121 { "mx-host", 1, 0, 'm' },
122 { "mx-target", 1, 0, 't' },
236 { 'e', OPT_SELFMX, NULL, gettext_noop("Return self-pointing MX records for local hosts."), NULL },
257 { 'L', OPT_LOCALMX, NULL, gettext_noop("Return MX records for local hosts."), NULL },
258 { 'm', ARG_DUP, "host_name,target,pref", gettext_noop("Specify an MX record."), NULL },
274 { 't', ARG_ONE, "host_name", gettext_noop("Specify default target in an MX record."), NULL },
2905 struct mx_srv_record *mx; local
    [all...]
rfc1035.c 940 /* check if name matches local names ie from /etc/hosts or DHCP or local mx names. */
944 struct mx_srv_record *mx; local
953 for (mx = daemon->mxnames; mx; mx = mx->next)
954 if (hostname_isequal(name, mx->name))
    [all...]
  /external/qemu/android/skin/
window.c 1427 int mx, my; local
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 398 self.mx = maximums
440 if int(self.time[self.iCtrl].GetValue()) > self.mx[self.iCtrl]:
441 self.time[self.iCtrl].SetValue(str(self.mx[self.iCtrl]))
450 if int(self.time[self.iCtrl].GetValue()) < self.mx[self.iCtrl]:
505 self.mx = (m,b,t)
508 return "%d:%d:%d" % self.mx
  /frameworks/base/opengl/libagl/
matrix.cpp 724 void point2__generic(transform_t const* mx, vec4_t* lhs, vec4_t const* rhs) {
725 const GLfixed* const m = mx->matrix.m;
734 void point3__generic(transform_t const* mx, vec4_t* lhs, vec4_t const* rhs) {
735 const GLfixed* const m = mx->matrix.m;
745 void point4__generic(transform_t const* mx, vec4_t* lhs, vec4_t const* rhs) {
746 const GLfixed* const m = mx->matrix.m;
757 void point3__mvui(transform_t const* mx, vec4_t* lhs, vec4_t const* rhs) {
761 const GLfixed* const m = mx->matrix.m;
771 void point4__mvui(transform_t const* mx, vec4_t* lhs, vec4_t const* rhs) {
775 const GLfixed* const m = mx->matrix.m
    [all...]
  /external/expat/bcb5/
elements.mak 48 AFLAGS = /mx /w2 /zn
expat.mak 49 AFLAGS = /mx /w2 /zn
expat_static.mak 49 AFLAGS = /mx /w2 /zn
expatw.mak 49 AFLAGS = /mx /w2 /zn
expatw_static.mak 50 AFLAGS = /mx /w2 /zn
outline.mak 48 AFLAGS = /mx /w2 /zn

Completed in 1140 milliseconds

1 2