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

  /external/chromium_org/remoting/host/
screen_resolution_unittest.cc 43 int32 max_int = std::numeric_limits<int32>::max(); local
44 EXPECT_TRUE(webrtc::DesktopSize(max_int, max_int).equals(
  /external/marisa-trie/lib/marisa/
intvector.cc 9 UInt32 max_int = 0; local
11 if (ints[i] > max_int) {
12 max_int = ints[i];
15 build(max_int, ints.size());
21 void IntVector::build(UInt32 max_int, std::size_t size) {
25 max_int >>= 1;
26 } while (max_int != 0);
intvector.h 13 void build(UInt32 max_int, std::size_t size);
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
intvector.cc 9 UInt32 max_int = 0; local
11 if (ints[i] > max_int) {
12 max_int = ints[i];
15 build(max_int, ints.size());
21 void IntVector::build(UInt32 max_int, std::size_t size) {
25 max_int >>= 1;
26 } while (max_int != 0);
intvector.h 13 void build(UInt32 max_int, std::size_t size);
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 96 BOOLEAN L2CA_UpdateBleConnParams (BD_ADDR rem_bda, UINT16 min_int, UINT16 max_int, UINT16 latency, UINT16 timeout)
119 btsnd_hcic_ble_upd_ll_conn_params (p_lcb->handle, min_int, max_int, latency, timeout, 0, 0);
121 l2cu_send_peer_ble_par_req (p_lcb, min_int, max_int, latency, timeout);
l2c_int.h 624 extern void l2cu_send_peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, UINT16 latency, UINT16 timeout);
650 extern void l2cu_send_peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, UINT16 latency, UINT16 timeout);
    [all...]
l2c_utils.c     [all...]
  /external/chromium/base/
process_util_unittest.cc 386 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/chromium_org/base/process/
process_util_unittest.cc 497 rlim_t max_int = static_cast<rlim_t>(std::numeric_limits<int32>::max()); local
498 if (rlim.rlim_cur > max_int) {
499 return max_int;
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h     [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 3260 double max_int = static_cast<double>(kMaxInt); local
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 2969 double max_int = static_cast<double>(kMaxInt); local
    [all...]

Completed in 465 milliseconds