/third_party/vixl/test/aarch32/ |
H A D | test-simulator-cond-rd-operand-rn-t32.cc | 164 // Unique identifier, used for generating traces. 165 const char* identifier; member 595 kTests[i].identifier); in TestHelper() 612 kTests[i].identifier); in TestHelper() 613 printf(" kOutputs_%s_%s,\n", mnemonic, kTests[i].identifier); in TestHelper()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pldmfw.h | 94 /* component identifier */ 96 u16 identifier; member
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | fscrypt.h | 92 * v2 policy keys are specified by a 16-byte key "identifier" which the kernel 108 __u8 identifier[FSCRYPT_KEY_IDENTIFIER_SIZE]; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | fscrypt.h | 92 * v2 policy keys are specified by a 16-byte key "identifier" which the kernel 108 __u8 identifier[FSCRYPT_KEY_IDENTIFIER_SIZE]; member
|
/kernel/linux/linux-5.10/lib/pldmfw/ |
H A D | pldmfw_private.h | 107 __le16 identifier; /* ComponentIdentifier */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pldmfw.h | 94 /* component identifier */ 96 u16 identifier; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | fscrypt.h | 95 * v2 policy keys are specified by a 16-byte key "identifier" which the kernel 111 __u8 identifier[FSCRYPT_KEY_IDENTIFIER_SIZE]; member
|
/kernel/linux/linux-6.6/drivers/perf/arm_cspmu/ |
H A D | arm_cspmu.h | 94 /* Get string identifier */ 121 const char *identifier; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | fscrypt.h | 81 __u8 identifier[FSCRYPT_KEY_IDENTIFIER_SIZE]; member
|
/kernel/linux/linux-6.6/lib/pldmfw/ |
H A D | pldmfw_private.h | 107 __le16 identifier; /* ComponentIdentifier */ member
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | fscrypt.h | 95 * v2 policy keys are specified by a 16-byte key "identifier" which the kernel 111 __u8 identifier[FSCRYPT_KEY_IDENTIFIER_SIZE]; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | fscrypt.h | 81 __u8 identifier[FSCRYPT_KEY_IDENTIFIER_SIZE]; member
|
/third_party/gn/src/gn/ |
H A D | function_forward_variables_from.cc | 179 const IdentifierNode* identifier = args_vector[0]->AsIdentifier(); 180 if (identifier) { 181 // Optimize the common case where the input scope is an identifier. This 183 value = scope->GetMutableValue(identifier->value().value(), 186 *err = Err(identifier, "Undefined identifier.");
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | adapter9.h | 36 D3DADAPTER_IDENTIFIER9 identifier; member
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | try_catch.js | 25 // Member expressions to be wrapped. List of (object, property) identifier 36 babelTypes.identifier('e'),
|
/third_party/node/deps/openssl/openssl/crypto/crmf/ |
H A D | crmf_local.h | 37 * -- a brief description or identifier of the encValue content 79 * identifier CHOICE { 97 OSSL_CRMF_ENCKEYWITHID_IDENTIFIER *identifier; member
|
/third_party/openssl/crypto/crmf/ |
H A D | crmf_local.h | 37 * -- a brief description or identifier of the encValue content 79 * identifier CHOICE { 97 OSSL_CRMF_ENCKEYWITHID_IDENTIFIER *identifier; member
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMReactorDebugInfo.hpp | 110 std::string identifier; member
|
/third_party/python/Include/internal/ |
H A D | pycore_asdl.h | 13 typedef PyObject * identifier; typedef
|
/third_party/python/Python/ |
H A D | future.c | 93 identifier modname = s->v.ImportFrom.module; in future_parse()
|
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_ignored_any.rs | 34 tuple_struct map struct enum identifier ignored_any
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp.h | 183 char *identifier; member 607 const char *identifier, const char *code, 613 const char *identifier,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_phy.c | 1407 u8 identifier = 0; in ixgbe_identify_sfp_module_generic() local 1425 &identifier); in ixgbe_identify_sfp_module_generic() 1430 if (identifier != IXGBE_SFF_IDENTIFIER_SFP) { in ixgbe_identify_sfp_module_generic() 1551 hw->phy.id = identifier; in ixgbe_identify_sfp_module_generic() 1672 u8 identifier = 0; in ixgbe_identify_qsfp_module_generic() local 1691 &identifier); in ixgbe_identify_qsfp_module_generic() 1696 if (identifier != IXGBE_SFF_IDENTIFIER_QSFP_PLUS) { in ixgbe_identify_qsfp_module_generic() 1701 hw->phy.id = identifier; in ixgbe_identify_qsfp_module_generic()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | kernel-doc | 2052 my $identifier; 2067 $identifier = $1; 2069 $identifier = $1; 2096 if ($identifier =~ m/^struct\b/) { 2098 } elsif ($identifier =~ m/^union\b/) { 2100 } elsif ($identifier =~ m/^enum\b/) { 2102 } elsif ($identifier =~ m/^typedef\b/) { 2109 print STDERR "${file}:$.: info: Scanning doc for $identifier\n";
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_phy.c | 1538 u8 identifier = 0; in ixgbe_identify_sfp_module_generic() local 1556 &identifier); in ixgbe_identify_sfp_module_generic() 1561 if (identifier != IXGBE_SFF_IDENTIFIER_SFP) { in ixgbe_identify_sfp_module_generic() 1682 hw->phy.id = identifier; in ixgbe_identify_sfp_module_generic() 1803 u8 identifier = 0; in ixgbe_identify_qsfp_module_generic() local 1822 &identifier); in ixgbe_identify_qsfp_module_generic() 1827 if (identifier != IXGBE_SFF_IDENTIFIER_QSFP_PLUS) { in ixgbe_identify_qsfp_module_generic() 1832 hw->phy.id = identifier; in ixgbe_identify_qsfp_module_generic()
|