Searched refs:getstr (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
H A Dmachotest64.c19 extern char *getstr(void);
31 b = (long)getstr();
34 printf("This string should read `hello, world': `%s'\n", getstr());
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlstring.c38 (memcmp(getstr(a), getstr(b), len) == 0)); /* equal contents */
143 (memcmp(str, getstr(ts), l * sizeof(char)) == 0)) {
H A Dluac.c225 const char* s=getstr(ts);
274 #define UPVALNAME(x) ((f->upvalues[x].name) ? getstr(f->upvalues[x].name) : "-")
380 const char* s=f->source ? getstr(f->source) : "=?";
414 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1);
H A Dldebug.c103 else return getstr(s);
187 ar->source = p->source ? getstr(p->source) : "=?";
466 *name = getstr(G(L)->tmname[tm]);
551 luaO_chunkid(buff, getstr(src), LUA_IDSIZE);
H A Dldump.c72 DumpBlock(getstr(s),size*sizeof(char),D);
H A Dlfunc.c156 return getstr(f->locvars[i].varname);
H A Dlobject.h422 #define getstr(ts) cast(const char *, (ts) + 1) macro
425 #define svalue(o) getstr(rawtsvalue(o))
H A Dlparser.c65 luaX_newstring(ls, getstr(ts), ts->tsv.len);
350 getstr(gt->name), gt->line, getstr(vname));
467 msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line);
1201 getstr(label), ll->arr[i].line);
H A Dllex.c106 luaO_chunkid(buff, getstr(ls->source), LUA_IDSIZE);
H A Dlapi.c509 return getstr(ts);
526 return getstr(ts);
1206 return (name == NULL) ? "" : getstr(name);
H A Dltable.c104 s->tsv.hash = luaS_hash(getstr(s), s->tsv.len, s->tsv.hash);
H A Dlvm.c210 const char *l = getstr(ls);
212 const char *r = getstr(rs);

Completed in 1352 milliseconds