HomeSort by relevance Sort by last modified time
    Searched full:dfunc (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
preinit_test.cc 1 // RUN: %clangxx -DFUNC=zzzz %s -shared -o %t.so -fPIC
2 // RUN: %clangxx_asan -DFUNC=main %s -o %t -Wl,-R. %t.so
8 // Both files include the same header (emulated by -DFUNC here)
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
Makefile 17 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -Wall -fpic -pipe -DOMX_DEBUG -DFUNC
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
Makefile 17 CFLAGS+=-I../inc -I$(OMXINCLUDEDIR) -I$(SYSTEMINCLUDEDIR) -I$(BRIDGEINCLUDEDIR) -Wall -fpic -pipe -DOMX_DEBUG -DFUNC
  /external/opencv/cvaux/src/
enmin.cpp 107 // function dFunc is energy function which determines energy of interaction
114 inline int dFunc( unsigned char* leftLine,
233 ( ( Edge* )newEdgePtr ) -> weight = dFunc( leftLine,
288 ( ( Edge* )newEdgePtr ) -> weight = dFunc( leftLine,
    [all...]
  /dalvik/vm/
Native.cpp 104 DalvikBridgeFunc dfunc = (DalvikBridgeFunc) infunc; local
105 dvmSetNativeFunc((Method*) method, dfunc, NULL);
106 dfunc(args, pResult, method, self);

Completed in 746 milliseconds