/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | container.js | 38 _proto.at = function at(index) { 39 return this.nodes[index]; 41 _proto.index = function index(child) { function 48 child = this.index(child); 51 var index; 53 index = this.indexes[id]; 54 if (index >= child) { 55 this.indexes[id] = index - 1; 73 var oldIndex = this.index(oldNod [all...] |
/third_party/node/deps/v8/include/ |
H A D | v8-object.h | 249 V8_WARN_UNUSED_RESULT Maybe<bool> Set(Local<Context> context, uint32_t index, 263 uint32_t index, 296 uint32_t index); 333 V8_WARN_UNUSED_RESULT Maybe<bool> Has(Local<Context> context, uint32_t index); 336 uint32_t index); 480 V8_INLINE Local<Value> GetInternalField(int index); 483 void SetInternalField(int index, Local<Value> value); 494 void SetInternalFieldForNodeCore(int index, Local<Module> value); 498 void SetInternalFieldForNodeCore(int index, Local<UnboundScript> value); 505 V8_INLINE void* GetAlignedPointerFromInternalField(int index); 508 GetAlignedPointerFromInternalField( const PersistentBase<Object>& object, int index) GetAlignedPointerFromInternalField() argument 514 GetAlignedPointerFromInternalField( const BasicTracedReference<Object>& object, int index) GetAlignedPointerFromInternalField() argument 729 GetInternalField(int index) GetInternalField() argument 754 GetAlignedPointerFromInternalField(int index) GetAlignedPointerFromInternalField() argument [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-array.cc | 173 uint32_t index; in RUNTIME_FUNCTION() local 177 index = static_cast<uint32_t>(value); in RUNTIME_FUNCTION() 184 index = static_cast<uint32_t>(value); in RUNTIME_FUNCTION() 189 if (index >= capacity) { in RUNTIME_FUNCTION() 193 object->GetElementsAccessor()->GrowCapacity(object, index)); in RUNTIME_FUNCTION() 267 int64_t index = 0; in RUNTIME_FUNCTION() 275 index = std::max<int64_t>(len + start_from, 0); in RUNTIME_FUNCTION() 277 index = start_from; in RUNTIME_FUNCTION() 285 index = static_cast<int64_t>(std::max<double>(start_from + len, 0)); in RUNTIME_FUNCTION() 287 index in RUNTIME_FUNCTION() [all...] |
/kernel/linux/linux-5.10/drivers/phy/tegra/ |
H A D | xusb-tegra210.c | 794 unsigned int index, bool idle) in tegra210_hsic_set_idle() 798 value = padctl_readl(padctl, XUSB_PADCTL_HSIC_PADX_CTL0(index)); in tegra210_hsic_set_idle() 813 padctl_writel(padctl, value, XUSB_PADCTL_HSIC_PADX_CTL0(index)); in tegra210_hsic_set_idle() 819 unsigned int index, bool enable) in tegra210_usb3_set_lfps_detect() 825 port = tegra_xusb_find_port(padctl, "usb3", index); in tegra210_usb3_set_lfps_detect() 832 offset = XUSB_PADCTL_UPHY_MISC_PAD_PX_CTL1(lane->index); in tegra210_usb3_set_lfps_detect() 880 unsigned int index) in tegra210_usb2_lane_probe() 890 usb2->base.soc = &pad->soc->lanes[index]; in tegra210_usb2_lane_probe() 891 usb2->base.index = index; in tegra210_usb2_lane_probe() 793 tegra210_hsic_set_idle(struct tegra_xusb_padctl *padctl, unsigned int index, bool idle) tegra210_hsic_set_idle() argument 818 tegra210_usb3_set_lfps_detect(struct tegra_xusb_padctl *padctl, unsigned int index, bool enable) tegra210_usb3_set_lfps_detect() argument 879 tegra210_usb2_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, unsigned int index) tegra210_usb2_lane_probe() argument 1044 unsigned int index = lane->index; tegra210_usb2_phy_power_on() local 1344 tegra210_hsic_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, unsigned int index) tegra210_hsic_lane_probe() argument 1410 unsigned int index = lane->index; tegra210_hsic_phy_power_on() local 1494 unsigned int index = lane->index; tegra210_hsic_phy_power_off() local 1603 tegra210_pcie_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, unsigned int index) tegra210_pcie_lane_probe() argument 1774 tegra210_sata_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, unsigned int index) tegra210_sata_lane_probe() argument 1990 unsigned int index = port->index; tegra210_usb3_port_enable() local 2076 unsigned int index = port->index; tegra210_usb3_port_disable() local [all...] |
H A D | xusb-tegra124.c | 289 unsigned int index) in tegra124_usb3_save_context() 295 port = tegra_xusb_find_usb3_port(padctl, index); in tegra124_usb3_save_context() 303 offset = XUSB_PADCTL_IOPHY_MISC_PAD_PX_CTL6(lane->index); in tegra124_usb3_save_context() 329 value = padctl_readl(padctl, XUSB_PADCTL_IOPHY_USB3_PADX_CTL4(index)); in tegra124_usb3_save_context() 338 padctl_writel(padctl, value, XUSB_PADCTL_IOPHY_USB3_PADX_CTL4(index)); in tegra124_usb3_save_context() 371 value = padctl_readl(padctl, XUSB_PADCTL_IOPHY_USB3_PADX_CTL2(index)); in tegra124_usb3_save_context() 380 padctl_writel(padctl, value, XUSB_PADCTL_IOPHY_USB3_PADX_CTL2(index)); in tegra124_usb3_save_context() 386 unsigned int index, bool idle) in tegra124_hsic_set_idle() 390 value = padctl_readl(padctl, XUSB_PADCTL_HSIC_PADX_CTL1(index)); in tegra124_hsic_set_idle() 399 padctl_writel(padctl, value, XUSB_PADCTL_HSIC_PADX_CTL1(index)); in tegra124_hsic_set_idle() 288 tegra124_usb3_save_context(struct tegra_xusb_padctl *padctl, unsigned int index) tegra124_usb3_save_context() argument 385 tegra124_hsic_set_idle(struct tegra_xusb_padctl *padctl, unsigned int index, bool idle) tegra124_hsic_set_idle() argument 427 tegra124_usb2_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, unsigned int index) tegra124_usb2_lane_probe() argument 486 unsigned int index = lane->index; tegra124_usb2_phy_power_on() local 676 tegra124_ulpi_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, unsigned int index) tegra124_ulpi_lane_probe() argument 812 tegra124_hsic_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, unsigned int index) tegra124_hsic_lane_probe() argument 869 unsigned int index = lane->index; tegra124_hsic_phy_power_on() local 938 unsigned int index = lane->index; tegra124_hsic_phy_power_off() local 1032 tegra124_pcie_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, unsigned int index) tegra124_pcie_lane_probe() argument 1210 tegra124_sata_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, unsigned int index) tegra124_sata_lane_probe() argument 1481 unsigned int index = port->index, offset; tegra124_usb3_port_enable() local [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | sht3x.c | 154 size_t index; in get_mode_from_update_interval() local 161 for (index = 1; index < number_of_modes; index++) { in get_mode_from_update_interval() 162 if (mode_to_update_interval[index] <= value) in get_mode_from_update_interval() 163 return index; in get_mode_from_update_interval() 288 u8 index; in limits_update() local 296 for (index = 0; index < SHT3X_NUM_LIMIT_CMD; index in limits_update() 320 u8 index = to_sensor_dev_attr(attr)->index; temp1_limit_show() local 331 u8 index = to_sensor_dev_attr(attr)->index; humidity1_limit_show() local 340 limit_store(struct device *dev, size_t count, u8 index, int temperature, u32 humidity) limit_store() argument 394 u8 index = to_sensor_dev_attr(attr)->index; temp1_limit_store() local 418 u8 index = to_sensor_dev_attr(attr)->index; humidity1_limit_store() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_perspective.c | 306 const int index = u + v*src_linesize; in resample_cubic() local 312 sum = s->coeff[subV][0] * (a * src[index - 1 - src_linesize] + b * src[index - 0 - src_linesize] + in resample_cubic() 313 c * src[index + 1 - src_linesize] + d * src[index + 2 - src_linesize]) + in resample_cubic() 314 s->coeff[subV][1] * (a * src[index - 1 ] + b * src[index - 0 ] + in resample_cubic() 315 c * src[index + 1 ] + d * src[index + 2 ]) + in resample_cubic() 316 s->coeff[subV][2] * (a * src[index in resample_cubic() 374 int u, v, subU, subV, sum, sx, index, subUI, subVI; resample_linear() local [all...] |
H A D | af_loudnorm.c | 74 int index; member 155 static double gaussian_filter(LoudNormContext *s, int index) in gaussian_filter() argument 160 index = index - 10 > 0 ? index - 10 : index + 20; in gaussian_filter() 162 result += s->delta[((index + i) < 30) ? (index + i) : (index + i - 30)] * s->weights[i]; in gaussian_filter() 169 int n, c, i, index; in detect_peak() local 232 int n, c, index, peak_delta, smp_cnt; true_peak_limiter() local [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module.h | 64 uint32_t func_index; // index into the function table. 65 uint32_t sig_index; // index into the signature table. 101 static ConstantExpression RefFunc(uint32_t index) { in RefFunc() argument 102 return ConstantExpression(ValueField::encode(index) | in RefFunc() 119 uint32_t index() const { in index() function in v8::internal::wasm::ConstantExpression 176 uint32_t index; member 229 // Construct a passive or declarative segment, which has no table index or 261 uint32_t index; // index into the respective space. member 268 uint32_t index; // inde member [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | viewport.c | 223 "glViewportArrayv: index (%d) width or height < 0 " in _mesa_ViewportArrayv() 234 viewport_indexed_err(struct gl_context *ctx, GLuint index, GLfloat x, GLfloat y, in viewport_indexed_err() argument 239 function, index, x, y, w, h); in viewport_indexed_err() 241 if (index >= ctx->Const.MaxViewports) { in viewport_indexed_err() 243 "%s: index (%d) >= MaxViewports (%d)", in viewport_indexed_err() 244 function, index, ctx->Const.MaxViewports); in viewport_indexed_err() 251 "%s: index (%d) width or height < 0 (%f, %f)", in viewport_indexed_err() 252 function, index, w, h); in viewport_indexed_err() 256 _mesa_set_viewport(ctx, index, x, y, w, h); in viewport_indexed_err() 260 _mesa_ViewportIndexedf_no_error(GLuint index, GLfloa argument 268 _mesa_ViewportIndexedf(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) _mesa_ViewportIndexedf() argument 276 _mesa_ViewportIndexedfv_no_error(GLuint index, const GLfloat *v) _mesa_ViewportIndexedfv_no_error() argument 283 _mesa_ViewportIndexedfv(GLuint index, const GLfloat *v) _mesa_ViewportIndexedfv() argument 427 _mesa_DepthRangeIndexed_no_error(GLuint index, GLclampd nearval, GLclampd farval) _mesa_DepthRangeIndexed_no_error() argument 436 _mesa_DepthRangeIndexed(GLuint index, GLclampd nearval, GLclampd farval) _mesa_DepthRangeIndexed() argument 455 _mesa_DepthRangeIndexedfOES(GLuint index, GLfloat nearval, GLfloat farval) _mesa_DepthRangeIndexedfOES() argument 647 set_viewport_swizzle(struct gl_context *ctx, GLuint index, GLenum swizzlex, GLenum swizzley, GLenum swizzlez, GLenum swizzlew) set_viewport_swizzle() argument 668 _mesa_ViewportSwizzleNV_no_error(GLuint index, GLenum swizzlex, GLenum swizzley, GLenum swizzlez, GLenum swizzlew) _mesa_ViewportSwizzleNV_no_error() argument 689 _mesa_ViewportSwizzleNV(GLuint index, GLenum swizzlex, GLenum swizzley, GLenum swizzlez, GLenum swizzlew) _mesa_ViewportSwizzleNV() argument [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | arraymap.c | 157 static void *array_map_elem_ptr(struct bpf_array* array, u32 index) in array_map_elem_ptr() argument 159 return array->value + (u64)array->elem_size * index; in array_map_elem_ptr() 166 u32 index = *(u32 *)key; in array_map_lookup_elem() local 168 if (unlikely(index >= array->map.max_entries)) in array_map_lookup_elem() 171 return array->value + (u64)array->elem_size * (index & array->index_mask); in array_map_lookup_elem() 212 const int index = BPF_REG_2; in array_map_gen_lookup() local 218 *insn++ = BPF_LDX_MEM(BPF_W, ret, index, 0); in array_map_gen_lookup() 241 u32 index = *(u32 *)key; in percpu_array_map_lookup_elem() local 243 if (unlikely(index >= array->map.max_entries)) in percpu_array_map_lookup_elem() 246 return this_cpu_ptr(array->pptrs[index in percpu_array_map_lookup_elem() 252 u32 index = *(u32 *)key; percpu_array_map_lookup_percpu_elem() local 266 u32 index = *(u32 *)key; bpf_percpu_array_copy() local 294 u32 index = key ? *(u32 *)key : U32_MAX; array_map_get_next_key() local 314 u32 index = *(u32 *)key; array_map_update_elem() local 353 u32 index = *(u32 *)key; bpf_percpu_array_update() local 469 u32 index = *(u32 *)key; percpu_array_map_seq_show_elem() local 548 u32 index; global() member 556 u32 index; bpf_array_map_seq_start() local 575 u32 index; bpf_array_map_seq_next() local 847 u32 index = *(u32 *)key, ufd; bpf_fd_array_map_update_elem() local 878 u32 index = *(u32 *)key; __fd_array_map_delete_elem() local 1341 const int index = BPF_REG_2; array_of_map_gen_lookup() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/ |
H A D | octeon-hcd.c | 351 * index: Which USB block this is for. 367 int index; member 540 cvmx_read64_uint64(CVMX_USBNX_DMA0_INB_CHN0(usb->index)); in cvmx_usb_write_csr32() 577 u64 address = CVMX_USBCX_GRSTCTL(usb->index); in cvmx_wait_tx_rx() 607 CVMX_USBCX_GHWCFG3(usb->index)); in cvmx_fifo_setup() 613 USB_SET_FIELD32(CVMX_USBCX_GRXFSIZ(usb->index), cvmx_usbcx_grxfsiz, in cvmx_fifo_setup() 621 npsiz.u32 = cvmx_usb_read_csr32(usb, CVMX_USBCX_GNPTXFSIZ(usb->index)); in cvmx_fifo_setup() 624 cvmx_usb_write_csr32(usb, CVMX_USBCX_GNPTXFSIZ(usb->index), npsiz.u32); in cvmx_fifo_setup() 631 psiz.u32 = cvmx_usb_read_csr32(usb, CVMX_USBCX_HPTXFSIZ(usb->index)); in cvmx_fifo_setup() 634 cvmx_usb_write_csr32(usb, CVMX_USBCX_HPTXFSIZ(usb->index), psi in cvmx_fifo_setup() [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | octeon-hcd.c | 353 * index: Which USB block this is for. 369 int index; member 542 cvmx_read64_uint64(CVMX_USBNX_DMA0_INB_CHN0(usb->index)); in cvmx_usb_write_csr32() 579 u64 address = CVMX_USBCX_GRSTCTL(usb->index); in cvmx_wait_tx_rx() 609 CVMX_USBCX_GHWCFG3(usb->index)); in cvmx_fifo_setup() 615 USB_SET_FIELD32(CVMX_USBCX_GRXFSIZ(usb->index), cvmx_usbcx_grxfsiz, in cvmx_fifo_setup() 623 npsiz.u32 = cvmx_usb_read_csr32(usb, CVMX_USBCX_GNPTXFSIZ(usb->index)); in cvmx_fifo_setup() 626 cvmx_usb_write_csr32(usb, CVMX_USBCX_GNPTXFSIZ(usb->index), npsiz.u32); in cvmx_fifo_setup() 633 psiz.u32 = cvmx_usb_read_csr32(usb, CVMX_USBCX_HPTXFSIZ(usb->index)); in cvmx_fifo_setup() 636 cvmx_usb_write_csr32(usb, CVMX_USBCX_HPTXFSIZ(usb->index), psi in cvmx_fifo_setup() [all...] |
/kernel/linux/linux-6.6/drivers/phy/tegra/ |
H A D | xusb-tegra124.c | 289 unsigned int index) in tegra124_usb3_save_context() 295 port = tegra_xusb_find_usb3_port(padctl, index); in tegra124_usb3_save_context() 303 offset = XUSB_PADCTL_IOPHY_MISC_PAD_PX_CTL6(lane->index); in tegra124_usb3_save_context() 329 value = padctl_readl(padctl, XUSB_PADCTL_IOPHY_USB3_PADX_CTL4(index)); in tegra124_usb3_save_context() 338 padctl_writel(padctl, value, XUSB_PADCTL_IOPHY_USB3_PADX_CTL4(index)); in tegra124_usb3_save_context() 371 value = padctl_readl(padctl, XUSB_PADCTL_IOPHY_USB3_PADX_CTL2(index)); in tegra124_usb3_save_context() 380 padctl_writel(padctl, value, XUSB_PADCTL_IOPHY_USB3_PADX_CTL2(index)); in tegra124_usb3_save_context() 386 unsigned int index, bool idle) in tegra124_hsic_set_idle() 390 value = padctl_readl(padctl, XUSB_PADCTL_HSIC_PADX_CTL1(index)); in tegra124_hsic_set_idle() 399 padctl_writel(padctl, value, XUSB_PADCTL_HSIC_PADX_CTL1(index)); in tegra124_hsic_set_idle() 288 tegra124_usb3_save_context(struct tegra_xusb_padctl *padctl, unsigned int index) tegra124_usb3_save_context() argument 385 tegra124_hsic_set_idle(struct tegra_xusb_padctl *padctl, unsigned int index, bool idle) tegra124_hsic_set_idle() argument 427 tegra124_usb2_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, unsigned int index) tegra124_usb2_lane_probe() argument 486 unsigned int index = lane->index; tegra124_usb2_phy_power_on() local 676 tegra124_ulpi_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, unsigned int index) tegra124_ulpi_lane_probe() argument 812 tegra124_hsic_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, unsigned int index) tegra124_hsic_lane_probe() argument 869 unsigned int index = lane->index; tegra124_hsic_phy_power_on() local 938 unsigned int index = lane->index; tegra124_hsic_phy_power_off() local 1032 tegra124_pcie_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, unsigned int index) tegra124_pcie_lane_probe() argument 1210 tegra124_sata_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, unsigned int index) tegra124_sata_lane_probe() argument 1481 unsigned int index = port->index, offset; tegra124_usb3_port_enable() local [all...] |
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/ |
H A D | vector.h | 45 constexpr float& operator[](size_t index) in operator []() argument 47 return data[index]; in operator []() 51 constexpr const float& operator[](size_t index) const in operator []() 53 return data[index]; in operator []() 203 constexpr float& operator[](size_t index); 205 constexpr const float& operator[](size_t index) const; 278 constexpr float& operator[](size_t index); 280 constexpr const float& operator[](size_t index) const; 350 constexpr uint32_t& operator[](size_t index) in operator []() argument 352 return data[index]; in operator []() 507 operator [](size_t index) operator []() argument 565 operator [](size_t index) operator []() argument 618 operator [](size_t index) operator []() argument 775 operator [](size_t index) operator []() argument 833 operator [](size_t index) operator []() argument 873 operator [](size_t index) operator []() argument 998 operator [](size_t index) operator []() argument [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_exif_test.cpp | 109 uint32_t index = 0; in HWTEST_F() local 111 uint32_t retGetIn = imageSource->GetImagePropertyString(index, key, valueGetIn); in HWTEST_F() 117 int32_t retModify = imageSource->ModifyImageProperty(index, key, valueModify, fd); in HWTEST_F() 121 imageSource->GetImagePropertyString(index, key, checkStr); in HWTEST_F() 128 uint32_t retGet = imageSourceOut->GetImagePropertyString(index, key, value); in HWTEST_F() 131 retModify = imageSource->ModifyImageProperty(index, key, "W", fd); in HWTEST_F() 152 uint32_t index = 0; in HWTEST_F() local 154 uint32_t retGetIn = imageSource->GetImagePropertyString(index, key, valueGetIn); in HWTEST_F() 158 uint32_t retModify = imageSource->ModifyImageProperty(index, key, valueModify, IMAGE_INPUT_EXIF_JPEG_PATH); in HWTEST_F() 162 imageSource->GetImagePropertyString(index, ke in HWTEST_F() 192 uint32_t index = 0; HWTEST_F() local 225 uint32_t index = 0; HWTEST_F() local 258 uint32_t index = 0; HWTEST_F() local 309 uint32_t index = 0; HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | ibmphp_hpc.c | 58 #define WPG_READATADDR_MASK 0x00010000 // read,bytes,I2C shifted,index 59 #define WPG_WRITEATADDR_MASK 0x40010000 // write,bytes,I2C shifted,index 75 // command index 77 #define WPG_1ST_SLOT_INDEX 0x01 // index - 1st slot for ctlr 78 #define WPG_CTLR_INDEX 0x0F // index - ctlr 79 #define WPG_1ST_EXTSLOT_INDEX 0x10 // index - 1st ext slot for ctlr 80 #define WPG_1ST_BUS_INDEX 0x1F // index - 1st bus for ctlr 118 static u8 i2c_ctrl_read(struct controller *ctlr_ptr, void __iomem *WPGBbar, u8 index) in i2c_ctrl_read() argument 127 debug_polling("%s - Entry WPGBbar[%p] index[%x] \n", __func__, WPGBbar, index); in i2c_ctrl_read() 226 i2c_ctrl_write(struct controller *ctlr_ptr, void __iomem *WPGBbar, u8 index, u8 cmd) i2c_ctrl_write() argument 416 hpc_writecmdtoindex(u8 cmd, u8 index) hpc_writecmdtoindex() argument 462 hpc_readcmdtoindex(u8 cmd, u8 index) hpc_readcmdtoindex() argument 509 u8 index, status; ibmphp_hpc_readslot() local 647 u8 index, status; ibmphp_hpc_writeslot() local [all...] |
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | ibmphp_hpc.c | 58 #define WPG_READATADDR_MASK 0x00010000 // read,bytes,I2C shifted,index 59 #define WPG_WRITEATADDR_MASK 0x40010000 // write,bytes,I2C shifted,index 75 // command index 77 #define WPG_1ST_SLOT_INDEX 0x01 // index - 1st slot for ctlr 78 #define WPG_CTLR_INDEX 0x0F // index - ctlr 79 #define WPG_1ST_EXTSLOT_INDEX 0x10 // index - 1st ext slot for ctlr 80 #define WPG_1ST_BUS_INDEX 0x1F // index - 1st bus for ctlr 118 static u8 i2c_ctrl_read(struct controller *ctlr_ptr, void __iomem *WPGBbar, u8 index) in i2c_ctrl_read() argument 127 debug_polling("%s - Entry WPGBbar[%p] index[%x] \n", __func__, WPGBbar, index); in i2c_ctrl_read() 226 i2c_ctrl_write(struct controller *ctlr_ptr, void __iomem *WPGBbar, u8 index, u8 cmd) i2c_ctrl_write() argument 414 hpc_writecmdtoindex(u8 cmd, u8 index) hpc_writecmdtoindex() argument 460 hpc_readcmdtoindex(u8 cmd, u8 index) hpc_readcmdtoindex() argument 507 u8 index, status; ibmphp_hpc_readslot() local 645 u8 index, status; ibmphp_hpc_writeslot() local [all...] |
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_encoder_callback_adapter_impl.cpp | 44 void ArkEncoderCallbackAdapterImpl::OnNeedInputData(uint32_t index, ArkWebRefPtr<ArkOhosBufferAdapter> buffer) in OnNeedInputData() argument 47 return real_->OnNeedInputData(index, nullptr); in OnNeedInputData() 50 real_->OnNeedInputData(index, std::make_shared<ArkOhosBufferAdapterWrapper>(buffer)); in OnNeedInputData() 54 uint32_t index, ArkWebRefPtr<ArkBufferInfoAdapter> info, int32_t flag, ArkWebRefPtr<ArkOhosBufferAdapter> buffer) in OnNeedOutputData() 57 real_->OnNeedOutputData(index, nullptr, (OHOS::NWeb::BufferFlag)flag, nullptr); in OnNeedOutputData() 59 real_->OnNeedOutputData(index, std::make_shared<ArkBufferInfoAdapterWrapper>(info), in OnNeedOutputData() 63 index, nullptr, (OHOS::NWeb::BufferFlag)flag, std::make_shared<ArkOhosBufferAdapterWrapper>(buffer)); in OnNeedOutputData() 66 index, std::make_shared<ArkBufferInfoAdapterWrapper>(info), (OHOS::NWeb::BufferFlag)flag, nullptr); in OnNeedOutputData() 53 OnNeedOutputData( uint32_t index, ArkWebRefPtr<ArkBufferInfoAdapter> info, int32_t flag, ArkWebRefPtr<ArkOhosBufferAdapter> buffer) OnNeedOutputData() argument
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_codec_callback_adapter_wrapper.cpp | 43 void ArkCodecCallbackAdapterWapper::OnNeedInputData(uint32_t index, std::shared_ptr<NWeb::OhosBufferAdapter> buffer) in OnNeedInputData() argument 46 return ctocpp_->OnNeedInputData(index, nullptr); in OnNeedInputData() 49 ctocpp_->OnNeedInputData(index, new ArkOhosBufferAdapterImpl(buffer)); in OnNeedInputData() 52 void ArkCodecCallbackAdapterWapper::OnNeedOutputData(uint32_t index, std::shared_ptr<NWeb::BufferInfoAdapter> info, in OnNeedOutputData() argument 56 ctocpp_->OnNeedOutputData(index, nullptr, (uint32_t)flag, nullptr); in OnNeedOutputData() 59 index, new ArkBufferInfoAdapterImpl(info), (uint32_t)flag, new ArkOhosBufferAdapterImpl(buffer)); in OnNeedOutputData() 61 ctocpp_->OnNeedOutputData(index, nullptr, (uint32_t)flag, new ArkOhosBufferAdapterImpl(buffer)); in OnNeedOutputData() 63 ctocpp_->OnNeedOutputData(index, new ArkBufferInfoAdapterImpl(info), (uint32_t)flag, nullptr); in OnNeedOutputData()
|
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/ |
H A D | fixed_size_list.h | 28 FixedSizeList(size_t size) : maxSize(size), currentSize(0), index(0) in FixedSizeList() 36 data[index] = value; in add() 37 index = (index + 1) % maxSize; in add() 62 index = 0; in clear() 73 index = (index - 1 + maxSize) % maxSize; in remove_at() 80 size_t index; member in OHOS::CameraStandard::FixedSizeList
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-nvram.c | 26 static ssize_t opal_nvram_read(char *buf, size_t count, loff_t *index) in opal_nvram_read() argument 31 if (*index >= nvram_size) in opal_nvram_read() 33 off = *index; in opal_nvram_read() 39 *index += count; in opal_nvram_read() 47 static ssize_t opal_nvram_write(char *buf, size_t count, loff_t *index) in opal_nvram_write() argument 52 if (*index >= nvram_size) in opal_nvram_write() 54 off = *index; in opal_nvram_write() 77 *index += count; in opal_nvram_write()
|
/kernel/linux/linux-5.10/arch/mips/sgi-ip27/ |
H A D | ip27-klconfig.c | 20 int index, j; in find_component() local 23 index = 0; in find_component() 28 index = j; in find_component() 29 if (index == KLCF_NUM_COMPS(brd)) { in find_component() 33 index++; /* next component */ in find_component() 36 for (; index < KLCF_NUM_COMPS(brd); index++) { in find_component() 37 kli = KLCF_COMP(brd, index); in find_component()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-nvram.c | 26 static ssize_t opal_nvram_read(char *buf, size_t count, loff_t *index) in opal_nvram_read() argument 31 if (*index >= nvram_size) in opal_nvram_read() 33 off = *index; in opal_nvram_read() 39 *index += count; in opal_nvram_read() 47 static ssize_t opal_nvram_write(char *buf, size_t count, loff_t *index) in opal_nvram_write() argument 52 if (*index >= nvram_size) in opal_nvram_write() 54 off = *index; in opal_nvram_write() 77 *index += count; in opal_nvram_write()
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip27/ |
H A D | ip27-klconfig.c | 20 int index, j; in find_component() local 23 index = 0; in find_component() 28 index = j; in find_component() 29 if (index == KLCF_NUM_COMPS(brd)) { in find_component() 33 index++; /* next component */ in find_component() 36 for (; index < KLCF_NUM_COMPS(brd); index++) { in find_component() 37 kli = KLCF_COMP(brd, index); in find_component()
|