Home
last modified time | relevance | path

Searched refs:field (Results 1026 - 1050 of 1878) sorted by relevance

1...<<41424344454647484950>>...76

/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpuprops.c475 void *field = ((u8 *)props) + gpu_property_mapping[i].offset; in kbase_gpuprops_populate_user_buffer() local
499 WRITE_U8(*((u8 *)field)); in kbase_gpuprops_populate_user_buffer()
502 WRITE_U16(*((u16 *)field)); in kbase_gpuprops_populate_user_buffer()
505 WRITE_U32(*((u32 *)field)); in kbase_gpuprops_populate_user_buffer()
508 WRITE_U64(*((u64 *)field)); in kbase_gpuprops_populate_user_buffer()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpuprops.c466 void *field = ((u8 *)props) + gpu_property_mapping[i].offset; in kbase_gpuprops_populate_user_buffer() local
492 WRITE_U8(*((u8 *)field)); in kbase_gpuprops_populate_user_buffer()
495 WRITE_U16(*((u16 *)field)); in kbase_gpuprops_populate_user_buffer()
498 WRITE_U32(*((u32 *)field)); in kbase_gpuprops_populate_user_buffer()
501 WRITE_U64(*((u64 *)field)); in kbase_gpuprops_populate_user_buffer()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gpuprops.c565 void *field = ((u8 *)props) + gpu_property_mapping[i].offset; in kbase_gpuprops_populate_user_buffer() local
589 WRITE_U8(*((u8 *)field)); in kbase_gpuprops_populate_user_buffer()
592 WRITE_U16(*((u16 *)field)); in kbase_gpuprops_populate_user_buffer()
595 WRITE_U32(*((u32 *)field)); in kbase_gpuprops_populate_user_buffer()
598 WRITE_U64(*((u64 *)field)); in kbase_gpuprops_populate_user_buffer()
/third_party/ffmpeg/libavfilter/
H A Dvf_w3fdif.c37 int mode; ///< 0 is frame, 1 is field
38 int parity; ///< frame field parity
42 int field; ///< which field are we on, 0 or 1 member
63 CONST("field", "send one frame for each field", 1, "mode"),
64 { "parity", "specify the assumed picture field parity", OFFSET(parity), AV_OPT_TYPE_INT, {.i64=-1}, -1, 1, FLAGS, "parity" },
65 CONST("tff", "assume top field first", 0, "parity"),
66 CONST("bff", "assume bottom field first", 1, "parity"),
383 const int tff = s->field in deinterlace_plane_slice()
[all...]
H A Dvf_nlmeans.c413 #define CHECK_ODD_FIELD(field, name) do { \
414 if (!(s->field & 1)) { \
415 s->field |= 1; \
417 "setting it to %d\n", s->field); \
/third_party/curl/src/
H A Dtool_formparse.c420 errorf(config->global, "Out of memory for field headers"); in read_field_headers()
509 warnf(config->global, "Illegally formatted content-type field"); in get_param_part()
587 errorf(config->global, "Out of memory for field header"); in get_param_part()
623 warnf(config->global, "skip unknown form field: %s", unknown); in get_param_part()
667 * If the value is of the form '<filename', field data is read from the
677 * You may specify more than one file for a single name (field). Specify
708 #define SET_TOOL_MIME_PTR(m, field) \
710 if(field) { \
711 (m)->field = strdup(field); \
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcrelativedateformattest.c44 int32_t field; member
501 if (expectedAttr.field == -1) { in TestNumericField()
503 log_err("ureldatefmt_formatForFields as \"%s\"; expect no field, but got %d\n", in TestNumericField()
511 log_err("ureldatefmt_formatForFields as \"%s\"; expect field %d range %d-%d, get range %d-%d\n", in TestNumericField()
513 expectedAttr.field, expectedAttr.beginPos, expectedAttr.endPos, in TestNumericField()
556 if (expectedAttr.field == -1) { in TestNumericField()
558 log_err("ureldatefmt_formatForFields as \"%s\"; expect no field, but got %d rang %d-%d\n", in TestNumericField()
565 log_err("ureldatefmt_formatForFields as \"%s\"; expect field %d range %d-%d, get field %d range %d-%d\n", in TestNumericField()
567 expectedAttr.field, expectedAtt in TestNumericField()
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-relative-time-format.cc444 int32_t field = cfpos.getField(); in FormatToJSArray() local
448 if (field == UNUM_GROUPING_SEPARATOR_FIELD) { in FormatToJSArray()
457 if (field == UNUM_INTEGER_FIELD) { in FormatToJSArray()
462 NumberFormatSpan(field, start, start_limit.first), unit, in FormatToJSArray()
477 NumberFormatSpan(field, start, limit), unit, is_nan); in FormatToJSArray()
H A Djs-temporal-objects.h20 #define DECLARE_TEMPORAL_INLINE_GETTER_SETTER(field) \
21 inline void set_##field(int32_t field); \
22 inline int32_t field() const;
/third_party/protobuf/php/tests/
H A DPhpImplementationTest.php335 $field = $desc->getField()[0]; variable
336 $this->assertSame("a", $field->getName());
337 $this->assertSame(1, $field->getNumber());
338 $this->assertSame(GPBLabel::OPTIONAL, $field->getLabel());
339 $this->assertSame(GPBType::INT32, $field->getType());
/third_party/rust/crates/syn/codegen/src/
H A Dparse.rs106 .map(|field| introspect_type(&field.ty, lookup)) in introspect_enum()
121 .map(|field| { in introspect_struct()
123 field.ident.as_ref().unwrap().to_string(), in introspect_struct()
124 introspect_type(&field.ty, lookup), in introspect_struct()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFlushFinishTests.cpp460 std::vector<Vec2> getPointsFromSamples (const std::vector<FlushFinishCase::Sample>& samples, const deUint64 FlushFinishCase::Sample::*field)
465 points[ndx] = Vec2(float(samples[ndx].numDrawCalls), float(samples[ndx].*field));
471 T getMaximumValue (const std::vector<FlushFinishCase::Sample>& samples, const T FlushFinishCase::Sample::*field)
475 T maxVal = samples[0].*field;
478 maxVal = de::max(maxVal, samples[ndx].*field);
/third_party/libdrm/
H A DAndroid.common.mk14 -Wno-missing-field-initializers \
/test/xts/acts/security/cryptoFramework/js_api_test_oh40/entry/src/ohosTest/js/test/
H A DAsyGetKeySpecBySpec.test.js147 expect(p == eccKeyPairSpec.params.field.p).assertTrue();
184 fieldType == eccKeyPairSpec.params.field.fieldType
300 expect(p == eccKeyPairSpec.params.field.p).assertTrue();
333 fieldType == eccKeyPairSpec.params.field.fieldType
/third_party/elfio/c_wrapper/
H A Delfio_c_wrapper.cpp398 char* field, in elfio_modinfo_get_attribute()
406 strncpy( field, field_str.c_str(), (size_t)field_len - 1 ); in elfio_modinfo_get_attribute()
425 elfio_modinfo_add_attribute( pmodinfo_t pmodinfo, char* field, char* value ) in elfio_modinfo_add_attribute() argument
427 return pmodinfo->add_attribute( field, value ); in elfio_modinfo_add_attribute()
396 elfio_modinfo_get_attribute( pmodinfo_t pmodinfo, Elf_Word no, char* field, int field_len, char* value, int value_len ) elfio_modinfo_get_attribute() argument
/third_party/elfio/examples/c_wrapper/
H A Delfio_c_wrapper.cpp399 char* field, in elfio_modinfo_get_attribute()
407 strncpy( field, field_str.c_str(), (size_t)field_len - 1 ); in elfio_modinfo_get_attribute()
426 elfio_modinfo_add_attribute( pmodinfo_t pmodinfo, char* field, char* value ) in elfio_modinfo_add_attribute() argument
428 return pmodinfo->add_attribute( field, value ); in elfio_modinfo_add_attribute()
397 elfio_modinfo_get_attribute( pmodinfo_t pmodinfo, Elf_Word no, char* field, int field_len, char* value, int value_len ) elfio_modinfo_get_attribute() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DLongNameHandler.java265 NumberFormat.Field field) { in simpleFormatsToModifiers()
274 modifiers.put(plural, new SimpleModifier(compiled, field, false, parameters)); in simpleFormatsToModifiers()
281 NumberFormat.Field field) { in multiSimpleFormatsToModifiers()
293 modifiers.put(plural, new SimpleModifier(compoundCompiled, field, false, parameters)); in multiSimpleFormatsToModifiers()
263 simpleFormatsToModifiers( String[] simpleFormats, NumberFormat.Field field) simpleFormatsToModifiers() argument
278 multiSimpleFormatsToModifiers( String[] leadFormats, String trailFormat, NumberFormat.Field field) multiSimpleFormatsToModifiers() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DICUDurationTest.java40 * The ICU DurationFormat just extracts the field values,
113 public Number getField(Field field) { in getField() argument
114 return fields.get(field); in getField()
128 public boolean isSet(Field field) { in isSet() argument
129 return fields.containsKey(field); in isSet()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
H A DICUDurationTest.java43 * The ICU DurationFormat just extracts the field values,
116 public Number getField(Field field) { in getField() argument
117 return fields.get(field); in getField()
131 public boolean isSet(Field field) { in isSet() argument
132 return fields.containsKey(field); in isSet()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_patternmodifier.cpp26 void MutablePatternModifier::setPatternInfo(const AffixPatternProvider* patternInfo, Field field) { in setPatternInfo() argument
28 fField = field; in setPatternInfo()
248 bool MutablePatternModifier::containsField(Field field) const { in containsField()
249 (void)field; in containsField()
/third_party/node/deps/v8/src/compiler/
H A Descape-analysis-reducer.cc191 Node* field = in ReduceDeoptState() local
193 CHECK_NOT_NULL(field); in ReduceDeoptState()
194 if (field != jsgraph()->Dead()) { in ReduceDeoptState()
195 inputs.push_back(ReduceDeoptState(field, effect, deduplicator)); in ReduceDeoptState()
/third_party/node/deps/v8/src/base/
H A Dcpu.cc283 // Extract the content of a the first occurrence of a given field in
287 char* ExtractField(const char* field) const {
288 DCHECK_NOT_NULL(field);
290 // Look for first field occurrence, and ensure it starts the line.
291 size_t fieldlen = strlen(field);
294 p = strstr(p, field);
586 // Extract implementor from the "CPU implementer" field. in CPU()
607 // Extract part number from the "CPU part" field. in CPU()
618 // Extract architecture from the "CPU Architecture" field. in CPU()
620 // the 'Processor' field whic in CPU()
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_query.c43 /* offset of a single field of an array of fd5_query_sample: */
44 #define query_sample_idx(aq, idx, field) \
47 offsetof(struct fd5_query_sample, field), \
50 /* offset of a single field of fd5_query_sample: */
51 #define query_sample(aq, field) query_sample_idx(aq, 0, field)
/third_party/rust/crates/io-lifetimes/src/
H A Dtypes.rs810 f.debug_struct("BorrowedFd").field("fd", &self.fd).finish() in fmt()
819 .field("handle", &self.handle) in fmt()
829 .field("socket", &self.socket) in fmt()
838 f.debug_struct("OwnedFd").field("fd", &self.fd).finish() in fmt()
847 .field("handle", &self.handle) in fmt()
857 .field("socket", &self.socket) in fmt()
/third_party/python/Tools/scripts/
H A Dstable_abi.py97 for field in fields:
98 if field.name in {'name', 'value', 'kind'}:
100 value = getattr(item, field.name)
101 if value == field.default:
104 yield f" {field.name} = true"
106 yield f" {field.name} = {value!r}"

Completed in 21 milliseconds

1...<<41424344454647484950>>...76