Home
last modified time | relevance | path

Searched refs:arrays (Results 1 – 25 of 195) sorted by relevance

12345678

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbpf-event.c179 u64 arrays; in perf_event__synthesize_one_bpf_prog() local
187 arrays = 1UL << BPF_PROG_INFO_JITED_KSYMS; in perf_event__synthesize_one_bpf_prog()
188 arrays |= 1UL << BPF_PROG_INFO_JITED_FUNC_LENS; in perf_event__synthesize_one_bpf_prog()
189 arrays |= 1UL << BPF_PROG_INFO_FUNC_INFO; in perf_event__synthesize_one_bpf_prog()
190 arrays |= 1UL << BPF_PROG_INFO_PROG_TAGS; in perf_event__synthesize_one_bpf_prog()
191 arrays |= 1UL << BPF_PROG_INFO_JITED_INSNS; in perf_event__synthesize_one_bpf_prog()
192 arrays |= 1UL << BPF_PROG_INFO_LINE_INFO; in perf_event__synthesize_one_bpf_prog()
193 arrays |= 1UL << BPF_PROG_INFO_JITED_LINE_INFO; in perf_event__synthesize_one_bpf_prog()
195 info_linear = bpf_program__get_prog_info_linear(fd, arrays); in perf_event__synthesize_one_bpf_prog()
444 u64 arrays; in perf_env__add_bpf_info() local
[all …]
/OK3568_Linux_fs/kernel/scripts/coccinelle/misc/
H A Dflexible_array.cocci3 /// Zero-length and one-element arrays are deprecated, see
80 …https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays)"
87 …https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays)"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvertex_array_extension.hpp30 const ExtensionFunction<void(GLsizei n, const GLuint* arrays)> deleteVertexArrays;
32 const ExtensionFunction<void(GLsizei n, GLuint* arrays)> genVertexArrays;
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dgeneric-radix-tree.rst2 Generic radix trees/sparse arrays
6 :doc: Generic radix trees/sparse arrays
/OK3568_Linux_fs/external/rk_pcba_test/mic_test_Linux/
H A DMakefile12 …INUX -DWITHOUT_ALOG=1 -lpthread -O3 -fno-strict-aliasing -fprefetch-loop-arrays -mfloat-abi=hard -…
14 …INUX -DWITHOUT_ALOG=1 -lpthread -O3 -fno-strict-aliasing -fprefetch-loop-arrays -mfloat-abi=hard -…
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DarrayRCU.rst7 also be used to protect arrays. Three situations are as follows:
19 arrays is that compilers can play way too many optimization games with
22 arrays prove to be particularly valuable (which they have not thus far),
44 Static arrays, where the data (rather than a pointer to the data) is
60 Use of RCU for resizable arrays is demonstrated by the grow_ary()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/cnpy/
H A Dcnpy.cpp296 cnpy::npz_t arrays; in npz_load() local
332 arrays[varname] = load_the_npy_file(fp); in npz_load()
334 arrays[varname] = load_the_npz_array(fp, compr_bytes, uncompr_bytes); in npz_load()
339 return arrays; in npz_load()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/cnpy/
H A Dcnpy.cpp296 cnpy::npz_t arrays; in npz_load() local
332 arrays[varname] = load_the_npy_file(fp); in npz_load()
334 arrays[varname] = load_the_npz_array(fp, compr_bytes, uncompr_bytes); in npz_load()
339 return arrays; in npz_load()
/OK3568_Linux_fs/kernel/Documentation/driver-api/md/
H A Draid5-ppl.rst5 Partial Parity Log (PPL) is a feature available for RAID5 arrays. The issue
42 metadata arrays. It can be enabled using mdadm option --consistency-policy=ppl.
45 keep data structures and implementation simple. RAID5 arrays with so many disks
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dmd.rst1 RAID arrays
4 Boot time assembly of RAID arrays
14 for old raid arrays without persistent superblocks::
18 for raid arrays with persistent superblocks::
77 Boot time autodetection of RAID arrays
81 type 0xfd are scanned and automatically assembled into RAID arrays.
87 that all auto-detected arrays are assembled as partitionable.
89 Boot time assembly of degraded/dirty arrays
108 arrays to be started.
165 Specific Rules that apply to format-0 super block arrays, and arrays with no superblock (non-persis…
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dnuma.c385 const __be32 *arrays; member
425 aa->arrays = prop; in of_get_assoc_arrays()
435 struct assoc_arrays aa = { .arrays = NULL }; in of_drconf_to_nid_single()
450 nid = of_read_number(&aa.arrays[index], 1); in of_drconf_to_nid_single()
458 &aa.arrays[index]); in of_drconf_to_nid_single()
/OK3568_Linux_fs/buildroot/package/python-xmljson/
H A DConfig.in4 Converts XML into JSON/Python dicts/arrays and vice-versa.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-bitarray_2.4.1.bb1 SUMMARY = "A high-level Python efficient arrays of booleans -- C extension"
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.440-DDR-performance26 Increase the size of the arrays if this shows that you are not getting
67 Increase the size of the arrays if this shows that you are not getting
/OK3568_Linux_fs/kernel/Documentation/process/
H A Ddeprecated.rst91 <#zero-length-and-one-element-arrays>`_ instead.
172 sized stack arrays. While these non-trivial `performance issues
217 Zero-length and one-element arrays
222 for these cases. The older style of one-element or zero-length arrays should
236 was introduced to allow for zero-length arrays, to avoid these kinds of
292 With respect to one-element arrays, one has to be acutely aware that `such arrays
/OK3568_Linux_fs/buildroot/package/mdadm/
H A DConfig.in6 Utility for managing Linux Software RAID arrays.
/OK3568_Linux_fs/buildroot/package/fstrcmp/
H A DConfig.in6 fuzzy comparisons of strings and byte arrays, including multi-
/OK3568_Linux_fs/buildroot/package/orc/
H A DConfig.in6 very simple programs that operate on arrays of data.
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dprog.c792 __u64 arrays; in do_dump() local
853 arrays = 1UL << BPF_PROG_INFO_JITED_INSNS; in do_dump()
855 arrays = 1UL << BPF_PROG_INFO_XLATED_INSNS; in do_dump()
857 arrays |= 1UL << BPF_PROG_INFO_JITED_KSYMS; in do_dump()
858 arrays |= 1UL << BPF_PROG_INFO_JITED_FUNC_LENS; in do_dump()
859 arrays |= 1UL << BPF_PROG_INFO_FUNC_INFO; in do_dump()
860 arrays |= 1UL << BPF_PROG_INFO_LINE_INFO; in do_dump()
861 arrays |= 1UL << BPF_PROG_INFO_JITED_LINE_INFO; in do_dump()
866 info_linear = bpf_program__get_prog_info_linear(fds[i], arrays); in do_dump()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch75 * coefficient arrays and thus do not require any lossy decompression
84 * arrays for most of the transforms. That could result in much thrashing
87 + * If cropping or trimming is involved, the destination arrays may be smaller
88 + * than the source arrays. Note it is not possible to do horizontal flip
96 * 1. Both the source and destination virtual arrays are allocated from the
893 * We allocate the workspace virtual arrays from the source decompression
894 * object, so that all the arrays (both the original data and the workspace)
898 * the source's virtual arrays).
1046 + /* Figure out whether we need workspace arrays,
1067 - /* Need workspace arrays having same dimensions as source image.
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dr100.c1333 track->arrays[i + 0].esize = idx_value >> 8; in r100_packet3_load_vbpntr()
1334 track->arrays[i + 0].robj = reloc->robj; in r100_packet3_load_vbpntr()
1335 track->arrays[i + 0].esize &= 0x7F; in r100_packet3_load_vbpntr()
1344 track->arrays[i + 1].robj = reloc->robj; in r100_packet3_load_vbpntr()
1345 track->arrays[i + 1].esize = idx_value >> 24; in r100_packet3_load_vbpntr()
1346 track->arrays[i + 1].esize &= 0x7F; in r100_packet3_load_vbpntr()
1358 track->arrays[i + 0].robj = reloc->robj; in r100_packet3_load_vbpntr()
1359 track->arrays[i + 0].esize = idx_value >> 8; in r100_packet3_load_vbpntr()
1360 track->arrays[i + 0].esize &= 0x7F; in r100_packet3_load_vbpntr()
1953 track->arrays[0].robj = reloc->robj; in r100_packet3_check()
[all …]
H A Dr100_track.h69 struct r100_cs_track_array arrays[16]; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libenv/
H A Dlibenv-perl_1.04.bb1 SUMMARY = "Perl module that imports environment variables as scalars or arrays"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ieee802154/
H A Dat86rf230.txt16 arrays of xtal pins: 0 = +0 pF, 0xf = +4.5 pF
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libio/
H A Dlibio-stringy-perl_2.111.bb1 SUMMARY = "IO-stringy - I/O on in-core objects like strings and arrays"

12345678