Home
last modified time | relevance | path

Searched full:pairs (Results 1 – 25 of 1383) sorted by relevance

12345678910>>...56

/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 Db-header-vars15 …ypes.h aarch64-opts.h aarch64-cores.def aarch64-arches.def aarch64-fusion-pairs.def aarch64-tuning…
20 …ypes.h aarch64-opts.h aarch64-cores.def aarch64-arches.def aarch64-fusion-pairs.def aarch64-tuning…
29pairs.def aarch64-tuning-flags.def real.h fixed-value.h tree-check.h c-family/c-common.h c-family/…
33 …arch64/aarch64-opts.h aarch64-cores.def aarch64-arches.def aarch64-fusion-pairs.def aarch64-tuning…
36 …arch64/aarch64-opts.h aarch64-cores.def aarch64-arches.def aarch64-fusion-pairs.def aarch64-tuning…
37 …arch64/aarch64-opts.h aarch64-cores.def aarch64-arches.def aarch64-fusion-pairs.def aarch64-tuning…
39 …ypes.h aarch64-opts.h aarch64-cores.def aarch64-arches.def aarch64-fusion-pairs.def aarch64-tuning…
40pairs.def aarch64-tuning-flags.def aarch64-cores.def hard-reg-set.h vec.h statistics.h ggc.h gtype…
44 …arch64/aarch64-opts.h aarch64-cores.def aarch64-arches.def aarch64-fusion-pairs.def aarch64-tuning…
45 …arch64/aarch64-opts.h aarch64-cores.def aarch64-arches.def aarch64-fusion-pairs.def aarch64-tuning…
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A DKconfig42 can store IPv4 address and (source) MAC address pairs from a range.
70 can store IPv4/IPv6 address and mark pairs.
79 can store IPv4/IPv6 address and protocol/port pairs.
108 one can store IPv4/IPv6 address and MAC (ethernet address) pairs in a set.
144 one can store IPv4/IPv6 network address/prefix pairs in a set.
154 protocol/port pairs as elements in a set.
164 interface name pairs as elements in a set.
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dlocktorture.rst53 spin_lock() and spin_unlock() pairs.
56 spin_lock_irq() and spin_unlock_irq() pairs.
59 read/write lock() and unlock() rwlock pairs.
63 rwlock pairs.
66 mutex_lock() and mutex_unlock() pairs.
69 rtmutex_lock() and rtmutex_unlock() pairs.
73 read/write down() and up() semaphore pairs.
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmaar.h15 * @num_pairs: The number of MAAR pairs present in the system.
18 * MAAR pairs as required, from 0 up to the maximum of num_pairs-1, and returns
21 * that it has configured 0 MAAR pairs.
23 * Return: The number of MAAR pairs configured.
109 * @num_pairs: The number of MAAR pairs present in the system.
114 * Return: The number of MAAR pairs configured.
/OK3568_Linux_fs/tools/linux/rk_sign_tool/
H A Dreadme.txt7 2.generate rsa key pairs ,just do it once.if you have key pairs generated before ,go next
9 3.load rsa key pairs,just do it onece . if you have key pairs loaded before, go next
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_broadcast.h17 * - Represents up to 8 × (MMU + PP) pairs.
18 * - Supports dynamically changing which (MMU + PP) pairs receive the broadcast by
30 /* Add a group to the list of (MMU + PP) pairs broadcasts go out to. */
33 /* Remove a group to the list of (MMU + PP) pairs broadcasts go out to. */
/OK3568_Linux_fs/kernel/lib/livepatch/
H A Dtest_klp_shadow_vars.c254 /* pass 4: free <objs[*], SV_ID1> pairs of svars, verify removal */ in test_klp_shadow_vars_init()
256 shadow_free(&objs[i], SV_ID1, shadow_dtor); /* 'char' pairs */ in test_klp_shadow_vars_init()
262 /* pass 5: check we still find <objs[*], SV_ID2> svar pairs */ in test_klp_shadow_vars_init()
264 sv = shadow_get(&objs[i], SV_ID2); /* 'int' pairs */ in test_klp_shadow_vars_init()
274 /* pass 6: free all the <objs[*], SV_ID2> svar pairs too. */ in test_klp_shadow_vars_init()
275 shadow_free_all(SV_ID2, NULL); /* 'int' pairs */ in test_klp_shadow_vars_init()
286 shadow_free_all(SV_ID1, NULL); /* 'char' pairs */ in test_klp_shadow_vars_init()
287 shadow_free_all(SV_ID2, NULL); /* 'int' pairs */ in test_klp_shadow_vars_init()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsort.h97 } pairs; member
172 return !list_empty(&he->pairs.node); in hist_entry__has_pairs()
178 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node); in hist_entry__next_pair()
185 list_add_tail(&pair->pairs.node, &he->pairs.head); in hist_entry__add_pair()
/OK3568_Linux_fs/u-boot/include/dm/
H A Dfdtaddr.h40 * @index: the 'reg' property can hold a list of <addr, size> pairs
66 * @index: the 'reg' property can hold a list of <addr, size> pairs
79 * @index: the 'reg' property can hold a list of <addr, size> pairs
93 * @name: the 'reg' property can hold a list of <addr, size> pairs, with the
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_ringbuffer.c55 * this pairs with smp_store_release() in dvb_ringbuffer_write(), in dvb_ringbuffer_empty()
70 * this pairs with smp_store_release() in dvb_ringbuffer_read(), in dvb_ringbuffer_free()
87 * this pairs with smp_store_release() in dvb_ringbuffer_write(), in dvb_ringbuffer_avail()
146 * this pairs with READ_ONCE() in dvb_ringbuffer_free() in dvb_ringbuffer_read_user()
171 * this pairs with READ_ONCE() in dvb_ringbuffer_free() in dvb_ringbuffer_read()
195 * update, this pairs with smp_load_acquire() in in dvb_ringbuffer_write()
224 * update, this pairs with smp_load_acquire() in in dvb_ringbuffer_write_user()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Dhisilicon,histb-xhci.txt9 - clocks: a list of phandle + clock-specifier pairs, one for each
16 - resets: a list of phandle and reset specifier pairs as listed in
20 - phys: a list of phandle + phy specifier pairs
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-uevent18 You need to pass UUID first before any KEY=VALUE pairs.
31 The KEY=VALUE pairs can contain alphanumeric characters only.
33 It's possible to define zero or more pairs - each pair is then
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Drunlist.c708 * ntfs_mapping_pairs_decompress - convert mapping pairs array to runlist
710 * @attr: attribute record whose mapping pairs array to decompress
715 * Decompress the attribute @attr's mapping pairs array into a runlist. On
742 u8 *buf; /* Current position in mapping pairs array. */ in ntfs_mapping_pairs_decompress()
760 /* Get start of the mapping pairs array. */ in ntfs_mapping_pairs_decompress()
768 /* If the mapping pairs array is valid but empty, nothing to do. */ in ntfs_mapping_pairs_decompress()
820 "pairs array."); in ntfs_mapping_pairs_decompress()
828 ntfs_error(vol->sb, "Invalid length in mapping pairs " in ntfs_mapping_pairs_decompress()
874 "mapping pairs array."); in ntfs_mapping_pairs_decompress()
894 ntfs_error(vol->sb, "Corrupt mapping pairs array in " in ntfs_mapping_pairs_decompress()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dcompandt.c163 unsigned i, j, num, pairs, commas = 0; in lsx_compandt_parse() local
172 pairs = 1 + commas / 2; in lsx_compandt_parse()
173 ++pairs; /* allow room for extra pair at the beginning */ in lsx_compandt_parse()
174 pairs *= 2; /* allow room for the auto-curves */ in lsx_compandt_parse()
175 ++pairs; /* allow room for 0,0 at end */ in lsx_compandt_parse()
176 t->segments = lsx_calloc(pairs, sizeof(*t->segments)); in lsx_compandt_parse()
/OK3568_Linux_fs/kernel/lib/
H A Dstackdepot.c81 * This smp_load_acquire() pairs with smp_store_release() to in init_stack_slab()
96 * This smp_store_release pairs with smp_load_acquire() from in init_stack_slab()
121 * smp_store_release() here pairs with smp_load_acquire() from in depot_alloc_stack()
278 * The smp_load_acquire() here pairs with smp_store_release() to in stack_depot_save()
291 * The smp_load_acquire() here pairs with smp_store_release() to in stack_depot_save()
318 * This smp_store_release() pairs with in stack_depot_save()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dbrcm,brcmstb-usb-phy.txt12 - reg: 1 or 2 offset and length pairs. One for the base CTRL registers
16 - reg: 3 offset and length pairs for CTRL, XHCI_EC and XHCI_GBL
20 - reg: 5 offset and length pairs for CTRL, XHCI_EC, XHCI_GBL,
/OK3568_Linux_fs/kernel/kernel/printk/
H A Dprintk_ringbuffer.c269 * The memory barrier pairs and their ordering are:
457 * not apply to the descriptor state. This pairs with _prb_commit:B. in desc_read()
489 * that may not apply to the copied content. This pairs with in desc_read()
505 * not apply to the copied data. This pairs with data_alloc:A and in desc_read()
646 * CPU. This pairs with data_push_tail:D. in data_push_tail()
683 * have been previously pushed. This pairs with in data_push_tail()
710 * have been previously pushed. This pairs with in data_push_tail()
748 * the descriptor states reusable. This pairs with in data_push_tail()
834 * descriptor states reusable. This pairs with desc_reserve:D. in desc_push_tail()
842 * case that the descriptor has been recycled. This pairs in desc_push_tail()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dsirf-audio-port.txt6 - dmas: List of DMA controller phandle and DMA request line ordered pairs.
8 These strings correspond 1:1 with the ordered pairs in dmas.
H A Dbrcm,bcm2835-i2s.txt7 - dmas: List of DMA controller phandle and DMA request line ordered pairs.
9 These strings correspond 1:1 with the ordered pairs in dmas.
H A Dsprd-pcm.txt5 - dmas: Specify the list of DMA controller phandle and DMA request line ordered pairs.
7 These strings correspond 1:1 with the ordered pairs in dmas.
H A Dzte,zx-spdif.txt6 - clocks : Pairs of phandle and specifier referencing the controller's clocks.
8 - dmas: Pairs of phandle and specifier for the DMA channel that is used by
H A Dsirf-usp.txt6 - dmas: List of DMA controller phandle and DMA request line ordered pairs.
8 These strings correspond 1:1 with the ordered pairs in dmas.
/OK3568_Linux_fs/kernel/drivers/memory/tegra/
H A Dtegra186-emc.c197 dev_err(&pdev->dev, "failed to EMC DVFS pairs: %d\n", err); in tegra186_emc_probe()
213 dev_dbg(&pdev->dev, "%u DVFS pairs:\n", emc->num_dvfs); in tegra186_emc_probe()
216 emc->dvfs[i].rate = response.pairs[i].freq * 1000; in tegra186_emc_probe()
217 emc->dvfs[i].latency = response.pairs[i].latency; in tegra186_emc_probe()
/OK3568_Linux_fs/u-boot/arch/arm/mach-zynq/
H A DKconfig63 Add register writes to boot.bin format (max 256 pairs).
64 Expect a table of register-value pairs, e.g. "0x12345678 0x4321"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dstl_multimap.h73 * @brief A standard container made up of (key,value) pairs, which can be in _GLIBCXX_VISIBILITY()
485 * thus multiple pairs with the same key can be inserted. in _GLIBCXX_VISIBILITY()
506 * thus multiple pairs with the same key can be inserted. in _GLIBCXX_VISIBILITY()
528 * of pairs). in _GLIBCXX_VISIBILITY()
533 * thus multiple pairs with the same key can be inserted. in _GLIBCXX_VISIBILITY()
561 * of pairs). in _GLIBCXX_VISIBILITY()
566 * thus multiple pairs with the same key can be inserted. in _GLIBCXX_VISIBILITY()
618 * @brief Attempts to insert a list of std::pairs into the %multimap. in _GLIBCXX_VISIBILITY()
619 * @param __l A std::initializer_list<value_type> of pairs to be in _GLIBCXX_VISIBILITY()
881 * @param __x Key of (key, value) pairs to be located. in _GLIBCXX_VISIBILITY()
[all …]

12345678910>>...56