Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
Dfastsearch.h302 int is_periodic;
315 p->is_periodic = (0 == memcmp(needle, in STRINGLIB()
318 if (p->is_periodic) { in STRINGLIB()
356 if (p->is_periodic) { in STRINGLIB()
/third_party/ffmpeg/libavcodec/
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/
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()
Dbrw_fs.cpp5127 return !(is_periodic(inst->src[i], lbld.dispatch_width()) || in needs_src_copy()
5161 } else if (is_periodic(inst->src[i], lbld.dispatch_width())) { in emit_unzip()