HomeSort by relevance Sort by last modified time
    Searched defs:Value (Results 176 - 200 of 2048) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Option.c 167 UINT32 Value;
181 // block size option, valid value is between [8, 65464]
183 Value = (UINT32) AsciiStrDecimalToUintn ((CHAR8 *) Opt->ValueStr);
185 if ((Value < 8) || (Value > 65464)) {
189 ExtInfo->BlkSize = (UINT16) Value;
194 // timeout option, valid value is between [1, 255]
196 Value = (UINT32) AsciiStrDecimalToUintn ((CHAR8 *) Opt->ValueStr);
198 if (Value < 1 || Value > 255) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Unload.c 69 UINT64 Value;
74 Value = 0;
108 Status = ShellConvertStringToUint64(Param1, &Value, TRUE, FALSE);
109 TheHandle = ConvertHandleIndexToHandle((UINTN)Value);
  /external/caliper/caliper/src/main/java/com/google/caliper/model/
Value.java 30 public class Value implements Serializable {
33 static final Value DEFAULT = new Value();
35 public static Value create(double value, String unit) {
36 return new Value(value, checkNotNull(unit));
44 private Value() {
49 private Value(double value, String unit)
    [all...]
  /external/caliper/examples/src/main/java/examples/
DoubleToStringBenchmark2.java 28 enum Value {
36 Value(double d) {
41 @Param Value value; field in class:DoubleToStringBenchmark2
46 Double d = value.d;
51 double d = value.d;
62 Double d = value.d;
67 double d = value.d;
78 Double d = value.d;
83 double d = value.d
    [all...]
  /external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
p2-0x.cpp 4 struct Value {
5 constexpr Value(int n) : n(n) {}
16 void test(Value v) {
20 case Value(2):
27 case Value(2):
36 case Value(2):
  /external/clang/test/CodeGenCXX/
pragma-unroll.cpp 54 void for_define_test(int *List, int Length, int Value) {
59 List[i] = i * Value;
65 void for_template_test(A *List, int Length, A Value) {
70 List[i] = i * Value;
76 void for_template_define_test(A *List, int Length, A Value) {
82 List[i] = i * Value;
90 double Value = 10;
92 for_template_test<double>(List, Length, Value);
93 for_template_define_test<double>(List, Length, Value);
  /external/clang/test/Parser/
pragma-loop.cpp 21 /* expected-error {{invalid value '-1'; must be positive}} */ #pragma clang loop vectorize_width(V)
26 /* expected-error {{invalid value '0'; must be positive}} */ #pragma clang loop vectorize_width(V / 2)
34 /* expected-error {{invalid value '-1'; must be positive}} */ #pragma clang loop interleave_count(I)
39 /* expected-error {{invalid value '0'; must be positive}} */ #pragma clang loop interleave_count(2 % I)
72 const T Value = -1;
73 /* expected-error {{invalid value '-1'; must be positive}} */ #pragma clang loop vectorize_width(Value)
146 /* expected-error {{missing argument; expected an integer value}} */ #pragma clang loop interleave_count()
159 /* expected-error {{invalid value '0'; must be positive}} */ #pragma clang loop vectorize_width(0)
160 /* expected-error {{invalid value '0'; must be positive}} */ #pragma clang loop interleave_count(0
    [all...]
  /external/javaparser/javaparser-symbol-solver-model/src/main/java/com/github/javaparser/symbolsolver/model/resolution/
Value.java 23 * Any type of value.
27 public class Value {
31 public Value(ResolvedType type, String name) {
37 * Create a Value from a ValueDeclaration.
39 public static Value from(ResolvedValueDeclaration decl) {
41 return new Value(type, decl.getName());
46 return "Value{" +
  /external/libunwind/doc/
unw_flush_cache.tex 24 list is not tied to a code-range and its cached value (if any) is
34 \section{Return Value}
37 return a value.
unw_get_accessors.tex 30 \section{Return Value}
unw_get_fpreg.tex 19 The \Func{unw\_get\_fpreg}() routine reads the value of floating-point
21 and stores the value in the variable pointed to by \Var{valp}.
37 \section{Return Value}
40 Otherwise the negative value of one of the error-codes below is
unw_get_proc_info.tex 44 member may contain an undefined value. On all other platforms, it
45 must be set either to the correct global-pointer value of the
61 may return an undefined value in this member. \\
67 may return an undefined value in this member.\\
74 may return an undefined value in this member.\\
84 \section{Return Value}
87 Otherwise the negative value of one of the error-codes below is
unw_get_proc_info_by_ip.tex 50 \section{Return Value}
53 returns 0. Otherwise the negative value of one of the error-codes
unw_get_proc_name.tex 28 stack frame with an instruction-pointer value of 0x40003080 would
29 return a value of 0x80 in the word pointed to by \Var{offp} (assuming
39 the returned name, which ensures that the value (address) of the
43 \section{Return Value}
46 Otherwise the negative value of one of the error-codes below is
unw_get_reg.tex 19 The \Func{unw\_get\_reg}() routine reads the value of register
21 the value in the word pointed to by \Var{valp}.
38 \section{Return Value}
41 Otherwise the negative value of one of the error-codes below is
unw_getcontext.tex 40 \section{Return Value}
43 Otherwise, a value of -1 is returned.
unw_is_fpreg.tex 25 \section{Return Value}
27 The \Func{unw\_is\_fpreg}() routine returns a non-zero value if
28 \Var{reg} is a floating-point register. Otherwise, it returns a value
unw_is_signal_frame.tex 19 The \Func{unw\_is\_signal\_frame}() routine returns a positive value
21 value of 0 otherwise. For the purpose of this discussion, a signal
32 \section{Return Value}
35 positive value if the current frame is a signal frame, or 0 if it is
36 not. Otherwise, a negative value of one of the error-codes below is
unw_regname.tex 25 \section{Return Value}
unw_set_caching_policy.tex 48 \section{Return Value}
51 Otherwise the negative value of one of the error-codes below is
unw_set_fpreg.tex 19 The \Func{unw\_set\_fpreg}() routine sets the value of register
21 value passed in \Var{val}.
37 \section{Return Value}
40 Otherwise the negative value of one of the error-codes below is
unw_set_reg.tex 19 The \Func{unw\_set\_reg}() routine sets the value of register
21 value passed in \Var{val}.
38 \section{Return Value}
41 Otherwise the negative value of one of the error-codes below is
unw_step.tex 22 \section{Return Value}
24 On successful completion, \Func{unw\_step}() returns a positive value
27 negative value of one of the error-codes below is returned.
  /external/llvm/include/llvm/ADT/
Sequence.h 32 ValueT Value;
41 : Value(std::move(Arg.Value)) {}
44 value_sequence_iterator(U &&Value) : Value(std::forward<U>(Value)) {}
47 Value += N;
51 Value -= N;
56 return Value - RHS.Value;
    [all...]
  /external/llvm/include/llvm/MC/
ConstantPools.h 31 : Label(L), Value(Val), Size(Sz), Loc(Loc_) {}
33 const MCExpr *Value;
49 // \param Value is the new entry to put in the constant pool.
52 // \returns a MCExpr that references the newly inserted value
53 const MCExpr *addEntry(const MCExpr *Value, MCContext &Context,
66 // constant pool is a vector of (label, value) pairs. When the ldr
67 // pseudo is parsed we insert a new (label, value) pair into the constant pool
70 // output the (label, value) pairs in each constant pool at the end of the

Completed in 431 milliseconds

1 2 3 4 5 6 78 91011>>