HomeSort by relevance Sort by last modified time
    Searched refs:PUT_BYTE (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
common.h 337 * @def PUT_UTF8(val, tmp, PUT_BYTE)
344 * output by PUT_BYTE.
345 * @param PUT_BYTE writes the converted UTF-8 bytes to any proper destination.
347 * For example, PUT_BYTE could be "*output++ = tmp;" PUT_BYTE will be
352 #define PUT_UTF8(val, tmp, PUT_BYTE)\
358 PUT_BYTE\
363 PUT_BYTE\
367 PUT_BYTE\
383 * as the input byte. For example, PUT_BYTE could be "*output++ = tmp;
    [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
HashTestUtils.java 99 PUT_BYTE() {

Completed in 2853 milliseconds