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

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

Completed in 131 milliseconds