Searched defs:max_int (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/vp8/common/
H A Dtype_aliases.h35 #define max_int 0x7FFFFFFF macro
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_ble.c98 BOOLEAN L2CA_UpdateBleConnParams (BD_ADDR rem_bda, UINT16 min_int, UINT16 max_int, UINT16 latency, UINT16 timeout) argument
121 btsnd_hcic_ble_upd_ll_conn_params (p_lcb->handle, min_int, max_int, latency, timeout, 0, 0);
123 l2cu_send_peer_ble_par_req (p_lcb, min_int, max_int, latency, timeout);
H A Dl2c_utils.c2861 void l2cu_send_peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, UINT16 latency, UINT16 timeout) argument
2880 UINT16_TO_STREAM (p, max_int);
/external/chromium/base/
H A Dprocess_util_unittest.cc386 rlim_t max_int = static_cast<rlim_t>(std::numeric_limits<int32>::max()); local
387 if (rlim.rlim_cur > max_int) {
388 return max_int;
/external/v8/src/arm/
H A Dsimulator-arm.cc2969 double max_int = static_cast<double>(kMaxInt); local
2983 : (val >= (max_int + 0.5)) ||
2989 : (val >= (max_int + 1.0)) ||
2995 : (val >= (max_int + 1.0)) ||

Completed in 1037 milliseconds