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

  /external/lz4/lib/
lz4hc.c 151 * pattern32 must be a sample of repetitive pattern of length 1, 2 or 4 (but not 3!) */
153 LZ4HC_countPattern(const BYTE* ip, const BYTE* const iEnd, U32 const pattern32)
156 reg_t const pattern = (sizeof(pattern)==8) ? (reg_t)pattern32 + (((reg_t)pattern32) << 32) : pattern32;
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter_unnested.cc 1971 uint32 pattern32 = uint32{pattern16} | (uint32{pattern16} << 16); local
    [all...]

Completed in 188 milliseconds