Searched defs:vinfo (Results 1 - 8 of 8) sorted by relevance

/external/openssl/crypto/srp/
H A Dsrp_vfy.c207 static void SRP_user_pwd_set_gN(SRP_user_pwd *vinfo, const BIGNUM *g, argument
210 vinfo->N = N;
211 vinfo->g = g;
214 static int SRP_user_pwd_set_ids(SRP_user_pwd *vinfo, const char *id, argument
217 if (id != NULL && NULL == (vinfo->id = BUF_strdup(id)))
219 return (info == NULL || NULL != (vinfo->info = BUF_strdup(info))) ;
222 static int SRP_user_pwd_set_sv(SRP_user_pwd *vinfo, const char *s, argument
231 if (NULL == (vinfo->v = BN_bin2bn(tmp, len, NULL)) )
234 return ((vinfo->s = BN_bin2bn(tmp, len, NULL)) != NULL) ;
237 static int SRP_user_pwd_set_sv_BN(SRP_user_pwd *vinfo, BIGNU argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsvideo.c285 struct ps2_screeninfo vinfo; local
301 if ( ioctl(console_fd, PS2IOC_GSCREENINFO, &vinfo) < 0 ) {
310 this->info.current_w = vinfo.w;
311 this->info.current_h = vinfo.h;
314 switch (vinfo.psm) {
322 SDL_SetError("Unknown console pixel format: %d", vinfo.psm);
325 vformat->BitsPerPixel = GS_pixelmasks[vinfo.psm].bpp;
326 vformat->Rmask = GS_pixelmasks[vinfo.psm].r;
327 vformat->Gmask = GS_pixelmasks[vinfo.psm].g;
328 vformat->Bmask = GS_pixelmasks[vinfo
415 struct ps2_screeninfo vinfo; local
[all...]
/external/quake/quake/src/QW/client/
H A Dsys_win.c159 OSVERSIONINFO vinfo; local
211 vinfo.dwOSVersionInfoSize = sizeof(vinfo);
213 if (!GetVersionEx (&vinfo))
216 if ((vinfo.dwMajorVersion < 4) ||
217 (vinfo.dwPlatformId == VER_PLATFORM_WIN32s))
222 if (vinfo.dwPlatformId == VER_PLATFORM_WIN32_NT)
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c260 struct fb_var_screeninfo vinfo; local
270 ioctl (fbfd, FBIOGET_VSCREENINFO, &vinfo);
282 lcd_width = vinfo.xres;
283 lcd_height = vinfo.yres;
319 struct fb_var_screeninfo vinfo; local
321 ioctl (fbfd, FBIOGET_VSCREENINFO, &vinfo);
324 width = vinfo.xres;
325 height = vinfo.yres;
/external/quake/quake/src/WinQuake/
H A Dsys_win.cpp302 OSVERSIONINFO vinfo; local
328 vinfo.dwOSVersionInfoSize = sizeof(vinfo);
330 if (!GetVersionEx (&vinfo))
333 if ((vinfo.dwMajorVersion < 4) ||
334 (vinfo.dwPlatformId == VER_PLATFORM_WIN32s))
339 if (vinfo.dwPlatformId == VER_PLATFORM_WIN32_NT)
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.c161 struct fb_var_screeninfo *vinfo);
318 static int read_fbmodes_mode(FILE *f, struct fb_var_screeninfo *vinfo) argument
332 SDL_sscanf(line, "geometry %d %d %d %d %d", &vinfo->xres, &vinfo->yres,
333 &vinfo->xres_virtual, &vinfo->yres_virtual, &vinfo->bits_per_pixel);
337 SDL_sscanf(line, "timings %d %d %d %d %d %d %d", &vinfo->pixclock,
338 &vinfo->left_margin, &vinfo
385 FB_CheckMode(_THIS, struct fb_var_screeninfo *vinfo, int index, unsigned int *w, unsigned int *h) argument
500 struct fb_var_screeninfo vinfo; local
827 print_vinfo(struct fb_var_screeninfo *vinfo) argument
875 choose_fbmodes_mode(struct fb_var_screeninfo *vinfo) argument
906 choose_vesa_mode(struct fb_var_screeninfo *vinfo) argument
943 struct fb_var_screeninfo vinfo; local
1002 struct fb_var_screeninfo vinfo; local
1809 FB_SavePalette(_THIS, struct fb_fix_screeninfo *finfo, struct fb_var_screeninfo *vinfo) argument
[all...]
/external/iproute2/misc/
H A Dss.c1381 const struct tcpvegas_info *vinfo local
1384 if (vinfo->tcpv_enabled &&
1385 vinfo->tcpv_rtt && vinfo->tcpv_rtt != 0x7fffffff)
1386 rtt = vinfo->tcpv_rtt;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1027 milliseconds