| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | ig_NG | 58 % &K<kp<<<Kp<<<KP<kw<<<Kw<<<KW 102 collating-symbol <kw-digraph> 103 collating-element <kw> from "kw" 145 <kw-digraph> 181 <kw> <kw-digraph>;"<BASE><BASE>";"<MIN><MIN>";IGNORE 182 <kW> <kw-digraph>;"<BASE><BASE>";"<MIN><CAP>";IGNORE 183 <Kw> <kw-digraph>;"<BASE><BASE>";"<CAP><MIN>";IGNORE 184 <KW> <kw-digraph>;"<BASE><BASE>";"<CAP><CAP>";IGNORE
|
| H A D | kw_GB | 164 lang_ab "kw"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | ig_NG | 58 % &K<kp<<<Kp<<<KP<kw<<<Kw<<<KW 102 collating-symbol <kw-digraph> 103 collating-element <kw> from "kw" 145 <kw-digraph> 181 <kw> <kw-digraph>;"<BASE><BASE>";"<MIN><MIN>";IGNORE 182 <kW> <kw-digraph>;"<BASE><BASE>";"<MIN><CAP>";IGNORE 183 <Kw> <kw-digraph>;"<BASE><BASE>";"<CAP><MIN>";IGNORE 184 <KW> <kw-digraph>;"<BASE><BASE>";"<CAP><CAP>";IGNORE
|
| H A D | kw_GB | 164 lang_ab "kw"
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc.c | 196 *cam1 = entry->kw[0]; in npc_get_keyword() 201 *cam1 = entry->kw[1] & CAM_MASK(48); in npc_get_keyword() 208 *cam1 = (entry->kw[1] >> 48) & CAM_MASK(16); in npc_get_keyword() 209 *cam1 |= ((entry->kw[2] & CAM_MASK(48)) << 16); in npc_get_keyword() 217 *cam1 = (entry->kw[2] >> 48) & CAM_MASK(16); in npc_get_keyword() 218 *cam1 |= ((entry->kw[3] & CAM_MASK(32)) << 16); in npc_get_keyword() 226 *cam1 = (entry->kw[3] >> 32) & CAM_MASK(32); in npc_get_keyword() 227 *cam1 |= ((entry->kw[4] & CAM_MASK(32)) << 32); in npc_get_keyword() 235 *cam1 = (entry->kw[4] >> 32) & CAM_MASK(32); in npc_get_keyword() 236 *cam1 |= ((entry->kw[5] & CAM_MASK(16)) << 32); in npc_get_keyword() [all …]
|
| H A D | mbox.h | 765 u64 kw[NPC_MAX_KWS_IN_KEY]; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | CVE-2022-41974.patch | 34 - vector_foreach_slot(vec, kw, i) 35 - fp += kw->code; 37 + vector_foreach_slot(vec, kw, i) { 38 + if (fp & kw->code) 40 + fp |= kw->code;
|
| H A D | 0027-RH-warn-on-invalid-regex-instead-of-failing.patch | 126 int snprint_keyword(char *buff, int len, char *fmt, struct keyword *kw,
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | decorators.py | 225 def wrapped_f(*args, **kw): argument 233 return fn(*args, **kw) 278 def wrapped_f(self, *args, **kw): argument 290 return fn(self, *args, **kw)
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-pkgdata-browser | 26 def timed(*args, **kw): argument 29 result = f(*args, **kw) 32 (f.__name__, args, kw, te-ts))
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | vpd.c | 503 unsigned int len, const char *kw) in pci_vpd_find_info_keyword() argument 508 if (buf[i + 0] == kw[0] && in pci_vpd_find_info_keyword() 509 buf[i + 1] == kw[1]) in pci_vpd_find_info_keyword()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/gcr/gcr/ |
| H A D | b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch | 4 Subject: [PATCH] meson: Fix unknown kw argument in gnome.generate_gir
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_buildsys_python.py | 705 new_value = dict((kw.arg, self.visit(kw.value)) for kw in value)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | tx.c | 480 trans_pcie->kw.dma >> 4); in iwl_trans_pcie_tx_reset() 581 iwl_pcie_free_dma_ptr(trans, &trans_pcie->kw); in iwl_pcie_tx_free() 617 ret = iwl_pcie_alloc_dma_ptr(trans, &trans_pcie->kw, IWL_KW_SIZE); in iwl_pcie_tx_alloc() 682 trans_pcie->kw.dma >> 4); in iwl_pcie_tx_init()
|
| H A D | internal.h | 415 struct iwl_dma_ptr kw; member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/ |
| H A D | 0001-Update-Cython-version-to-fix-NanoSVG-issues-with-Pyt.patch | 154 static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw) { 159 return PyObject_Call(func, arg, kw);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965-mac.c | 1954 il4965_free_dma_ptr(il, &il->kw); in il4965_hw_txq_ctx_free() 1983 ret = il4965_alloc_dma_ptr(il, &il->kw, IL_KW_SIZE); in il4965_txq_ctx_alloc() 2000 il_wr(il, FH49_KW_MEM_ADDR_REG, il->kw.dma >> 4); in il4965_txq_ctx_alloc() 2017 il4965_free_dma_ptr(il, &il->kw); in il4965_txq_ctx_alloc() 2035 il_wr(il, FH49_KW_MEM_ADDR_REG, il->kw.dma >> 4); in il4965_txq_ctx_reset()
|
| H A D | common.h | 1256 struct il_dma_ptr kw; /* keep warm address */ member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/csiostor/ |
| H A D | csio_hw.c | 261 csio_hw_get_vpd_keyword_val(const struct t4_vpd_hdr *v, const char *kw) in csio_hw_get_vpd_keyword_val() argument 274 if (memcmp(buf + i , kw, 2) == 0) { in csio_hw_get_vpd_keyword_val()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pci.h | 2343 unsigned int len, const char *kw);
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 84 …120111004%c�$2U&8����xeR6Z��\G8!<[J_{|����������������X_�|���P?0IrgRW]]kw|����{urng``I31-OQ.$… 107 …*--+**))**)(*,,+*+*)*+++,,-+),-,,,,**+*+*+.*,,))++-+*,-*%#:\YL\w��`GXXL[bk�kw����zn[3!'3;<=@BDEGHH… 575 …-./01/02//004(B�R N3!2{����nYA"+l��s1 GxZIu�����������������yNw���_,kw\RNTY\ahuyxwwsnie_H/)… 590 …8<=??<;8553247646654454345125'A��~����������|gTLLQVUQKFEK[kw}����|~���|xtssrnjf^U… 745 …���������������������������������������������������������������������������kw���������������������… 857 …�����˩@+���������������������yp����Ƽ��������|����������������������������kw���������������������… 937 …YSLC;3.,,.110//.+,.+,../0/.////.01./-''%#$1JLR`njBGR*.FK__\kp_f|\KfM;P8;v�kw���������������������… 1015 …#/-**%#$ "## %)-5BVWOB/'%"""&##)(,G\^Z^kw{||~������zrov�����ys… 1193 …�������������������������������������������������Zt����������˾���������į��~kw���������������κ�����… 1647 …kw{~~�����w`G9543432356454344321442443444432432222344226324343334553343421200230231102522322223222…
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190609-patch.sh.bz2 | 1#!/bin/sh
2# Use this script to patch ncurses 6.1 to 6.1 ( ... |