Home
last modified time | relevance | path

Searched refs:record (Results 1 - 25 of 625) sorted by relevance

12345678910>>...25

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dndef.c36 struct ndef_record *record) in ndef_parse_record()
42 record->type_length = *pos++; in ndef_parse_record()
46 record->payload_length = *pos++; in ndef_parse_record()
55 record->payload_length = len; in ndef_parse_record()
62 record->id_length = *pos++; in ndef_parse_record()
64 record->id_length = 0; in ndef_parse_record()
66 record->type = record->type_length == 0 ? NULL : pos; in ndef_parse_record()
67 pos += record->type_length; in ndef_parse_record()
69 record in ndef_parse_record()
35 ndef_parse_record(const u8 *data, u32 size, struct ndef_record *record) ndef_parse_record() argument
86 struct ndef_record record; ndef_parse_records() local
111 struct wpabuf *record; ndef_build_record() local
155 wifi_filter(struct ndef_record *record) wifi_filter() argument
181 p2p_filter(struct ndef_record *record) p2p_filter() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dndef.c36 struct ndef_record *record) in ndef_parse_record()
42 record->type_length = *pos++; in ndef_parse_record()
46 record->payload_length = *pos++; in ndef_parse_record()
55 record->payload_length = len; in ndef_parse_record()
62 record->id_length = *pos++; in ndef_parse_record()
64 record->id_length = 0; in ndef_parse_record()
66 record->type = record->type_length == 0 ? NULL : pos; in ndef_parse_record()
67 pos += record->type_length; in ndef_parse_record()
69 record in ndef_parse_record()
35 ndef_parse_record(const u8 *data, u32 size, struct ndef_record *record) ndef_parse_record() argument
86 struct ndef_record record; ndef_parse_records() local
111 struct wpabuf *record; ndef_build_record() local
155 wifi_filter(struct ndef_record *record) wifi_filter() argument
181 p2p_filter(struct ndef_record *record) p2p_filter() argument
[all...]
/third_party/gn/src/gn/
H A Dbuilder.cc69 BuilderRecord* record = in ItemDefined() local
71 if (!record) { in ItemDefined()
77 if (record->item()) { in ItemDefined()
85 Err(record->item()->defined_from(), "Previous definition:")); in ItemDefined()
90 record->set_item(std::move(item)); in ItemDefined()
96 TargetDefined(record, &err); in ItemDefined()
99 ConfigDefined(record, &err); in ItemDefined()
102 ToolchainDefined(record, &err); in ItemDefined()
112 if (record->can_resolve()) { in ItemDefined()
113 if (!ResolveItem(record, in ItemDefined()
121 const BuilderRecord* record = GetRecord(label); GetItem() local
128 const BuilderRecord* record = GetRecord(label); GetToolchain() local
250 TargetDefined(BuilderRecord* record, Err* err) TargetDefined() argument
273 ConfigDefined(BuilderRecord* record, Err* err) ConfigDefined() argument
292 ToolchainDefined(BuilderRecord* record, Err* err) ToolchainDefined() argument
331 BuilderRecord* record = pair.second; GetOrCreateRecordOfType() local
357 BuilderRecord* record = GetRecord(label); GetResolvedRecordOfType() local
386 AddDeps(BuilderRecord* record, const LabelConfigVector& configs, Err* err) AddDeps() argument
399 AddDeps(BuilderRecord* record, const UniqueVector<LabelConfigPair>& configs, Err* err) AddDeps() argument
412 AddDeps(BuilderRecord* record, const LabelTargetVector& targets, Err* err) AddDeps() argument
425 AddGenDeps(BuilderRecord* record, const LabelTargetVector& targets, Err* err) AddGenDeps() argument
438 AddPoolDep(BuilderRecord* record, const Target* target, Err* err) AddPoolDep() argument
454 AddToolchainDep(BuilderRecord* record, const Target* target, Err* err) AddToolchainDep() argument
467 RecursiveSetShouldGenerate(BuilderRecord* record, bool force) RecursiveSetShouldGenerate() argument
490 ScheduleItemLoadIfNecessary(BuilderRecord* record) ScheduleItemLoadIfNecessary() argument
495 ResolveItem(BuilderRecord* record, Err* err) ResolveItem() argument
544 BuilderRecord* record = GetResolvedRecordOfType( ResolveDeps() local
557 BuilderRecord* record = GetResolvedRecordOfType( ResolveConfigs() local
567 BuilderRecord* record = GetResolvedRecordOfType( ResolveToolchain() local
603 BuilderRecord* record = GetResolvedRecordOfType( ResolvePools() local
[all...]
/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Defi-pstore.c54 static int efi_pstore_read_func(struct pstore_record *record, in efi_pstore_read_func() argument
67 &record->type, &part, &cnt, &time, &data_type) == 5) { in efi_pstore_read_func()
68 record->id = generic_id(time, part, cnt); in efi_pstore_read_func()
69 record->part = part; in efi_pstore_read_func()
70 record->count = cnt; in efi_pstore_read_func()
71 record->time.tv_sec = time; in efi_pstore_read_func()
72 record->time.tv_nsec = 0; in efi_pstore_read_func()
74 record->compressed = true; in efi_pstore_read_func()
76 record->compressed = false; in efi_pstore_read_func()
77 record in efi_pstore_read_func()
130 efi_pstore_read(struct pstore_record *record) efi_pstore_read() argument
167 efi_pstore_write(struct pstore_record *record) efi_pstore_write() argument
198 efi_pstore_erase(struct pstore_record *record) efi_pstore_erase() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.cpp132 AllocationCallbackRecord record; in allocation() local
134 record.type = TYPE_ALLOCATION; in allocation()
135 record.data.allocation.size = size; in allocation()
136 record.data.allocation.alignment = alignment; in allocation()
137 record.data.allocation.scope = scope; in allocation()
138 record.data.allocation.returnedPtr = returnedPtr; in allocation()
140 return record; in allocation()
145 AllocationCallbackRecord record; in reallocation() local
147 record.type = TYPE_REALLOCATION; in reallocation()
148 record in reallocation()
159 AllocationCallbackRecord record; free() local
169 AllocationCallbackRecord record; internalAllocation() local
181 AllocationCallbackRecord record; internalFree() local
334 AllocationCallbackRecord record; global() member
347 getAlignment(const AllocationCallbackRecord& record) getAlignment() argument
373 const AllocationCallbackRecord& record = *callbackIter; validateAllocationCallbacks() local
597 const AllocationCallbackRecord& record = results.liveAllocations[liveNdx]; checkAndLog() local
674 operator <<(std::ostream& str, const AllocationCallbackRecord& record) operator <<() argument
[all...]
/third_party/skia/tests/
H A DRecordTest.cpp31 void apply(const SkRecord& record) { in apply() argument
32 for (int i = 0; i < record.count(); i++) { in apply()
33 record.visit(i, *this); in apply()
49 void apply(SkRecord* record) { in apply()
50 for (int i = 0; i < record->count(); i++) { in apply()
51 record->mutate(i, *this); in apply()
56 #define APPEND(record, type, ...) new (record.append<type>()) type{__VA_ARGS__}
60 SkRecord record; in DEF_TEST() local
65 APPEND(record, SkRecord in DEF_TEST()
82 SkRecord record; DEF_TEST() local
108 SkRecord record; DEF_TEST() local
[all...]
H A DRecordOptsTest.cpp23 SkRecord record; in DEF_TEST() local
24 SkRecorder recorder(&record, W, H); in DEF_TEST()
30 record.replace<SkRecords::NoOp>(1); // NoOps should be allowed. in DEF_TEST()
32 SkRecordNoopSaveRestores(&record); in DEF_TEST()
34 REPORTER_ASSERT(r, 2 == count_instances_of_type<SkRecords::DrawRect>(record)); in DEF_TEST()
38 SkRecord record; in DEF_TEST() local
39 SkRecorder recorder(&record, W, H); in DEF_TEST()
45 SkRecordNoopSaveRestores(&record); in DEF_TEST()
47 assert_type<SkRecords::NoOp>(r, record, i); in DEF_TEST()
52 SkRecord record; in DEF_TEST() local
75 SkRecord record; DEF_TEST() local
104 assert_savelayer_restore(skiatest::Reporter* r, SkRecord* record, int i, bool shouldBeNoOped) assert_savelayer_restore() argument
118 assert_savelayer_draw_restore(skiatest::Reporter* r, SkRecord* record, int i, bool shouldBeNoOped) assert_savelayer_draw_restore() argument
133 SkRecord record; DEF_TEST() local
199 assert_merge_svg_opacity_and_filter_layers(skiatest::Reporter* r, SkRecord* record, int i, bool shouldBeNoOped) assert_merge_svg_opacity_and_filter_layers() argument
214 SkRecord record; DEF_TEST() local
[all...]
H A DRecordPatternTest.cpp24 SkRecord record; in DEF_TEST() local
25 REPORTER_ASSERT(r, !pattern.match(&record, 0)); in DEF_TEST()
27 SkRecorder recorder(&record, 1920, 1200); in DEF_TEST()
31 REPORTER_ASSERT(r, !pattern.match(&record, 0)); in DEF_TEST()
34 REPORTER_ASSERT(r, !pattern.match(&record, 0)); in DEF_TEST()
37 REPORTER_ASSERT(r, pattern.match(&record, 0)); in DEF_TEST()
46 SkRecord record; in DEF_TEST() local
47 SkRecorder recorder(&record, 1920, 1200); in DEF_TEST()
59 REPORTER_ASSERT(r, pattern.match(&record, i) == i + 3); in DEF_TEST()
61 REPORTER_ASSERT(r, !pattern.match(&record, in DEF_TEST()
69 SkRecord record; DEF_TEST() local
83 SkRecord record; DEF_TEST() local
107 SkRecord record; DEF_TEST() local
147 SkRecord record; DEF_TEST() local
[all...]
H A DRecordDrawTest.cpp34 SkRecord record; in DEF_TEST() local
35 SkRecorder recorder(&record, W, H); in DEF_TEST()
37 REPORTER_ASSERT(r, 0 == record.count()); in DEF_TEST()
39 REPORTER_ASSERT(r, 0 == record.count()); // the save was not recorded (yet) in DEF_TEST()
41 REPORTER_ASSERT(r, 1 == record.count()); in DEF_TEST()
43 REPORTER_ASSERT(r, 3 == record.count()); // now we see the save in DEF_TEST()
45 REPORTER_ASSERT(r, 4 == record.count()); in DEF_TEST()
47 assert_type<SkRecords::DrawPaint>(r, record, 0); in DEF_TEST()
48 assert_type<SkRecords::Save> (r, record, 1); in DEF_TEST()
49 assert_type<SkRecords::Scale> (r, record, in DEF_TEST()
61 SkRecord record; DEF_TEST() local
77 SkRecord record; DEF_TEST() local
162 SkRecord record; DEF_TEST() local
184 SkRecord record; DEF_TEST() local
217 SkRecord record; DEF_TEST() local
[all...]
/third_party/skia/src/core/
H A DSkRecordOpts.cpp24 // record, and [begin,end) span of the commands that matched.
26 static bool apply(Pass* pass, SkRecord* record) { in apply() argument
31 while (match.search(record, &begin, &end)) { in apply()
32 changed |= pass->onMatch(record, &match, begin, end); in apply()
39 static void multiple_set_matrices(SkRecord* record) { in multiple_set_matrices() argument
46 bool onMatch(SkRecord* record, Match* pattern, int begin, int end) { in multiple_set_matrices()
47 record->replace<NoOp>(begin); // first SetMatrix in multiple_set_matrices()
51 while (apply(&pass, record)); in multiple_set_matrices()
57 static void apply_matrix_to_draw_params(SkRecord* record) {
64 bool onMatch(SkRecord* record, Patter
164 SkRecordNoopSaveRestores(SkRecord* record) SkRecordNoopSaveRestores() argument
221 SkRecordNoopSaveLayerDrawRestores(SkRecord* record) SkRecordNoopSaveLayerDrawRestores() argument
276 SkRecordMergeSvgOpacityAndFilterLayers(SkRecord* record) SkRecordMergeSvgOpacityAndFilterLayers() argument
283 SkRecordOptimize(SkRecord* record) SkRecordOptimize() argument
304 SkRecordOptimize2(SkRecord* record) SkRecordOptimize2() argument
[all...]
/kernel/linux/linux-5.10/sound/usb/6fire/
H A Dfirmware.c49 char error; /* true if an error occurred parsing this record */
51 u8 max_len; /* maximum record length in whole ihex */
77 * returns true if record is available, false otherwise.
78 * iff an error occurred, false will be returned and record->error will be true.
80 static bool usb6fire_fw_ihex_next_record(struct ihex_record *record) in usb6fire_fw_ihex_next_record() argument
86 record->error = false; in usb6fire_fw_ihex_next_record()
88 /* find begin of record (marked by a colon) */ in usb6fire_fw_ihex_next_record()
89 while (record->txt_offset < record->txt_length in usb6fire_fw_ihex_next_record()
90 && record in usb6fire_fw_ihex_next_record()
141 usb6fire_fw_ihex_init(const struct firmware *fw, struct ihex_record *record) usb6fire_fw_ihex_init() argument
[all...]
/kernel/linux/linux-6.6/sound/usb/6fire/
H A Dfirmware.c49 char error; /* true if an error occurred parsing this record */
51 u8 max_len; /* maximum record length in whole ihex */
77 * returns true if record is available, false otherwise.
78 * iff an error occurred, false will be returned and record->error will be true.
80 static bool usb6fire_fw_ihex_next_record(struct ihex_record *record) in usb6fire_fw_ihex_next_record() argument
86 record->error = false; in usb6fire_fw_ihex_next_record()
88 /* find begin of record (marked by a colon) */ in usb6fire_fw_ihex_next_record()
89 while (record->txt_offset < record->txt_length in usb6fire_fw_ihex_next_record()
90 && record in usb6fire_fw_ihex_next_record()
141 usb6fire_fw_ihex_init(const struct firmware *fw, struct ihex_record *record) usb6fire_fw_ihex_init() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c948 dd_free_record(struct pipe_screen *screen, struct dd_draw_record *record) in dd_free_record() argument
950 u_log_page_destroy(record->log_page); in dd_free_record()
951 dd_unreference_copy_of_call(&record->call); in dd_free_record()
952 dd_unreference_copy_of_draw_state(&record->draw_state); in dd_free_record()
953 screen->fence_reference(screen, &record->prev_bottom_of_pipe, NULL); in dd_free_record()
954 screen->fence_reference(screen, &record->top_of_pipe, NULL); in dd_free_record()
955 screen->fence_reference(screen, &record->bottom_of_pipe, NULL); in dd_free_record()
956 util_queue_fence_destroy(&record->driver_finished); in dd_free_record()
957 FREE(record); in dd_free_record()
961 dd_write_record(FILE *f, struct dd_draw_record *record) in dd_write_record() argument
979 dd_maybe_dump_record(struct dd_screen *dscreen, struct dd_draw_record *record) dd_maybe_dump_record() argument
1164 struct dd_draw_record *record; dd_create_record() local
1187 dd_add_record(struct dd_context *dctx, struct dd_draw_record *record) dd_add_record() argument
1207 dd_before_draw(struct dd_context *dctx, struct dd_draw_record *record) dd_before_draw() argument
1235 struct dd_draw_record *record = (struct dd_draw_record *)data; dd_after_draw_async() local
1253 dd_after_draw(struct dd_context *dctx, struct dd_draw_record *record) dd_after_draw() argument
1286 struct dd_draw_record *record = dd_create_record(dctx); dd_context_flush() local
1316 struct dd_draw_record *record = dd_create_record(dctx); dd_context_draw_vbo() local
1358 struct dd_draw_record *record = dd_create_record(dctx); dd_context_draw_vertex_state() local
1385 struct dd_draw_record *record = dd_create_record(dctx); dd_context_launch_grid() local
1406 struct dd_draw_record *record = dd_create_record(dctx); dd_context_resource_copy_region() local
1432 struct dd_draw_record *record = dd_create_record(dctx); dd_context_blit() local
1457 struct dd_draw_record *record = dd_create_record(dctx); dd_context_generate_mipmap() local
1488 struct dd_draw_record *record = dd_create_record(dctx); dd_context_get_query_result_resource() local
1515 struct dd_draw_record *record = dd_create_record(dctx); dd_context_flush_resource() local
1533 struct dd_draw_record *record = dd_create_record(dctx); dd_context_clear() local
1558 struct dd_draw_record *record = dd_create_record(dctx); dd_context_clear_render_target() local
1577 struct dd_draw_record *record = dd_create_record(dctx); dd_context_clear_depth_stencil() local
1595 struct dd_draw_record *record = dd_create_record(dctx); dd_context_clear_buffer() local
1619 struct dd_draw_record *record = dd_create_record(dctx); dd_context_clear_texture() local
1640 struct dd_draw_record *record = dd_context_buffer_map() local
1674 struct dd_draw_record *record = dd_context_texture_map() local
1707 struct dd_draw_record *record = dd_context_transfer_flush_region() local
1733 struct dd_draw_record *record = dd_context_buffer_unmap() local
1758 struct dd_draw_record *record = dd_context_texture_unmap() local
1785 struct dd_draw_record *record = dd_context_buffer_subdata() local
1814 struct dd_draw_record *record = dd_context_texture_subdata() local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dplaylog.c85 /* check whether a MFT or INDX record is older than action */
88 /* check whether a MFT or INDX record is newer than action */
274 printf("** Invalid index record" in sanity_indx_list()
282 printf("** Invalid index record length %d\n", in sanity_indx_list()
289 printf("** Bad index record length %ld (computed %ld)\n", in sanity_indx_list()
301 * Rough check of sanity of an mft record
306 const MFT_RECORD *record; in sanity_mft() local
317 record = (const MFT_RECORD*)buffer; in sanity_mft()
318 nextinstance = le16_to_cpu(record->next_attr_instance); in sanity_mft()
320 k = le16_to_cpu(record in sanity_mft()
632 MFT_RECORD *record; write_protected() local
1536 MFT_RECORD *record; delete_names() local
1608 MFT_RECORD *record; insert_index_allocation() local
1709 const MFT_RECORD *record; check_full_mft() local
2008 MFT_RECORD *record; redo_create_file() local
2106 MFT_RECORD *record; redo_delete_file() local
3246 MFT_RECORD *record; undo_create_file() local
3298 MFT_RECORD *record; undo_delete_file() local
[all...]
/kernel/linux/linux-6.6/fs/pstore/
H A Dplatform.c224 * uncompressed record size, since any record that would be expanded by in allocate_buf_for_compression()
262 void pstore_record_init(struct pstore_record *record, in pstore_record_init() argument
265 memset(record, 0, sizeof(*record)); in pstore_record_init()
267 record->psi = psinfo; in pstore_record_init()
270 record->time = ns_to_timespec64(ktime_get_real_fast_ns()); in pstore_record_init()
309 struct pstore_record record; in pstore_dump() local
311 pstore_record_init(&record, psinfo); in pstore_dump()
312 record in pstore_dump()
395 struct pstore_record record; pstore_console_write() local
435 pstore_write_user_compat(struct pstore_record *record, const char __user *buf) pstore_write_user_compat() argument
582 decompress_record(struct pstore_record *record, struct z_stream_s *zstream) decompress_record() argument
682 struct pstore_record *record; pstore_get_backend_records() local
[all...]
/drivers/hdf_core/framework/core/manager/src/
H A Ddevsvc_manager.c24 struct DevSvcRecord *record = NULL; in DevSvcManagerSearchServiceLocked() local
32 DLIST_FOR_EACH_ENTRY(record, &devSvcManager->services, struct DevSvcRecord, entry) { in DevSvcManagerSearchServiceLocked()
33 if (record->key == serviceKey) { in DevSvcManagerSearchServiceLocked()
34 searchResult = record; in DevSvcManagerSearchServiceLocked()
42 struct DevSvcManager *devSvcManager, const struct DevSvcRecord *record, uint32_t status) in NotifyServiceStatusLocked()
47 .deviceClass = record->devClass, in NotifyServiceStatusLocked()
48 .serviceName = record->servName, in NotifyServiceStatusLocked()
50 .info = record->servInfo, in NotifyServiceStatusLocked()
54 if ((holder->listenClass & record->devClass) && holder->NotifyStatus != NULL) { in NotifyServiceStatusLocked()
68 struct DevSvcRecord *record in NotifyServiceStatusOnRegisterLocked() local
41 NotifyServiceStatusLocked( struct DevSvcManager *devSvcManager, const struct DevSvcRecord *record, uint32_t status) NotifyServiceStatusLocked() argument
89 struct DevSvcRecord *record = NULL; DevSvcManagerAddService() local
135 struct DevSvcRecord *record = NULL; DevSvcManagerUpdateService() local
239 struct DevSvcRecord *record = NULL; DevSvcManagerListService() local
266 struct DevSvcRecord *record = NULL; DevSvcManagerListAllService() local
286 struct DevSvcRecord *record = NULL; DevSvcManagerListServiceByInterfaceDesc() local
421 struct DevSvcRecord *record = NULL; DevSvcManagerRelease() local
[all...]
/third_party/astc-encoder/Test/testlib/
H A Dresultset.py84 def add_record(self, record):
86 Add a record to this summary.
89 record (Record): The Record to add.
91 if record.status == Result.PASS:
93 elif record.status == Result.WARN:
95 elif record.status == Result.FAIL:
100 if record.tTimeRel is not None:
101 self.tTimesRel.append(record.tTimeRel)
102 self.cTimesRel.append(record.cTimeRel)
103 self.psnrRel.append(record
[all...]
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Defi-pstore.c44 struct pstore_record *record) in efi_pstore_read_func()
61 &record->type, &part, &cnt, &time, &data_type) == 5) { in efi_pstore_read_func()
62 record->id = generic_id(time, part, cnt); in efi_pstore_read_func()
63 record->part = part; in efi_pstore_read_func()
64 record->count = cnt; in efi_pstore_read_func()
65 record->time.tv_sec = time; in efi_pstore_read_func()
66 record->time.tv_nsec = 0; in efi_pstore_read_func()
68 record->compressed = true; in efi_pstore_read_func()
70 record->compressed = false; in efi_pstore_read_func()
71 record in efi_pstore_read_func()
43 efi_pstore_read_func(struct efivar_entry *entry, struct pstore_record *record) efi_pstore_read_func() argument
173 efi_pstore_sysfs_entry_iter(struct pstore_record *record) efi_pstore_sysfs_entry_iter() argument
224 efi_pstore_read(struct pstore_record *record) efi_pstore_read() argument
247 efi_pstore_write(struct pstore_record *record) efi_pstore_write() argument
333 efi_pstore_erase(struct pstore_record *record) efi_pstore_erase() argument
[all...]
/kernel/linux/linux-5.10/fs/pstore/
H A Dplatform.c376 void pstore_record_init(struct pstore_record *record, in pstore_record_init() argument
379 memset(record, 0, sizeof(*record)); in pstore_record_init()
381 record->psi = psinfo; in pstore_record_init()
384 record->time = ns_to_timespec64(ktime_get_real_fast_ns()); in pstore_record_init()
435 struct pstore_record record; in pstore_blackbox_dump() local
463 pstore_record_init(&record, psinfo); in pstore_blackbox_dump()
465 record.type = PSTORE_TYPE_BLACKBOX; in pstore_blackbox_dump()
466 record.reason = reason; in pstore_blackbox_dump()
476 record in pstore_blackbox_dump()
526 struct pstore_record record; pstore_dump() local
602 struct pstore_record record; pstore_console_write() local
642 pstore_write_user_compat(struct pstore_record *record, const char __user *buf) pstore_write_user_compat() argument
786 decompress_record(struct pstore_record *record) decompress_record() argument
866 struct pstore_record *record; pstore_get_backend_records() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/misc/
H A Dezusb.c64 const struct ihex_binrec *record; in ezusb_ihex_firmware_download() local
78 record = (const struct ihex_binrec *)firmware->data; in ezusb_ihex_firmware_download()
79 for (; record; record = ihex_next_binrec(record)) { in ezusb_ihex_firmware_download()
80 if (be32_to_cpu(record->addr) > fx.max_internal_adress) { in ezusb_ihex_firmware_download()
81 ret = ezusb_writememory(dev, be32_to_cpu(record->addr), in ezusb_ihex_firmware_download()
82 (unsigned char *)record->data, in ezusb_ihex_firmware_download()
83 be16_to_cpu(record->len), WRITE_EXT_RAM); in ezusb_ihex_firmware_download()
88 be32_to_cpu(record in ezusb_ihex_firmware_download()
[all...]
/kernel/linux/linux-5.10/tools/firmware/
H A Dihex2fw.c54 static void file_record(struct ihex_binrec *record);
134 struct ihex_binrec *record; in process_ihex() local
145 /* search for the start of record character */ in process_ihex()
151 /* Minimum record length would be about 10 characters */ in process_ihex()
153 fprintf(stderr, "Can't find valid record at line %d\n", line); in process_ihex()
162 record_size = ALIGN(sizeof(*record) + len, 4); in process_ihex()
163 record = malloc(record_size); in process_ihex()
164 if (!record) { in process_ihex()
168 memset(record, 0, record_size); in process_ihex()
169 record in process_ihex()
254 file_record(struct ihex_binrec *record) file_record() argument
[all...]
/kernel/linux/linux-6.6/tools/firmware/
H A Dihex2fw.c54 static void file_record(struct ihex_binrec *record);
134 struct ihex_binrec *record; in process_ihex() local
145 /* search for the start of record character */ in process_ihex()
151 /* Minimum record length would be about 10 characters */ in process_ihex()
153 fprintf(stderr, "Can't find valid record at line %d\n", line); in process_ihex()
162 record_size = ALIGN(sizeof(*record) + len, 4); in process_ihex()
163 record = malloc(record_size); in process_ihex()
164 if (!record) { in process_ihex()
168 memset(record, 0, record_size); in process_ihex()
169 record in process_ihex()
254 file_record(struct ihex_binrec *record) file_record() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DDataRecord.java60 DataRecord record = new DataRecord(); in read()
61 record.pl = in.namedIndex("pl", EPluralization.names); in read()
62 record.pluralNames = in.stringTable("pluralName"); in read()
63 record.genders = in.namedIndexArray("gender", EGender.names); in read()
64 record.singularNames = in.stringArray("singularName"); in read()
65 record.halfNames = in.stringArray("halfName"); in read()
66 record.numberNames = in.stringArray("numberName"); in read()
67 record.mediumNames = in.stringArray("mediumName"); in read()
68 record.shortNames = in.stringArray("shortName"); in read()
69 record in read()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
H A DDataRecord.java62 DataRecord record = new DataRecord(); in read()
63 record.pl = in.namedIndex("pl", EPluralization.names); in read()
64 record.pluralNames = in.stringTable("pluralName"); in read()
65 record.genders = in.namedIndexArray("gender", EGender.names); in read()
66 record.singularNames = in.stringArray("singularName"); in read()
67 record.halfNames = in.stringArray("halfName"); in read()
68 record.numberNames = in.stringArray("numberName"); in read()
69 record.mediumNames = in.stringArray("mediumName"); in read()
70 record.shortNames = in.stringArray("shortName"); in read()
71 record in read()
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_sqtt.c106 struct rgp_pso_correlation_record *record; in ac_sqtt_add_pso_correlation() local
108 record = malloc(sizeof(struct rgp_pso_correlation_record)); in ac_sqtt_add_pso_correlation()
109 if (!record) in ac_sqtt_add_pso_correlation()
112 record->api_pso_hash = pipeline_hash; in ac_sqtt_add_pso_correlation()
113 record->pipeline_hash[0] = pipeline_hash; in ac_sqtt_add_pso_correlation()
114 record->pipeline_hash[1] = pipeline_hash; in ac_sqtt_add_pso_correlation()
115 memset(record->api_level_obj_name, 0, sizeof(record->api_level_obj_name)); in ac_sqtt_add_pso_correlation()
118 list_addtail(&record->list, &pso_correlation->record); in ac_sqtt_add_pso_correlation()
131 struct rgp_loader_events_record *record; ac_sqtt_add_code_object_loader_event() local
[all...]

Completed in 19 milliseconds

12345678910>>...25