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

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
GeoMap.java 50 protected float[] hdata; field in class:GeoMap
57 hdata = new float[heightData.limit()];
58 heightData.get(hdata);
65 this.hdata = heightData;
75 return BufferUtils.createFloatBuffer(hdata);
81 return hdata;
104 return hdata[y*width+x];
119 return hdata[i];
246 assert hdata.length == height*width;
258 store.put( (float)hdata[i++]*scale.y )
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/joystick/bsd/
SDL_sysjoystick.c 259 struct hid_data *hdata; local
327 hdata = hid_start_parse(hw->repdesc, 1 << hid_input, rep->rid);
329 hdata = hid_start_parse(hw->repdesc, 1 << hid_input);
331 if (hdata == NULL) {
342 while (hid_get_item(hdata, &hitem) > 0) {
384 hid_end_parse(hdata);
405 struct hid_data *hdata; local
466 hdata = hid_start_parse(joy->hwdata->repdesc, 1 << hid_input, rep->rid);
468 hdata = hid_start_parse(joy->hwdata->repdesc, 1 << hid_input);
470 if (hdata == NULL)
    [all...]
  /prebuilts/gcc/linux-x86/host/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:__anon25449
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos_r.h 518 struct hostent_data hdata; member in struct:__anon25569
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos_r.h 527 struct hostent_data hdata; member in struct:__anon27039
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h 518 struct hostent_data hdata; member in struct:__anon27159
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h 518 struct hostent_data hdata; member in struct:__anon28674
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...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java     [all...]
  /external/openssl/ssl/
s3_enc.c 594 void *hdata; local
600 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer,&hdata);
621 EVP_DigestUpdate(s->s3->handshake_dgst[i],hdata,hdatalen);
s3_clnt.c 3043 void *hdata; local
    [all...]
s3_srvr.c 3065 void *hdata; local
    [all...]

Completed in 743 milliseconds