Home
last modified time | relevance | path

Searched refs:orig_s (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
Dblowfish.c39 static const uint32_t orig_s[4][256] = { variable
315 memcpy(ctx->s, orig_s, sizeof(orig_s)); in av_blowfish_init()
/third_party/python/Objects/
Dunicodeobject.c5353 const char *orig_s = s; in _Py_DecodeUTF8Ex() local
5442 *wlen = s - orig_s; in _Py_DecodeUTF8Ex()