HomeSort by relevance Sort by last modified time
    Searched refs:add_int_item (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/lua/src/
cpu.c 18 static void add_int_item(lua_State *L, const char *item, int value_int) { function
49 add_int_item(L, "cores", lua_cpu.num_cores);
50 add_int_item(L, "l1_instruction_cache", lua_cpu.l1_instruction_cache_size);
51 add_int_item(L, "l1_data_cache", lua_cpu.l1_data_cache_size);
52 add_int_item(L, "l2_cache", lua_cpu.l2_cache_size);
53 add_int_item(L, "family_id", lua_cpu.family);
54 add_int_item(L, "model_id", lua_cpu.model_id);
55 add_int_item(L, "stepping", lua_cpu.stepping);
dmi.c 18 static void add_int_item(lua_State *L, const char *item, int value_int) { function
40 add_int_item(pLua_state, #Field, pBase->Field);
42 add_int_item(pLua_state, #Field, Base.Field);

Completed in 92 milliseconds