HomeSort by relevance Sort by last modified time
    Searched full:odd (Results 226 - 250 of 1772) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/base/
file_stream_metrics_win.cc 23 // They will have odd-numbered buckets.
  /external/chromium_org/ppapi/thunk/
ppb_char_set_thunk.cc 36 // This interface is a bit odd because it contains a function
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results.html 62 tr:nth-child(odd) {
  /external/chromium_org/third_party/WebKit/public/platform/
WebAnimation.h 72 // If alternatesDirection is true, on odd numbered iterations we reverse the curve.
  /external/chromium_org/third_party/opus/src/silk/
resampler_down2.c 63 /* All-pass section for odd input sample, and add to output of previous section */
  /external/compiler-rt/test/Unit/
paritydi2_test.c 18 // Returns: 1 if number of bits is odd else returns 0
paritysi2_test.c 18 // Returns: 1 if number of bits is odd else returns 0
parityti2_test.c 20 // Returns: 1 if number of bits is odd else returns 0
  /external/dropbear/libtommath/
bn_mp_exptmod.c 90 /* if the modulus is odd or dr != 0 use the montgomery method */
  /external/dropbear/libtommath/etc/
mersenne.c 131 /* goto next odd exponent */
  /external/e2fsprogs/tests/d_loaddump/
script 19 echo "file fragment odd size" >> $TEST_DATA
  /external/jpeg/
jmemdos.c 329 #define ODD(X) (((X) & 1L) != 0)
341 /* The XMS driver can't cope with an odd length, so handle the last byte
342 * specially if byte_count is odd. We don't expect this to be common.
357 if (ODD(byte_count)) {
374 /* The XMS driver can't cope with an odd length, so handle the last byte
375 * specially if byte_count is odd. We don't expect this to be common.
390 if (ODD(byte_count)) {
456 * at odd byte boundaries. Some compilers will align struct fields at even
460 * here. Note this code would fail if the hardware did not allow odd-byte
  /external/kernel-headers/original/linux/
aio_abi.h 59 #error edit for your odd byteorder.
  /external/libnfc-nci/src/include/
config.h 88 int m_iParity; // 0 - none, 1 = odd, 2 = even
  /external/libvpx/libvpx/examples/includes/geshi/docs/
BUGS 22 things slightly, if you notice anything odd about the highlighting then please report
  /external/llvm/test/Transforms/IndVarSimplify/
2011-11-15-multiexit.ll 6 ; final loop test is skipped (odd number of elements) then the early
  /external/llvm/test/Transforms/LoopUnroll/
runtime-loop2.ll 4 ; This test makes sure we're not unrolling 'odd' counts
  /external/llvm/unittests/Support/
ConvertUTFTest.cpp 57 EXPECT_TRUE(HasBOM); // Don't care about odd lengths.
  /external/qemu/distrib/jpeg-6b/
jmemdos.c 329 #define ODD(X) (((X) & 1L) != 0)
341 /* The XMS driver can't cope with an odd length, so handle the last byte
342 * specially if byte_count is odd. We don't expect this to be common.
357 if (ODD(byte_count)) {
374 /* The XMS driver can't cope with an odd length, so handle the last byte
375 * specially if byte_count is odd. We don't expect this to be common.
390 if (ODD(byte_count)) {
456 * at odd byte boundaries. Some compilers will align struct fields at even
460 * here. Note this code would fail if the hardware did not allow odd-byte
  /external/skia/gm/
cubicpaths.cpp 88 {SkPath::kEvenOdd_FillType, "Even / Odd"},
90 {SkPath::kInverseEvenOdd_FillType, "Inverse Even / Odd"},
231 {SkPath::kEvenOdd_FillType, "Even / Odd"},
233 {SkPath::kInverseEvenOdd_FillType, "Inverse Even / Odd"},
  /external/tcpdump/
send-ack.awk 25 # # -> odd size packet
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gmed_n.h 72 /* is only valid for a odd number of gains */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes_s.h 40 OMX_StsSP_EvenMedianMaskSizeErr EQU -180 ;// Even size of the Median Filter mask was replaced by the odd one
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes_s.h 40 OMX_StsSP_EvenMedianMaskSizeErr EQU -180 ;// Even size of the Median Filter mask was replaced by the odd one
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ATResponseParserTest.java 51 // this seems odd but is probably OK

Completed in 1076 milliseconds

1 2 3 4 5 6 7 8 91011>>