Searched refs:max_int (Results 1 – 10 of 10) sorted by relevance
/external/marisa-trie/lib/marisa/ |
D | intvector.cc | 9 UInt32 max_int = 0; in build() local 11 if (ints[i] > max_int) { in build() 12 max_int = ints[i]; in build() 15 build(max_int, ints.size()); in build() 21 void IntVector::build(UInt32 max_int, std::size_t size) { in build() argument 25 max_int >>= 1; in build() 26 } while (max_int != 0); in build()
|
D | intvector.h | 13 void build(UInt32 max_int, std::size_t size);
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | intvector.cc | 9 UInt32 max_int = 0; in build() local 11 if (ints[i] > max_int) { in build() 12 max_int = ints[i]; in build() 15 build(max_int, ints.size()); in build() 21 void IntVector::build(UInt32 max_int, std::size_t size) { in build() argument 25 max_int >>= 1; in build() 26 } while (max_int != 0); in build()
|
D | intvector.h | 13 void build(UInt32 max_int, std::size_t size);
|
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_ble.c | 96 BOOLEAN L2CA_UpdateBleConnParams (BD_ADDR rem_bda, UINT16 min_int, UINT16 max_int, UINT16 latency, … in L2CA_UpdateBleConnParams() argument 119 btsnd_hcic_ble_upd_ll_conn_params (p_lcb->handle, min_int, max_int, latency, timeout, 0, 0); in L2CA_UpdateBleConnParams() 121 l2cu_send_peer_ble_par_req (p_lcb, min_int, max_int, latency, timeout); in L2CA_UpdateBleConnParams()
|
D | l2c_int.h | 624 extern void l2cu_send_peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, UINT16 lat… 650 extern void l2cu_send_peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, UINT16 lat…
|
D | l2c_utils.c | 2731 void l2cu_send_peer_ble_par_req (tL2C_LCB *p_lcb, UINT16 min_int, UINT16 max_int, UINT16 latency, U… in l2cu_send_peer_ble_par_req() argument 2750 UINT16_TO_STREAM (p, max_int); in l2cu_send_peer_ble_par_req()
|
/external/chromium/base/ |
D | process_util_unittest.cc | 386 rlim_t max_int = static_cast<rlim_t>(std::numeric_limits<int32>::max()); in GetMaxFilesOpenInProcess() local 387 if (rlim.rlim_cur > max_int) { in GetMaxFilesOpenInProcess() 388 return max_int; in GetMaxFilesOpenInProcess()
|
/external/bluetooth/bluedroid/stack/include/ |
D | l2c_api.h | 1131 L2C_API extern BOOLEAN L2CA_UpdateBleConnParams (BD_ADDR rem_bdRa, UINT16 min_int, UINT16 max_int, …
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 2969 double max_int = static_cast<double>(kMaxInt); in get_inv_op_vfp_flag() local 2983 : (val >= (max_int + 0.5)) || in get_inv_op_vfp_flag() 2989 : (val >= (max_int + 1.0)) || in get_inv_op_vfp_flag() 2995 : (val >= (max_int + 1.0)) || in get_inv_op_vfp_flag()
|