HomeSort by relevance Sort by last modified time
    Searched full:hdata (Results 1 - 12 of 12) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/joystick/bsd/
SDL_sysjoystick.c 246 struct hid_data *hdata; local
310 hdata = hid_start_parse(hw->repdesc, 1 << hid_input, rep->rid);
312 hdata = hid_start_parse(hw->repdesc, 1 << hid_input);
314 if (hdata == NULL) {
325 while (hid_get_item(hdata, &hitem) > 0) {
367 hid_end_parse(hdata);
388 struct hid_data *hdata; local
449 hdata = hid_start_parse(joy->hwdata->repdesc, 1 << hid_input, rep->rid);
451 hdata = hid_start_parse(joy->hwdata->repdesc, 1 << hid_input);
453 if (hdata == NULL)
    [all...]
  /external/quake/quake/src/QW/client/
snd_win.c 50 HANDLE hData;
153 if (hData)
155 GlobalUnlock(hData);
156 GlobalFree(hData);
165 hData = 0;
476 hData = GlobalAlloc(GMEM_MOVEABLE | GMEM_SHARE, gSndBufSize);
477 if (!hData)
483 lpData = GlobalLock(hData);
  /external/quake/quake/src/WinQuake/
snd_win.cpp 50 HANDLE hData;
155 if (hData)
157 GlobalUnlock(hData);
158 GlobalFree(hData);
167 hData = 0;
478 hData = GlobalAlloc(GMEM_MOVEABLE | GMEM_SHARE, gSndBufSize);
479 if (!hData)
485 lpData = GlobalLock(hData);
  /external/llvm/include/llvm/CodeGen/PBQP/
HeuristicSolver.h 56 HeuristicNodeData& getHeuristicData() { return hData; }
77 HeuristicNodeData hData;
84 HeuristicEdgeData& getHeuristicData() { return hData; }
100 HeuristicEdgeData hData;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos_r.h 527 struct hostent_data hdata; member in struct:__anon20030
534 (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \
535 ((gethostbyname_r((h),&(hp).hent,&(hp).hdata) == -1) ? NULL : &(hp).hent))
537 (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \
538 ((gethostbyaddr_r((a),(al),(t),&(hp).hent,&(hp).hdata) == -1) ? NULL : &(hp).hent))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos_r.h 518 struct hostent_data hdata; member in struct:__anon20150
525 (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \
526 ((gethostbyname_r((h),&(hp).hent,&(hp).hdata) == -1) ? NULL : &(hp).hent))
528 (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \
529 ((gethostbyaddr_r((a),(al),(t),&(hp).hent,&(hp).hdata) == -1) ? NULL : &(hp).hent))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xos_r.h 527 struct hostent_data hdata; member in struct:__anon21492
534 (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \
535 ((gethostbyname_r((h),&(hp).hent,&(hp).hdata) == -1) ? NULL : &(hp).hent))
537 (bzero((char*)&(hp).hdata,sizeof((hp).hdata)), \
538 ((gethostbyaddr_r((a),(al),(t),&(hp).hent,&(hp).hdata) == -1) ? NULL : &(hp).hent))
    [all...]
  /external/openssl/ssl/
s3_enc.c 600 void *hdata; local
606 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer,&hdata);
620 EVP_DigestUpdate(s->s3->handshake_dgst[i],hdata,hdatalen);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/
cc1 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/
cc1 
  /prebuilt/windows/sdl/host/lib/
libSDL.a     [all...]
libSDLmain.a     [all...]

Completed in 999 milliseconds