Searched defs:operator_string (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast_expr.cpp27 ast_expression::operator_string(enum ast_operators op) function in class:ast_expression
93 printf("%s ", operator_string(oper));
H A Dir.cpp487 const char *ir_expression::operator_string(ir_expression_operation op) function in class:ir_expression
494 const char *ir_expression::operator_string() function in class:ir_expression
496 return operator_string(this->operation);
/external/mesa3d/src/glsl/
H A Dast_expr.cpp27 ast_expression::operator_string(enum ast_operators op) function in class:ast_expression
93 printf("%s ", operator_string(oper));
H A Dir.cpp487 const char *ir_expression::operator_string(ir_expression_operation op) function in class:ir_expression
494 const char *ir_expression::operator_string() function in class:ir_expression
496 return operator_string(this->operation);
/external/cmockery/cmockery_0_1_2/src/example/
H A Dcalculator.c120 * associated with the specified operator_string. This function returns the
121 * function associated with operator_string if successful, NULL otherwise.
126 const char* const operator_string) {
129 assert(operator_string);
134 if (strcmp(operator_function->operator, operator_string) == 0) {
193 const char* const operator_string = arguments[i]; local
195 number_of_operator_functions, operator_functions, operator_string);
202 operator_string, i);
210 operator_string);
123 find_operator_function_by_string( const size_t number_of_operator_functions, const OperatorFunction * const operator_functions, const char* const operator_string) argument

Completed in 1710 milliseconds