HomeSort by relevance Sort by last modified time
    Searched defs:n_args (Results 1 - 12 of 12) sorted by null

  /toolchain/binutils/binutils-2.27/ld/
plugin.c 84 size_t n_args; member in struct:plugin
300 last_plugin->n_args++;
996 if (curplug->n_args > max_args)
997 max_args = curplug->n_args;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 669 int i, j, k, n_args = 0, n_defaults = 0, found_default = 0; local
685 n_args++;
689 args = (n_args ? asdl_seq_new(n_args, c->c_arena) : NULL);
690 if (!args && n_args)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 669 int i, j, k, n_args = 0, n_defaults = 0, found_default = 0; local
685 n_args++;
689 args = (n_args ? asdl_seq_new(n_args, c->c_arena) : NULL);
690 if (!args && n_args)
    [all...]
  /external/python/cpython2/Python/
ast.c 669 int i, j, k, n_args = 0, n_defaults = 0, found_default = 0; local
685 n_args++;
689 args = (n_args ? asdl_seq_new(n_args, c->c_arena) : NULL);
690 if (!args && n_args)
    [all...]
  /external/valgrind/VEX/priv/
host_arm64_isel.c 484 Int n_args, i, nextArgReg; local
556 n_args = 0;
564 n_args++;
615 for (i = 0; i < n_args; i++) {
637 for (i = 0; i < n_args; i++) {
676 for (i = 0; i < n_args; i++) {
    [all...]
host_arm_isel.c 518 Int n_args, i, nextArgReg; local
590 n_args = 0;
598 n_args++;
604 if (n_args > ARM_N_ARGREGS) {
642 for (i = 0; i < n_args; i++) {
664 for (i = 0; i < n_args; i++) {
721 for (i = 0; i < n_args; i++) {
    [all...]
host_mips_isel.c 398 Int n_args, i, argreg; local
435 n_args = 0;
443 n_args++;
446 if (n_args > MIPS_N_REGPARMS) {
493 for (i = 0; i < n_args; i++) {
507 for (i = 0; i < n_args; i++) {
548 for (i = 0; i < n_args; i++) {
    [all...]
host_s390_isel.c 516 UInt n_args, i, argreg, size; local
539 n_args = 0;
541 ++n_args;
543 if (n_args > S390_NUM_GPRPARMS) {
553 for (i = 0; i < n_args; ++i) {
579 for (i = 0; i < n_args; i++) {
638 addInstr(env, s390_insn_helper_call(cc, target, n_args,
    [all...]
host_x86_isel.c 438 Int not_done_yet, n_args, n_arg_ws, stack_limit, local
507 n_args = n_arg_ws = 0;
508 while (args[n_args]) {
509 IRExpr* arg = args[n_args];
510 n_args++;
536 not_done_yet = n_args;
542 /* Push (R to L) the stack-passed args, [n_args-1 .. stack_limit] */
543 for (i = n_args-1; i >= stack_limit; i--) {
    [all...]
host_amd64_isel.c 438 UInt n_args, i; local
509 n_args = 0;
511 n_args++;
513 if (n_args > 6)
564 vassert(n_args >= 0 && n_args <= 6);
565 for (i = 0; i < n_args; i++) {
578 for (i = 0; i < n_args; i++)
591 if (n_args > 0) {for (i = 0; args[i]; i++) {
610 vassert(n_args >= 0 && n_args <= 6)
    [all...]
host_ppc_isel.c 732 Int n_args, i, argreg; local
804 n_args = 0;
806 n_args++;
808 if (n_args > PPC_N_REGPARMS) {
855 for (i = 0; i < n_args; i++) {
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cGPUShaderFP64Tests.cpp 13642 const glw::GLuint n_args = getArgumentCount(); local
    [all...]

Completed in 491 milliseconds