Searched defs:cur_len (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Lib/ |
D | textwrap.py | 210 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
|
/external/u-boot/drivers/spi/ |
D | sh_spi.c | 140 int i, cur_len, ret = 0; in sh_spi_send() local
|
/external/python/cpython3/Lib/ |
D | textwrap.py | 200 def _handle_long_word(self, reversed_chunks, cur_line, cur_len, width): argument
|
/external/brotli/c/enc/ |
D | hash_to_binary_tree_inc.h | 155 const size_t cur_len = BROTLI_MIN(size_t, best_len_left, best_len_right); in FN() local
|
/external/freetype/src/autofit/ |
D | aflatin2.c | 1967 FT_Pos org_len, org_center, cur_len; in af_latin2_hint_edges() local 2028 FT_Pos org_pos, org_len, org_center, cur_center, cur_len; in af_latin2_hint_edges() local
|
D | aflatin.c | 3105 FT_Pos org_len, org_center, cur_len; in af_latin_hint_edges() local 3172 FT_Pos org_pos, org_len, org_center, cur_len; in af_latin_hint_edges() local
|
D | afcjk.c | 1689 FT_Pos org_len, cur_len, org_center; in af_hint_normal_stem() local
|
/external/freetype/src/pshinter/ |
D | pshalgo.h | 56 FT_Pos cur_len; member
|
/external/u-boot/common/ |
D | image-fit.c | 1590 int cur_len = strlen(cur_fdt_compat) + 1; in fit_conf_find_compat() local
|