HomeSort by relevance Sort by last modified time
    Searched refs:findex (Results 1 - 25 of 42) sorted by null

1 2

  /device/google/contexthub/firmware/external/arm/
arm_sin_cos_f32.c 216 float32_t findex; local
235 findex = (float32_t) FAST_MATH_TABLE_SIZE * in;
236 index = ((uint16_t)findex) & 0x1ff;
239 fract = findex - (float32_t) index;
305 float32_t findex; local
324 findex = (float32_t) FAST_MATH_TABLE_SIZE * in;
325 index = ((uint16_t)findex) & 0x1ff;
328 fract = findex - (float32_t) index;
  /external/iproute2/netem/
maketable.c 139 double findex, fvalue; local
146 findex = ((double)i/(double)DISTTABLEGRANULARITY) - DISTTABLEDOMAIN;
149 inversevalue = (int)rint(findex*TABLEFACTOR);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
fset2.c 51 static int *findex; variable
1190 if ( ftbl[k][findex[k]] == nil ) return NULL;
1194 findex[k+1] = 0;
1195 (findex[k])++; /* try next token at this k */
1199 u = tmake(tnode(ftbl[k][findex[k]]), t, NULL);
1200 if ( k == max_k ) (findex[k])++;
1243 findex = (int *) calloc(LL_k+1, sizeof(int));
1244 if ( findex == NULL )
1253 for (k=1; k<=LL_k; k++) findex[k] = 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
liolib.c 263 static FILE *getiofile (lua_State *L, const char *findex) {
265 lua_getfield(L, LUA_REGISTRYINDEX, findex);
268 luaL_error(L, "standard %s file is closed", findex + strlen(IO_PREFIX));
  /external/skia/third_party/lua/src/
liolib.c 262 static FILE *getiofile (lua_State *L, const char *findex) {
264 lua_getfield(L, LUA_REGISTRYINDEX, findex);
267 luaL_error(L, "standard %s file is closed", findex + strlen(IO_PREFIX));
  /external/syslinux/com32/lua/src/
liolib.c 265 static FILE *getiofile (lua_State *L, const char *findex) {
267 lua_getfield(L, LUA_REGISTRYINDEX, findex);
270 luaL_error(L, "standard %s file is closed", findex + strlen(IO_PREFIX));
  /external/v8/src/compiler/
loop-analysis.cc 162 int findex = from->id() * width_; local
165 uint32_t marks = backward_[tindex + i] & forward_[findex + i];
  /frameworks/base/core/java/android/app/
BackStackRecord.java 105 int findex = mOps[pos++]; local
106 if (findex >= 0) {
107 Fragment f = fm.mActive.get(findex);
    [all...]
  /frameworks/support/fragment/java/android/support/v4/app/
BackStackRecord.java 101 int findex = mOps[pos++]; local
102 if (findex >= 0) {
103 Fragment f = fm.mActive.get(findex);
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
lex.py 73 # tuples (re,findex) where re is a compiled
74 # regular expression and findex is a list
125 for cre, findex in ritem:
127 for f in findex:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
lex.py 73 # tuples (re,findex) where re is a compiled
74 # regular expression and findex is a list
125 for cre, findex in ritem:
127 for f in findex:
    [all...]
  /external/libmojo/third_party/ply/
lex.py 117 # tuples (re,findex) where re is a compiled
118 # regular expression and findex is a list
152 for cre, findex in ritem:
154 for f in findex:
    [all...]
  /external/ply/ply/ply/
lex.py 118 # tuples (re, findex) where re is a compiled
119 # regular expression and findex is a list
155 for cre, findex in ritem:
157 for f in findex:
    [all...]
  /prebuilts/sdk/current/support/fragment/
android-support-fragment.jar 
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex     [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex     [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/netperf/doc/
texinfo.tex     [all...]
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 

Completed in 617 milliseconds

1 2