Searched defs:int_ops (Results 1 - 3 of 3) sorted by relevance

/external/oprofile/module/
H A Doprofile.c52 static struct op_int_operations const * int_ops; variable
138 int_ops->stop_cpu(cpu);
144 int_ops->start_cpu(cpu);
489 if ((err = int_ops->check_params()))
518 if ((err = int_ops->setup())) {
525 int_ops->start();
544 int_ops->stop();
787 if ((err = int_ops->add_sysctls(next)))
800 int_ops->remove_sysctls(next);
821 int_ops
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_vertex_array.c1112 static const uint16_t int_ops[5] = { local
1138 opcode = int_ops[size];
1225 static const uint16_t int_ops[5] = { local
1263 opcode = int_ops[size];
1369 static const uint16_t int_ops[5] = { local
1420 opcode = int_ops[size];
/external/mesa3d/src/glx/
H A Dindirect_vertex_array.c1112 static const uint16_t int_ops[5] = { local
1138 opcode = int_ops[size];
1225 static const uint16_t int_ops[5] = { local
1263 opcode = int_ops[size];
1369 static const uint16_t int_ops[5] = { local
1420 opcode = int_ops[size];

Completed in 1935 milliseconds