Home
last modified time | relevance | path

Searched refs:valtype (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/lib/
H A Dopt.c185 i = o->valtype; in opt_init()
189 if (o->valtype == '.') in opt_init()
220 OPENSSL_assert(unknown->valtype == 0 || unknown->valtype == '-'); in opt_init()
888 if (o->valtype == 0 || o->valtype == '-') { in opt_next()
908 switch (o->valtype) { in opt_next()
933 if (o->valtype == 'p' && ival <= 0) { in opt_next()
938 if (o->valtype == 'N' && ival < 0) { in opt_next()
965 o->valtype in opt_next()
[all...]
/third_party/openssl/apps/lib/
H A Dopt.c185 i = o->valtype; in opt_init()
189 if (o->valtype == '.') in opt_init()
220 OPENSSL_assert(unknown->valtype == 0 || unknown->valtype == '-'); in opt_init()
883 if (o->valtype == 0 || o->valtype == '-') { in opt_next()
903 switch (o->valtype) { in opt_next()
928 if (o->valtype == 'p' && ival <= 0) { in opt_next()
933 if (o->valtype == 'N' && ival < 0) { in opt_next()
960 o->valtype in opt_next()
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dcmp.c2219 switch (opt->valtype) { in read_config()
2229 if (opt->valtype == 'p' && num <= 0) { in read_config()
2234 if (opt->valtype == 'N' && num < 0) { in read_config()
2251 opt->valtype, opt->name); in read_config()
2263 if (opt->valtype == '-') { in read_config()
2283 switch (opt->valtype) { in read_config()
H A Dlist.c998 char c = o->valtype; in list_options_for_command()
/third_party/openssl/apps/
H A Dcmp.c2218 switch (opt->valtype) { in read_config()
2228 if (opt->valtype == 'p' && num <= 0) { in read_config()
2233 if (opt->valtype == 'N' && num < 0) { in read_config()
2250 opt->valtype, opt->name); in read_config()
2262 if (opt->valtype == '-') { in read_config()
2282 switch (opt->valtype) { in read_config()
H A Dlist.c998 char c = o->valtype; in list_options_for_command()
/third_party/node/deps/openssl/openssl/apps/include/
H A Dopt.h317 int valtype; member
/third_party/openssl/apps/include/
H A Dopt.h317 int valtype; member
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc552 ValTypeImpl* valtype; in make() local
555 valtype = valtype_i32; in make()
558 valtype = valtype_i64; in make()
561 valtype = valtype_f32; in make()
564 valtype = valtype_f64; in make()
567 valtype = valtype_externref; in make()
570 valtype = valtype_funcref; in make()
576 return own<ValType>(seal<ValType>(valtype)); in make()
2512 WASM_DEFINE_TYPE(valtype, wasm::ValType)
/third_party/node/deps/v8/third_party/wasm-api/
H A Dwasm.h164 WASM_DECLARE_TYPE(valtype)

Completed in 24 milliseconds