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

/external/markdown/markdown/
H A 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/
H A Dbnx2.c1467 fw.data_index = 0;
1513 fw.data_index = 0;
1559 fw.data_index = 0;
1605 fw.data_index = 0;
H A Dbnx2.h4248 u32 data_index; member in struct:fw_info

Completed in 123 milliseconds