/aosp_15_r20/external/lua/src/ |
H A D | lmathlib.c | 33 lua_pushinteger(L, n); in math_abs() 77 lua_pushinteger(L, n); in math_toint() 89 lua_pushinteger(L, n); /* result is integer */ in pushnumint() 122 lua_pushinteger(L, 0); /* avoid overflow with 0x80000... / -1 */ in math_fmod() 125 lua_pushinteger(L, lua_tointeger(L, 1) % d); in math_fmod() 570 lua_pushinteger(L, I2UInt(rv)); /* full random integer */ in math_random() 586 lua_pushinteger(L, p + (lua_Unsigned)low); in math_random() 600 lua_pushinteger(L, n1); in setseed() 601 lua_pushinteger(L, n2); in setseed() 683 lua_pushinteger(L, e); in math_frexp() [all …]
|
H A D | lutf8lib.c | 107 lua_pushinteger(L, posi + 1); /* ... and current position */ in utflen() 113 lua_pushinteger(L, n); in utflen() 144 lua_pushinteger(L, code); in codepoint() 217 lua_pushinteger(L, posi + 1); in byteoffset() 241 lua_pushinteger(L, n + 1); in iter_aux() 242 lua_pushinteger(L, code); in iter_aux() 262 lua_pushinteger(L, 0); in iter_codes()
|
H A D | lbaselib.c | 105 lua_pushinteger(L, n); in luaB_tonumber() 161 lua_pushinteger(L, lua_rawlen(L, 1)); in luaB_rawlen() 215 lua_pushinteger(L, previous); in luaB_collectgarbage() 236 lua_pushinteger(L, res); in luaB_collectgarbage() 283 lua_pushinteger(L, i); in ipairsaux() 296 lua_pushinteger(L, 0); /* initial value */ in luaB_ipairs() 419 lua_pushinteger(L, n-1); in luaB_select()
|
H A D | lstrlib.c | 58 lua_pushinteger(L, (lua_Integer)l); in str_len() 189 lua_pushinteger(L, uchar(s[posi+i-1])); in str_byte() 713 lua_pushinteger(ms->L, (ms->capture[i].init - ms->src_init) + 1); in get_onecapture() 784 lua_pushinteger(L, (s2 - s) + 1); in str_find_aux() 785 lua_pushinteger(L, (s2 - s) + lp); in str_find_aux() 802 lua_pushinteger(L, (s1 - s) + 1); /* start */ in str_find_aux() 803 lua_pushinteger(L, res - s); /* end */ in str_find_aux() 978 lua_pushinteger(L, n); /* number of substitutions */ in str_gsub() 1654 lua_pushinteger(L, (lua_Integer)totalsize); in str_packsize() 1716 lua_pushinteger(L, res); in str_unpack() [all …]
|
H A D | ldblib.c | 117 lua_pushinteger(L, v); in settabsi() 322 lua_pushinteger(L, ar->currentline); /* push current line */ in hookf() 406 lua_pushinteger(L, lua_gethookcount(L1)); /* 3rd result = count */ in db_gethook() 446 lua_pushinteger(L, res); in db_setcstacklimit()
|
H A D | loslib.c | 68 #define l_pushtime(L,t) lua_pushinteger(L,(lua_Integer)(t)) 214 lua_pushinteger(L, (lua_Integer)value + delta); in setfield()
|
H A D | lauxlib.c | 257 lua_pushinteger(L, en); in luaL_fileresult() 296 lua_pushinteger(L, stat); in luaL_execresult() 672 lua_pushinteger(L, ref); in luaL_unref()
|
H A D | lua.h | 235 LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n); variable 405 #define lua_pushunsigned(L,n) lua_pushinteger(L, (lua_Integer)(n))
|
H A D | liolib.c | 361 lua_pushinteger(L, n); /* number of arguments to read */ in aux_lines() 703 lua_pushinteger(L, (lua_Integer)l_ftell(f)); in f_seek()
|
H A D | ltablib.c | 187 lua_pushinteger(L, n); in tpack()
|
H A D | lua.c | 627 lua_pushinteger(L, argc); /* 1st argument */ in main()
|
H A D | luac.c | 206 lua_pushinteger(L,argc); in main()
|
H A D | lapi.c | 489 LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) { in lua_pushinteger() function
|
/aosp_15_r20/external/libtextclassifier/native/utils/ |
H A D | lua-utils.h | 115 void Push(const int64 value) const { lua_pushinteger(state_, value); } in Push() 116 void Push(const uint64 value) const { lua_pushinteger(state_, value); } in Push() 117 void Push(const int32 value) const { lua_pushinteger(state_, value); } in Push() 118 void Push(const uint32 value) const { lua_pushinteger(state_, value); } in Push() 119 void Push(const int16 value) const { lua_pushinteger(state_, value); } in Push() 120 void Push(const uint16 value) const { lua_pushinteger(state_, value); } in Push() 121 void Push(const int8 value) const { lua_pushinteger(state_, value); } in Push() 122 void Push(const uint8 value) const { lua_pushinteger(state_, value); } in Push() 401 lua_pushinteger(env->state(), pos + 1); in IterItems() 418 lua_pushinteger(env->state(), pos + 1); in Next() [all …]
|
H A D | regex-match.cc | 114 lua_pushinteger(state_, span.first); in GetCapturingGroup() 116 lua_pushinteger(state_, span.second); in GetCapturingGroup()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | def.c | 140 lua_pushinteger(L, upb_FieldDef_Index(f)); in lupb_FieldDef_Index() 152 lua_pushinteger(L, upb_FieldDef_Label(f)); in lupb_FieldDef_Label() 166 lua_pushinteger(L, num); in lupb_FieldDef_Number() 195 lua_pushinteger(L, upb_FieldDef_CType(f)); in lupb_FieldDef_CType() 266 lua_pushinteger(L, upb_OneofDef_FieldCount(o)); in lupb_OneofDef_len() 328 lua_pushinteger(L, upb_MessageDef_FieldCount(m)); in lupb_MessageDef_FieldCount() 334 lua_pushinteger(L, upb_MessageDef_OneofCount(m)); in lupb_MessageDef_OneofCount() 487 lua_pushinteger(L, upb_MessageDef_Syntax(m)); in lupb_MessageDef_Syntax() 528 lua_pushinteger(L, upb_EnumDef_ValueCount(e)); in lupb_EnumDef_len() 883 lua_pushinteger(L, i); in lupb_setfieldi()
|
D | msg.c | 1085 lua_pushinteger(L, i); in lupb_setfieldi()
|
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/src/ |
D | JniUtils.cpp | 83 lua_pushinteger(lua, env->CallIntMethod(value.get(), intMethod)); in pushBundleToLuaTable() 86 lua_pushinteger(lua, env->CallLongMethod(value.get(), longMethod)); in pushBundleToLuaTable() 131 lua_pushinteger(lua, rawIntArray[i]); in pushBundleToLuaTable() 148 lua_pushinteger(lua, rawLongArray[i]); in pushBundleToLuaTable()
|
/aosp_15_r20/external/mesa3d/src/intel/executor/ |
H A D | executor_main.c | 702 lua_pushinteger(L, data[i]); in l_execute() 810 lua_pushinteger(L, E.devinfo.ver); in main() 813 lua_pushinteger(L, E.devinfo.verx10); in main()
|
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/tests/unit/src/com/android/car/scriptexecutortest/unit/ |
D | JniUtilsTestHelper.cpp | 289 lua_pushinteger(luaState, i); in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativeHasNumberOfTables() 307 lua_pushinteger(luaState, index); in Java_com_android_car_scriptexecutortest_unit_JniUtilsTest_nativeHasTableAtIndexWithIntValue()
|
/aosp_15_r20/external/mesa3d/src/freedreno/decode/ |
H A D | script.c | 110 lua_pushinteger(L, e->val); in l_meta_rnn_enum_tonumber() 177 lua_pushinteger(L, val.i); in pushdecval()
|
/aosp_15_r20/external/libtextclassifier/native/utils/intents/ |
H A D | jni-lua.cc | 137 lua_pushinteger(state_, i + 1); in HandleAndroidCallback() 366 lua_pushinteger(state_, tc3farmhash::Hash32(input.data(), input.length())); in HandleHash()
|
H A D | intent-generator.cc | 69 lua_pushinteger(state_, reference_time_ms_utc_); in SetupExternalHook()
|
/aosp_15_r20/external/bcc/src/lua/src/ |
H A D | main.c | 82 lua_pushinteger(L, 2); /* skip this function and traceback */ in traceback()
|