HomeSort by relevance Sort by last modified time
    Searched refs:CTX (Results 1 - 25 of 69) sorted by null

1 2 3

  /hardware/intel/common/libva/va/egl/
va_egl.c 34 * EGLContext ctx,
61 #define CTX(dpy) (((VADisplayContextP)dpy)->pDriverContext)
70 VADriverContextP ctx; local
73 ctx = CTX(dpy);
75 va_egl = (struct VADriverVTableEGL *)ctx->vtable_egl;
77 return va_egl->vaGetEGLClientBufferFromSurface(ctx, surface, buffer);
  /external/llvm/lib/Target/Lanai/
LanaiMCInstLower.h 29 MCContext &Ctx;
34 LanaiMCInstLower(MCContext &CTX, Mangler &Mang, AsmPrinter &AP)
35 : Ctx(CTX), Printer(AP) {}
  /hardware/intel/common/libva/va/
va_tpi.c 39 #define CTX(dpy) (((VADisplayContextP)dpy)->pDriverContext)
56 VADriverContextP ctx; local
59 ctx = CTX(dpy);
63 tpi = (struct VADriverVTableTPI *)ctx->vtable_tpi;
65 return tpi->vaCreateSurfacesWithAttribute( ctx, width, height, format, num_surfaces, surfaces, attribute_tpi);
89 VADriverContextP ctx; local
92 ctx = CTX(dpy);
94 tpi = ( struct VADriverVTableTPI *)ctx->vtable_tpi
108 VADriverContextP ctx; local
    [all...]
