Home
last modified time | relevance | path

Searched refs:short_src (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/com32/lua/src/
Dlauxlib.c97 lua_pushfstring(L, "function <%s:%d>", ar->short_src, ar->linedefined); in pushfuncname()
131 lua_pushfstring(L, "\n\t%s:", ar.short_src); in luaL_traceback()
188 lua_pushfstring(L, "%s:%d: ", ar.short_src, ar.currentline); in luaL_where()
Dldblib.c136 settabss(L, "short_src", ar.short_src); in db_getinfo()
Dlua.h417 char short_src[LUA_IDSIZE]; /* (S) */ member
Dldebug.c192 luaO_chunkid(ar->short_src, ar->source, LUA_IDSIZE); in funcinfo()
/external/libopus/src/
Dopus_multistream_encoder.c1132 const opus_int16 *short_src; in opus_copy_channel_in_short() local
1134 short_src = (const opus_int16 *)src; in opus_copy_channel_in_short()
1137 dst[i*dst_stride] = short_src[i*src_stride+src_channel]; in opus_copy_channel_in_short()
1139 dst[i*dst_stride] = (1/32768.f)*short_src[i*src_stride+src_channel]; in opus_copy_channel_in_short()