HomeSort by relevance Sort by last modified time
    Searched refs:op_names (Results 1 - 4 of 4) sorted by null

  /external/opencv3/samples/gpu/
alpha_comp.cpp 39 const char* op_names[] = local
47 cout << op_names[alpha_op] << endl;
  /external/deqp/modules/gles31/scripts/
gen-implicit-conversions.py 809 op_names = [
816 for name, desc, op in op_names:
827 op_names = [
836 for name, desc, op in op_names:
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 70 }op_names[]={ variable in typeref:struct:__anon21184
345 for(i=0; i < sizeof(op_names) / sizeof(*op_names); i++)
346 if(op_names[i].opcode == opcode)
347 return op_names[i].ip;
349 fprintf(stderr, "op %d not found in op_names\n", opcode);
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
bfin-dis.c 1228 const char * const op_names[] = { "", "|", "&", "^" } ; local
    [all...]

Completed in 248 milliseconds