Searched defs:hi (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/img/libdrm/libdrm/
H A Dxf86drmRandom.c150 long hi; local
153 hi = s->seed / s->q;
155 s->seed = s->a * lo - s->r * hi;
/hardware/intel/common/libva/va/x11/
H A Dva_dri2.c341 vals_to_card64(CARD32 lo, CARD32 hi) argument
343 return (CARD64)hi << 32 | lo;
/hardware/qcom/gps/core/
H A DLocApiBase.cpp78 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; local
80 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; }
/hardware/qcom/gps/msm8960/core/
H A DLocApiBase.cpp77 unsigned char ch = data[i], low = ch & 0x0F, hi = ch >> 4; local
79 if (hi <= 9 && idxOutput < string_size - 1) { addr_string[idxOutput++] = hi + '0'; }
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4075 Cluster** hi = j;
4077 while (lo < hi)
4081 //[lo, hi) ?
4082 //[hi, j) > time_ns
4084 Cluster** const mid = lo + (hi - lo) / 2;
4085 assert(mid < hi);
4097 hi = mid;
4099 assert(lo <= hi);
4102 assert(lo == hi);
4126 Cluster** hi
5956 Cluster** hi = j; local
6267 Cluster** hi = j; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp4057 Cluster** hi = j;
4059 while (lo < hi)
4063 //[lo, hi) ?
4064 //[hi, j) > time_ns
4066 Cluster** const mid = lo + (hi - lo) / 2;
4067 assert(mid < hi);
4079 hi = mid;
4081 assert(lo <= hi);
4084 assert(lo == hi);
4108 Cluster** hi
5290 Cluster** hi = j; local
5524 Cluster** hi = j; local
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h126 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */
159 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */
201 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */
489 uint8 rates[WL_MAXRATES_IN_SET]; /* rates in 500kbps units w/hi bit set if basic */
494 uint8 rates[WL_MAXRATES_IN_SET]; /* rates in 500kbps units w/hi bit set if basic */
897 uint32 hi; /* upper 32 bits of IV */ member in struct:wl_wsec_key::__anon62

Completed in 242 milliseconds