Home
last modified time | relevance | path

Searched refs:eval (Results 226 - 250 of 570) sorted by relevance

12345678910>>...23

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Ddebugfs_gt.h31 bool (*eval)(void *data); member
/third_party/ffmpeg/tests/fate/
H A Dals.mak8 $(foreach N,$(ALS_SUITE),$(eval $(call FATE_ALS_SUITE,$(N))))
/third_party/jerryscript/tests/jerry/
H A Darithmetics-2.js48 eval ('++ ++ a');
H A Dfunction-expr-named.js37 eval("var expr = 8");
/third_party/jerryscript/tests/jerry/es2015/
H A Dbinary-literal.js18 eval(str);
H A Dobject-initializer.js47 eval(str);
H A Dfunction-scope.js54 eval("function a() { return 9 }")
H A Dlet7.js74 eval();
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/
H A Djstest_stubs.js10 print((typeof _a == "function" ? _a() : eval(_a)));
/third_party/node/test/parallel/
H A Dtest-worker-arraybuffer-zerofill.js18 `, { eval: true });
/third_party/node/benchmark/es/
H A Deval.js28 eval(source);
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_ct.c732 .eval = nft_ct_get_eval,
761 .eval = nft_ct_get_fast_eval,
772 .eval = nft_ct_set_eval,
783 .eval = nft_ct_set_zone_eval,
856 .eval = nft_notrack_eval,
1036 .eval = nft_ct_timeout_obj_eval,
1218 .eval = nft_ct_helper_obj_eval,
1370 .eval = nft_ct_expect_obj_eval,
H A Dnft_queue.c191 .eval = nft_queue_eval,
201 .eval = nft_queue_sreg_eval,
H A Dnft_fwd_netdev.c218 .eval = nft_fwd_neigh_eval,
228 .eval = nft_fwd_netdev_eval,
H A Dnft_numgen.c195 .eval = nft_ng_inc_eval,
205 .eval = nft_ng_random_eval,
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp417 int TPpContext::eval(int token, int precedence, bool shortCircuit, int& res, bool& err, TPpToken* ppToken) in eval() function in glslang::TPpContext
460 return eval(token, precedence, shortCircuit, res, err, ppToken); in eval()
467 token = eval(token, MIN_PRECEDENCE, shortCircuit, res, err, ppToken); in eval()
486 token = eval(token, UNARY, shortCircuit, res, err, ppToken); in eval()
521 token = eval(token, binop[op].precedence, shortCircuit, res, err, ppToken); in eval()
579 token = eval(token, MIN_PRECEDENCE, false, res, err, ppToken); in CPPif()
727 token = eval(token, MIN_PRECEDENCE, false, lineRes, lineErr, ppToken); in CPPline()
749 token = eval(token, MIN_PRECEDENCE, false, fileRes, fileErr, ppToken); in CPPline()
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c38 #include "main/eval.h"
717 if (exec->eval.recalculate_maps) in _mesa_EvalCoord1f()
721 if (exec->eval.map1[i].map) in _mesa_EvalCoord1f()
722 if (exec->vtx.attr[i].active_size != exec->eval.map1[i].sz) in _mesa_EvalCoord1f()
723 vbo_exec_fixup_vertex(ctx, i, exec->eval.map1[i].sz, GL_FLOAT); in _mesa_EvalCoord1f()
745 if (exec->eval.recalculate_maps) in _mesa_EvalCoord2f()
749 if (exec->eval.map2[i].map) in _mesa_EvalCoord2f()
750 if (exec->vtx.attr[i].active_size != exec->eval.map2[i].sz) in _mesa_EvalCoord2f()
751 vbo_exec_fixup_vertex(ctx, i, exec->eval.map2[i].sz, GL_FLOAT); in _mesa_EvalCoord2f()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_numgen.c152 .eval = nft_ng_inc_eval,
160 .eval = nft_ng_random_eval,
H A Dnft_queue.c164 .eval = nft_queue_eval,
172 .eval = nft_queue_sreg_eval,
H A Dnft_quota.c170 .eval = nft_quota_obj_eval,
212 .eval = nft_quota_eval,
H A Dnft_fwd_netdev.c213 .eval = nft_fwd_neigh_eval,
222 .eval = nft_fwd_netdev_eval,
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c154 .eval = nft_fib4_eval_type,
163 .eval = nft_fib4_eval,
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c101 unsigned long long one, bool (*eval)(int, int), unsigned long long two) in compare()
116 good = eval(one, two); in compare()
100 compare(const char *name_one, const char *name_eval, const char *name_two, unsigned long long one, bool (*eval)(int, int), unsigned long long two) compare() argument
/kernel/linux/linux-6.6/net/bridge/netfilter/
H A Dnft_meta_bridge.c102 .eval = nft_meta_bridge_get_eval,
191 .eval = nft_meta_bridge_set_eval,
/kernel/linux/linux-6.6/net/ipv4/netfilter/
H A Dnft_fib_ipv4.c158 .eval = nft_fib4_eval_type,
168 .eval = nft_fib4_eval,

Completed in 14 milliseconds

12345678910>>...23