Home
last modified time | relevance | path

Searched defs:mydata (Results 1 – 11 of 11) sorted by relevance

/external/u-boot/fs/fat/
Dfat_write.c106 static int flush_dirty_fat_buffer(fsdata *mydata) in flush_dirty_fat_buffer()
221 fill_dir_slot(fsdata *mydata, dir_entry **dentptr, const char *l_name) in fill_dir_slot()
272 get_long_file_name(fsdata *mydata, int curclust, __u8 *cluster, in get_long_file_name()
365 static int set_fatent_value(fsdata *mydata, __u32 entry, __u32 entry_value) in set_fatent_value()
472 static __u32 determine_fatent(fsdata *mydata, __u32 entry) in determine_fatent()
496 set_cluster(fsdata *mydata, __u32 clustnum, __u8 *buffer, in set_cluster()
557 static int find_empty_cluster(fsdata *mydata) in find_empty_cluster()
574 static void flush_dir_table(fsdata *mydata, dir_entry **dentptr) in flush_dir_table()
607 static int clear_fatent(fsdata *mydata, __u32 entry) in clear_fatent()
635 set_contents(fsdata *mydata, dir_entry *dentptr, __u8 *buffer, in set_contents()
[all …]
Dfat.c150 int flush_dirty_fat_buffer(fsdata *mydata) in flush_dirty_fat_buffer()
161 static __u32 get_fatent(fsdata *mydata, __u32 entry) in get_fatent()
246 get_cluster(fsdata *mydata, __u32 clustnum, __u8 *buffer, unsigned long size) in get_cluster()
311 static int get_contents(fsdata *mydata, dir_entry *dentptr, loff_t pos, in get_contents()
547 static int get_fs_info(fsdata *mydata) in get_fs_info()
695 fsdata *mydata = parent->fsdata; /* for silly macros */ in fat_itr_child() local
715 fsdata *mydata = itr->fsdata; /* for silly macros */ in next_cluster() local
/external/wayland/tests/
Darray-test.c62 struct mydata { in TEST() struct
63 unsigned int a; in TEST()
64 unsigned int b; in TEST()
65 double c; in TEST()
66 double d; in TEST()
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Dradeon_compiler_regalloc_tests.c37 void * mydata) in dummy_allocate_hw_inputs()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_fs.c117 void * mydata) in allocate_hardware_inputs()
/external/pcre/dist2/src/
Dpcre2_context.c446 void *mydata) in pcre2_set_recursion_memory_management()
/external/icu/icu4c/source/common/
Ducnvhz.cpp534 UConverterDataHZ mydata; member
Ducnvscsu.cpp1968 SCSUData mydata; member
Ducnvisci.cpp1527 UConverterDataISCII mydata; member
Ducnv2022.cpp3594 UConverterDataISO2022 mydata; member
/external/icu/icu4c/source/test/cintltst/
Dcnmdptst.c677 …double mydata[] = { 1.11, 22.22, 333.33, 4444.44, 55555.55, 666666.66, 7777777.77, 88888888.88, 99… in TestDoubleAttribute() local