Searched refs:vendor (Results 1 - 25 of 226) sorted by relevance

12345678910

/external/apache-xml/src/main/java/org/apache/xalan/res/
H A DXSLTInfo.properties24 vendor=Apache Software Foundation
25 vendor-url=http://xml.apache.org/xalan-j
/external/elfutils/src/libebl/
H A Deblcheckobjattr.c38 ebl_check_object_attribute (ebl, vendor, tag, value, tag_name, value_name)
40 const char *vendor;
46 if (ebl->check_object_attribute (ebl, vendor, tag, value,
50 if (strcmp (vendor, "gnu"))
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_methods.c21 * @vendor: EAP Vendor-Id (0 = IETF)
25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) argument
29 if (m->vendor == vendor && m->method == method)
39 * @vendor: Buffer for returning EAP Vendor-Id
45 EapType eap_server_get_type(const char *name, int *vendor) argument
50 *vendor = m->vendor;
54 *vendor = EAP_VENDOR_IETF;
63 * @vendor
71 eap_server_method_alloc(int version, int vendor, EapType method, const char *name) argument
161 eap_server_get_name(int vendor, EapType type) argument
[all...]
H A Deap_methods.h14 const struct eap_method * eap_server_get_eap_method(int vendor,
16 struct eap_method * eap_server_method_alloc(int version, int vendor,
21 EapType eap_server_get_type(const char *name, int *vendor);
23 const char * eap_server_get_name(int vendor, EapType type);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_methods.c21 * @vendor: EAP Vendor-Id (0 = IETF)
25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) argument
29 if (m->vendor == vendor && m->method == method)
39 * @vendor: Buffer for returning EAP Vendor-Id
45 EapType eap_server_get_type(const char *name, int *vendor) argument
50 *vendor = m->vendor;
54 *vendor = EAP_VENDOR_IETF;
63 * @vendor
71 eap_server_method_alloc(int version, int vendor, EapType method, const char *name) argument
161 eap_server_get_name(int vendor, EapType type) argument
[all...]
H A Deap_methods.h14 const struct eap_method * eap_server_get_eap_method(int vendor,
16 struct eap_method * eap_server_method_alloc(int version, int vendor,
21 EapType eap_server_get_type(const char *name, int *vendor);
23 const char * eap_server_get_name(int vendor, EapType type);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_methods.c21 * @vendor: EAP Vendor-Id (0 = IETF)
25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) argument
29 if (m->vendor == vendor && m->method == method)
39 * @vendor: Buffer for returning EAP Vendor-Id
45 EapType eap_server_get_type(const char *name, int *vendor) argument
50 *vendor = m->vendor;
54 *vendor = EAP_VENDOR_IETF;
63 * @vendor
71 eap_server_method_alloc(int version, int vendor, EapType method, const char *name) argument
161 eap_server_get_name(int vendor, EapType type) argument
[all...]
H A Deap_methods.h14 const struct eap_method * eap_server_get_eap_method(int vendor,
16 struct eap_method * eap_server_method_alloc(int version, int vendor,
21 EapType eap_server_get_type(const char *name, int *vendor);
23 const char * eap_server_get_name(int vendor, EapType type);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_strings.c52 const char *vendor = screen->get_vendor( screen ); local
53 util_snprintf(st->vendor, sizeof(st->vendor), "%s", vendor);
54 return (GLubyte *) st->vendor;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_methods.h14 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
17 struct eap_method * eap_peer_method_alloc(int version, int vendor,
25 EapType eap_peer_get_type(const char *name, int *vendor);
26 const char * eap_get_name(int vendor, EapType type);
33 static inline EapType eap_peer_get_type(const char *name, int *vendor) argument
35 *vendor = EAP_VENDOR_IETF;
39 static inline const char * eap_get_name(int vendor, EapType type) argument
H A Deap_methods.c24 * @vendor: EAP Vendor-Id (0 = IETF)
28 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) argument
32 if (m->vendor == vendor && m->method == method)
42 * @vendor: Buffer for returning EAP Vendor-Id
48 EapType eap_peer_get_type(const char *name, int *vendor) argument
53 *vendor = m->vendor;
57 *vendor = EAP_VENDOR_IETF;
64 * @vendor
71 eap_get_name(int vendor, EapType type) argument
279 eap_peer_method_alloc(int version, int vendor, EapType method, const char *name) argument
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_methods.h14 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
17 struct eap_method * eap_peer_method_alloc(int version, int vendor,
25 EapType eap_peer_get_type(const char *name, int *vendor);
26 const char * eap_get_name(int vendor, EapType type);
33 static inline EapType eap_peer_get_type(const char *name, int *vendor) argument
35 *vendor = EAP_VENDOR_IETF;
39 static inline const char * eap_get_name(int vendor, EapType type) argument
H A Deap_methods.c24 * @vendor: EAP Vendor-Id (0 = IETF)
28 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) argument
32 if (m->vendor == vendor && m->method == method)
42 * @vendor: Buffer for returning EAP Vendor-Id
48 EapType eap_peer_get_type(const char *name, int *vendor) argument
53 *vendor = m->vendor;
57 *vendor = EAP_VENDOR_IETF;
64 * @vendor
71 eap_get_name(int vendor, EapType type) argument
279 eap_peer_method_alloc(int version, int vendor, EapType method, const char *name) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_methods.h14 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method);
17 struct eap_method * eap_peer_method_alloc(int version, int vendor,
25 EapType eap_peer_get_type(const char *name, int *vendor);
26 const char * eap_get_name(int vendor, EapType type);
33 static inline EapType eap_peer_get_type(const char *name, int *vendor) argument
35 *vendor = EAP_VENDOR_IETF;
39 static inline const char * eap_get_name(int vendor, EapType type) argument
H A Deap_methods.c24 * @vendor: EAP Vendor-Id (0 = IETF)
28 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) argument
32 if (m->vendor == vendor && m->method == method)
42 * @vendor: Buffer for returning EAP Vendor-Id
48 EapType eap_peer_get_type(const char *name, int *vendor) argument
53 *vendor = m->vendor;
57 *vendor = EAP_VENDOR_IETF;
64 * @vendor
71 eap_get_name(int vendor, EapType type) argument
279 eap_peer_method_alloc(int version, int vendor, EapType method, const char *name) argument
[all...]
/external/linux-tools-perf/src/tools/perf/arch/x86/util/
H A Dheader.c28 char vendor[16]; local
31 strncpy(&vendor[0], (char *)(&b), 4);
32 strncpy(&vendor[4], (char *)(&d), 4);
33 strncpy(&vendor[8], (char *)(&c), 4);
34 vendor[12] = '\0';
51 nb = scnprintf(buffer, sz, "%s,%u,%u,%u$", vendor, family, model, step);
/external/protobuf/src/google/protobuf/stubs/
H A Datomicops_internals_x86_gcc.cc84 // Get vendor string (issue CPUID with eax = 0)
86 char vendor[13]; local
87 memcpy(vendor, &ebx, 4);
88 memcpy(vendor + 4, &edx, 4);
89 memcpy(vendor + 8, &ecx, 4);
90 vendor[12] = 0;
107 if (strcmp(vendor, "AuthenticAMD") == 0 && // AMD
/external/v8/src/base/
H A Datomicops_internals_x86_gcc.cc63 // Get vendor string (issue CPUID with eax = 0)
65 char vendor[13]; local
66 memcpy(vendor, &ebx, 4);
67 memcpy(vendor + 4, &edx, 4);
68 memcpy(vendor + 8, &ecx, 4);
69 vendor[12] = 0;
86 if (strcmp(vendor, "AuthenticAMD") == 0 && // AMD
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_gpsk_common.h40 u8 vendor[4]; member in struct:eap_gpsk_csuite
48 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
49 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor,
56 int eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor,
62 size_t eap_gpsk_mic_len(int vendor, int specifier);
63 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor,
H A Deap_common.h23 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
25 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
/external/wpa_supplicant_8/src/eap_common/
H A Deap_gpsk_common.h40 u8 vendor[4]; member in struct:eap_gpsk_csuite
48 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
49 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor,
56 int eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor,
62 size_t eap_gpsk_mic_len(int vendor, int specifier);
63 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor,
H A Deap_common.h23 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
25 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_gpsk_common.h40 u8 vendor[4]; member in struct:eap_gpsk_csuite
48 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
49 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor,
56 int eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor,
62 size_t eap_gpsk_mic_len(int vendor, int specifier);
63 int eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor,
H A Deap_common.h23 const u8 * eap_hdr_validate(int vendor, EapType eap_type,
25 struct wpabuf * eap_msg_alloc(int vendor, EapType type, size_t payload_len,
/external/elfutils/src/backends/
H A Dppc_attrs.c40 ppc_check_object_attribute (ebl, vendor, tag, value, tag_name, value_name)
42 const char *vendor;
48 if (!strcmp (vendor, "gnu"))

Completed in 347 milliseconds

12345678910