Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLEB128.h53 uint8_t *orig_p = p; variable
75 return (unsigned)(p - orig_p);
106 uint8_t *orig_p = p; variable
124 return (unsigned)(p - orig_p);
131 const uint8_t *orig_p = p; variable
141 *n = (unsigned)(p - orig_p);
149 *n = (unsigned)(p - orig_p);
156 *n = (unsigned)(p - orig_p);
164 const uint8_t *orig_p = p; variable
175 *n = (unsigned)(p - orig_p);
[all …]
/third_party/ffmpeg/libavutil/
Dblowfish.c30 static const uint32_t orig_p[AV_BF_ROUNDS + 2] = { variable
324 ctx->p[i] = orig_p[i] ^ data; in av_blowfish_init()