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

1 2

  /external/chromium_org/third_party/mesa/src/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); \
  /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/chromium_org/third_party/skia/third_party/lua/src/
lauxlib.c 153 LUALIB_API int luaL_argerror (lua_State *L, int narg, const char *extramsg) {
156 return luaL_error(L, "bad argument #%d (%s)", narg, extramsg);
159 narg--; /* do not count `self' */
160 if (narg == 0) /* error is in the self argument itself? */
167 narg, ar.name, extramsg);
171 static int typeerror (lua_State *L, int narg, const char *tname) {
173 tname, luaL_typename(L, narg));
174 return luaL_argerror(L, narg, msg);
178 static void tag_error (lua_State *L, int narg, int tag) {
179 typeerror(L, narg, lua_typename(L, tag))
    [all...]
lcorolib.c 20 static int auxresume (lua_State *L, lua_State *co, int narg) {
22 if (!lua_checkstack(co, narg)) {
30 lua_xmove(L, co, narg);
31 status = lua_resume(co, L, narg);
lua.c 172 static int docall (lua_State *L, int narg, int nres) {
174 int base = lua_gettop(L) - narg; /* function index */
179 status = lua_pcall(L, narg, nres, base);
193 int narg; local
197 narg = argc - (n + 1); /* number of arguments to the script */
198 luaL_checkstack(L, narg + 3, "too many arguments to script");
201 lua_createtable(L, narg, n + 1);
206 return narg;
329 int narg = getargs(L, argv, n); /* collect arguments */ local
335 lua_insert(L, -(narg+1))
    [all...]
lauxlib.h 41 LUALIB_API lua_Number (luaL_optnumber) (lua_State *L, int nArg, lua_Number def);
44 LUALIB_API lua_Integer (luaL_optinteger) (lua_State *L, int nArg,
51 LUALIB_API void (luaL_checktype) (lua_State *L, int narg, int t);
52 LUALIB_API void (luaL_checkany) (lua_State *L, int narg);
62 LUALIB_API int (luaL_checkoption) (lua_State *L, int narg, const char *def,
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86_64-xlate.pl 359 my $narg = $current_function->{narg};
360 $narg=6 if (!defined($narg));
361 $func .= " movq %rcx,%rdi\n" if ($narg>0);
362 $func .= " movq %rdx,%rsi\n" if ($narg>1);
363 $func .= " movq %r8,%rdx\n" if ($narg>2);
364 $func .= " movq %r9,%rcx\n" if ($narg>3);
365 $func .= " movq 40(%rsp),%r8\n" if ($narg>4);
366 $func .= " movq 48(%rsp),%r9\n" if ($narg>5)
    [all...]
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 359 my $narg = $current_function->{narg};
360 $narg=6 if (!defined($narg));
361 $func .= " movq %rcx,%rdi\n" if ($narg>0);
362 $func .= " movq %rdx,%rsi\n" if ($narg>1);
363 $func .= " movq %r8,%rdx\n" if ($narg>2);
364 $func .= " movq %r9,%rcx\n" if ($narg>3);
365 $func .= " movq 40(%rsp),%r8\n" if ($narg>4);
366 $func .= " movq 48(%rsp),%r9\n" if ($narg>5)
    [all...]
  /external/chromium_org/third_party/mesa/src/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); \
  /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 116 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /bionic/libc/arch-mips64/include/machine/
asm.h 116 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /development/ndk/platforms/android-L/arch-mips/include/machine/
asm.h 116 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
asm.h 116 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/machine/
asm.h 116 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/machine/
asm.h 128 #define MKFSIZ(narg,locals) (((narg+locals)*REGSZ+31)&(~31))

Completed in 678 milliseconds

1 2