va.c 43 #define CTX(dpy) (((VADisplayContextP)dpy)->pDriverContext)
47 #define CHECK_VTABLE(s, ctx, func) if (!va_checkVtable(ctx->vtable->va##func, #func)) s = VA_STATUS_ERROR_UNKNOWN;
48 #define CHECK_MAXIMUM(s, ctx, var) if (!va_checkMaximum(ctx->max_##var, #var)) s = VA_STATUS_ERROR_UNKNOWN;
49 #define CHECK_STRING(s, ctx, var) if (!va_checkString(ctx->str_##var, #var)) s = VA_STATUS_ERROR_UNKNOWN;
199 VADriverContextP ctx = CTX(dpy); local
272 struct VADriverVTable *vtable = ctx->vtable
366 VADriverContextP ctx; local
584 VADriverContextP ctx; local
599 VADriverContextP ctx; local
612 VADriverContextP ctx; local
628 VADriverContextP ctx; local
648 VADriverContextP ctx; local
664 VADriverContextP ctx; local
815 VADriverContextP ctx; local
847 VADriverContextP ctx; local
878 VADriverContextP ctx; local
903 VADriverContextP ctx; local
923 VADriverContextP ctx; local
940 VADriverContextP ctx; local
962 VADriverContextP ctx; local
978 VADriverContextP ctx; local
998 VADriverContextP ctx; local
1012 VADriverContextP ctx; local
1033 VADriverContextP ctx; local
1049 VADriverContextP ctx; local
1070 VADriverContextP ctx; local
1087 VADriverContextP ctx; local
1108 VADriverContextP ctx; local
1126 VADriverContextP ctx; local
1145 VADriverContextP ctx; local
1173 VADriverContextP ctx; local
1196 VADriverContextP ctx; local
1211 VADriverContextP ctx; local
1224 VADriverContextP ctx; local
1245 VADriverContextP ctx; local
1270 VADriverContextP ctx; local
1314 VADriverContextP ctx; local
1347 VADriverContextP ctx; local
1364 VADriverContextP ctx; local
1379 VADriverContextP ctx; local
1392 VADriverContextP ctx; local
1412 VADriverContextP ctx; local
1431 VADriverContextP ctx; local
1465 VADriverContextP ctx; local
1482 VADriverContextP ctx; local
1519 VADriverContextP ctx; local
1544 VADriverContextP ctx; local
1568 VADriverContextP ctx; local
1592 VADriverContextP ctx; local
1604 VADriverContextP ctx; local
1633 VADriverContextP ctx; local
1654 VADriverContextP ctx; local
1675 VADriverContextP ctx; local
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugAranges.cpp 38 void DWARFDebugAranges::generate(DWARFContext *CTX) {
40 if (!CTX)
44 DataExtractor ArangesData(CTX->getARangeSection(), CTX->isLittleEndian(), 0);
50 for (const auto &CU : CTX->compile_units()) {
  /external/tensorflow/tensorflow/core/kernels/
conditional_accumulator_base.h 59 virtual void TryApplyGrad(int64 local_step, OpKernelContext* ctx) = 0;
60 void TryTakeGrad(int num_required, OpKernelContext* ctx,
83 virtual void DivideAccumGradByCounter(OpKernelContext* ctx)
85 virtual bool SetOutput(OpKernelContext* ctx) = 0;
155 bool TakeGradLockedHelper(OpKernelContext* ctx, DoneCallback callback)
164 #define OP_REQUIRES_BOOLEAN(CTX, EXP, STATUS) \
167 (CTX)->CtxFailure(__FILE__, __LINE__, (STATUS)); \
172 #define OP_REQUIRES_OK_BOOLEAN(CTX, STATUS) \
176 (CTX)->CtxFailureWithWarning(__FILE__, __LINE__, _s); \
  /external/owasp/sanitizer/src/main/org/owasp/html/
PolicyFactory.java 86 public <CTX> HtmlSanitizer.Policy apply(
87 HtmlStreamEventReceiver out, @Nullable HtmlChangeListener<CTX> listener,
88 @Nullable CTX context) {
92 HtmlChangeReporter<CTX> r = new HtmlChangeReporter<CTX>(
116 public <CTX> String sanitize(
118 @Nullable HtmlChangeListener<CTX> listener, @Nullable CTX context) {
  /external/compiler-rt/lib/asan/scripts/
asan_device_setup 406 CTX=u:object_r:system_file:s0
408 CTX=u:object_r:zygote_exec:s0
416 install "$TMPDIR/app_process32" /system/bin 755 $CTX
417 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX
418 install "$TMPDIR/app_process64" /system/bin 755 $CTX
419 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX
424 install "$TMPDIR/app_process32" /system/bin 755 $CTX
425 install "$TMPDIR/app_process.wrap" /system/bin 755 $CTX
426 install "$TMPDIR/asanwrapper" /system/bin 755 $CTX
433 adb_shell chcon $CTX /system/bin/sh-from-zygot
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/bin/
asan_device_setup 397 CTX=u:object_r:system_file:s0
399 CTX=u:object_r:zygote_exec:s0
407 install "$TMPDIR/app_process32" /system/bin 755 $CTX
408 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX
409 install "$TMPDIR/app_process64" /system/bin 755 $CTX
410 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX
415 install "$TMPDIR/app_process32" /system/bin 755 $CTX
416 install "$TMPDIR/app_process.wrap" /system/bin 755 $CTX
417 install "$TMPDIR/asanwrapper" /system/bin 755 $CTX
424 adb_shell chcon $CTX /system/bin/sh-from-zygot
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
asan_device_setup 397 CTX=u:object_r:system_file:s0
399 CTX=u:object_r:zygote_exec:s0
407 install "$TMPDIR/app_process32" /system/bin 755 $CTX
408 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX
409 install "$TMPDIR/app_process64" /system/bin 755 $CTX
410 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX
415 install "$TMPDIR/app_process32" /system/bin 755 $CTX
416 install "$TMPDIR/app_process.wrap" /system/bin 755 $CTX
417 install "$TMPDIR/asanwrapper" /system/bin 755 $CTX
424 adb_shell chcon $CTX /system/bin/sh-from-zygot
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/bin/
asan_device_setup 401 CTX=u:object_r:system_file:s0
403 CTX=u:object_r:zygote_exec:s0
411 install "$TMPDIR/app_process32" /system/bin 755 $CTX
412 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX
413 install "$TMPDIR/app_process64" /system/bin 755 $CTX
414 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX
422 install "$TMPDIR/app_process32" /system/bin 755 $CTX
423 install "$TMPDIR/app_process.wrap" /system/bin 755 $CTX
424 install "$TMPDIR/asanwrapper" /system/bin 755 $CTX
433 adb_shell chcon $CTX /system/bin/sh-from-zygot
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/bin/
asan_device_setup 397 CTX=u:object_r:system_file:s0
399 CTX=u:object_r:zygote_exec:s0
407 install "$TMPDIR/app_process32" /system/bin 755 $CTX
408 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX
409 install "$TMPDIR/app_process64" /system/bin 755 $CTX
410 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX
415 install "$TMPDIR/app_process32" /system/bin 755 $CTX
416 install "$TMPDIR/app_process.wrap" /system/bin 755 $CTX
417 install "$TMPDIR/asanwrapper" /system/bin 755 $CTX
424 adb_shell chcon $CTX /system/bin/sh-from-zygot
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/bin/
asan_device_setup 397 CTX=u:object_r:system_file:s0
399 CTX=u:object_r:zygote_exec:s0
407 install "$TMPDIR/app_process32" /system/bin 755 $CTX
408 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX
409 install "$TMPDIR/app_process64" /system/bin 755 $CTX
410 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX
415 install "$TMPDIR/app_process32" /system/bin 755 $CTX
416 install "$TMPDIR/app_process.wrap" /system/bin 755 $CTX
417 install "$TMPDIR/asanwrapper" /system/bin 755 $CTX
424 adb_shell chcon $CTX /system/bin/sh-from-zygot
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/bin/
asan_device_setup 401 CTX=u:object_r:system_file:s0
403 CTX=u:object_r:zygote_exec:s0
411 install "$TMPDIR/app_process32" /system/bin 755 $CTX
412 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX
413 install "$TMPDIR/app_process64" /system/bin 755 $CTX
414 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX
422 install "$TMPDIR/app_process32" /system/bin 755 $CTX
423 install "$TMPDIR/app_process.wrap" /system/bin 755 $CTX
424 install "$TMPDIR/asanwrapper" /system/bin 755 $CTX
433 adb_shell chcon $CTX /system/bin/sh-from-zygot
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/bin/
asan_device_setup 396 CTX=u:object_r:system_file:s0
398 CTX=u:object_r:zygote_exec:s0
406 install "$TMPDIR/app_process32" /system/bin 755 $CTX
407 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX
408 install "$TMPDIR/app_process64" /system/bin 755 $CTX
409 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX
417 install "$TMPDIR/app_process32" /system/bin 755 $CTX
418 install "$TMPDIR/app_process.wrap" /system/bin 755 $CTX
419 install "$TMPDIR/asanwrapper" /system/bin 755 $CTX
428 adb_shell chcon $CTX /system/bin/sh-from-zygot
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/bin/
asan_device_setup 396 CTX=u:object_r:system_file:s0
398 CTX=u:object_r:zygote_exec:s0
406 install "$TMPDIR/app_process32" /system/bin 755 $CTX
407 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX
408 install "$TMPDIR/app_process64" /system/bin 755 $CTX
409 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX
417 install "$TMPDIR/app_process32" /system/bin 755 $CTX
418 install "$TMPDIR/app_process.wrap" /system/bin 755 $CTX
419 install "$TMPDIR/asanwrapper" /system/bin 755 $CTX
428 adb_shell chcon $CTX /system/bin/sh-from-zygot
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/bin/
asan_device_setup 405 CTX=u:object_r:system_file:s0
407 CTX=u:object_r:zygote_exec:s0
415 install "$TMPDIR/app_process32" /system/bin 755 $CTX
416 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX
417 install "$TMPDIR/app_process64" /system/bin 755 $CTX
418 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX
426 install "$TMPDIR/app_process32" /system/bin 755 $CTX
427 install "$TMPDIR/app_process.wrap" /system/bin 755 $CTX
428 install "$TMPDIR/asanwrapper" /system/bin 755 $CTX
437 adb_shell chcon $CTX /system/bin/sh-from-zygot
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/bin/
asan_device_setup 405 CTX=u:object_r:system_file:s0
407 CTX=u:object_r:zygote_exec:s0
415 install "$TMPDIR/app_process32" /system/bin 755 $CTX
416 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX
417 install "$TMPDIR/app_process64" /system/bin 755 $CTX
418 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX
426 install "$TMPDIR/app_process32" /system/bin 755 $CTX
427 install "$TMPDIR/app_process.wrap" /system/bin 755 $CTX
428 install "$TMPDIR/asanwrapper" /system/bin 755 $CTX
437 adb_shell chcon $CTX /system/bin/sh-from-zygot
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/bin/
asan_device_setup 405 CTX=u:object_r:system_file:s0
407 CTX=u:object_r:zygote_exec:s0
415 install "$TMPDIR/app_process32" /system/bin 755 $CTX
416 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX
417 install "$TMPDIR/app_process64" /system/bin 755 $CTX
418 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX
426 install "$TMPDIR/app_process32" /system/bin 755 $CTX
427 install "$TMPDIR/app_process.wrap" /system/bin 755 $CTX
428 install "$TMPDIR/asanwrapper" /system/bin 755 $CTX
437 adb_shell chcon $CTX /system/bin/sh-from-zygot
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/bin/
asan_device_setup 405 CTX=u:object_r:system_file:s0
407 CTX=u:object_r:zygote_exec:s0
415 install "$TMPDIR/app_process32" /system/bin 755 $CTX
416 install "$TMPDIR/app_process32.real" /system/bin 755 $CTX
417 install "$TMPDIR/app_process64" /system/bin 755 $CTX
418 install "$TMPDIR/app_process64.real" /system/bin 755 $CTX
426 install "$TMPDIR/app_process32" /system/bin 755 $CTX
427 install "$TMPDIR/app_process.wrap" /system/bin 755 $CTX
428 install "$TMPDIR/asanwrapper" /system/bin 755 $CTX
437 adb_shell chcon $CTX /system/bin/sh-from-zygot
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256block_amd64.s 188 #define CTX SI // Beginning of digest in memory (a, b, c, ... , h)
203 #define SRND SI // SRND is same register as CTX
672 MOVQ dig+0(FP), CTX // d.h[8]
683 MOVL 0(CTX), a // a = H0
684 MOVL 4(CTX), b // b = H1
685 MOVL 8(CTX), c // c = H2
686 MOVL 12(CTX), d // d = H3
687 MOVL 16(CTX), e // e = H4
688 MOVL 20(CTX), f // f = H5
689 MOVL 24(CTX), g // g = H
    [all...]
  /prebuilts/go/linux-x86/src/crypto/sha256/
sha256block_amd64.s 188 #define CTX SI // Beginning of digest in memory (a, b, c, ... , h)
203 #define SRND SI // SRND is same register as CTX
672 MOVQ dig+0(FP), CTX // d.h[8]
683 MOVL 0(CTX), a // a = H0
684 MOVL 4(CTX), b // b = H1
685 MOVL 8(CTX), c // c = H2
686 MOVL 12(CTX), d // d = H3
687 MOVL 16(CTX), e // e = H4
688 MOVL 20(CTX), f // f = H5
689 MOVL 24(CTX), g // g = H
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 43 const MCContext &CTX;
47 ARMMCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx, bool IsLittle)
48 : MCII(mcii), CTX(ctx), IsLittleEndian(IsLittle) {
437 MCContext &Ctx) {
438 return new ARMMCCodeEmitter(MCII, Ctx, true);
443 MCContext &Ctx) {
444 return new ARMMCCodeEmitter(MCII, Ctx, false);
527 unsigned RegNo = CTX.getRegisterInfo()->getEncodingValue(Reg);
557 Reg = CTX.getRegisterInfo()->getEncodingValue(MO.getReg())
    [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h 23 void generate(DWARFContext *CTX);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h 24 void generate(DWARFContext *CTX);

Completed in 1517 milliseconds

1 2 3