Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 62) sorted by relevance

123

/components/legacy/fdt/libfdt/
A Dlibfdt.h1224 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_inplace_u32() local
1259 fdt64_t tmp = cpu_to_fdt64(val); in fdt_setprop_inplace_u64() local
1336 fdt32_t tmp = cpu_to_fdt32(val); in fdt_property_u32() local
1341 fdt64_t tmp = cpu_to_fdt64(val); in fdt_property_u64() local
1497 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_u32() local
1532 fdt64_t tmp = cpu_to_fdt64(val); in fdt_setprop_u64() local
1669 fdt32_t tmp = cpu_to_fdt32(val); in fdt_appendprop_u32() local
1704 fdt64_t tmp = cpu_to_fdt64(val); in fdt_appendprop_u64() local
/components/dfs/dfs_v2/src/
A Ddfs_file.c588 char *tmp = dfs_file_realpath(&mnt, fullpath, DFS_REALPATH_EXCEPT_LAST); in dfs_file_open() local
1263 char *tmp = dfs_file_realpath(&mnt, fullpath, DFS_REALPATH_EXCEPT_NONE); in dfs_file_stat() local
1332 char *tmp = dfs_file_realpath(&mnt, fullpath, DFS_REALPATH_EXCEPT_LAST); in dfs_file_lstat() local
1441 char *tmp = dfs_file_realpath(&mnt, fullpath, DFS_REALPATH_EXCEPT_LAST); in dfs_file_setattr() local
1696 char *tmp = dfs_file_realpath(&mnt, fullpath, DFS_REALPATH_EXCEPT_LAST); in dfs_file_unlink() local
1816 char *tmp = dfs_file_realpath(&mnt, old_fullpath, DFS_REALPATH_EXCEPT_LAST); in dfs_file_link() local
1827 char *tmp = dfs_file_realpath(&mnt, new_fullpath, DFS_REALPATH_EXCEPT_LAST); in dfs_file_link() local
2048 char *tmp = dfs_file_realpath(&mnt, fullpath, DFS_REALPATH_EXCEPT_LAST); in dfs_file_readlink() local
2130 char *tmp = dfs_file_realpath(&mnt, old_fullpath, DFS_REALPATH_EXCEPT_LAST); in dfs_file_rename() local
2141 char *tmp = dfs_file_realpath(&mnt, new_fullpath, DFS_REALPATH_EXCEPT_LAST); in dfs_file_rename() local
[all …]
A Ddfs_pcache.c1129 struct dfs_page *tmp; in _dfs_page_insert() local
1236 struct dfs_page *tmp = rt_list_entry(next, struct dfs_page, space_node); in dfs_page_insert() local
1490 struct dfs_page *tmp = RT_NULL; in dfs_page_lookup() local
1911 rt_list_t *node, *tmp; in dfs_aspace_unmap() local
1984 rt_list_t *node, *tmp; in dfs_aspace_page_unmap() local
/components/drivers/ofw/libfdt/
A Dlibfdt.h1327 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_inplace_u32() local
1362 fdt64_t tmp = cpu_to_fdt64(val); in fdt_setprop_inplace_u64() local
1482 fdt32_t tmp = cpu_to_fdt32(val); in fdt_property_u32() local
1487 fdt64_t tmp = cpu_to_fdt64(val); in fdt_property_u64() local
1694 fdt32_t tmp = cpu_to_fdt32(val); in fdt_setprop_u32() local
1729 fdt64_t tmp = cpu_to_fdt64(val); in fdt_setprop_u64() local
1872 fdt32_t tmp = cpu_to_fdt32(val); in fdt_appendprop_u32() local
1907 fdt64_t tmp = cpu_to_fdt64(val); in fdt_appendprop_u64() local
/components/libc/compilers/common/
A Dcstdlib.c77 char tmp[33]; in ltoa() local
150 char tmp[33]; in ultoa() local
/components/dfs/dfs_v2/filesystems/procfs/
A Dproc.c38 struct proc_dentry *dentry = RT_NULL, *tmp; in _proc_find() local
60 char *tmp = RT_NULL; in proc_find() local
461 struct proc_dentry *iter = RT_NULL, *iter_tmp, *tmp = RT_NULL; in remove_proc_subtree() local
556 struct proc_dentry *iter = RT_NULL, *tmp; in dump_proc_subtree() local
638 struct proc_dentry *iter = RT_NULL, *iter_tmp, *tmp = RT_NULL; in msh_proc_remove() local
/components/libc/posix/libdl/arch/
A Darm.c22 Elf32_Addr *where, tmp; in dlmodule_relocate() local
A Dx86.c25 Elf32_Addr *where, tmp; in dlmodule_relocate() local
A Driscv.c35 Elf64_Addr *where, tmp; in dlmodule_relocate() local
/components/libc/cplusplus/cpp11/
A Datomic_8.c24 uint64_t tmp; in __atomic_load_8() local
44 uint64_t tmp; in __atomic_exchange_8() local
/components/dfs/dfs_v2/include/
A Ddfs_vfs.h43 #define dfs_vfs_for_each_subnode(node, tmp, dir, member) \ argument
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Drandm.c126 u_char tmp[16]; in avGenRand() local
A Dvj.c471 u32_t tmp; in vj_uncompress_tcp() local
/components/dfs/dfs_v2/filesystems/tmpfs/
A Ddfs_tmpfs.c102 struct tmpfs_file *file = RT_NULL, *tmp; in _free_subdir() local
235 struct tmpfs_file *file, *curfile, *tmp; in dfs_tmpfs_lookup() local
500 struct tmpfs_file *d_file, *n_file, *tmp; in dfs_tmpfs_getdents() local
/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Dip4_frag.c143 struct ip_reassdata *tmp; in ip_reass_tmr() local
733 u16_t tmp; in ip4_frag() local
/components/net/lwip/lwip-1.4.1/src/core/ipv4/
A Dip_frag.c137 struct ip_reassdata *tmp; in ip_reass_tmr() local
685 u16_t tmp; in ip_frag() local
A Dinet_chksum.c196 u32_t sum = 0, tmp; in lwip_standard_chksum() local
/components/net/lwip/lwip-2.1.2/src/core/
A Ddef.c202 char *tmp = result + bufsize - 1; in lwip_itoa() local
/components/net/lwip/lwip-2.1.2/src/core/ipv4/
A Dip4_frag.c143 struct ip_reassdata *tmp; in ip_reass_tmr() local
755 u16_t tmp; in ip4_frag() local
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Dmagic.c164 u_char tmp[MD5_HASH_SIZE]; in magic_random_bytes() local
A Dvj.c504 u32_t tmp; in vj_uncompress_tcp() local
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Dmagic.c164 u_char tmp[MD5_HASH_SIZE]; in magic_random_bytes() local
/components/drivers/pci/
A Daccess.c147 rt_uint32_t mask, tmp; in rt_pci_bus_write_config_generic_u32() local
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c191 struct devtmpfs_file *file, *curfile, *tmp; in devtmpfs_file_lookup() local
291 struct devtmpfs_file *d_file, *n_file = RT_NULL, *tmp; in devtmpfs_getdents() local
/components/drivers/usb/cherryusb/common/
A Dusb_list.h49 usb_slist_t *tmp = l; in usb_slist_add_tail() local
79 usb_slist_t *tmp = l; in usb_slist_remove() local

Completed in 343 milliseconds

123