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

  /external/pdfium/third_party/libopenjpeg20/
mqc.h 62 OPJ_UINT32 mps; member in struct:opj_mqc_state
63 /** next state if the next encoded symbol is the MPS */
  /system/bt/stack/l2cap/
l2c_ble.cc 591 uint16_t lcid = 0, rcid = 0, mtu = 0, mps = 0, initial_credit = 0; local
666 STREAM_TO_UINT16(mps, p);
672 "mps = %d, "
674 mtu, mps, initial_credit);
710 if (mtu < L2CAP_LE_MIN_MTU || mps < L2CAP_LE_MIN_MPS ||
711 mps > L2CAP_LE_MAX_MPS) {
722 p_ccb->peer_conn_cfg.mps = mps;
725 p_ccb->tx_mps = mps;
748 STREAM_TO_UINT16(p_ccb->peer_conn_cfg.mps, p)
    [all...]
l2c_utils.cc 611 UINT16_TO_STREAM(p, p_cfg->fcr.mps);
707 UINT16_TO_STREAM(p, p_cfg->fcr.mps);
2824 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 150 uint16_t mps; member in struct:__anon2434
179 uint16_t mps; member in struct:__anon2436
    [all...]
  /prebuilts/tools/common/m2/repository/org/checkerframework/checker-compat-qual/2.0.0/
checker-compat-qual-2.0.0.jar 
  /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...]
  /prebuilts/tools/common/m2/repository/org/checkerframework/checker-qual/2.0.0/
checker-qual-2.0.0.jar 
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 285 milliseconds