Searched refs:remember (Results 1 – 25 of 134) sorted by relevance
123456
/external/srec/srec/clib/ |
D | specnorm.c | 298 int ii, remember; in forget_distribution_counts() local 302 remember = 100 - forget_factor; in forget_distribution_counts() 303 spec->high_counts = (spec->high_counts * remember) / 100; in forget_distribution_counts() 304 spec->low_counts = (spec->low_counts * remember) / 100; in forget_distribution_counts() 306 spec->hist[ii] = (spec->hist[ii] * remember) / 100; in forget_distribution_counts()
|
/external/libpcap/msdos/ |
D | pkt_rx0.asm | 105 mov newInOffset, ax ;; remember new input offset 153 mov [di].firstCount, cx ; remember the first count. 154 mov [di].handle, bx ; remember the handle.
|
D | pkt_rx1.s | 114 mov [di], cx ; remember firstCount. 115 mov [di+4], bx ; remember handle.
|
/external/javassist/ |
D | HOWTO.txt | 2 If you want to run the tests, remember to do it from master or a branch that
|
/external/chromium_org/tools/git/ |
D | README | 5 These hooks warn you about DEPS modifications so you will remember
|
/external/protobuf/m4/ |
D | lt~obsolete.m4 | 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us 30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
/external/chromium_org/third_party/tcmalloc/vendor/m4/ |
D | lt~obsolete.m4 | 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us 30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
/external/chromium_org/sdch/open-vcdiff/m4/ |
D | lt~obsolete.m4 | 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us 30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
/external/libusb-compat/m4/ |
D | lt~obsolete.m4 | 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us 30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
D | lt~obsolete.m4 | 20 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us 31 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
/external/google-tv-pairing-protocol/cpp/m4/ |
D | lt~obsolete.m4 | 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us 30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
/external/libmtp/m4/ |
D | lt~obsolete.m4 | 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us 30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
/external/libopus/m4/ |
D | lt~obsolete.m4 | 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us 30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
/external/pcre/dist/m4/ |
D | lt~obsolete.m4 | 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us 30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-11-18-EarlyDesignIdeas.txt | 64 BTW, on an unrelated note, after the meeting yesterday, I did remember 67 it yesterday, I didn't remember where the idea had come from but I
|
/external/libpng/scripts/ |
D | lt~obsolete.m4 | 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us 30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
/external/chromium_org/third_party/opus/src/m4/ |
D | lt~obsolete.m4 | 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us 30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
/external/libedit/m4/ |
D | lt~obsolete.m4 | 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us 30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
/external/openfst/m4/ |
D | lt~obsolete.m4 | 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us 30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
/external/libexif/auto-m4/ |
D | lt~obsolete.m4 | 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us 30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
D | lt~obsolete.m4 | 19 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us 30 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
|
/external/guava/ |
D | README.maven | 20 remember that this codebase uses @Override annotations
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
D | complexityMeasures.m | 4 % Enter the path to YOUR executable and remember to define the perprocessor
|
/external/iproute2/tc/ |
D | README.last | 44 but remember: not all pentiums have this facility, and
|
/external/eigen/unsupported/Eigen/src/SVD/ |
D | TODOBdcsvd.txt | 21 … 2) remember the values of the singular values that are already computed (zi=0)
|
123456