Searched refs:_ctx (Results 1 - 11 of 11) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
H A Dseccomp_macros.h32 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.gregs[(_reg)])
33 #define SECCOMP_RESULT(_ctx) SECCOMP_REG(_ctx, REG_EAX)
34 #define SECCOMP_SYSCALL(_ctx) SECCOMP_REG(_ctx, REG_EAX)
35 #define SECCOMP_IP(_ctx) SECCOMP_REG(_ctx, REG_EIP)
36 #define SECCOMP_PARM1(_ctx) SECCOMP_REG(_ctx, REG_EB
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dfastssim.c44 static void fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) { argument
53 + 2 * (lw + 8) * 8 * sizeof(*_ctx->col_buf);
58 level_size = 2 * im_size * sizeof(*_ctx->level[l].im1);
59 level_size += sizeof(*_ctx->level[l].ssim) - 1;
60 level_size /= sizeof(*_ctx->level[l].ssim);
62 level_size *= sizeof(*_ctx->level[l].ssim);
68 _ctx->level = (fs_level *) data;
69 _ctx->nlevels = _nlevels;
70 data += _nlevels * sizeof(*_ctx->level);
76 _ctx
94 fs_ctx_clear(fs_ctx *_ctx) argument
98 fs_downsample_level(fs_ctx *_ctx, int _l) argument
135 fs_downsample_level0(fs_ctx *_ctx, const unsigned char *_src1, int _s1ystride, const unsigned char *_src2, int _s2ystride, int _w, int _h) argument
168 fs_apply_luminance(fs_ctx *_ctx, int _l) argument
297 fs_calc_structure(fs_ctx *_ctx, int _l) argument
407 fs_average(fs_ctx *_ctx, int _l) argument
[all...]
/external/elfutils/tests/
H A Dmd5-sha1-test.c66 struct ALGO##_ctx ctx; \
/external/mesa3d/src/glsl/
H A Dglsl_parser_extras.h60 _mesa_glsl_parse_state(struct gl_context *_ctx, GLenum target,
H A Dglsl_parser_extras.cpp40 _mesa_glsl_parse_state::_mesa_glsl_parse_state(struct gl_context *_ctx, argument
42 : ctx(_ctx)
/external/compiler-rt/lib/asan/
H A Dasan_interceptors.cc67 AsanInterceptorContext *_ctx = (AsanInterceptorContext *)ctx; \
69 if (_ctx) { \
70 suppressed = IsInterceptorSuppressed(_ctx->interceptor_name); \
141 AsanInterceptorContext _ctx = {#func}; \
142 ctx = (void *)&_ctx; \
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
H A Doutput_writers.py354 self._ctx = ctx
394 if self._ctx:
396 COUNTER_IO_WRITE_BYTES, len(str_buf))(self._ctx)
399 int((time.time() - start_time) * 1000))(self._ctx)
/external/boringssl/src/crypto/sha/asm/
H A Dsha512-x86_64.pl159 $_ctx="16*$SZ+0*8(%rsp)";
298 mov $ctx,$_ctx # save ctx, 1st arg
342 mov $_ctx,$ctx
758 mov $ctx,$_ctx # save ctx, 1st arg
1034 mov $_ctx,$ctx
1102 mov $ctx,$_ctx # save ctx, 1st arg
1406 mov $_ctx,$ctx
1478 mov $ctx,$_ctx # save ctx, 1st arg
1714 mov $_ctx,$ctx
1830 mov $ctx,$_ctx # sav
[all...]
/external/clang/test/Analysis/
H A Dmalloc.c1107 static int releasePtr(void *_ctx) { argument
1108 free(_ctx);
1128 static int readNothing(void *_ctx, char *buf, int size) { argument
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc2322 TsanInterceptorContext _ctx = {thr, caller_pc, pc}; \
2323 ctx = (void *)&_ctx; \
2328 TsanInterceptorContext _ctx = {thr, caller_pc, pc}; \
2329 ctx = (void *)&_ctx; \
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c2742 static int osu_cert_cb(void *_ctx, struct http_cert *cert) argument
2744 struct hs20_osu_client *ctx = _ctx;

Completed in 434 milliseconds