Home
last modified time | relevance | path

Searched defs:variable (Results 176 - 200 of 215) sorted by relevance

123456789

/kernel/linux/linux-6.6/drivers/scsi/
H A Dstex.c243 u32 variable[]; member
254 u8 variable[STATUS_VAR_LEN]; member
773 stex_copy_data(struct st_ccb *ccb, struct status_msg *resp, unsigned int variable) stex_copy_data() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c2832 static void hw_var_set_opmode(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_opmode() argument
2905 static void hw_var_set_macaddr(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_macaddr() argument
2916 static void hw_var_set_bssid(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_bssid() argument
2927 static void hw_var_set_bcn_func(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_bcn_func() argument
2948 static void hw_var_set_correct_tsf(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_correct_tsf() argument
2989 static void hw_var_set_mlme_disconnect(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_mlme_disconnect() argument
3007 static void hw_var_set_mlme_sitesurvey(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_mlme_sitesurvey() argument
3068 static void hw_var_set_mlme_join(struct adapter *padapter, u8 variable, u8 *val) in hw_var_set_mlme_join() argument
3236 void SetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val) in SetHwReg8723B() argument
3674 GetHwReg8723B(struct adapter *padapter, u8 variable, u8 *val) GetHwReg8723B() argument
3754 SetHalDefVar8723B(struct adapter *padapter, enum hal_def_variable variable, void *pval) SetHalDefVar8723B() argument
3772 GetHalDefVar8723B(struct adapter *padapter, enum hal_def_variable variable, void *pval) GetHalDefVar8723B() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dwmi.c221 u8 variable[]; member
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.c391 void rtl8821ae_get_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl8821ae_get_hw_reg() argument
470 void rtl8821ae_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) in rtl8821ae_set_hw_reg() argument
/kernel/linux/linux-6.6/net/wireless/
H A Dscan.c2799 u8 *bssid, *variable; in cfg80211_inform_single_bss_frame_data() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java1764 addVariable(StringBuffer variable, boolean strict) addVariable() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c553 scan_shader_output_decl(struct radv_shader_context *ctx, struct nir_variable *variable, in scan_shader_output_decl() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.c747 spirv_builder_set_phi_operand(struct spirv_builder *b, size_t position, size_t index, SpvId variable, SpvId parent) spirv_builder_set_phi_operand() argument
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.cc1479 operator <<(std::ostream& os, const CodeAssemblerVariable& variable) operator <<() argument
[all...]
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc65 Variable* variable = in Declare() local
303 Variable* variable = Scope() local
[all...]
H A Dast.h3082 Variable* CopyVariable(Variable* variable) { in CopyVariable() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp3531 int OutputASM::lookup(VariableArray &list, TIntermTyped *variable) in lookup() argument
3605 int OutputASM::allocate(VariableArray &list, TIntermTyped *variable, bool samplersOnly) in allocate() argument
3653 free(VariableArray &list, TIntermTyped *variable) free() argument
3846 TIntermTyped *variable = sequence[0]->getAsTyped(); LoopInfo() local
[all...]
H A DParseHelper.cpp900 TVariable* variable = static_cast<TVariable*>(symbol); in arraySetMaxSize() local
1008 declareVariable(const TSourceLoc &line, const TString &identifier, const TType &type, TVariable **variable) declareVariable() argument
1150 const TVariable *variable = nullptr; getNamedVariable() local
1256 TVariable *variable = nullptr; executeInitializer() local
1465 TVariable *variable = nullptr; parseSingleDeclaration() local
1506 TVariable *variable = nullptr; parseSingleArrayDeclaration() local
1613 const TVariable *variable = getNamedVariable(identifierLoc, identifier, symbol); parseInvariantDeclaration() local
1642 TVariable *variable = nullptr; parseDeclarator() local
1685 TVariable *variable = nullptr; parseArrayDeclarator() local
1972 TVariable *variable = new TVariable(param.name, *param.type); parseFunctionPrototype() local
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dmlme.c3977 u8 *bssid, *variable = mgmt->u.beacon.variable; in ieee80211_rx_mgmt_beacon() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h408 u8 variable[]; member
443 u8 variable[]; member
453 u8 variable[]; member
464 u8 variable[]; member
472 u8 variable[]; member
481 u8 variable[]; member
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp1121 Id Builder::createDebugGlobalVariable(Id const type, char const*const name, Id const variable) in createDebugGlobalVariable() argument
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h2987 void Decrement(TVariable<TIndex>* variable, int value = 1) { in Decrement() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputSPIRV.cpp1136 const TVariable *variable in declareConst() local
1169 const TVariable *variable = &symbol->variable(); declareSpecConst() local
5627 const TVariable *variable = &node->getSymbol()->variable(); visitGlobalQualifierDeclaration() local
5905 const TVariable *variable = &symbol->variable(); visitDeclaration() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgram.cpp146 const sh::ShaderVariable &variable = list[variableLocation.index]; in GetVariableLocation() local
179 const LinkedUniform &variable = list[variableLocation.index]; in GetVariableLocation() local
2285 const sh::ShaderVariable &variable = getInputResource(index); getInputResourceLocation() local
2298 const sh::ShaderVariable &variable = getOutputResource(index); getOutputResourceLocation() local
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp615 uint32_t variable = 0; handle() local
3607 auto &variable = get<SPIRVariable>(var.first); analyze_variable_scope() local
[all...]
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp2095 const Variable* variable = ref.variable(); in writeVariableReference() local
[all...]
/kernel/linux/linux-6.6/net/mac80211/
H A Dmlme.c5923 u8 *bssid, *variable = mgmt->u.beacon.variable; in ieee80211_rx_mgmt_beacon() local
[all...]
/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp464 const TVariable* variable; in handleVariable() local
1114 const TVariable* variable = symbol->getAsVariable(); blockMemberExtensionCheck() local
1275 TVariable *variable = new TVariable(param.name, *param.type); handleFunctionDefinition() local
7632 TVariable* variable = new TVariable(param.name, *param.type); vkRelaxedRemapFunctionArgument() local
7664 TVariable* variable = new TVariable(newParam.name, *newParam.type); vkRelaxedRemapFunctionArgument() local
7862 TVariable* variable = symbol->getAsVariable(); declareVariable() local
7899 TVariable* variable = new TVariable(nameString, type); makeInternalVariable() local
7914 TVariable* variable = new TVariable(&identifier, type); declareNonArray() local
7935 executeInitializer(const TSourceLoc& loc, TIntermTyped* initializer, TVariable* variable) executeInitializer() argument
9068 TVariable& variable = *new TVariable(instanceName, blockType); declareBlock() local
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c5368 ac_handle_shader_output_decl(struct ac_llvm_context *ctx, struct ac_shader_abi *abi, struct nir_shader *nir, struct nir_variable *variable, gl_shader_stage stage) ac_handle_shader_output_decl() argument
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h572 PreParserExpression NewVariableProxy(void* variable) { in NewVariableProxy() argument

Completed in 105 milliseconds

123456789