HomeSort by relevance Sort by last modified time
    Searched refs:narg (Results 1 - 25 of 44) sorted by null

1 2

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fog.c 56 #define NEG_EXP( result, narg ) \
58 GLfloat f = (GLfloat) (narg * (1.0/FOG_INCR)); \
66 #define NEG_EXP( result, narg ) \
68 result = exp(-narg); \
  /ndk/sources/host-tools/nawk-20071023/
parse.c 56 x->narg[0]=b;
66 x->narg[0] = b;
67 x->narg[1] = c;
77 x->narg[0] = b;
78 x->narg[1] = c;
79 x->narg[2] = d;
89 x->narg[0] = b;
90 x->narg[1] = c;
91 x->narg[2] = d;
92 x->narg[3] = e
    [all...]
  /external/boringssl/src/crypto/perlasm/
x86_64-xlate.pl 365 my $narg = $current_function->{narg};
366 $narg=6 if (!defined($narg));
367 $func .= " movq %rcx,%rdi\n" if ($narg>0);
368 $func .= " movq %rdx,%rsi\n" if ($narg>1);
369 $func .= " movq %r8,%rdx\n" if ($narg>2);
370 $func .= " movq %r9,%rcx\n" if ($narg>3);
371 $func .= " movq 40(%rsp),%r8\n" if ($narg>4);
372 $func .= " movq 48(%rsp),%r9\n" if ($narg>5)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
decode.go 291 narg int // number of arguments written to inst
955 inst.Args[narg] = fixedArg[x]
956 narg++
959 inst.Args[narg] = Imm(imm8)
960 narg++
963 inst.Args[narg] = Imm(uint8(imm8))
964 narg++
967 inst.Args[narg] = Imm(int16(imm))
968 narg++
971 inst.Args[narg] = Imm(uint16(imm)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
decode.go 291 narg int // number of arguments written to inst
955 inst.Args[narg] = fixedArg[x]
956 narg++
959 inst.Args[narg] = Imm(imm8)
960 narg++
963 inst.Args[narg] = Imm(uint8(imm8))
964 narg++
967 inst.Args[narg] = Imm(int16(imm))
968 narg++
971 inst.Args[narg] = Imm(uint16(imm)
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_fog.c 55 #define NEG_EXP( result, narg ) \
57 GLfloat f = (GLfloat) (narg * (1.0/FOG_INCR)); \
65 #define NEG_EXP( result, narg ) \
67 result = exp(-narg); \
  /bionic/libc/arch-mips/include/machine/
asm.h 114 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /development/ndk/platforms/android-21/arch-mips/include/machine/
asm.h 116 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
asm.h 116 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/machine/
asm.h 116 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/machine/
asm.h 116 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/machine/
asm.h 116 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/machine/
asm.h 116 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/machine/
asm.h 116 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/machine/
asm.h 116 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /toolchain/binutils/binutils-2.25/cpu/
mep.opc 675 expand_macro (arg *args, int narg, macro *mac)
682 /* printf("expanding macro %s with %d args\n", mac->name, narg + 1); */
688 ((*(e + 1) - '1') <= narg))
721 int narg = -1;
752 narg = 0;
753 args[narg].start = in + 1;
754 args[narg].len = 0;
766 narg++;
767 args[narg].start = (in + 1);
768 args[narg].len = 0
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
mep-asm.c 631 expand_macro (arg *args, int narg, macro *mac)
638 /* printf("expanding macro %s with %d args\n", mac->name, narg + 1); */
644 ((*(e + 1) - '1') <= narg))
677 int narg = -1;
708 narg = 0;
709 args[narg].start = in + 1;
710 args[narg].len = 0;
722 narg++;
723 args[narg].start = (in + 1);
724 args[narg].len = 0
676 int narg = -1; local
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /external/opencv3/modules/python/src2/
hdr_parser.py 314 narg = ""
316 narg += arg.strip()
317 balance_paren = narg.count("(") - narg.count(")")
318 balance_angle = narg.count("<") - narg.count(">")
320 args.append(narg.strip())
321 narg = ""
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))

Completed in 1350 milliseconds

1 2