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

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dltable.c127 static int arrayindex (const TValue *key) { function
147 i = arrayindex(key);
219 int k = arrayindex(key);
/external/mksh/src/
H A Dsh.h1178 #define arrayindex(vp) ((unsigned long)((vp)->flag & AINDEX ? \ macro

Completed in 389 milliseconds