HomeSort by relevance Sort by last modified time
    Searched refs:_ctx (Results 1 - 19 of 19) sorted by null

  /external/libchrome/sandbox/linux/bpf_dsl/
seccomp_macros.h 32 #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_EBX
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
fastssim.c 44 static void fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) {
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->level[l].w = lw
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
BindingExpressionParser.java 128 BindingSyntaxContext _localctx = new BindingSyntaxContext(_ctx, getState());
183 DefaultsContext _localctx = new DefaultsContext(_ctx, getState());
238 ConstantValueContext _localctx = new ConstantValueContext(_ctx, getState());
674 ParserRuleContext _parentctx = _ctx;
676 ExpressionContext _localctx = new ExpressionContext(_ctx, _parentState);
686 switch ( getInterpreter().adaptivePredict(_input,2,_ctx) ) {
690 _ctx = _localctx;
707 _ctx = _localctx;
725 _ctx = _localctx;
743 _ctx = _localctx
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
XMLParser.java 78 DocumentContext _localctx = new DocumentContext(_ctx, getState());
162 PrologContext _localctx = new PrologContext(_ctx, getState());
248 ContentContext _localctx = new ContentContext(_ctx, getState());
265 _alt = getInterpreter().adaptivePredict(_input,7,_ctx);
314 _alt = getInterpreter().adaptivePredict(_input,7,_ctx);
365 ElementContext _localctx = new ElementContext(_ctx, getState());
370 switch ( getInterpreter().adaptivePredict(_input,10,_ctx) ) {
456 ReferenceContext _localctx = new ReferenceContext(_ctx, getState());
507 AttributeContext _localctx = new AttributeContext(_ctx, getState());
552 ChardataContext _localctx = new ChardataContext(_ctx, getState())
    [all...]
  /external/elfutils/tests/
md5-sha1-test.c 66 struct ALGO##_ctx ctx; \
  /external/mesa3d/src/glsl/
glsl_parser_extras.h 60 _mesa_glsl_parse_state(struct gl_context *_ctx, GLenum target,
glsl_parser_extras.cpp 40 _mesa_glsl_parse_state::_mesa_glsl_parse_state(struct gl_context *_ctx,
42 : ctx(_ctx)
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 67 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/
output_writers.py 354 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)
    [all...]
  /external/boringssl/src/crypto/sha/asm/
sha512-x86_64.pl 159 $_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
    [all...]
  /external/clang/test/Analysis/
malloc.c 1107 static int releasePtr(void *_ctx) {
1108 free(_ctx);
1128 static int readNothing(void *_ctx, char *buf, int size) {
    [all...]
  /system/keymaster/
ocb.c 642 #define getL(_ctx, _tz) ((_ctx)->L[_tz])
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c     [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /prebuilts/tools/common/offline-m2/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /development/tools/checkstyle/
checkstyle.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 

Completed in 507 milliseconds