HomeSort by: relevance | last modified time | path
    Searched refs:eng (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
nouveau_nvkm_engine_fifo_channv50.c 93 nvkm_kmap(chan->eng);
94 nvkm_wo32(chan->eng, offset + 0x00, 0x00000000);
95 nvkm_wo32(chan->eng, offset + 0x04, 0x00000000);
96 nvkm_wo32(chan->eng, offset + 0x08, 0x00000000);
97 nvkm_wo32(chan->eng, offset + 0x0c, 0x00000000);
98 nvkm_wo32(chan->eng, offset + 0x10, 0x00000000);
99 nvkm_wo32(chan->eng, offset + 0x14, 0x00000000);
100 nvkm_done(chan->eng);
121 nvkm_kmap(chan->eng);
122 nvkm_wo32(chan->eng, offset + 0x00, 0x00190000)
    [all...]
nouveau_nvkm_engine_fifo_chang84.c 125 nvkm_kmap(chan->eng);
126 nvkm_wo32(chan->eng, offset + 0x00, 0x00000000);
127 nvkm_wo32(chan->eng, offset + 0x04, 0x00000000);
128 nvkm_wo32(chan->eng, offset + 0x08, 0x00000000);
129 nvkm_wo32(chan->eng, offset + 0x0c, 0x00000000);
130 nvkm_wo32(chan->eng, offset + 0x10, 0x00000000);
131 nvkm_wo32(chan->eng, offset + 0x14, 0x00000000);
132 nvkm_done(chan->eng);
152 nvkm_kmap(chan->eng);
153 nvkm_wo32(chan->eng, offset + 0x00, 0x00190000)
    [all...]
channv50.h 16 struct nvkm_gpuobj *eng; member in struct:nv50_fifo_chan
  /src/crypto/external/apache2/openssl/dist/ssl/
tls_depr.c 33 ENGINE *eng; local
39 eng = ENGINE_get_cipher_engine(nid);
40 if (eng != NULL) {
41 ret = ENGINE_get_cipher(eng, nid);
42 ENGINE_finish(eng);
52 ENGINE *eng; local
58 eng = ENGINE_get_digest_engine(nid);
59 if (eng != NULL) {
60 ret = ENGINE_get_digest(eng, nid);
61 ENGINE_finish(eng);
    [all...]
  /src/crypto/external/bsd/openssl/dist/ssl/
tls_depr.c 32 ENGINE *eng; local
38 eng = ENGINE_get_cipher_engine(nid);
39 if (eng != NULL) {
40 ret = ENGINE_get_cipher(eng, nid);
41 ENGINE_finish(eng);
51 ENGINE *eng; local
57 eng = ENGINE_get_digest_engine(nid);
58 if (eng != NULL) {
59 ret = ENGINE_get_digest(eng, nid);
60 ENGINE_finish(eng);
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/lib/
engine.c 169 ENGINE *eng; local
171 eng = ENGINE_get_digest_engine(OBJ_sn2nid(name));
172 if (eng != NULL) {
173 ENGINE_finish(eng);
183 ENGINE *eng; local
185 eng = ENGINE_get_cipher_engine(OBJ_sn2nid(name));
186 if (eng != NULL) {
187 ENGINE_finish(eng);
  /src/crypto/external/bsd/openssl/dist/apps/lib/
engine.c 170 ENGINE *eng; local
172 eng = ENGINE_get_digest_engine(OBJ_sn2nid(name));
173 if (eng != NULL) {
174 ENGINE_finish(eng);
184 ENGINE *eng; local
186 eng = ENGINE_get_cipher_engine(OBJ_sn2nid(name));
187 if (eng != NULL) {
188 ENGINE_finish(eng);
  /src/crypto/external/bsd/openssl.old/dist/apps/
genrsa.c 58 ENGINE *eng = NULL; local
97 eng = setup_engine(opt_arg(), 0);
144 rsa = eng ? RSA_new_method(eng) : RSA_new();
174 release_engine(eng);
  /src/external/gpl3/gdb.old/dist/sim/frv/
local.mk 81 BUILT_SOURCES += %D%/eng.h
90 %D%/mloop.c %D%/eng.h: %D%/stamp-mloop ; @true
95 $(AM_V_at)$(SHELL) $(srcroot)/move-if-change %D%/eng.hin %D%/eng.h
99 CLEANFILES += %D%/eng.h
  /src/external/gpl3/gdb.old/dist/sim/iq2000/
local.mk 60 BUILT_SOURCES += %D%/eng.h
69 %D%/mloop.c %D%/eng.h: %D%/stamp-mloop ; @true
74 $(AM_V_at)$(SHELL) $(srcroot)/move-if-change %D%/eng.hin %D%/eng.h
78 CLEANFILES += %D%/eng.h
  /src/external/gpl3/gdb.old/dist/sim/lm32/
local.mk 65 BUILT_SOURCES += %D%/eng.h
74 %D%/mloop.c %D%/eng.h: %D%/stamp-mloop ; @true
79 $(AM_V_at)$(SHELL) $(srcroot)/move-if-change %D%/eng.hin %D%/eng.h
83 CLEANFILES += %D%/eng.h
  /src/external/gpl3/gdb.old/dist/sim/or1k/
local.mk 67 BUILT_SOURCES += %D%/eng.h
76 %D%/mloop.c %D%/eng.h: %D%/stamp-mloop ; @true
81 $(AM_V_at)$(SHELL) $(srcroot)/move-if-change %D%/eng.hin %D%/eng.h
85 CLEANFILES += %D%/eng.h
  /src/external/gpl3/gdb/dist/sim/frv/
local.mk 81 BUILT_SOURCES += %D%/eng.h
90 %D%/mloop.c %D%/eng.h: %D%/stamp-mloop ; @true
95 $(AM_V_at)$(SHELL) $(srcroot)/move-if-change %D%/eng.hin %D%/eng.h
99 CLEANFILES += %D%/eng.h
  /src/external/gpl3/gdb/dist/sim/iq2000/
local.mk 60 BUILT_SOURCES += %D%/eng.h
69 %D%/mloop.c %D%/eng.h: %D%/stamp-mloop ; @true
74 $(AM_V_at)$(SHELL) $(srcroot)/move-if-change %D%/eng.hin %D%/eng.h
78 CLEANFILES += %D%/eng.h
  /src/external/gpl3/gdb/dist/sim/lm32/
local.mk 65 BUILT_SOURCES += %D%/eng.h
74 %D%/mloop.c %D%/eng.h: %D%/stamp-mloop ; @true
79 $(AM_V_at)$(SHELL) $(srcroot)/move-if-change %D%/eng.hin %D%/eng.h
83 CLEANFILES += %D%/eng.h
  /src/external/gpl3/gdb/dist/sim/or1k/
local.mk 67 BUILT_SOURCES += %D%/eng.h
76 %D%/mloop.c %D%/eng.h: %D%/stamp-mloop ; @true
81 $(AM_V_at)$(SHELL) $(srcroot)/move-if-change %D%/eng.hin %D%/eng.h
85 CLEANFILES += %D%/eng.h
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_thread_assist.c 25 QUIC_ENGINE *eng = ossl_quic_channel_get0_engine(qta->ch); local
42 deadline = ossl_quic_engine_make_real_time(eng, deadline);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_gk104.c 48 struct gk104_clk_info eng[16]; member in struct:gk104_clk
295 struct gk104_clk_info *info = &clk->eng[idx];
364 struct gk104_clk_info *info = &clk->eng[idx];
393 struct gk104_clk_info *info = &clk->eng[idx];
418 struct gk104_clk_info *info = &clk->eng[idx];
429 struct gk104_clk_info *info = &clk->eng[idx];
444 struct gk104_clk_info *info = &clk->eng[idx];
471 for (j = 0; j < ARRAY_SIZE(clk->eng); j++) {
474 if (!clk->eng[j].freq)
487 memset(clk->eng, 0x00, sizeof(clk->eng))
    [all...]
nouveau_nvkm_subdev_clk_gf100.c 48 struct gf100_clk_info eng[16]; member in struct:gf100_clk
281 struct gf100_clk_info *info = &clk->eng[idx];
351 struct gf100_clk_info *info = &clk->eng[idx];
373 struct gf100_clk_info *info = &clk->eng[idx];
400 struct gf100_clk_info *info = &clk->eng[idx];
415 struct gf100_clk_info *info = &clk->eng[idx];
436 for (j = 0; j < ARRAY_SIZE(clk->eng); j++) {
437 if (!clk->eng[j].freq)
450 memset(clk->eng, 0x00, sizeof(clk->eng));
    [all...]
nouveau_nvkm_subdev_clk_gt215.c 41 struct gt215_clk_info eng[nv_clk_src_max]; member in struct:gt215_clk
283 &clk->eng[dom]);
294 struct gt215_clk_info *info = &clk->eng[nv_clk_src_host];
370 struct gt215_clk_info *info = &clk->eng[dom];
414 struct gt215_clk_info *info = &clk->eng[dom];
422 struct gt215_clk_info *info = &clk->eng[nv_clk_src_host];
450 struct gt215_clk_info *info = &clk->eng[dom];
467 struct gt215_clk_info *core = &clk->eng[nv_clk_src_core];
482 &clk->eng[nv_clk_src_core_intm]);
494 struct gt215_clk_info *core = &clk->eng[nv_clk_src_core]
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
genrsa.c 87 ENGINE *eng = NULL; local
128 eng = setup_engine(opt_arg(), 0);
190 if (!init_gen_str(&ctx, "RSA", eng, 0, app_get0_libctx(),
253 release_engine(eng);
  /src/crypto/external/bsd/openssl/dist/apps/
genrsa.c 80 ENGINE *eng = NULL; local
120 eng = setup_engine(opt_arg(), 0);
182 if (!init_gen_str(&ctx, "RSA", eng, 0, app_get0_libctx(),
244 release_engine(eng);
  /src/external/gpl3/gdb.old/dist/sim/m32r/
local.mk 78 %D%/eng.h \
93 %D%/mloop.c %D%/eng.h: %D%/stamp-mloop ; @true
98 $(AM_V_at)$(SHELL) $(srcroot)/move-if-change %D%/eng.hin %D%/eng.h
122 CLEANFILES += %D%/eng.h %D%/engx.h %D%/eng2.h
  /src/external/gpl3/gdb/dist/sim/m32r/
local.mk 78 %D%/eng.h \
93 %D%/mloop.c %D%/eng.h: %D%/stamp-mloop ; @true
98 $(AM_V_at)$(SHELL) $(srcroot)/move-if-change %D%/eng.hin %D%/eng.h
122 CLEANFILES += %D%/eng.h %D%/engx.h %D%/eng2.h
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 114 const NodeBuilderContext &BldrCtx = checkCtx.Eng.getBuilderContext();
158 ExprEngine &Eng;
162 const Stmt *s, ExprEngine &eng, bool wasInlined = false)
163 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng),
176 CheckerContext C(Bldr, Eng, Pred, L, WasInlined);
188 ExprEngine &Eng,
191 S, Eng, WasInlined);
204 ExprEngine &Eng;
208 const ObjCMethodCall &msg, ExprEngine &eng,
    [all...]

Completed in 27 milliseconds

1 2 3 4