Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dgas_query.c701 static int next_start = 0; in gas_query_new_dialog_token() local
706 gas, dst, (next_start + dialog_token) % 256)) in gas_query_new_dialog_token()
711 dialog_token = (next_start + dialog_token) % 256; in gas_query_new_dialog_token()
712 next_start = (dialog_token + 1) % 256; in gas_query_new_dialog_token()
/external/freetype/src/sfnt/
Dttcmap.c1241 FT_UInt next_end, next_start; in tt_cmap4_char_map_binary() local
1247 next_start = TT_PEEK_USHORT( p ); in tt_cmap4_char_map_binary()
1249 if ( charcode < next_start ) in tt_cmap4_char_map_binary()
1253 start = next_start; in tt_cmap4_char_map_binary()
/external/pdfium/third_party/freetype/src/sfnt/
Dttcmap.c1296 FT_UInt next_end, next_start; in tt_cmap4_char_map_binary() local
1302 next_start = TT_PEEK_USHORT( p ); in tt_cmap4_char_map_binary()
1304 if ( charcode < next_start ) in tt_cmap4_char_map_binary()
1308 start = next_start; in tt_cmap4_char_map_binary()