Home
last modified time | relevance | path

Searched refs:is_periodic (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Objects/stringlib/
H A Dfastsearch.h310 int is_periodic; in STRINGLIB() local
323 p->is_periodic = (0 == memcmp(needle, in _preprocess()
326 if (p->is_periodic) { in _preprocess()
375 if (p->is_periodic) { in _two_way()
/third_party/ffmpeg/libavcodec/
H A Dg729dec.c454 int is_periodic = 0; ///< whether one of the subframes is declared as periodic or not in decode_frame() local
698 &is_periodic, in decode_frame()
734 ctx->was_periodic = is_periodic; in decode_frame()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir_fs.h248 is_periodic(const fs_reg &reg, unsigned n) in is_periodic() function
274 return is_periodic(reg, 1); in is_uniform()
H A Dbrw_fs.cpp5127 return !(is_periodic(inst->src[i], lbld.dispatch_width()) ||
5161 } else if (is_periodic(inst->src[i], lbld.dispatch_width())) {

Completed in 13 milliseconds