HomeSort by relevance Sort by last modified time
    Searched defs:nyb (Results 1 - 2 of 2) sorted by null

  /external/libevent/
arc4random.c 273 int nyb = evutil_hex_char_to_int(buf[i]); local
275 entropy[nybbles/2] |= nyb;
277 entropy[nybbles/2] |= nyb<<4;
  /device/google/contexthub/firmware/os/algos/calibration/accelerometer/
accel_cal.h 19 * (nx,nxb,ny,nyb,nz,nzb,nle). Once the buckets are full the data is used to
80 uint32_t nx, nxb, ny, nyb, nz, nzb, nle; member in struct:AccelGoodData

Completed in 92 milliseconds