/components/legacy/fdt/libfdt/ |
A D | libfdt.h | 1224 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 D | dfs_file.c | 588 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 D | dfs_pcache.c | 1129 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 D | libfdt.h | 1327 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 D | cstdlib.c | 77 char tmp[33]; in ltoa() local 150 char tmp[33]; in ultoa() local
|
/components/dfs/dfs_v2/filesystems/procfs/ |
A D | proc.c | 38 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 D | arm.c | 22 Elf32_Addr *where, tmp; in dlmodule_relocate() local
|
A D | x86.c | 25 Elf32_Addr *where, tmp; in dlmodule_relocate() local
|
A D | riscv.c | 35 Elf64_Addr *where, tmp; in dlmodule_relocate() local
|
/components/libc/cplusplus/cpp11/ |
A D | atomic_8.c | 24 uint64_t tmp; in __atomic_load_8() local 44 uint64_t tmp; in __atomic_exchange_8() local
|
/components/dfs/dfs_v2/include/ |
A D | dfs_vfs.h | 43 #define dfs_vfs_for_each_subnode(node, tmp, dir, member) \ argument
|
/components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
A D | randm.c | 126 u_char tmp[16]; in avGenRand() local
|
A D | vj.c | 471 u32_t tmp; in vj_uncompress_tcp() local
|
/components/dfs/dfs_v2/filesystems/tmpfs/ |
A D | dfs_tmpfs.c | 102 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 D | ip4_frag.c | 143 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 D | ip_frag.c | 137 struct ip_reassdata *tmp; in ip_reass_tmr() local 685 u16_t tmp; in ip_frag() local
|
A D | inet_chksum.c | 196 u32_t sum = 0, tmp; in lwip_standard_chksum() local
|
/components/net/lwip/lwip-2.1.2/src/core/ |
A D | def.c | 202 char *tmp = result + bufsize - 1; in lwip_itoa() local
|
/components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
A D | ip4_frag.c | 143 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 D | magic.c | 164 u_char tmp[MD5_HASH_SIZE]; in magic_random_bytes() local
|
A D | vj.c | 504 u32_t tmp; in vj_uncompress_tcp() local
|
/components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
A D | magic.c | 164 u_char tmp[MD5_HASH_SIZE]; in magic_random_bytes() local
|
/components/drivers/pci/ |
A D | access.c | 147 rt_uint32_t mask, tmp; in rt_pci_bus_write_config_generic_u32() local
|
/components/dfs/dfs_v2/filesystems/devfs/ |
A D | devtmpfs.c | 191 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 D | usb_list.h | 49 usb_slist_t *tmp = l; in usb_slist_add_tail() local 79 usb_slist_t *tmp = l; in usb_slist_remove() local
|