/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | debugfs_gt.h | 31 bool (*eval)(void *data); member
|
/third_party/ffmpeg/tests/fate/ |
H A D | als.mak | 8 $(foreach N,$(ALS_SUITE),$(eval $(call FATE_ALS_SUITE,$(N))))
|
/third_party/jerryscript/tests/jerry/ |
H A D | arithmetics-2.js | 48 eval ('++ ++ a');
|
H A D | function-expr-named.js | 37 eval("var expr = 8");
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | binary-literal.js | 18 eval(str);
|
H A D | object-initializer.js | 47 eval(str);
|
H A D | function-scope.js | 54 eval("function a() { return 9 }")
|
H A D | let7.js | 74 eval();
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/ |
H A D | jstest_stubs.js | 10 print((typeof _a == "function" ? _a() : eval(_a)));
|
/third_party/node/test/parallel/ |
H A D | test-worker-arraybuffer-zerofill.js | 18 `, { eval: true });
|
/third_party/node/benchmark/es/ |
H A D | eval.js | 28 eval(source);
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_ct.c | 732 .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 D | nft_queue.c | 191 .eval = nft_queue_eval, 201 .eval = nft_queue_sreg_eval,
|
H A D | nft_fwd_netdev.c | 218 .eval = nft_fwd_neigh_eval, 228 .eval = nft_fwd_netdev_eval,
|
H A D | nft_numgen.c | 195 .eval = nft_ng_inc_eval, 205 .eval = nft_ng_random_eval,
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
H A D | Pp.cpp | 417 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 D | vbo_exec_api.c | 38 #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 D | nft_numgen.c | 152 .eval = nft_ng_inc_eval, 160 .eval = nft_ng_random_eval,
|
H A D | nft_queue.c | 164 .eval = nft_queue_eval, 172 .eval = nft_queue_sreg_eval,
|
H A D | nft_quota.c | 170 .eval = nft_quota_obj_eval, 212 .eval = nft_quota_eval,
|
H A D | nft_fwd_netdev.c | 213 .eval = nft_fwd_neigh_eval, 222 .eval = nft_fwd_netdev_eval,
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | nft_fib_ipv4.c | 154 .eval = nft_fib4_eval_type, 163 .eval = nft_fib4_eval,
|
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/ |
H A D | seccomp_benchmark.c | 101 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 D | nft_meta_bridge.c | 102 .eval = nft_meta_bridge_get_eval, 191 .eval = nft_meta_bridge_set_eval,
|
/kernel/linux/linux-6.6/net/ipv4/netfilter/ |
H A D | nft_fib_ipv4.c | 158 .eval = nft_fib4_eval_type, 168 .eval = nft_fib4_eval,
|