Searched refs:nres (Results 1 - 14 of 14) sorted by relevance

/external/skia/third_party/lua/src/
H A Dlapi.h17 #define adjustresults(L,nres) \
18 { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; }
H A Dlcorolib.c33 int nres = lua_gettop(co); local
34 if (!lua_checkstack(L, nres + 1)) {
35 lua_pop(co, nres); /* remove results anyway */
39 lua_xmove(co, L, nres); /* move yielded values */
40 return nres;
H A Dlua.c172 static int docall (lua_State *L, int narg, int nres) { argument
179 status = lua_pcall(L, narg, nres, base);
/external/syslinux/com32/lua/src/
H A Dlapi.h17 #define adjustresults(L,nres) \
18 { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; }
H A Dlcorolib.c33 int nres = lua_gettop(co); local
34 if (!lua_checkstack(L, nres + 1)) {
35 lua_pop(co, nres); /* remove results anyway */
39 lua_xmove(co, L, nres); /* move yielded values */
40 return nres;
H A Dlua.c179 static int docall (lua_State *L, int narg, int nres) { argument
186 status = lua_pcall(L, narg, nres, base);
/external/mesa3d/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.h74 unsigned nres; member in struct:virgl_drm_cmd_buf
H A Dvirgl_drm_winsys.c558 cbuf->nres = 512;
559 cbuf->res_bo = CALLOC(cbuf->nres, sizeof(struct virgl_hw_buf*));
564 cbuf->res_hlist = MALLOC(cbuf->nres * sizeof(uint32_t));
612 if (cbuf->cres > cbuf->nres) {
/external/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_winsys.h80 unsigned nres; member in struct:virgl_vtest_cmd_buf
H A Dvirgl_vtest_winsys.c404 cbuf->nres = 512;
405 cbuf->res_bo = CALLOC(cbuf->nres, sizeof(struct virgl_hw_buf*));
462 if (cbuf->cres > cbuf->nres) {
/external/valgrind/VEX/priv/
H A Dguest_arm64_toIR.c8416 thusly: if, after application of |opZHI| to both |qres| and |nres|,
8419 operators, or Iop_INVALID, in which case |qres| and |nres| are used
8424 void updateQCFLAGwithDifferenceZHI ( IRTemp qres, IRTemp nres, IROp opZHI ) argument
8430 assign(diff, binop(Iop_XorV128, mkexpr(qres), mkexpr(nres)));
8434 assign(diff, unop(opZHI, binop(Iop_XorV128, mkexpr(qres), mkexpr(nres))));
8442 /* A variant of updateQCFLAGwithDifferenceZHI in which |qres| and |nres|
8446 void updateQCFLAGwithDifference ( IRTemp qres, IRTemp nres )
8448 updateQCFLAGwithDifferenceZHI(qres, nres, Iop_INVALID);
9906 IRTemp nres = newTempV128(); local
9911 assign(nres, mkexp
10209 IRTemp nres = math_ZERO_ALL_EXCEPT_LOWEST_LANE( local
10226 IRTemp nres = math_ZERO_ALL_EXCEPT_LOWEST_LANE(size, mkexpr(nresFW)); local
11535 IRTemp nres = newTempV128(); local
12278 IRTemp nres = newTempV128(); local
12344 IRTemp qres = newTempV128(), nres = newTempV128(); local
[all...]
/external/valgrind/memcheck/tests/solaris/
H A Dscalar.c789 size_t nres = 10; local
792 SY(SYS_rusagesys, x0 + _RUSAGESYS_GETVMUSAGE, x0, x0, x0 + 1, x0 + &nres);
H A Dscalar.stderr.exp2960 Syscall param rusagesys_getvmusage(nres) contains uninitialised byte(s)
2963 Syscall param rusagesys(nres) points to unaddressable byte(s)
2982 Syscall param rusagesys_getvmusage(nres) contains uninitialised byte(s)
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-solaris.c7606 vmusage_t *buf, size_t *nres); */
7611 vki_vmusage_t *, buf, vki_size_t *, nres);
7612 PRE_MEM_READ("rusagesys(nres)", ARG5, sizeof(vki_size_t));
7613 /* PRE_MEM_WRITE("rusagesys(nres)", ARG5, sizeof(vki_size_t)); */
7616 vki_size_t *nres = (vki_size_t *) ARG5; local
7618 *nres * sizeof(vki_vmusage_t));
7640 vki_size_t *nres = (vki_size_t *) ARG5; local
7642 POST_MEM_WRITE(ARG4, *nres * sizeof(vki_vmusage_t));

Completed in 1027 milliseconds