| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
| H A D | schema_object.h | 94 // E_VALUE_MISMATCH_FEILD_COUNT : Value contain more field then schema when in strict mode 182 int ParseCheckFieldInfo(const reflection::Schema &schema, const reflection::Field &field, 184 void CollectRawIndexInfos(const reflection::Field &field, RawIndexInfos &indexCollect) const; 185 int ParseCheckStructDefine(const reflection::Schema &schema, const reflection::Field &field,
|
| /kernel/linux/linux-5.10/drivers/cpufreq/ |
| H A D | sti-cpufreq.c | 109 int hw_info_offset, int field) in sti_cpufreq_fetch_regmap_field() 112 struct reg_field reg_field = reg_fields[field]; in sti_cpufreq_fetch_regmap_field() 122 dev_err(dev, "Failed to allocate reg field\n"); in sti_cpufreq_fetch_regmap_field() 129 field ? "SUBSTRATE" : "PCODE"); in sti_cpufreq_fetch_regmap_field() 108 sti_cpufreq_fetch_regmap_field(const struct reg_field *reg_fields, int hw_info_offset, int field) sti_cpufreq_fetch_regmap_field() argument
|
| /kernel/linux/linux-5.10/usr/ |
| H A D | gen_initramfs.sh | 37 # awk style field access 38 # $1 - field number; rest is argument string 39 field() { function 109 local maj=`field 5 ${dev}` 110 local min=`field 6 ${dev}`
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_cmd_parser.c | 13 #define EXTRACT(val, field) (((val) & field##__MASK) >> field##__SHIFT)
|
| /kernel/linux/linux-5.10/include/linux/mlx5/ |
| H A D | port.h | 137 #define MLX5_GET_ETH_PROTO(reg, out, ext, field) \ 138 (ext ? MLX5_GET(reg, out, ext_##field) : \ 139 MLX5_GET(reg, out, field))
|
| /kernel/linux/linux-5.10/kernel/trace/ |
| H A D | trace_probe_tmpl.h | 222 u8 *data, void *field) in print_probe_args() 232 if (!a->type->print(s, data + a->offset, field)) in print_probe_args() 239 if (!a->type->print(s, p, field)) in print_probe_args() 221 print_probe_args(struct trace_seq *s, struct probe_arg *args, int nr_args, u8 *data, void *field) print_probe_args() argument
|
| /kernel/linux/linux-5.10/drivers/nvmem/ |
| H A D | vf610-ocotp.c | 52 #define BF(value, field) (((value) << field) & field##_MASK)
|
| /kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/ |
| H A D | codec_mpeg12.c | 160 u32 field = V4L2_FIELD_NONE; in codec_mpeg12_threaded_isr() local 183 field = (pic_info & PICINFO_TOP_FIRST) ? in codec_mpeg12_threaded_isr() 190 amvdec_dst_buf_done_idx(sess, buffer_index, offset, field); in codec_mpeg12_threaded_isr()
|
| /kernel/linux/linux-6.6/include/linux/mlx5/ |
| H A D | port.h | 151 #define MLX5_GET_ETH_PROTO(reg, out, ext, field) \ 152 (ext ? MLX5_GET(reg, out, ext_##field) : \ 153 MLX5_GET(reg, out, field))
|
| /kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/ |
| H A D | codec_mpeg12.c | 160 u32 field = V4L2_FIELD_NONE; in codec_mpeg12_threaded_isr() local 183 field = (pic_info & PICINFO_TOP_FIRST) ? in codec_mpeg12_threaded_isr() 190 amvdec_dst_buf_done_idx(sess, buffer_index, offset, field); in codec_mpeg12_threaded_isr()
|
| /kernel/linux/linux-6.6/drivers/cpufreq/ |
| H A D | sti-cpufreq.c | 109 int hw_info_offset, int field) in sti_cpufreq_fetch_regmap_field() 112 struct reg_field reg_field = reg_fields[field]; in sti_cpufreq_fetch_regmap_field() 122 dev_err(dev, "Failed to allocate reg field\n"); in sti_cpufreq_fetch_regmap_field() 129 field ? "SUBSTRATE" : "PCODE"); in sti_cpufreq_fetch_regmap_field() 108 sti_cpufreq_fetch_regmap_field(const struct reg_field *reg_fields, int hw_info_offset, int field) sti_cpufreq_fetch_regmap_field() argument
|
| /kernel/linux/linux-6.6/include/trace/ |
| H A D | trace_custom_events.h | 84 struct trace_custom_event_raw_##call *field; \ 87 field = (typeof(field))iter->ent; \
|
| /kernel/linux/linux-6.6/drivers/nvmem/ |
| H A D | vf610-ocotp.c | 52 #define BF(value, field) (((value) << field) & field##_MASK)
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_cmd_parser.c | 13 #define EXTRACT(val, field) (((val) & field##__MASK) >> field##__SHIFT)
|
| /kernel/linux/linux-6.6/usr/ |
| H A D | gen_initramfs.sh | 38 # awk style field access 39 # $1 - field number; rest is argument string 40 field() { function 110 local maj=`field 5 ${dev}` 111 local min=`field 6 ${dev}`
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | formattedval_iterimpl.cpp | 53 int32_t field = fFields.elementAti(i * 4 + 1); in nextPosition() local 54 if (cfpos.matchesField(category, field)) { in nextPosition() 57 cfpos.setState(category, field, start, limit); in nextPosition() 148 // Higher field category -> lower rank in sort() 151 // Higher field -> higher rank in sort()
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | link_uniforms.cpp | 119 /* Records need to have each field processed individually. in recursion() 122 * individually, then each field of the resulting array elements processed in recursion() 138 const char *field = t->fields.structure[i].name; in recursion() local 144 /* Append '.field' to the current variable name. */ in recursion() 146 ralloc_asprintf_rewrite_tail(name, &new_length, "%s", field); in recursion() 148 ralloc_asprintf_rewrite_tail(name, &new_length, ".%s", field); in recursion() 172 /* Only the first leaf-field of the record gets called with the in recursion() 210 /* Only the first leaf-field of the record gets called with the in recursion()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | formattedval_iterimpl.cpp | 53 int32_t field = fFields.elementAti(i * 4 + 1); in nextPosition() local 54 if (cfpos.matchesField(category, field)) { in nextPosition() 57 cfpos.setState(category, field, start, limit); in nextPosition() 148 // Higher field category -> lower rank in sort() 151 // Higher field -> higher rank in sort()
|
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | ExtensionSet.cs | 182 /// Tries to merge a field from the coded input, returning true if the field was merged.
183 /// If the set is null or the field was not otherwise merged, this returns false.
199 /// Tries to merge a field from the coded input, returning true if the field was merged.
200 /// If the set is null or the field was not otherwise merged, this returns false.
292 foreach (KeyValuePair<int, IExtensionValue> field in ValuesByNumber)
in GetHashCode() 294 // Use ^ here to make the field order irrelevant.
in GetHashCode() 295 int hash = field.Key.GetHashCode() ^ field in GetHashCode() [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
| H A D | UnknownFieldSetTest.cs | 66 UnknownField field = new UnknownField(); in MergeUnknownFieldSet() 67 field.AddFixed32(123); in MergeUnknownFieldSet() 68 unknownFields.AddOrReplaceField(1, field); in MergeUnknownFieldSet()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | formattedval_iterimpl.cpp | 53 int32_t field = fFields.elementAti(i * 4 + 1); in nextPosition() local 54 if (cfpos.matchesField(category, field)) { in nextPosition() 57 cfpos.setState(category, field, start, limit); in nextPosition() 148 // Higher field category -> lower rank in sort() 151 // Higher field -> higher rank in sort()
|
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | type_info.cc | 146 const google::protobuf::Field& field = type->fields(i); in PopulateNameLookupTable() local 147 StringPiece name = field.name(); in PopulateNameLookupTable() 148 StringPiece camel_case_name = field.json_name(); in PopulateNameLookupTable()
|
| /third_party/rust/crates/syn/codegen/src/ |
| H A D | eq.rs | 36 for (i, field) in fields.iter().enumerate() { in expand_impl_body() 37 if always_eq(field) { in expand_impl_body() 44 comparisons.push(match field { in expand_impl_body()
|
| /third_party/vk-gl-cts/framework/egl/ |
| H A D | egluGLUtil.cpp | 241 int glu::RenderConfig::*field; in configMatches() member in eglu::__anon30230::glu::RenderConfig 257 if (renderConfig.*s_attribs[attribNdx].field != glu::RenderConfig::DONT_CARE) in configMatches() 261 if (value != renderConfig.*s_attribs[attribNdx].field) in configMatches()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | reg_helper.h | 60 #define FN(reg_name, field) \ 61 FD(reg_name##__##field) 63 #define REG_SET(reg_name, initial_val, field, val) \ 65 FN(reg_name, field), val) 155 * read given register and fill in field value in output parameter */ 156 #define REG_GET(reg_name, field, val) \ 158 FN(reg_name, field), val) 216 /* macro to poll and wait for a register field to read back given value */ 218 #define REG_WAIT(reg_name, field, val, delay_between_poll_us, max_try) \ 220 REG(reg_name), FN(reg_name, field), va [all...] |