Home
last modified time | relevance | path

Searched refs:loc2 (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dpal.S60 movl loc2 = pal_entry_point
67 ld8 loc2 = [loc2] // loc2 <- entry point
78 mov b7 = loc2
104 movl loc2 = pal_entry_point
111 ld8 loc2 = [loc2] // loc2 <- entry point
118 mov b7 = loc2
152 movl loc2 = pal_entry_point
160 ld8 loc2 = [loc2] // loc2 <- entry point
169 dep.z loc2=loc2,0,61 // convert pal entry point to physical
172 mov b7 = loc2 // install target to branch reg
[all …]
H A Dhead.S493 adds loc2=96*16-32,in0
499 stf.spill.nta [loc2]=f126,-256
502 stf.spill.nta [loc2]=f110,-256
505 stf.spill.nta [loc2]=f94,-256
508 stf.spill.nta [loc2]=f78,-256
511 stf.spill.nta [loc2]=f62,-256
515 stf.spill.nta [loc2]=f46,-256
533 adds loc2=96*16-64,in0
539 stf.spill.nta [loc2]=f124,-256
542 stf.spill.nta [loc2]=f108,-256
[all …]
H A Desi_stub.S71 mov loc2=gp // save global pointer
96 mov gp=loc2
H A Defi_stub.S53 mov loc2=gp // save global pointer
85 mov gp=loc2
H A Dentry.S561 mov loc2=gp
569 .ret12: mov gp=loc2
1042 mov loc2=0
1063 mov loc2=0
1286 ld8 loc2=[in0],8
1303 mov b6=loc2
1304 mov loc2=gp // save gp across indirect function call
1309 1: mov gp=loc2 // restore gp
1357 mov loc2 = r8
1368 mov r8 = loc2
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/cnpy/
H A Dcnpy.cpp100 size_t loc1, loc2; in parse_npy_header() local
110 loc2 = header.find(")"); in parse_npy_header()
116 std::string str_shape = header.substr(loc1 + 1, loc2 - loc1 - 1); in parse_npy_header()
133 loc2 = str_ws.find("'"); in parse_npy_header()
134 word_size = atoi(str_ws.substr(0, loc2).c_str()); in parse_npy_header()
155 size_t loc1, loc2; in parse_npy_header() local
168 loc2 = header.find(")"); in parse_npy_header()
169 if (loc1 == std::string::npos || loc2 == std::string::npos) in parse_npy_header()
176 std::string str_shape = header.substr(loc1 + 1, loc2 - loc1 - 1); in parse_npy_header()
196 loc2 = str_ws.find("'"); in parse_npy_header()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/cnpy/
H A Dcnpy.cpp100 size_t loc1, loc2; in parse_npy_header() local
110 loc2 = header.find(")"); in parse_npy_header()
116 std::string str_shape = header.substr(loc1 + 1, loc2 - loc1 - 1); in parse_npy_header()
133 loc2 = str_ws.find("'"); in parse_npy_header()
134 word_size = atoi(str_ws.substr(0, loc2).c_str()); in parse_npy_header()
155 size_t loc1, loc2; in parse_npy_header() local
168 loc2 = header.find(")"); in parse_npy_header()
169 if (loc1 == std::string::npos || loc2 == std::string::npos) in parse_npy_header()
176 std::string str_shape = header.substr(loc1 + 1, loc2 - loc1 - 1); in parse_npy_header()
196 loc2 = str_ws.find("'"); in parse_npy_header()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_surface.c1795 struct svga3dsurface_loc loc1, loc2; in vmw_surface_tex_dirty_range_add() local
1802 svga3dsurface_get_loc(cache, &loc2, end - 1); in vmw_surface_tex_dirty_range_add()
1803 svga3dsurface_inc_loc(cache, &loc2); in vmw_surface_tex_dirty_range_add()
1805 if (loc1.sheet != loc2.sheet) { in vmw_surface_tex_dirty_range_add()
1818 if (loc1.sub_resource + 1 == loc2.sub_resource) { in vmw_surface_tex_dirty_range_add()
1820 vmw_subres_dirty_add(dirty, &loc1, &loc2); in vmw_surface_tex_dirty_range_add()
1828 svga3dsurface_min_loc(cache, loc2.sub_resource - 1, &loc_min); in vmw_surface_tex_dirty_range_add()
1829 vmw_subres_dirty_add(dirty, &loc_min, &loc2); in vmw_surface_tex_dirty_range_add()
1831 sub_res < loc2.sub_resource - 1; ++sub_res) in vmw_surface_tex_dirty_range_add()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dipa-utils.h92 location_t loc2 = UNKNOWN_LOCATION);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dipa-utils.h92 location_t loc2 = UNKNOWN_LOCATION);
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosdmap.c2876 const struct crush_loc *loc2) in crush_loc_compare() argument
2878 return strcmp(loc1->cl_type_name, loc2->cl_type_name) ?: in crush_loc_compare()
2879 strcmp(loc1->cl_name, loc2->cl_name); in crush_loc_compare()
2945 struct crush_loc_node *loc2 = in ceph_compare_crush_locs() local
2948 ret = crush_loc_compare(&loc1->cl_loc, &loc2->cl_loc); in ceph_compare_crush_locs()
/OK3568_Linux_fs/kernel/arch/ia64/lib/
H A Dmemcpy_mck.S562 #define saved_pfs_stack loc2
/OK3568_Linux_fs/external/mpp/tools/
H A Dmpp_doxyfile1531 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
1968 # TAGFILES = file1=loc1 "file2 = loc2" ...
1969 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
/OK3568_Linux_fs/external/xserver/hw/dmx/doxygen/
H A Ddoxygen.conf.in1567 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
2045 # TAGFILES = file1=loc1 "file2 = loc2" ...
2046 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DDoxyfile1545 # TAGFILES = file1=loc1 "file2 = loc2" ...
1546 # where "loc1" and "loc2" can be relative or absolute paths or
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...