/kernel/linux/linux-5.10/arch/m68k/apollo/ |
H A D | config.c | 46 int __init apollo_parse_bootinfo(const struct bi_record *record) in apollo_parse_bootinfo() argument 49 const void *data = record->data; in apollo_parse_bootinfo() 51 switch (be16_to_cpu(record->tag)) { in apollo_parse_bootinfo()
|
/kernel/linux/linux-6.6/arch/m68k/apollo/ |
H A D | config.c | 47 int __init apollo_parse_bootinfo(const struct bi_record *record) in apollo_parse_bootinfo() argument 50 const void *data = record->data; in apollo_parse_bootinfo() 52 switch (be16_to_cpu(record->tag)) { in apollo_parse_bootinfo()
|
/kernel/linux/linux-6.6/arch/m68k/hp300/ |
H A D | config.c | 74 int __init hp300_parse_bootinfo(const struct bi_record *record) in hp300_parse_bootinfo() argument 77 const void *data = record->data; in hp300_parse_bootinfo() 79 switch (be16_to_cpu(record->tag)) { in hp300_parse_bootinfo()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast_array_index.cpp | 76 deref_record->record->as_dereference_variable(); in update_max_array_access() 79 deref_record->record->as_dereference_array(); in update_max_array_access() 106 deref_record->record->type->fields.structure[field_idx].name; in update_max_array_access()
|
/third_party/node/lib/internal/ |
H A D | histogram.js | 278 record(val) { 282 this[kHandle]?.record(val); 292 this[kHandle]?.record(val);
|
/third_party/node/test/common/ |
H A D | tls.js | 83 const record = buf.slice(offset, 5); 84 const type = record[0]; 85 const length = record.slice(3, 5).readUInt16BE(0);
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkAllocationCallbackUtil.hpp | 201 AllocationCallbackRecord record; member 209 : record(record_) in AllocationCallbackViolation() 231 std::ostream& operator<< (std::ostream& str, const AllocationCallbackRecord& record);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_atombios.c | 433 * even though they are wired up to record 0x93 in radeon_atom_apply_quirks() 656 ATOM_COMMON_RECORD_HEADER *record = (ATOM_COMMON_RECORD_HEADER *) in radeon_get_atom_connector_info_from_object_table() local 662 while (record->ucRecordSize > 0 && in radeon_get_atom_connector_info_from_object_table() 663 record->ucRecordType > 0 && in radeon_get_atom_connector_info_from_object_table() 664 record->ucRecordType <= ATOM_MAX_OBJECT_RECORD_NUMBER) { in radeon_get_atom_connector_info_from_object_table() 665 switch (record->ucRecordType) { in radeon_get_atom_connector_info_from_object_table() 668 record; in radeon_get_atom_connector_info_from_object_table() 672 record = (ATOM_COMMON_RECORD_HEADER *) in radeon_get_atom_connector_info_from_object_table() 673 ((char *)record + record in radeon_get_atom_connector_info_from_object_table() 687 ATOM_COMMON_RECORD_HEADER *record = (ATOM_COMMON_RECORD_HEADER *) radeon_get_atom_connector_info_from_object_table() local 763 *record = radeon_get_atom_connector_info_from_object_table() local 1697 u8 *record; radeon_atombios_get_lvds_info() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_atombios.c | 427 * even though they are wired up to record 0x93 in radeon_atom_apply_quirks() 650 ATOM_COMMON_RECORD_HEADER *record = (ATOM_COMMON_RECORD_HEADER *) in radeon_get_atom_connector_info_from_object_table() local 656 while (record->ucRecordSize > 0 && in radeon_get_atom_connector_info_from_object_table() 657 record->ucRecordType > 0 && in radeon_get_atom_connector_info_from_object_table() 658 record->ucRecordType <= ATOM_MAX_OBJECT_RECORD_NUMBER) { in radeon_get_atom_connector_info_from_object_table() 659 switch (record->ucRecordType) { in radeon_get_atom_connector_info_from_object_table() 662 record; in radeon_get_atom_connector_info_from_object_table() 666 record = (ATOM_COMMON_RECORD_HEADER *) in radeon_get_atom_connector_info_from_object_table() 667 ((char *)record + record in radeon_get_atom_connector_info_from_object_table() 681 ATOM_COMMON_RECORD_HEADER *record = (ATOM_COMMON_RECORD_HEADER *) radeon_get_atom_connector_info_from_object_table() local 757 *record = radeon_get_atom_connector_info_from_object_table() local 1689 u8 *record; radeon_atombios_get_lvds_info() local [all...] |
/third_party/mbedtls/tests/src/test_helpers/ |
H A D | ssl_helpers.c | 1613 int mbedtls_test_ssl_prepare_record_mac(mbedtls_record *record, in mbedtls_test_ssl_prepare_record_mac() argument 1620 /* Serialized version of record header for MAC purposes */ in mbedtls_test_ssl_prepare_record_mac() 1622 memcpy(add_data, record->ctr, 8); in mbedtls_test_ssl_prepare_record_mac() 1623 add_data[8] = record->type; in mbedtls_test_ssl_prepare_record_mac() 1624 add_data[9] = record->ver[0]; in mbedtls_test_ssl_prepare_record_mac() 1625 add_data[10] = record->ver[1]; in mbedtls_test_ssl_prepare_record_mac() 1626 add_data[11] = (record->data_len >> 8) & 0xff; in mbedtls_test_ssl_prepare_record_mac() 1627 add_data[12] = (record->data_len >> 0) & 0xff; in mbedtls_test_ssl_prepare_record_mac() 1637 record->buf + record in mbedtls_test_ssl_prepare_record_mac() [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_iptc.cpp | 257 uint8 record = stream.Get_uint8 (); in Parse() local 263 if (record == 1) in Parse() 303 else if (record == 2) in Parse() 343 uint8 record = stream.Get_uint8 (); in Parse() local 349 if (record == 2) in Parse()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/ |
H A D | wps-nfc.py | 175 summary("WPS carrier type match - add WPS carrier record") 178 summary("Could not get handover select carrier record from wpa_supplicant") 180 print("Handover select carrier record from wpa_supplicant:") 183 if "OK" in wpas_report_handover(carrier.record, self.sent_carrier, "RESP"): 208 summary("Could not get handover request carrier record from wpa_supplicant") 210 print("Handover request carrier record from wpa_supplicant: " + data.encode("hex")) 273 if "OK" in wpas_report_handover(data, carrier.record, "INIT"): 278 #wifi = nfc.ndef.WifiConfigRecord(carrier.record) 298 for record in tag.ndef.message: 299 print("record typ [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/ |
H A D | wps-nfc.py | 175 summary("WPS carrier type match - add WPS carrier record") 178 summary("Could not get handover select carrier record from wpa_supplicant") 180 print("Handover select carrier record from wpa_supplicant:") 183 if "OK" in wpas_report_handover(carrier.record, self.sent_carrier, "RESP"): 208 summary("Could not get handover request carrier record from wpa_supplicant") 210 print("Handover request carrier record from wpa_supplicant: " + data.encode("hex")) 273 if "OK" in wpas_report_handover(data, carrier.record, "INIT"): 278 #wifi = nfc.ndef.WifiConfigRecord(carrier.record) 298 for record in tag.ndef.message: 299 print("record typ [all...] |
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | event-parse.c | 417 * We are searching for a record in between, not an exact 464 * Add a special record at the end. in func_map_init() 5747 char *format, struct tep_record *record) in data_latency_format() 5760 void *data = record->data; in data_latency_format() 5832 * @rec: the record to read from 5842 * tep_data_pid - parse the PID from record 5844 * @rec: the record to parse 5846 * This returns the PID from a record. 5854 * tep_data_preempt_count - parse the preempt count from the record 5856 * @rec: the record t 5746 data_latency_format(struct tep_handle *tep, struct trace_seq *s, char *format, struct tep_record *record) data_latency_format() argument 5990 print_event_info(struct trace_seq *s, char *format, bool raw, struct tep_event *event, struct tep_record *record) print_event_info() argument 6019 tep_find_event_by_record(struct tep_handle *tep, struct tep_record *record) tep_find_event_by_record() argument 6040 print_event_time(struct tep_handle *tep, struct trace_seq *s, char *format, struct tep_event *event, struct tep_record *record) print_event_time() argument 6079 print_string(struct tep_handle *tep, struct trace_seq *s, struct tep_record *record, struct tep_event *event, const char *arg, struct print_event_type *type) print_string() argument 6104 print_int(struct tep_handle *tep, struct trace_seq *s, struct tep_record *record, struct tep_event *event, int arg, struct print_event_type *type) print_int() argument 6178 tep_print_event(struct tep_handle *tep, struct trace_seq *s, struct tep_record *record, const char *fmt, ...) tep_print_event() argument 6927 get_field_val(struct trace_seq *s, struct tep_format_field *field, const char *name, struct tep_record *record, unsigned long long *val, int err) get_field_val() argument 6960 tep_get_field_raw(struct trace_seq *s, struct tep_event *event, const char *name, struct tep_record *record, int *len, int err) tep_get_field_raw() argument 7007 tep_get_field_val(struct trace_seq *s, struct tep_event *event, const char *name, struct tep_record *record, unsigned long long *val, int err) tep_get_field_val() argument 7032 tep_get_common_field_val(struct trace_seq *s, struct tep_event *event, const char *name, struct tep_record *record, unsigned long long *val, int err) tep_get_common_field_val() argument 7057 tep_get_any_field_val(struct trace_seq *s, struct tep_event *event, const char *name, struct tep_record *record, unsigned long long *val, int err) tep_get_any_field_val() argument 7083 tep_print_num_field(struct trace_seq *s, const char *fmt, struct tep_event *event, const char *name, struct tep_record *record, int err) tep_print_num_field() argument 7116 tep_print_func_field(struct trace_seq *s, const char *fmt, struct tep_event *event, const char *name, struct tep_record *record, int err) tep_print_func_field() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout-common.hh | 321 operator () (T&& record) in operator ()() 324 bool ret = record.subset (subset_layout_context, base); in operator ()() 336 * Helper to subset a RecordList/record array. Subsets each Record in the array and 337 * discards the record if the subset operation returns false. 359 bool operator () (T&& record) in operator ()() 361 if (!serialize_context->copy (record, base)) return false; in operator ()() 810 | hb_filter ([=] (const Record<LangSys>& record) {return l->visitLangSys (); }) in subset() 2143 RangeRecord *record = c->copy (range_rec); in serialize() local 2144 if (unlikely (!record)) return_trace (false); in serialize() 2154 if (unlikely (!record)) brea in serialize() 3152 const FeatureTableSubstitutionRecord &record = substitutions.arrayZ[i]; find_substitute() local 3279 const FeatureVariationRecord &record = varRecords.arrayZ[i]; find_index() local 3293 const FeatureVariationRecord &record = varRecords[variations_index]; find_substitute() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | pldmfw.h | 39 /* Bitmap of components applicable to this record */ 133 bool pldmfw_op_pci_match_record(struct pldmfw *context, struct pldmfw_record *record); 138 * @match_record: check if the device matches the given record. For 142 * record to firmware. 155 bool (*match_record)(struct pldmfw *context, struct pldmfw_record *record);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pldmfw.h | 39 /* Bitmap of components applicable to this record */ 133 bool pldmfw_op_pci_match_record(struct pldmfw *context, struct pldmfw_record *record); 138 * @match_record: check if the device matches the given record. For 142 * record to firmware. 155 bool (*match_record)(struct pldmfw *context, struct pldmfw_record *record);
|
/third_party/gn/src/gn/ |
H A D | builder_record_map_unittest.cc | 33 BuilderRecord* record = ret.second; in TEST() local 36 EXPECT_EQ(record, ret.second); in TEST()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.h | 84 RECORD_PAGE_HEADER record; member 94 LOG_RECORD record; /* variable length, keep at the end */ member
|
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/ |
H A D | ServerKeyExchange.pm | 69 my $record = ${$self->records}[0]; 72 || $record->version() == TLSProxy::Record::VERS_TLS_1_2) {
|
/third_party/rust/crates/log/tests/ |
H A D | filters.rs | 29 fn log(&self, record: &Record) { in log() 30 *self.0.last_log.lock().unwrap() = Some(record.level()); in log()
|
/third_party/rust/crates/log/test_max_level_features/ |
H A D | main.rs | 25 fn log(&self, record: &Record) { in log() 26 *self.0.last_log.lock().unwrap() = Some(record.level()); in log()
|
/third_party/skia/src/core/ |
H A D | SkRecord.h | 38 // R operator()(const T& record) { ... } 47 // R operator()(T* record) { ... } 92 // Rearrange and resize this record to eliminate any NoOps. 115 void operator()(T* record) { record->~T(); } in operator ()() 134 // Point this record to its data in fAlloc. Returns ptr for convenience. 146 // Visit this record with functor F (see public API above). 157 // Mutate this record with functor F (see public API above).
|
/third_party/openssl/util/perl/TLSProxy/ |
H A D | ServerKeyExchange.pm | 69 my $record = ${$self->records}[0]; 72 || $record->version() == TLSProxy::Record::VERS_TLS_1_2) {
|
/third_party/skia/tools/skqp/ |
H A D | download_model.py | 62 for record in records: 63 pool.apply_async(download, record, callback=lambda x: sys.stderr.write('.'))
|