HomeSort by relevance Sort by last modified time
    Searched refs:ctxt (Results 476 - 500 of 593) sorted by null

<<11121314151617181920>>

  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 339 static void process_event_cb(void *ctxt,unsigned char id);
641 void notify_flush_done(void *ctxt);
    [all...]
omx_vdec_hevc.h 265 static void process_event_cb(void *ctxt,unsigned char id);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 349 static void process_event_cb(void *ctxt,unsigned char id);
677 void notify_flush_done(void *ctxt);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
asm_mips64x.s 101 // Assert ctxt is zero. See func save.
425 // Assert ctxt is zero. See func save.
475 // cgocallback(void (*fn)(void*), void *frame, uintptr framesize, uintptr ctxt)
485 MOVV ctxt+24(FP), R1
491 // cgocallback_gofunc(FuncVal*, void *frame, uintptr framesize, uintptr ctxt)
565 MOVV ctxt+24(FP), R1
asm_mipsx.s 102 // Assert ctxt is zero. See func save.
426 // Assert ctxt is zero. See func save.
487 MOVW ctxt+12(FP), R1
493 // cgocallback_gofunc(FuncVal*, void *frame, uintptr framesize, uintptr ctxt)
567 MOVW ctxt+12(FP), R1
stack.go 716 adjustpointer(adjinfo, unsafe.Pointer(&gp.sched.ctxt))
950 "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
1000 "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
    [all...]
asm_arm.s 219 // Assert ctxt is zero. See func save.
572 // Assert ctxt is zero. See func save.
627 // cgocallback(void (*fn)(void*), void *frame, uintptr framesize, uintptr ctxt)
637 MOVW ctxt+12(FP), R0
643 // cgocallback_gofunc(void (*fn)(void*), void *frame, uintptr framesize, uintptr ctxt)
717 MOVW ctxt+12(FP), R0
  /prebuilts/go/linux-x86/src/runtime/
asm_mips64x.s 101 // Assert ctxt is zero. See func save.
425 // Assert ctxt is zero. See func save.
475 // cgocallback(void (*fn)(void*), void *frame, uintptr framesize, uintptr ctxt)
485 MOVV ctxt+24(FP), R1
491 // cgocallback_gofunc(FuncVal*, void *frame, uintptr framesize, uintptr ctxt)
565 MOVV ctxt+24(FP), R1
asm_mipsx.s 102 // Assert ctxt is zero. See func save.
426 // Assert ctxt is zero. See func save.
487 MOVW ctxt+12(FP), R1
493 // cgocallback_gofunc(FuncVal*, void *frame, uintptr framesize, uintptr ctxt)
567 MOVW ctxt+12(FP), R1
stack.go 716 adjustpointer(adjinfo, unsafe.Pointer(&gp.sched.ctxt))
950 "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
1000 "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
t1.c 735 OPJ_UINT32 ctxt = opj_t1_getctxno_mag(shift_flags); local
740 fprintf(stderr, " ctxt=%d\n", ctxt);
742 opj_mqc_setcurctx(mqc, ctxt);
777 OPJ_UINT32 ctxt = opj_t1_getctxno_mag(flags >> (ci * 3U)); \
778 opj_t1_setcurctx(curctx, ctxt); \
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
value.go 499 func callReflect(ctxt *makeFuncImpl, frame unsafe.Pointer) {
500 ftyp := ctxt.typ
501 f := ctxt.fn
565 // runtime.getArgInfo expects to be able to find ctxt on the
568 runtime.KeepAlive(ctxt)
647 func callMethod(ctxt *methodValue, frame unsafe.Pointer) {
648 rcvr := ctxt.rcvr
649 rcvrtype, t, fn := methodReceiver("call", rcvr, ctxt.method)
689 runtime.KeepAlive(ctxt)
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
value.go 499 func callReflect(ctxt *makeFuncImpl, frame unsafe.Pointer) {
500 ftyp := ctxt.typ
501 f := ctxt.fn
565 // runtime.getArgInfo expects to be able to find ctxt on the
568 runtime.KeepAlive(ctxt)
647 func callMethod(ctxt *methodValue, frame unsafe.Pointer) {
648 rcvr := ctxt.rcvr
649 rcvrtype, t, fn := methodReceiver("call", rcvr, ctxt.method)
689 runtime.KeepAlive(ctxt)
    [all...]
  /external/libxml2/include/libxml/
xmlerror.h 90 void *ctxt; /* the parser context if available */ member in struct:_xmlError
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 826 static void output(const MyCustomType &value, void* ctxt, llvm::raw_ostream &out) {
829 static StringRef input(StringRef scalar, void* ctxt, MyCustomType &value) {
927 static void output(const MultilineStringType &value, void *ctxt,
931 static StringRef input(StringRef scalar, void *ctxt,
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 266 static void process_event_cb(void *ctxt,unsigned char id);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 268 static void process_event_cb(void *ctxt,unsigned char id);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 206 void process_event_cb(void *ctxt,unsigned char id);
  /hardware/qcom/media/msm8996/videopp/inc/
omx_vdpp.h 409 static void process_event_cb(void *ctxt,unsigned char id);
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 218 void process_event_cb(void *ctxt,unsigned char id);
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
operand_test.go 29 architecture, ctxt := setArch(goarch)
30 return NewParser(ctxt, architecture, nil)
  /prebuilts/go/darwin-x86/src/go/build/
deps_test.go 494 ctxt := Default
495 all, err := listStdPkgs(ctxt.GOROOT)
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
operand_test.go 29 architecture, ctxt := setArch(goarch)
30 return NewParser(ctxt, architecture, nil)
  /prebuilts/go/linux-x86/src/go/build/
deps_test.go 494 ctxt := Default
495 all, err := listStdPkgs(ctxt.GOROOT)
  /external/clang/lib/Sema/
Sema.cpp 74 Sema::Sema(Preprocessor &pp, ASTContext &ctxt, ASTConsumer &consumer,
79 LangOpts(pp.getLangOpts()), PP(pp), Context(ctxt), Consumer(consumer),
    [all...]

Completed in 8135 milliseconds

<<11121314151617181920>>