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

  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
mqc.h 59 OPJ_UINT32 mps; member in struct:opj_mqc_state
60 /** next state if the next encoded symbol is the MPS */
mqc.c 283 d = (OPJ_INT32)(1 - (*mqc->curctx)->mps);
286 d = (OPJ_INT32)(*mqc->curctx)->mps;
297 d = (OPJ_INT32)(*mqc->curctx)->mps;
301 d = (OPJ_INT32)(1 - (*mqc->curctx)->mps);
401 if ((*mqc->curctx)->mps == d) {
592 d = (OPJ_INT32)(*mqc->curctx)->mps;
  /external/bluetooth/bluedroid/stack/smp/
smp_l2c.c 56 fixed_reg.fixed_chnl_opts.mps = 0;
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_fcr.c     [all...]
l2c_utils.c 653 UINT16_TO_STREAM (p, p_cfg->fcr.mps);
753 UINT16_TO_STREAM (p, p_cfg->fcr.mps);
    [all...]
l2c_main.c 538 STREAM_TO_UINT16 (cfg_info.fcr.mps, p);
640 STREAM_TO_UINT16 (cfg_info.fcr.mps, p);
    [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_utils.c 209 UINT8 bta_hl_set_tx_win_size(UINT16 mtu, UINT16 mps)
213 if (mtu <= mps)
219 if (mps > 0)
221 tx_win_size = (mtu/mps)+1;
225 APPL_TRACE_ERROR("The MPS is zero");
231 APPL_TRACE_DEBUG("bta_hl_set_tx_win_size win_size=%d mtu=%d mps=%d",
232 tx_win_size, mtu, mps);
241 ** Description This function sets the MPS
243 ** Returns UINT16 MPS
248 UINT16 mps; local
    [all...]
bta_hl_int.h 715 extern UINT8 bta_hl_set_tx_win_size(UINT16 mtu, UINT16 mps);
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 196 SDP_TRACE_DEBUG("sdp_connect_ind: mode %u, txwinsz %u, max_trans %u, rtrans_tout %u, mon_tout %u, mps %u",
198 cfg.fcr.rtrans_tout,cfg.fcr.mon_tout, cfg.fcr.mps);
252 SDP_TRACE_DEBUG("sdp_connect_cfm: mode %u, txwinsz %u, max_trans %u, rtrans_tout %u, mon_tout %u, mps %u",
254 cfg.fcr.rtrans_tout,cfg.fcr.mon_tout, cfg.fcr.mps);
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 142 UINT16 mps; member in struct:__anon6185
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 110 fixed_reg.fixed_chnl_opts.mps = 670;
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1923 milliseconds