| /OK3568_Linux_fs/external/mpp/mpp/codec/rc/ |
| H A D | rc_data_impl.cpp | 60 RcDataIndexes *indexes = &p->indexes; in rc_data_node_init() local 74 list_add_tail(&head->status, &indexes->status[status]); in rc_data_node_init() 75 indexes->status_cnt[status]++; in rc_data_node_init() 119 rc_data_indexes_init(&p->indexes); in rc_data_group_reset() 139 RcDataIndexes *indexes = &p->indexes; in rc_data_group_get_node_by_seq_id() local 141 if (list_empty(&indexes->seq)) in rc_data_group_get_node_by_seq_id() 147 if (MPP_ABS(seq_id - indexes->seq_new) < MPP_ABS(seq_id - indexes->seq_old)) { in rc_data_group_get_node_by_seq_id() 148 list_for_each_entry(pos, &indexes->seq, RcDataHead, seq) { in rc_data_group_get_node_by_seq_id() 155 list_for_each_entry_reverse(pos, &indexes->seq, RcDataHead, seq) { in rc_data_group_get_node_by_seq_id() 168 RcDataIndexes *indexes = &p->indexes; in rc_data_group_get_node_by_status() local [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/tests/ |
| H A D | restapi.py | 33 … self.layerindex.store_layerindex('file://%s/file.json' % self.tempdir, self.layerindex.indexes[0]) 44 for itemId in self.layerindex.indexes[0].layerItems: 45 layerItemNames.append(self.layerindex.indexes[0].layerItems[itemId].name) 47 for layerBranchId in self.layerindex.indexes[0].layerBranches: 48 … layerItemNames.remove(self.layerindex.indexes[0].layerBranches[layerBranchId].layer.name) 50 for itemId in reload.indexes[0].layerItems: 51 …self.assertFalse(reload.indexes[0].layerItems[itemId].name in layerItemNames, msg="Item reloaded w… 54 for type in self.layerindex.indexes[0]._index: 57 type in self.layerindex.indexes[0].config['local']: 59 for id in getattr(self.layerindex.indexes[0], type): [all …]
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/power/ |
| H A D | qcom-rpmpd.h | 7 /* SDM845 Power Domain Indexes */ 18 /* SM8150 Power Domain Indexes */ 31 /* SM8250 Power Domain Indexes */ 43 /* SC7180 Power Domain Indexes */ 67 /* MSM8976 Power Domain Indexes */ 75 /* MSM8996 Power Domain Indexes */ 84 /* MSM8998 Power Domain Indexes */
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | rpaphp_core.c | 161 const __be32 *indexes, *names, *types, *domains; in get_children_props() local 163 indexes = of_get_property(dn, "ibm,drc-indexes", NULL); in get_children_props() 168 if (!indexes || !names || !types || !domains) { in get_children_props() 173 *drc_indexes = indexes; in get_children_props() 197 const __be32 *indexes, *names; in rpaphp_check_drc_props_v1() local 201 rc = get_children_props(dn->parent, &indexes, &names, &types, &domains); in rpaphp_check_drc_props_v1() 210 for (i = 0; i < be32_to_cpu(indexes[0]); i++) { in rpaphp_check_drc_props_v1() 211 if (be32_to_cpu(indexes[i + 1]) == my_index) in rpaphp_check_drc_props_v1() 304 * @indexes: passed to get_children_props() 314 static int is_php_dn(struct device_node *dn, const __be32 **indexes, in is_php_dn() argument [all …]
|
| /OK3568_Linux_fs/kernel/fs/squashfs/ |
| H A D | id.c | 14 * For space efficiency regular files store uid and gid indexes, which are 58 * Read uncompressed id lookup table indexes from disk into memory 64 unsigned int indexes = SQUASHFS_ID_BLOCKS(no_ids); in squashfs_read_id_index_table() local 89 * table[0], table[1], ... table[indexes - 1] store the locations in squashfs_read_id_index_table() 92 * should be SQUASHFS_METADATA_SIZE or less. table[indexes - 1] in squashfs_read_id_index_table() 96 for (n = 0; n < (indexes - 1); n++) { in squashfs_read_id_index_table() 107 start = le64_to_cpu(table[indexes - 1]); in squashfs_read_id_index_table()
|
| H A D | xattr_id.c | 56 * Read uncompressed xattr id lookup table indexes from disk into memory 62 unsigned int len, indexes; in squashfs_read_xattr_id_table() local 83 indexes = SQUASHFS_XATTR_BLOCKS(*xattr_ids); in squashfs_read_xattr_id_table() 99 /* table[0], table[1], ... table[indexes - 1] store the locations in squashfs_read_xattr_id_table() 102 * should be SQUASHFS_METADATA_SIZE or less. table[indexes - 1] in squashfs_read_xattr_id_table() 108 for (n = 0; n < (indexes - 1); n++) { in squashfs_read_xattr_id_table() 119 start = le64_to_cpu(table[indexes - 1]); in squashfs_read_xattr_id_table()
|
| H A D | export.c | 113 * Read uncompressed inode lookup table indexes off disk into memory 119 unsigned int indexes = SQUASHFS_LOOKUP_BLOCKS(inodes); in squashfs_read_inode_lookup_table() local 144 * table0], table[1], ... table[indexes - 1] store the locations in squashfs_read_inode_lookup_table() 148 * table[indexes - 1] should be less than lookup_table_start, and in squashfs_read_inode_lookup_table() 151 for (n = 0; n < (indexes - 1); n++) { in squashfs_read_inode_lookup_table() 163 start = le64_to_cpu(table[indexes - 1]); in squashfs_read_inode_lookup_table()
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | mp2975.rst | 61 - indexes 1, 1*n for "iin"; 62 - indexes n+1, n+2 for "iout"; 63 - indexes 2*n+1 ... 2*n + k for phases. 83 - indexes 1 for "iin"; 84 - indexes n+1, n+2 for "vout"; 106 - indexes 1 for "pin"; 107 - indexes n+1, n+2 for "pout";
|
| H A D | xdpe12284.rst | 48 indexes 1, 2 are for "iin" and 3, 4 for "iout": 65 indexes 1, 2 are for "vin" and 3, 4 for "vout": 82 indexes 1, 2 are for "pin" and 3, 4 for "pout":
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | setup.c | 619 const int *indexes; in pseries_get_iov_fw_value() local 623 indexes = of_get_property(dn, "ibm,open-sriov-vf-bar-info", NULL); in pseries_get_iov_fw_value() 624 if (!indexes) in pseries_get_iov_fw_value() 632 num_res = of_read_number(&indexes[NUM_RES_PROPERTY], 1); in pseries_get_iov_fw_value() 639 ret = of_read_number(&indexes[i], 2); in pseries_get_iov_fw_value() 642 ret = of_read_number(&indexes[i + APERTURE_PROPERTY], 2); in pseries_get_iov_fw_value() 645 ret = of_read_number(&indexes[i + WDW_SIZE_PROPERTY], 2); in pseries_get_iov_fw_value() 652 void of_pci_set_vf_bar_size(struct pci_dev *dev, const int *indexes) in of_pci_set_vf_bar_size() argument 658 num_res = of_read_number(&indexes[NUM_RES_PROPERTY], 1); in of_pci_set_vf_bar_size() 663 base = of_read_number(&indexes[i], 2); in of_pci_set_vf_bar_size() [all …]
|
| H A D | pseries_energy.c | 79 * The first element of ibm,drc-indexes array is the in cpu_to_drc_index() 84 rc = of_property_read_u32_index(dn, "ibm,drc-indexes", in cpu_to_drc_index() 90 rc = of_property_read_u32_index(dn, "ibm,drc-indexes", in cpu_to_drc_index() 113 const int *indexes; in drc_index_to_cpu() local 153 indexes = of_get_property(dn, "ibm,drc-indexes", NULL); in drc_index_to_cpu() 154 if (indexes == NULL) in drc_index_to_cpu() 161 for (i = 0; i < indexes[0]; i++) { in drc_index_to_cpu() 162 if (indexes[i + 1] == drc_index) in drc_index_to_cpu()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/3com/ |
| H A D | typhoon.c | 243 struct typhoon_indexes indexes __3xp_aligned; 268 struct typhoon_indexes *indexes; member 483 struct typhoon_indexes *indexes = tp->indexes; in typhoon_process_response() local 490 cleared = le32_to_cpu(indexes->respCleared); in typhoon_process_response() 491 ready = le32_to_cpu(indexes->respReady); in typhoon_process_response() 533 indexes->respCleared = cpu_to_le32(cleared); in typhoon_process_response() 553 int cmdCleared = le32_to_cpu(tp->indexes->cmdCleared); in typhoon_num_free_cmd() 561 int respReady = le32_to_cpu(tp->indexes->respReady); in typhoon_num_free_resp() 562 int respCleared = le32_to_cpu(tp->indexes->respCleared); in typhoon_num_free_resp() 578 struct typhoon_indexes *indexes = tp->indexes; in typhoon_issue_command() local [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | cross_tile_symbol_index.cpp | 66 * To prevent labels from flashing out and in we adjust the tileID values in the indexes 74 for (auto& zoomIndex : indexes) { in handleWrapJump() 84 indexes = std::move(newIndexes); in handleWrapJump() 91 const auto& thisZoomIndexes = indexes[tileID.overscaledZ]; in addBucket() 109 for (auto& it : indexes) { in addBucket() 136 indexes[tileID.overscaledZ].erase(tileID); in addBucket() 137 …indexes[tileID.overscaledZ].emplace(tileID, TileLayerIndex(tileID, bucket.symbolInstances, bucket.… in addBucket() 151 for (auto& zoomIndexes : indexes) { in removeStaleBuckets()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/ |
| H A D | __init__.py | 49 # the layer may contain one or more individual indexes 58 self.indexes = [] 75 for indexEnt in self.indexes: 76 newIndex.indexes.append(indexEnt) 78 for indexEnt in other.indexes: 79 newIndex.indexes.append(indexEnt) 180 indexURI - An index to load. (Use multiple calls to load multiple indexes) 182 reload - If reload is True, then any previously loaded indexes will be forgotten. 205 self.indexes = [] 236 self.indexes.append(indexEnt) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | set-print-array_002dindexes.html | 18 <title>Debugging with GDB: set print array-indexes</title> 20 <meta name="description" content="Debugging with GDB: set print array-indexes"> 21 <meta name="keywords" content="Debugging with GDB: set print array-indexes"> 61 …or is at <a href="Print-Settings.html#set-print-array_002dindexes">set print array-indexes</a>.</p>
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | set-print-array_002dindexes.html | 18 <title>Debugging with GDB: set print array-indexes</title> 20 <meta name="description" content="Debugging with GDB: set print array-indexes"> 21 <meta name="keywords" content="Debugging with GDB: set print array-indexes"> 61 …or is at <a href="Print-Settings.html#set-print-array_002dindexes">set print array-indexes</a>.</p>
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-cache-block-types.h | 15 * It's helpful to get sparse to differentiate between indexes into the 16 * origin device, indexes into the cache device, and indexes into the
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/bit-rot/ |
| H A D | sndio.h | 80 unsigned enc; /* mask of enc[] indexes */ 81 unsigned rchan; /* mask of chan[] indexes (rec) */ 82 unsigned pchan; /* mask of chan[] indexes (play) */ 83 unsigned rate; /* mask of rate[] indexes */
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A D | arrayRCU.rst | 18 case is **not** supported. The problem with RCU-protected indexes into 20 integers, which means that the rules governing handling of these indexes 21 are far more trouble than they are worth. If RCU-protected indexes into 116 indexes into the array under the protection of rcu_read_lock(),
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativeplacecontentmodel.cpp | 316 //find out which indexes are new and which ones have changed. in fetchFinished() 326 //insert new indexes in blocks where within each in fetchFinished() 327 //block, the indexes are consecutive. in fetchFinished() 355 //modify changed indexes in blocks where within each in fetchFinished() 356 //block, the indexes are consecutive. in fetchFinished()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/cirrus/ |
| H A D | pinctrl-cs47l15.c | 16 * the lower function indexes for convenience, and the less commonly used gpio 17 * functions at higher indexes.
|
| H A D | pinctrl-cs47l92.c | 16 * the lower function indexes for convenience, and the less commonly used gpio 17 * functions at higher indexes.
|
| H A D | pinctrl-cs47l35.c | 15 * the lower function indexes for convenience, and the less commonly used gpio 16 * functions at higher indexes.
|
| H A D | pinctrl-cs47l90.c | 15 * the lower function indexes for convenience, and the less commonly used gpio 16 * functions at higher indexes.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | qcom,camss.txt | 130 and C-PHY, indexes are in a common set and 135 Definition: An array of physical data lanes indexes. 139 is supported. Physical lane indexes for
|