Home
last modified time | relevance | path

Searched defs:odd (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/Analysis/
DNewDelete-path-notes.cpp23 void test(Odd *odd) { in test() argument
/external/opencv/cvaux/src/
Dcvvideo.cpp53 CvMat odd_stub, *odd = (CvMat*)fieldOdd; in cvDeInterlace() local
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
Dlooper.py99 def odd(self): member in loop_pos
101 odd = property(odd) variable in loop_pos
/external/eigen/Eigen/src/Geometry/
DEulerAngles.h48 const Index odd = ((a0+1)%3 == a1) ? 0 : 1; in eulerAngles() local
/external/zlib/src/
Dcrc32.c363 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_crc32.c363 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ in crc32_combine_() local
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java900 …private void addItemRow (final IItem item, final boolean odd, final HTMLTable table, final int [] … in addItemRow()
1024 …private void addClassItemRow (final IItem item, final boolean odd, final HTMLTable table, final in… in addClassItemRow()
/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp996 UChar odd[MAX_DEST_SIZE]; in testChaining() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2521 LLVMValueRef even = NULL, odd = NULL; in lp_build_polynomial() local
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c1150 UBool odd; in _testReordering() local
/external/v8/src/
Djsregexp.cc1869 bool odd = (((cut_index - start_index) & 1) == 1); in CutOutRange() local
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js2522 'odd': function(node){ method