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

  /external/webkit/WebKitTools/android/flex-2.5.4a/
ecs.c 70 * fwd is the forward linked-list of equivalence class members. bck
76 int cre8ecs( fwd, bck, num )
77 int fwd[], bck[], num;
92 for ( j = fwd[i]; j != NIL; j = fwd[j] )
104 * int lenccl, fwd[llsiz], bck[llsiz], llsiz, NUL_mapping;
105 * void mkeccl( Char ccls[], int lenccl, int fwd[llsiz], int bck[llsiz],
109 * number of elements in the ccl, fwd is the forward link-list of equivalent
115 void mkeccl( ccls, lenccl, fwd, bck, llsiz, NUL_mapping )
117 int lenccl, fwd[], bck[], llsiz, NUL_mapping
    [all...]
  /external/iproute2/ip/
ifcfg 4 local sbase fwd
6 fwd=0
9 fwd=$[$fwd + `cat $dir`]
12 fwd=2
14 return $fwd
45 fwd=$?
46 if [ $fwd -ne 0 ]; then
47 echo "Forwarding is ON or its state is unknown ($fwd). OK, No RDISC." 1>&2
60 if [ $fwd -eq 0 ]; then RestartRDISC; f
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
dadrcal.h 41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd);
45 UBool fwd);
transtst.cpp 410 Transliterator *fwd = Transliterator::createFromRules("<ID>", RULES, local
419 expect(*fwd, DATA[i], DATA[i+1]);
422 delete fwd;
    [all...]
  /external/icu4c/test/intltest/
dadrcal.h 41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd);
45 UBool fwd);
transtst.cpp 416 Transliterator *fwd = Transliterator::createFromRules("<ID>", RULES, local
425 expect(*fwd, DATA[i], DATA[i+1]);
428 delete fwd;
    [all...]
  /external/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 22 ;# in normalization (fwd is twice unitary, inv is half unitary)
56 ;# For fwd transform, indices are horizontal positions, then frequencies.
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 425 add r0, r3, r5 ;# r0 -> 2 rows fwd (temp)
    [all...]

Completed in 644 milliseconds