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

  /external/pdfium/third_party/libopenjpeg20/
mqc.h 59 OPJ_UINT32 mps; member in struct:opj_mqc_state
60 /** next state if the next encoded symbol is the MPS */
  /system/bt/stack/l2cap/
l2c_ble.cc 570 uint16_t lcid = 0, rcid = 0, mtu = 0, mps = 0, initial_credit = 0; local
652 STREAM_TO_UINT16(mps, p);
658 "mps = %d, "
660 mtu, mps, initial_credit);
696 if (mtu < L2CAP_LE_MIN_MTU || mps < L2CAP_LE_MIN_MPS ||
697 mps > L2CAP_LE_MAX_MPS) {
708 p_ccb->peer_conn_cfg.mps = mps;
711 p_ccb->tx_mps = mps;
734 STREAM_TO_UINT16(p_ccb->peer_conn_cfg.mps, p)
    [all...]
l2c_utils.cc 619 UINT16_TO_STREAM(p, p_cfg->fcr.mps);
715 UINT16_TO_STREAM(p, p_cfg->fcr.mps);
2828 uint16_t mps; local
    [all...]
  /system/bt/bta/hl/
bta_hl_utils.cc 158 uint8_t bta_hl_set_tx_win_size(uint16_t mtu, uint16_t mps) {
161 if (mtu <= mps) {
164 if (mps > 0) {
165 tx_win_size = (mtu / mps) + 1;
167 APPL_TRACE_ERROR("The MPS is zero");
173 APPL_TRACE_DEBUG("bta_hl_set_tx_win_size win_size=%d mtu=%d mps=%d",
174 tx_win_size, mtu, mps);
183 * Description This function sets the MPS
185 * Returns uint16_t MPS
189 uint16_t mps; local
    [all...]
  /system/bt/stack/include/
l2c_api.h 148 uint16_t mps; member in struct:__anon113890
177 uint16_t mps; member in struct:__anon113892
    [all...]
  /external/syslinux/gpxe/src/drivers/infiniband/
MT25218_PRM.h 2269 pseudo_bit_t mps[0x00001]; \/* Ability of this HCA to support multiple page sizes per Memory Region. *\/ member in struct:arbelprm_query_dev_lim_st
    [all...]
MT25408_PRM.h 2171 pseudo_bit_t mps[0x00001]; \/* Ability of this HCA to support multiple page sizes per Memory Region. *\/ member in struct:hermonprm_query_dev_cap_st
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1379 milliseconds