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

  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.h 52 const int32_t int_max = (1 << (7 + bd)) - 1; local
53 const int32_t int_min = -int_max - 1;
55 assert(input <= int_max);
  /system/bt/stack/include/
gap_api.h 114 UINT16 int_max; member in struct:__anon72722
  /system/bt/stack/gap/
gap_ble.c 257 UINT16_TO_STREAM(p, p_db_attr->attr_value.conn_param.int_max); /* int_max */
421 p_db_attr->attr_value.conn_param.int_max = GAP_PREFER_CONN_INT_MAX; /* 6 */
  /system/bt/stack/btu/
btu_hcif.c 1688 UINT16 int_min, int_max, latency, timeout; local
    [all...]
  /system/bt/stack/l2cap/
l2c_ble.c     [all...]
l2c_int.h     [all...]

Completed in 97 milliseconds