HomeSort by relevance Sort by last modified time
    Searched defs:values (Results 226 - 250 of 6006) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libffi/testsuite/libffi.call/
struct7.c 29 void *values[MAX_ARGS]; local
49 values[0] = &ts7_arg;
62 ffi_call(&cif, FFI_FN(struct7), ts7_result, values);
struct8.c 31 void *values[MAX_ARGS]; local
52 values[0] = &ts8_arg;
67 ffi_call(&cif, FFI_FN(struct8), ts8_result, values);
struct9.c 28 void *values[MAX_ARGS]; local
47 values[0] = &ts9_arg;
58 ffi_call(&cif, FFI_FN(struct9), ts9_result, values);
uninitialized.c 24 void *values[MAX_ARGS]; local
44 values[0] = &ts1_arg;
54 ffi_call(&cif, FFI_FN(struct1), ts1_result, values);
  /external/libmojo/mojo/public/cpp/bindings/
map_data_view.h 26 values_(data ? data->values.Get() : nullptr, context) {}
47 ArrayDataView<V>& values() { return values_; } function in class:mojo::MapDataView
48 const ArrayDataView<V>& values() const { return values_; } function in class:mojo::MapDataView
  /external/lzma/CPP/7zip/UI/Common/
SetProperties.cpp 40 CPropVariant *values = new CPropVariant[properties.Size()]; local
65 values[i] = propVariant;
71 RINOK(setProperties->SetProperties(&names.Front(), values, names.Size()));
75 delete []values;
78 delete []values;
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 5 static const struct value_desc values[] = { variable in typeref:struct:value_desc
    [all...]
  /external/mesa3d/src/compiler/glsl/tests/
uniform_initializer_utils.cpp 56 << ", exepected data values = " << data_size
63 static const int values[] = { variable
77 /* Set the initial data values for the generated constant.
82 const unsigned idx = (i + data_index_base) % ARRAY_SIZE(values);
88 data.i[i] = values[idx];
91 data.f[i] = float(values[idx]);
94 data.b[i] = bool(values[idx]);
97 data.d[i] = double(values[idx]);
176 /* Set the initial data values for the generated constant.
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.c 181 float * values = c->Constants[i].u.Immediate; local
184 i, values[0],values[1], values[2], values[3]);
  /external/parameter-framework/upstream/bindings/c/
ParameterFramework.h 138 const char **values; //< Must not be null. member in struct:__anon30940
207 * (who then impact parameter values according to the configuration) when
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
EnumDescriptor.cs 45 private readonly IList<EnumValueDescriptor> values; field in class:Google.Protobuf.Reflection.EnumDescriptor
57 // We cannot allow enums with no values because this would mean there
62 values = DescriptorUtil.ConvertAndMakeReadOnly(proto.Value,
91 public IList<EnumValueDescriptor> Values
93 get { return values; }
97 /// Finds an enum value by number. If multiple enum values have the
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
TextFormatParseLocation.java 60 String.format("line and column values must be >= 0: line %d, column: %d", line, column));
101 int[] values = {line, column}; local
102 return Arrays.hashCode(values);
  /external/protobuf/python/google/protobuf/pyext/
extension_dict.h 79 PyObject* values; member in struct:google::protobuf::python::ExtensionDict
89 // Gets the number of extension values in this ExtensionDict as a python object.
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
float.c 24 void *values[MAX_ARGS]; local
33 values[0] = &si1;
35 values[1] = &f;
37 values[2] = &d;
39 values[3] = &ld;
52 ffi_call(&cif, FFI_FN(floating), &rint, values);
float1.c 28 void *values[MAX_ARGS]; local
34 values[0] = &f;
46 ffi_call(&cif, FFI_FN(dblit), &result[0].d, values);
float4.c 30 void *values[MAX_ARGS]; local
36 values[0] = &d;
48 ffi_call(&cif, FFI_FN(dblit), &result[0].d, values);
float_va.c 49 void *values[5]; local
71 values[0] = &firstarg;
72 values[1] = &doubles[0];
73 ffi_call(&cif, FFI_FN(float_va_fn), &resfp, values);
97 values[0] = &firstarg;
98 values[1] = &doubles[0];
99 values[2] = &doubles[1];
100 values[3] = &doubles[2];
101 ffi_call(&cif, FFI_FN(float_va_fn), &resfp, values);
promotion.c 21 void *values[MAX_ARGS]; local
33 values[0] = &sc;
34 values[1] = &ss;
35 values[2] = &uc;
36 values[3] = &us;
53 ffi_call(&cif, FFI_FN(promotion), &rint, values);
return_fl2.c 22 void *values[MAX_ARGS]; local
30 values[0] = &fl1;
31 values[1] = &fl2;
32 values[2] = &fl3;
33 values[3] = &fl4;
43 ffi_call(&cif, FFI_FN(return_fl), &rfl, values);
struct1.c 30 void *values[MAX_ARGS]; local
50 values[0] = &ts1_arg;
60 ffi_call(&cif, FFI_FN(struct1), ts1_result, values);
struct2.c 28 void *values[MAX_ARGS]; local
46 values[0] = &ts2_arg;
57 ffi_call(&cif, FFI_FN(struct2), ts2_result, values);
struct3.c 26 void *values[MAX_ARGS]; local
43 values[0] = &ts3_arg;
52 ffi_call(&cif, FFI_FN(struct3), ts3_result, values);
struct4.c 28 void *values[MAX_ARGS]; local
48 values[0] = &ts4_arg;
57 ffi_call (&cif, FFI_FN(struct4), ts4_result, values);
struct5.c 27 void *values[MAX_ARGS]; local
47 values[0] = &ts5_arg1;
48 values[1] = &ts5_arg2;
58 ffi_call (&cif, FFI_FN(struct5), ts5_result, values);
struct6.c 27 void *values[MAX_ARGS]; local
46 values[0] = &ts6_arg;
57 ffi_call(&cif, FFI_FN(struct6), ts6_result, values);

Completed in 907 milliseconds

1 2 3 4 5 6 7 8 91011>>