Searched refs:exp_type (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_common.c82 u32 exp_type; local
91 exp_type = WPA_GET_BE32(pos);
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) {
/external/wpa_supplicant_8/src/eap_common/
H A Deap_common.c82 u32 exp_type; local
91 exp_type = WPA_GET_BE32(pos);
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) {
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_common.c82 u32 exp_type; local
91 exp_type = WPA_GET_BE32(pos);
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) {
/external/kernel-headers/original/uapi/linux/
H A Dtipc_config.h270 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) argument
273 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
332 static inline int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) argument
334 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type);
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_dump.cpp349 static const char *exp_type[] = {"PIXEL", "POS ", "PARAM"}; local
350 sblog << " " << exp_type[c->bc.type] << " " << c->bc.array_base;
353 static const char *exp_type[] = {"WRITE", "WRITE_IND", "WRITE_ACK", local
355 sblog << " " << exp_type[c->bc.type] << " " << c->bc.array_base
H A Dsb_bc_dump.cpp122 static const char *exp_type[] = {"PIXEL", "POS ", "PARAM"}; local
125 s << " " << exp_type[n.bc.type] << " "; local
142 static const char *exp_type[] = {"WRITE", "WRITE_IND", "WRITE_ACK", local
145 s << " " << exp_type[n.bc.type] << " "; local
/external/v8/src/asmjs/
H A Dasm-typer.cc1896 AsmType* exp_type; local
1897 RECURSE(exp_type = ValidateExpression(unop->expression()));
1900 if (exp_type->IsA(AsmType::Src())) { \
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c2073 const char *exp_type[] = {"PIXEL", "POS ", "PARAM"}; local
2077 o += fprintf(stderr, "%s ", exp_type[cf->output.type]);
2106 const char *exp_type[] = {"WRITE", "WRITE_IND", "WRITE_ACK", local
2111 o += fprintf(stderr, "%s ", exp_type[cf->output.type]);
/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp5149 builtin_builder::_ldexp(const glsl_type *x_type, const glsl_type *exp_type) argument
5152 ir_binop_ldexp, x_type, x_type, exp_type);
5156 builtin_builder::_dfrexp(const glsl_type *x_type, const glsl_type *exp_type) argument
5159 ir_variable *exponent = out_var(exp_type, "exp");
5169 builtin_builder::_frexp(const glsl_type *x_type, const glsl_type *exp_type) argument
5172 ir_variable *exponent = out_var(exp_type, "exp");

Completed in 226 milliseconds