Home
last modified time | relevance | path

Searched refs:data_index (Results 1 – 3 of 3) sorted by relevance

/external/markdown/markdown/
Dpreprocessors.py129 right_tag, data_index = self._get_right_tag(left_tag, block)
134 right_tag, data_index = self._get_right_tag(left_tag, block)
137 if data_index < len(block) \
139 text.insert(0, block[data_index:])
140 block = block[:data_index]
174 right_tag, data_index = self._get_right_tag(left_tag, block)
/external/syslinux/gpxe/src/drivers/net/
Dbnx2.c1467 fw.data_index = 0; in bnx2_init_cpus()
1513 fw.data_index = 0; in bnx2_init_cpus()
1559 fw.data_index = 0; in bnx2_init_cpus()
1605 fw.data_index = 0; in bnx2_init_cpus()
Dbnx2.h4248 u32 data_index; member