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

  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.h 51 const int32_t int_max = (1 << (7 + bd)) - 1; local
52 const int32_t int_min = -int_max - 1;
54 assert(input <= int_max);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 503 Fixed USHRT_MAX for sizeof(short)=sizeof(int) but INT_MAX > SHRT_MAX
958 Volatile int newi, int_max, two=2; local
2506 Volatile Integer newi, int_max, maxeri, int_min, minneri; local
    [all...]
  /system/bt/stack/include/
gap_api.h 143 uint16_t int_max; member in struct:__anon2394
  /system/bt/stack/gap/
gap_ble.cc 154 UINT16_TO_STREAM(p, attr_value.conn_param.int_max); /* int_max */
456 gatt_attr[3].attr_value.conn_param.int_max = GAP_PREFER_CONN_INT_MAX; /* 6 */
  /system/bt/stack/btu/
btu_hcif.cc 1735 uint16_t int_min, int_max, latency, timeout; local
    [all...]
  /system/bt/stack/l2cap/
l2c_ble.cc     [all...]
l2c_int.h     [all...]
  /external/python/cpython3/Lib/test/
test_decimal.py     [all...]

Completed in 290 milliseconds