Home
last modified time | relevance | path

Searched refs:from_val (Results 1 – 6 of 6) sorted by relevance

/external/curl/tests/
Dnegtelnetserver.py170 NegTokens.from_val(byte_int))
202 log.debug("Option: %s", NegOptions.from_val(byte_int))
245 def from_val(cls, val): member in NegBase
/external/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c366 VALUE from_val = DEREF(from, VALUE); in native_slot_deep_copy() local
367 DEREF(to, VALUE) = (from_val != Qnil) ? in native_slot_deep_copy()
368 rb_funcall(from_val, rb_intern("dup"), 0) : Qnil; in native_slot_deep_copy()
372 VALUE from_val = DEREF(from, VALUE); in native_slot_deep_copy() local
373 DEREF(to, VALUE) = (from_val != Qnil) ? in native_slot_deep_copy()
374 Message_deep_copy(from_val) : Qnil; in native_slot_deep_copy()
/external/autotest/frontend/afe/
Dmodel_logic.py572 from_val, to_val = choice_data
574 to_val, from_val = choice_data
575 if from_val == data[field_name]:
/external/llvm-project/polly/lib/CodeGen/
DIslAst.cpp361 isl::ast_expr::from_val(isl::val::int_from_ui(Build.get_ctx(), 1)); in buildCondition()
363 isl::ast_expr::from_val(isl::val::int_from_ui(Build.get_ctx(), 0)); in buildCondition()
DPPCGCodeGeneration.cpp1138 isl::ast_expr Result = isl::ast_expr::from_val(isl::val(Min.get_ctx(), 0)); in getArrayOffset()
/external/llvm-project/polly/lib/External/isl/include/isl/
Disl-noexceptions.h442 static inline ast_expr from_val(val v);
3749 static inline val_list from_val(val el);
4732 ast_expr ast_expr::from_val(val v) in from_val() function
19512 val_list val_list::from_val(val el) in from_val() function