Home
last modified time | relevance | path

Searched refs:VARS (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/util/
H A Ddofile.pl45 open VARS, $opts{s} or die "Couldn't open $opts{s}, $!";
46 my $contents = <VARS>;
47 close VARS;
/third_party/openssl/util/
H A Ddofile.pl45 open VARS, $opts{s} or die "Couldn't open $opts{s}, $!";
46 my $contents = <VARS>;
47 close VARS;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddrivers.mak1 ##### CLEAR VARS
213 ##### COMMON VARS
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddrivers.mak1 ##### CLEAR VARS
211 ##### COMMON VARS
/third_party/ffmpeg/libavutil/
H A Deval.c56 #define VARS 10 macro
194 case e_ld: return e->value * p->var[av_clip(eval_expr(p, e->param[0]), 0, VARS-1)]; in eval_expr()
233 int idx= av_clip(eval_expr(p, e->param[0]), 0, VARS-1); in eval_expr()
248 int id = e->param[2] ? av_clip(eval_expr(p, e->param[2]), 0, VARS-1) : 0; in eval_expr()
323 case e_st : return e->value * (p->var[av_clip(d, 0, VARS-1)]= d2); in eval_expr()
727 e->var= av_mallocz(sizeof(double) *VARS); in av_expr_parse()
/third_party/python/PCbuild/
H A Dbuild.bat132 rem %VARS% are evaluated eagerly, which would lose the ERRORLEVEL
/third_party/rust/crates/bindgen/bindgen-cli/
H A Doptions.rs26 "vars" => config.insert(CodegenConfig::VARS), in parse_codegen_config()
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs144 const VARS = 1 << 2; consts
167 self.contains(CodegenConfig::VARS) in vars()

Completed in 8 milliseconds