Home
last modified time | relevance | path

Searched refs:loc1 (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Drelocate_kernel.S192 add loc1=4*8, in0 // save r4 and r5 first
198 st8 [loc1]=r4, 8
200 st8 [loc1]=r5, 8
202 add loc1=32*8, in0
206 st8 [loc1]=r4, 8 // rnat
210 st8 [loc1]=r5, 8 // pr
214 st8 [loc1]=r4, 8 // b0
218 st8 [loc1]=r5, 8 // b1
222 st8 [loc1]=r4, 8 // b2
226 st8 [loc1]=r5, 8 // b3
[all …]
H A Dhead.S477 adds loc1=96*16-16-128,in0
480 stf.spill.nta [loc1]=f119,-256
483 stf.spill.nta [loc1]=f103,-256
486 stf.spill.nta [loc1]=f87,-256
489 stf.spill.nta [loc1]=f71,-256
492 stf.spill.nta [loc1]=f55,-256
496 stf.spill.nta [loc1]=f39,-256
517 adds loc1=96*16-48-128,in0
520 stf.spill.nta [loc1]=f117,-256
523 stf.spill.nta [loc1]=f101,-256
[all …]
H A Dmca_drv_asm.S36 movl loc1=mca_handler_bh // recovery C function
41 mov b6=loc1
43 mov loc1=rp
52 mov rp=loc1
H A Dpal.S59 alloc loc1 = ar.pfs,4,5,0,0
86 mov ar.pfs = loc1
103 alloc loc1 = ar.pfs,4,4,4,0
122 mov ar.pfs = loc1
151 alloc loc1 = ar.pfs,4,7,0,0
193 mov ar.pfs = loc1
211 alloc loc1 = ar.pfs,5,7,4,0
251 mov ar.pfs = loc1
H A Dentry.S65 alloc loc1=ar.pfs,8,2,3,0
75 mov ar.pfs=loc1 // restore ar.pfs
116 mov loc1=r16 // save ar.pfs across ia64_clone
127 mov ar.pfs=loc1
144 mov loc1=r16 // save ar.pfs across ia64_clone
155 mov ar.pfs=loc1
559 alloc loc1=ar.pfs,0,3,1,0
571 mov ar.pfs=loc1
1019 shr.u loc1=r18,9 // RNaTslots <= floor(dirtySize / (64*8))
1023 shladd in0=loc1,3,r17
[all …]
H A Desi_stub.S51 alloc loc1=ar.pfs,2,7,8,0
94 mov ar.pfs=loc1
H A Defi_stub.S48 alloc loc1=ar.pfs,8,7,7,0
83 mov ar.pfs=loc1
/OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/cnpy/
H A Dcnpy.cpp100 size_t loc1, loc2; in parse_npy_header() local
103 loc1 = header.find("fortran_order") + 16; in parse_npy_header()
104 fortran_order = (header.substr(loc1, 4) == "True" ? true : false); in parse_npy_header()
109 loc1 = header.find("("); in parse_npy_header()
116 std::string str_shape = header.substr(loc1 + 1, loc2 - loc1 - 1); in parse_npy_header()
125 loc1 = header.find("descr") + 9; in parse_npy_header()
126 bool littleEndian = (header[loc1] == '<' || header[loc1] == '|' ? true : false); in parse_npy_header()
132 std::string str_ws = header.substr(loc1 + 2); in parse_npy_header()
135 if (header.substr(loc1 + 1, 1) == "i") { in parse_npy_header()
137 } else if (header.substr(loc1 + 1, 1) == "u") { 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
103 loc1 = header.find("fortran_order") + 16; in parse_npy_header()
104 fortran_order = (header.substr(loc1, 4) == "True" ? true : false); in parse_npy_header()
109 loc1 = header.find("("); in parse_npy_header()
116 std::string str_shape = header.substr(loc1 + 1, loc2 - loc1 - 1); in parse_npy_header()
125 loc1 = header.find("descr") + 9; in parse_npy_header()
126 bool littleEndian = (header[loc1] == '<' || header[loc1] == '|' ? true : false); in parse_npy_header()
132 std::string str_ws = header.substr(loc1 + 2); in parse_npy_header()
135 if (header.substr(loc1 + 1, 1) == "i") { in parse_npy_header()
137 } else if (header.substr(loc1 + 1, 1) == "u") { 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
1801 svga3dsurface_get_loc(cache, &loc1, start); 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()
1826 svga3dsurface_max_loc(cache, loc1.sub_resource, &loc_max); in vmw_surface_tex_dirty_range_add()
1827 vmw_subres_dirty_add(dirty, &loc1, &loc_max); in vmw_surface_tex_dirty_range_add()
1830 for (sub_res = loc1.sub_resource + 1; 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.h91 void warn_types_mismatch (tree t1, tree t2, location_t loc1 = 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.h91 void warn_types_mismatch (tree t1, tree t2, location_t loc1 = UNKNOWN_LOCATION,
/OK3568_Linux_fs/kernel/net/ceph/
H A Dosdmap.c2875 static int crush_loc_compare(const struct crush_loc *loc1, 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()
2943 struct crush_loc_node *loc1 = 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.S561 #define saved_rtlink loc1
/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. ...