Home
last modified time | relevance | path

Searched refs:reg (Results 851 - 875 of 1656) sorted by relevance

1...<<31323334353637383940>>...67

/device/soc/rockchip/rk3588/kernel/drivers/mfd/
H A Drk806-spi.c59 const void *reg, in rk806_spi_bus_read()
73 memcpy(&addr, reg, sizeof(char)); in rk806_spi_bus_read()
58 rk806_spi_bus_read(void *context, const void *reg, size_t reg_size, void *val, size_t val_size) rk806_spi_bus_read() argument
/foundation/CastEngine/castengine_wifi_display/services/utils/
H A Dutils.h42 std::regex reg{"\\+"}; in ParseKey()
43 std::vector<std::string> out{std::sregex_token_iterator(key.begin(), key.end(), reg, -1), in ParseKey()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/
H A Dffmpeg_decoder_plugin.cpp92 Status RegisterAudioDecoderPlugins(const std::shared_ptr<Register> &reg) in RegisterAudioDecoderPlugins() argument
103 if (reg->AddPlugin(definition) != Status::OK) { in RegisterAudioDecoderPlugins()
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/file_sink/
H A Dfile_fd_sink_plugin.cpp35 Status FileFdSinkRegister(const std::shared_ptr<Register>& reg) in FileFdSinkRegister() argument
43 return reg->AddPlugin(definition); in FileFdSinkRegister()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/stream_source/
H A Dstream_source_plugin.cpp30 const Status StreamSourceRegister(const std::shared_ptr<Register>& reg) in StreamSourceRegister() argument
38 return reg->AddPlugin(definition); in StreamSourceRegister()
/foundation/window/window_manager/window_scene/common/include/
H A Dfold_screen_state_internel.h126 std::regex reg("^([0-9],){3}[0-9]{1}$"); in IsValidFoldType()
127 return std::regex_match(foldTypeStr, reg); in IsValidFoldType()
/foundation/filemanagement/app_file_service/utils/src/b_process/
H A Db_process.cpp48 regex reg("^\\W*$"); in WaitForChild()
51 if (regex_match(buf.get(), reg)) { in WaitForChild()
/test/testfwk/arkxtest/jsunit/src/module/kit/
H A DSysTestKit.js57 let reg = new RegExp(/^[a-zA-Z0-9]{1,}$/);
58 if (!reg.test(keyword)) {
/third_party/alsa-lib/src/topology/
H A Dchannel.c126 if (strcmp(id, "reg") == 0) in tplg_parse_channel()
127 channel->reg = value; in tplg_parse_channel()
161 err = tplg_save_printf(dst, pfx, "\t\treg %d\n", c->reg); in tplg_save_channels()
/third_party/backends/backend/genesys/
H A Dusb_device.cpp110 void UsbDevice::control_msg(int rtype, int reg, int value, int index, int length, in control_msg() argument
115 TIE(sanei_usb_control_msg(device_num_, rtype, reg, value, index, length, data)); in control_msg()
/third_party/mesa3d/src/freedreno/afuc/
H A Dafuc.h121 * $addr: writes configure GPU reg address to read/write
126 * $usraddr: writes configure GPU reg address to read/write,
233 void print_src(unsigned reg);
234 void print_dst(unsigned reg);
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir.h39 backend_reg(const struct brw_reg &reg) : brw_reg(reg), offset(0) {} in backend_reg()
/third_party/node/tools/msvs/
H A Dfind_python.cmd25 for /f "delims=" %%a in ('reg query "%~1\Python\PythonCore" /f * /k 2^> nul ^| findstr /r ^^HK') do (
38 for /f "skip=2 tokens=1* delims=)" %%a in ('reg query "%1\InstallPath" /ve /t REG_SZ 2^> nul') do (
/third_party/musl/src/thread/powerpc/
H A Dsyscall_cp.s26 #the fields CR2,CR2,CR4 of the cond reg must be preserved
27 #LR (link reg) shall contain the funcs return address
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_asm.h61 unsigned reg:7; /* register number 0..127 */ member
78 unsigned reg:9; /* register or uniform number 0..511 */ member
/third_party/openGLES/xml/
H A DMakefile7 PYFILES = genheaders.py reg.py
39 PYDIRT = diag.txt dumpReg.txt errwarn.txt reg.pyc
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600RegisterInfo.cpp74 unsigned R600RegisterInfo::getHWRegChan(unsigned reg) const { in getHWRegChan()
75 return this->getEncodingValue(reg) >> HW_CHAN_SHIFT; in getHWRegChan()
/third_party/skia/tools/skqp/
H A Dfind_commit_with_best_gold_results.py24 reg = re.compile('Test-(?P<os>[A-Za-z0-9_]+)-'
38 m = reg.match(job)
/third_party/vixl/examples/aarch32/
H A Dcustom-aarch32-disasm.cc61 virtual DisassemblerStream& operator<<(const Register reg) VIXL_OVERRIDE {
64 os() << "R" << reg.GetCode();
/third_party/vixl/test/aarch64/
H A Dtest-abi.cc73 #define CHECK_NEXT_PARAMETER_REG(type, reg) \ in TEST()
75 expected = GenericOperand(reg); \ in TEST()
/third_party/rust/crates/rustix/src/backend/linux_raw/arch/outline/
H A Dnr_last.rs16 use crate::backend::reg::A6;
17 use crate::backend::reg::{ArgReg, RetReg, SyscallNumber, A0, A1, A2, A3, A4, A5, R0};
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/adp/tde_v2_0/
H A Dtde_osictl_k.c2169 static hi_void tde_osi_get_info_zme(tde_update_config *reg, tde_update_info *info) in tde_osi_get_info_zme() argument
2171 info->zme_instart_w = reg->update_instart_w; in tde_osi_get_info_zme()
2172 info->zme_outstart_w = reg->update_instart_w; in tde_osi_get_info_zme()
2173 info->zme_in_width = reg->update_in_width; in tde_osi_get_info_zme()
2174 info->zme_out_width = reg->update_in_width; in tde_osi_get_info_zme()
2179 static hi_void tde_osi_get_hupdate_info(tde_update_config *reg, tde_update_info *info, hi_bool scaler) in tde_osi_get_hupdate_info() argument
2182 hi_s32 update_hstart = reg->update_instart_w; in tde_osi_get_hupdate_info()
2183 hi_s32 update_hstop = update_hstart + reg->update_in_width - 1; in tde_osi_get_hupdate_info()
2185 if (((reg->zme_out_width - 1) == 0) || ((reg in tde_osi_get_hupdate_info()
2245 tde_osi_get_info_to_reg(tde_update_config *reg, tde_update_info *info) tde_osi_get_info_to_reg() argument
2256 tde_osi_get_vupdate_info(tde_update_config *reg, tde_update_info *info, int scaler, int is_deflicker) tde_osi_get_vupdate_info() argument
2327 tde_osi_src2_filter_reg(hi_tde_double_src *double_src, tde_update_config *reg) tde_osi_src2_filter_reg() argument
2356 tde_update_config reg = { 0 }; tde_osi_src2_filter_opt() local
6607 tde_update_config reg = { 0 }; tde_cal_scale_rect() local
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm-inl.h341 T reg = T::from_code(index); in CanAcquireVfp() local
342 uint64_t mask = reg.ToVfpRegList(); in CanAcquireVfp()
355 T reg = T::from_code(index); in AcquireVfp() local
356 uint64_t mask = reg.ToVfpRegList(); in AcquireVfp()
359 return reg; in AcquireVfp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRenameIndependentSubregs.cpp133 unsigned Reg = LI.reg; in renameComponents()
178 unsigned Reg = LI.reg; in findComponents()
215 unsigned Reg = Intervals[0]->reg; in rewriteOperands()
245 unsigned VReg = Intervals[ID]->reg; in rewriteOperands()
307 unsigned Reg = LI.reg; in computeMainRangesFixFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp335 static unsigned getNewValueJumpOpcode(MachineInstr *MI, int reg, in getNewValueJumpOpcode() argument
354 if (reg >= 0) in getNewValueJumpOpcode()
361 if (reg >= 0) in getNewValueJumpOpcode()
375 if (reg >= 0) in getNewValueJumpOpcode()
411 if (reg >= 0) in getNewValueJumpOpcode()
484 unsigned predReg = 0; // predicate reg of the jump. in runOnMachineFunction()
583 // We need cmpReg1 and cmpOp2(imm or reg) while building in runOnMachineFunction()

Completed in 17 milliseconds

1...<<31323334353637383940>>...67