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

  /hardware/ti/wlan/mac80211/ti-utils/
nvs.c 329 #define BUFFER_INDEX (buf_idx + START_PARAM_INDEX + info_idx)
330 unsigned short buf_idx; local
338 for (buf_idx = 0; buf_idx < NVS_TOTAL_LENGTH;) {
339 tlv_type = buf[buf_idx];
356 *pver += ((buf[buf_idx + START_PARAM_INDEX +
365 tlv_len = (buf[buf_idx + START_LENGTH_INDEX + 1] << 8) +
366 buf[buf_idx + START_LENGTH_INDEX];
384 buf_idx += START_PARAM_INDEX + tlv_len;
  /device/samsung/crespo/include/
sec_utils.h 43 unsigned int buf_idx; member in struct:ADDRS
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 557 Idx buf_idx, end_idx;
560 for (buf_idx = pstr->valid_len; buf_idx < end_idx; ++buf_idx)
562 int ch = pstr->raw_mbs[pstr->raw_mbs_idx + buf_idx];
563 pstr->mbs[buf_idx] = pstr->trans[ch];
566 pstr->valid_len = buf_idx;
567 pstr->valid_raw_len = buf_idx;
556 Idx buf_idx, end_idx; local
    [all...]
  /external/opencv/ml/src/
mltree.cpp 815 node->buf_idx = storage_idx;
961 return (CvPair32s32f*)(buf->data.i + n->buf_idx*buf->cols +
988 return buf->data.i + n->buf_idx*buf->cols + n->offset +
995 int idx = n->buf_idx + 1;
    [all...]
  /external/opencv/ml/include/
ml.h 687 int buf_idx; member in struct:CvDTreeNode
    [all...]

Completed in 117 milliseconds