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.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...]
  /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:__anon22166
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:__anon22286
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:__anon23756
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:__anon23876
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:__anon25388
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 601 void *hdata; local
607 hdatalen = BIO_get_mem_data(s->s3->handshake_buffer,&hdata);
628 EVP_DigestUpdate(s->s3->handshake_dgst[i],hdata,hdatalen);
s3_clnt.c 3022 void *hdata; local
    [all...]
s3_srvr.c 3038 void *hdata; local
    [all...]

Completed in 601 milliseconds