HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 476 - 500 of 1775) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/MC/
MCWin64EH.cpp 133 const MCWin64EHUnwindInfo *info) {
137 streamer.EmitValue(MCSymbolRefExpr::Create(info->Begin, context), 4);
138 streamer.EmitValue(MCSymbolRefExpr::Create(info->End, context), 4);
139 streamer.EmitValue(MCSymbolRefExpr::Create(info->Symbol, context), 4);
142 static void EmitUnwindInfo(MCStreamer &streamer, MCWin64EHUnwindInfo *info) {
144 if (info->Symbol) return;
150 info->Symbol = context.CreateTempSymbol();
151 streamer.EmitLabel(info->Symbol);
153 if (info->ChainedParent)
156 if (info->HandlesUnwind
261 MCWin64EHUnwindInfo &info = streamer.getW64UnwindInfo(i); local
269 MCWin64EHUnwindInfo &info = streamer.getW64UnwindInfo(i); local
    [all...]
  /external/openssh/
audit-bsm.c 226 struct AuditInfoStruct info; local
235 info.ai_auid = the_authctxt->pw->pw_uid;
237 info.ai_auid = -1;
238 info.ai_asid = getpid();
244 info.ai_mask.am_success = mask.am_success;
245 info.ai_mask.am_failure = mask.am_failure;
247 info.ai_termid = ssh_bsm_tid;
249 rc = SetAuditFunc(&info, sizeof(info));
auth1.c 115 auth1_process_password(Authctxt *authctxt, char *info, size_t infolen)
146 auth1_process_rsa(Authctxt *authctxt, char *info, size_t infolen)
164 auth1_process_rhosts_rsa(Authctxt *authctxt, char *info, size_t infolen)
196 snprintf(info, infolen, " ruser %.100s", client_user);
203 auth1_process_tis_challenge(Authctxt *authctxt, char *info, size_t infolen)
222 auth1_process_tis_response(Authctxt *authctxt, char *info, size_t infolen)
245 char info[1024]; local
280 info[0] = '\0';
310 authenticated = meth->method(authctxt, info, sizeof(info));
    [all...]
  /external/openssl/crypto/asn1/
asn1_locl.h 81 char *info; member in struct:evp_pkey_asn1_method_st
  /external/openssl/crypto/srp/
srp.h 91 char *info; member in struct:SRP_user_pwd_st
  /external/openssl/include/openssl/
srp.h 91 char *info; member in struct:SRP_user_pwd_st
  /external/proguard/src/proguard/optimize/info/
SideEffectInstructionChecker.java 21 package proguard.optimize.info;
  /external/qemu/audio/
audio.h 67 void (*info) (void *opaque); member in struct:capture_ops
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_syswm.h 113 } info; member in struct:SDL_SysWMinfo
217 * It fills the structure pointed to by 'info' with custom information and
220 * the 'info' structure is not filled in or not supported.
224 * SDL_SysWMinfo info;
225 * SDL_VERSION(&info.version);
226 * if ( SDL_GetWMInfo(&info) ) { ... }
229 extern DECLSPEC int SDLCALL SDL_GetWMInfo(SDL_SysWMinfo *info);
  /external/qemu/distrib/sdl-1.2.15/src/audio/dma/
SDL_dmaaudio.c 81 struct audio_buf_info info; local
85 (ioctl(fd, SNDCTL_DSP_GETOSPACE, &info) == 0) ) {
216 count_info info; local
222 if ( ioctl(audio_fd, SNDCTL_DSP_GETOPTR, &info) < 0 ) {
227 } while ( frame_ticks && (info.blocks < 1) );
229 if ( info.blocks > 1 ) {
230 printf("Warning: audio underflow (%d frags)\n", info.blocks-1);
233 playing = info.ptr / this->spec.size;
315 struct audio_buf_info info; local
414 if ( ioctl(audio_fd, SNDCTL_DSP_GETOSPACE, &info) < 0 )
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/freebsd/
SDL_syscdrom.c 66 struct ioc_read_subchannel info; local
78 info.address_format = CD_MSF_FORMAT;
79 info.data_format = CD_CURRENT_POSITION;
80 info.data_len = 0;
81 info.data = NULL;
86 if ( (ioctl(cdfd, CDIOCREADSUBCHANNEL, &info) == 0) ||
295 struct ioc_read_subchannel info; local
298 info.address_format = CD_MSF_FORMAT;
299 info.data_format = CD_CURRENT_POSITION;
300 info.track = 0
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/mint/
SDL_syscdrom.c 76 struct cdrom_subchnl info; local
104 info.cdsc_format = CDROM_MSF;
105 if ( (Metaioctl(i, METADOS_IOCTL_MAGIC, CDROMSUBCHNL, &info) == 0) || ERRNO_TRAYEMPTY(errno) ) {
223 struct cdrom_subchnl info; local
225 info.cdsc_format = CDROM_MSF;
226 if ( SDL_SYS_CDioctl(cdrom->id, CDROMSUBCHNL, &info) < 0 ) {
233 switch (info.cdsc_audiostatus) {
251 if ( info.cdsc_trk == CDROM_LEADOUT ) {
265 info.cdsc_absaddr.msf.minute,
266 info.cdsc_absaddr.msf.second
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/
SDL_syscdrom.c 69 struct ioc_read_subchannel info; local
81 info.address_format = CD_MSF_FORMAT;
82 info.data_format = CD_CURRENT_POSITION;
83 info.data_len = 0;
84 info.data = NULL;
89 if ( (ioctl(cdfd, CDIOCREADSUBCHANNEL, &info) == 0) ||
304 struct ioc_read_subchannel info; local
307 info.address_format = CD_MSF_FORMAT;
308 info.data_format = CD_CURRENT_POSITION;
309 info.track = 0
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/thread/
SDL_thread.c 175 SDL_Thread *info; member in struct:__anon13341
193 args->info->threadid = SDL_ThreadID();
198 statusloc = &args->info->status;
218 /* Allocate memory for the thread info structure */
236 args->info = thread;
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c 213 this->info.current_w = si.cols ;
214 this->info.current_h = si.rows ;
461 GR_WINDOW_INFO info ; local
471 GrGetWindowInfo (SDL_Window, & info) ;
472 x = si.xpos - info.x ;
473 y = si.ypos - info.y ;
474 if (x >= 0 && x <= info.width && y >= 0 && y <= info.height) {
  /external/qemu/distrib/sdl-1.2.15/test/
testsprite.c 122 const SDL_VideoInfo *info; local
128 info = SDL_GetVideoInfo();
129 if ( info->blit_hw_CC && info->blit_fill ) {
140 if ( info->video_mem*1024 > (height*width*bpp/8) ) {
228 /* Allocate memory for the sprite info */
testvidinfo.c 388 const SDL_VideoInfo *info; local
401 info = SDL_GetVideoInfo();
404 info->current_w, info->current_h, info->vfmt->BitsPerPixel);
405 if ( info->vfmt->palette == NULL ) {
406 printf(" Red Mask = 0x%.8x\n", info->vfmt->Rmask);
407 printf(" Green Mask = 0x%.8x\n", info->vfmt->Gmask);
408 printf(" Blue Mask = 0x%.8x\n", info->vfmt->Bmask);
420 printf("\t%dx%dx%d\n", modes[i]->w, modes[i]->h, info->vfmt->BitsPerPixel)
    [all...]
  /external/qemu/elff/
elf_file.cc 28 /* Tags to parse when collecting info about routines. */
195 Dwarf_AddressInfo info; local
196 info.die_obj = cu->get_leaf_die_for_address(address);
197 if (info.die_obj != NULL) {
199 if (cu->get_pc_address_file_info(address, &info)) {
201 address_info->file_name = info.file_name;
202 address_info->dir_name = info.dir_name;
203 address_info->line_number = info.line_number;
212 Dwarf_Tag tag = info.die_obj->get_tag();
216 info.die_obj = info.die_obj->parent_die();
    [all...]
  /external/qemu/hw/
android_mips.c 217 DriveInfo* info = drive_get( IF_IDE, 0, 0 ); local
218 if (info != NULL) {
219 goldfish_mmc_init(GOLDFISH_MMC, 0, info->bdrv);
  /external/qemu/target-i386/
hax-windows.c 65 struct hax_alloc_ram_info info; local
75 info.size = size;
76 info.va = va;
82 &info, sizeof(info),
98 struct hax_set_ram_info info, *pinfo = &info; local
116 info.pa_start = start_addr;
117 info.size = size;
118 info.va = (uint64_t)qemu_get_ram_ptr(phys_offset)
355 struct hax_tunnel_info info; local
    [all...]
  /external/quake/quake/src/QW/client/
snd_mem.c 101 wavinfo_t info; local
127 info = GetWavinfo (s->name, data, com_filesize);
128 if (info.channels != 1)
134 stepscale = (float)info.rate / shm->speed;
135 len = info.samples / stepscale;
137 len = len * info.width * info.channels;
143 sc->length = info.samples;
144 sc->loopstart = info.loopstart;
145 sc->speed = info.rate
252 wavinfo_t info; local
    [all...]
  /external/quake/quake/src/WinQuake/
conproc.cpp 47 CONSOLE_SCREEN_BUFFER_INFO info; local
176 CONSOLE_SCREEN_BUFFER_INFO info; local
179 bRet = GetConsoleScreenBufferInfo (hStdout, &info);
182 *piLines = info.dwSize.Y;
292 CONSOLE_SCREEN_BUFFER_INFO info; local
303 if (!GetConsoleScreenBufferInfo(hStdout, &info))
307 info.srWindow.Left = 0;
308 info.srWindow.Right = info.dwSize.X - 1;
309 info.srWindow.Top = 0;
    [all...]
dos_v2.cpp 137 _go32_dpmi_seginfo info; local
147 info.size = (size+15) / 16;
148 rc = _go32_dpmi_allocate_dos_memory(&info);
154 seginfo[i] = info;
155 return real2ptr((int) info.rm_segment << 4);
186 _go32_dpmi_seginfo info; local
195 info.pm_offset = (int) handler;
196 _go32_dpmi_allocate_iret_wrapper(&info);
199 _go32_dpmi_set_protected_mode_interrupt_vector(intr, &info);
238 __dpmi_meminfo info; local
249 __dpmi_meminfo info; local
    [all...]
snd_mem.cpp 101 wavinfo_t info; local
127 info = GetWavinfo (s->name, data, com_filesize);
128 if (info.channels != 1)
134 stepscale = (float)info.rate / shm->speed;
135 len = (int) (info.samples / stepscale);
137 len = len * info.width * info.channels;
143 sc->length = info.samples;
144 sc->loopstart = info.loopstart;
145 sc->speed = info.rate
250 wavinfo_t info; local
    [all...]
snd_sun.cpp 38 static audio_info_t info; variable
76 if (ioctl(audio_fd, AUDIO_GETINFO, &info) < 0) {
92 AUDIO_INITINFO(&info);
97 info.play.encoding = AUDIO_ENCODING_LINEAR;
98 info.play.sample_rate = 11025;
99 info.play.channels = 2;
100 info.play.precision = 16;
102 if (ioctl(audio_fd, AUDIO_SETINFO, &info) < 0) {
103 info.play.encoding = AUDIO_ENCODING_LINEAR;
104 info.play.sample_rate = 11025
    [all...]

Completed in 1125 milliseconds

<<11121314151617181920>>