HomeSort by relevance Sort by last modified time
    Searched full:funcs (Results 126 - 150 of 684) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/opencv3/modules/cudaarithm/src/cuda/
countnonzero.cu 74 static const func_t funcs[] =
92 const func_t func = funcs[src.depth()];
split_merge.cu 118 static const func_t funcs[3][5] =
129 const func_t func = funcs[channels - 2][CV_ELEM_SIZE(depth) / 2];
201 static const func_t funcs[3][5] =
227 const func_t func = funcs[channels - 2][CV_ELEM_SIZE(depth) / 2];
  /external/opencv3/modules/cudaimgproc/src/
bilateral_filter.cpp 69 static const func_t funcs[6][4] =
90 const func_t func = funcs[src.depth()][src.channels() - 1];
  /prebuilts/go/darwin-x86/src/encoding/json/
fold_test.go 64 funcs := []struct {
87 for _, ff := range funcs {
  /prebuilts/go/linux-x86/src/encoding/json/
fold_test.go 64 funcs := []struct {
87 for _, ff := range funcs {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
test-example.c 48 #define cond_jmp_insn(insname, word, funcs...) \
53 ## funcs)
  /toolchain/binutils/binutils-2.25/libiberty/
README 37 * Add the function to name to the funcs shell variable in
41 setting of the funcs shell variable. These AC_CHECK_FUNCS calls
  /external/boringssl/src/crypto/asn1/
tasn_fre.c 82 const ASN1_AUX *aux = it->funcs;
133 cf = it->funcs;
139 ef = it->funcs;
208 pf = it->funcs;
  /external/freetype/src/raster/
rastpic.c 30 FT_Init_Class_ft_standard_raster( FT_Raster_Funcs* funcs );
  /external/freetype/src/smooth/
ftspic.c 30 FT_Init_Class_ft_grays_raster( FT_Raster_Funcs* funcs );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/raster/
rastpic.c 30 FT_Init_Class_ft_standard_raster( FT_Raster_Funcs* funcs );
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
ftspic.c 30 FT_Init_Class_ft_grays_raster( FT_Raster_Funcs* funcs );
  /external/llvm/test/ExecutionEngine/OrcLazy/
hello.ll 1 ; RUN: lli -jit-kind=orc-lazy -orc-lazy-debug=funcs-to-stdout %s | FileCheck %s
  /external/pdfium/third_party/freetype/src/raster/
rastpic.c 30 FT_Init_Class_ft_standard_raster( FT_Raster_Funcs* funcs );
  /external/pdfium/third_party/freetype/src/smooth/
ftspic.c 30 FT_Init_Class_ft_grays_raster( FT_Raster_Funcs* funcs );
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 62 * Windows makes the GL funcs all be __stdcall instead of __cdecl :(
  /external/srtp/
TODO 19 funcs?)
  /prebuilts/go/darwin-x86/src/text/template/
examplefunc_test.go 38 tmpl, err := template.New("titleTest").Funcs(funcMap).Parse(templateText)
  /prebuilts/go/linux-x86/src/text/template/
examplefunc_test.go 38 tmpl, err := template.New("titleTest").Funcs(funcMap).Parse(templateText)
  /prebuilts/misc/common/swig/include/2.0.11/python/
pythonkw.swg 46 http://www.zvon.org/other/python/doc21/lib/built-in-funcs.html
  /external/deqp/modules/gles31/functional/
es31fNegativeAtomicCounterTests.cpp 230 const FunctionContainer funcs[] =
241 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
es31fNegativePreciseTests.cpp 199 const FunctionContainer funcs[] = local
206 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
  /external/libdrm/freedreno/
freedreno_priv.h 86 const struct fd_device_funcs *funcs; member in struct:fd_device
110 const struct fd_pipe_funcs *funcs; member in struct:fd_pipe
143 const struct fd_bo_funcs *funcs; member in struct:fd_bo
  /external/libdrm/freedreno/kgsl/
kgsl_ringbuffer.c 194 static const struct fd_ringbuffer_funcs funcs = { variable in typeref:struct:fd_ringbuffer_funcs
215 ring->funcs = &funcs;
  /art/test/961-default-iface-resolution-generated/util-src/
generate_java.py 226 {funcs}
282 funcs = self.DEFAULT_FUNC_TEMPLATE.format(ifaces = j_ifaces,
286 funcs = ""
290 funcs = funcs,

Completed in 1324 milliseconds

1 2 3 4 56 7 8 91011>>