| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | relocate_kernel.S | 192 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 D | head.S | 477 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 D | mca_drv_asm.S | 36 movl loc1=mca_handler_bh // recovery C function 41 mov b6=loc1 43 mov loc1=rp 52 mov rp=loc1
|
| H A D | pal.S | 59 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 D | entry.S | 65 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 D | esi_stub.S | 51 alloc loc1=ar.pfs,2,7,8,0 94 mov ar.pfs=loc1
|
| H A D | efi_stub.S | 48 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 D | cnpy.cpp | 100 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 D | cnpy.cpp | 100 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 D | vmwgfx_surface.c | 1795 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 D | ipa-utils.h | 91 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 D | ipa-utils.h | 91 void warn_types_mismatch (tree t1, tree t2, location_t loc1 = UNKNOWN_LOCATION,
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | osdmap.c | 2875 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 D | memcpy_mck.S | 561 #define saved_rtlink loc1
|
| /OK3568_Linux_fs/external/mpp/tools/ |
| H A D | mpp_doxyfile | 1531 # 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 D | doxygen.conf.in | 1567 # 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 D | Doxyfile | 1545 # TAGFILES = file1=loc1 "file2 = loc2" ... 1546 # where "loc1" and "loc2" can be relative or absolute paths or
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |