Searched defs:firstnull (Results 1 – 2 of 2) sorted by relevance
267 firstnull(Content) -> firstnull(Content, 0). function269 firstnull(<<>>, _N) -> -1; function270 firstnull(<<0, _Rest/binary>>, N) -> N; function271 firstnull(<<_Ch, Rest/binary>>, N) -> firstnull(Rest, N+1). function
1030 uint8 *firstnull; in ui_clip_handle_data() local