HomeSort by relevance Sort by last modified time
    Searched full:tailpos (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
beacon.c 786 u8 *pos, *tailpos; local
810 tailpos = tail = os_malloc(tail_len);
857 tailpos = hostapd_eid_country(hapd, tailpos,
858 tail + BEACON_TAIL_BUF_SIZE - tailpos);
861 tailpos = hostapd_eid_pwr_constraint(hapd, tailpos);
864 tailpos = hostapd_eid_erp_info(hapd, tailpos);
867 tailpos = hostapd_eid_ext_supp_rates(hapd, tailpos)
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
sparse_table.cpp 50 int tailPos = mIndexTableBuffer->getTailPosition();
51 while (tailPos <= posInIndexTable) {
52 if (!mIndexTableBuffer->writeUintAndAdvancePosition(NOT_EXIST, INDEX_SIZE, &tailPos)) {
53 AKLOGE("cannot extend index table. tailPos: %d to: %d", tailPos, posInIndexTable);
61 AKLOGE("cannot update value %d. pos: %d, tailPos: %d, mDataSize: %d", value,
80 AKLOGE("cannot write content table to extend. writingPos: %d, tailPos: %d, "
buffer_with_extendable_buffer.cpp 155 const int tailPos = sourceBuffer->getTailPosition();
157 while (copyingPos < tailPos) {
158 const int remainingSize = tailPos - copyingPos;

Completed in 330 milliseconds