Home
last modified time | relevance | path

Searched defs:arrayindex (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dltable.c274 static unsigned int arrayindex (lua_Integer k) { in arrayindex() function
/aosp_15_r20/external/mksh/src/
H A Dsh.h1839 #define arrayindex(vp) ((unsigned long)((vp)->flag & AINDEX ? \ macro