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

  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.h 52 const int32_t int_min = -int_max - 1; local
53 assert(int_min <= input);
55 (void)int_min;
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 146 constexpr int int_min = ~0x7fffffff; member in namespace:UndefinedBehavior
147 constexpr int minus_int_min = -int_min; // expected-error {{constant expression}} expected-note {{value 2147483648 is outside the range}}
150 constexpr int int_min_div_minus_1 = int_min / -1; // expected-error {{constant expression}} expected-note {{value 2147483648 is outside the range}}
151 constexpr int int_min_mod_minus_1 = int_min % -1; // expected-error {{constant expression}} expected-note {{value 2147483648 is outside the range}}
  /system/bt/stack/include/
gap_api.h 142 uint16_t int_min; member in struct:__anon2394
  /system/bt/stack/gap/
gap_ble.cc 153 UINT16_TO_STREAM(p, attr_value.conn_param.int_min); /* int_min */
457 gatt_attr[3].attr_value.conn_param.int_min = GAP_PREFER_CONN_INT_MIN; /* 0 */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Enquire/
Enquire.c 2506 Volatile Integer newi, int_max, maxeri, int_min, minneri; local
    [all...]
  /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...]

Completed in 113 milliseconds