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

<<11121314151617181920>>

  /external/boringssl/src/crypto/asn1/
tasn_dec.c 162 const ASN1_AUX *aux = it->funcs;
236 ef = it->funcs;
242 cf = it->funcs;
932 pf = it->funcs;
    [all...]
  /external/harfbuzz_ng/src/
hb-unicode.h 217 * funcs
  /external/llvm/docs/HistoricalNotes/
2003-06-25-Reoptimizer1.txt 72 phase behavior from us (when some funcs/traces stop being hot and
  /external/llvm/tools/bugpoint/
ListReducer.h 68 return false; // there is no failure with the full set of passes/funcs!
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_driver.c 241 crtc->funcs->set_mode_major(crtc, &crtc->mode, crtc->rotation, crtc->x, crtc->y);
737 crtc->funcs->gamma_set(crtc, ms->lut_r, ms->lut_g, ms->lut_b, 256);
903 crtc->funcs->set_mode_major(crtc, pScrn->currentMode,
935 crtc->funcs->shadow_destroy(crtc, crtc->rotatedPixmap,
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 46 * Both blend factors and blend funcs are accepted.
  /external/opencv3/modules/cudafilters/src/
filtering.cpp 119 static const nppFilterBox_t funcs[] = {0, nppiFilterBox_8u_C1R, 0, 0, nppiFilterBox_8u_C4R};
126 func_ = funcs[CV_MAT_CN(srcType)];
525 static const nppMorfFilter_t funcs[2][5] =
563 func_ = funcs[op][CV_MAT_CN(srcType)];
    [all...]
  /external/opencv3/modules/python/src2/
gen2.py 730 self.funcs = {}
822 func_map = self.namespaces.setdefault(namespace, Namespace()).funcs
833 for name, func in sorted(ns.funcs.items()):
    [all...]
  /external/opencv3/modules/superres/src/
btv_l1.cpp 278 static const func_t funcs[] = local
283 const func_t func = funcs[cn];
453 static const func_t funcs[] = local
458 const func_t func = funcs[_src.channels()];
    [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp     [all...]
  /external/srtp/
README 67 kernel_driver crypto kernel (ciphers, auth funcs, rng)
  /external/vboot_reference/tests/
tlcl_tests.c 267 * Test PCR funcs
  /frameworks/rs/
rsContext.h 87 RsdHalFunctions funcs; member in struct:android::renderscript::Context::Hal
  /prebuilts/go/darwin-x86/src/cmd/cover/
html.go 175 var htmlTemplate = template.Must(template.New("html").Funcs(template.FuncMap{
  /prebuilts/go/darwin-x86/src/cmd/go/
list.go 158 tmpl, err := template.New("main").Funcs(fm).Parse(*listFmt)
  /prebuilts/go/linux-x86/src/cmd/cover/
html.go 175 var htmlTemplate = template.Must(template.New("html").Funcs(template.FuncMap{
  /prebuilts/go/linux-x86/src/cmd/go/
list.go 158 tmpl, err := template.New("main").Funcs(fm).Parse(*listFmt)
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 475 FunctionContainer funcs[] = local
506 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
es31fNegativeShaderImageLoadStoreTests.cpp 581 const FunctionContainer funcs[] = local
589 return std::vector<FunctionContainer>(DE_ARRAY_BEGIN(funcs), DE_ARRAY_END(funcs));
  /external/nanopb-c/
pb_decode.c 611 if (pCallback->funcs.decode == NULL)
623 if (!pCallback->funcs.decode(&substream, iter->pos, arg))
644 return pCallback->funcs.decode(&substream, iter->pos, arg);
    [all...]
  /external/opencv3/modules/cudaarithm/test/
test_element_operations.cpp 1573 const func_t funcs[] = local
1643 const func_t funcs[] = local
1723 const func_t funcs[] = local
1925 static const func_t funcs[7][6] = local
2167 const func_t funcs[] = local
2247 const func_t funcs[] = local
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/
onepass.go 495 func walk(prog *syntax.Prog, funcs ...func(ip, next uint32)) {
506 for _, f := range funcs {
513 for _, f := range funcs {
  /prebuilts/go/linux-x86/src/regexp/
onepass.go 495 func walk(prog *syntax.Prog, funcs ...func(ip, next uint32)) {
506 for _, f := range funcs {
513 for _, f := range funcs {
  /prebuilts/go/darwin-x86/src/text/template/
exec_test.go 629 funcs := FuncMap{
649 tmpl, err = New(test.name).Funcs(funcs).Parse(test.input)
651 tmpl, err = template.New(test.name).Funcs(funcs).Parse(test.input)
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
exec_test.go 629 funcs := FuncMap{
649 tmpl, err = New(test.name).Funcs(funcs).Parse(test.input)
651 tmpl, err = template.New(test.name).Funcs(funcs).Parse(test.input)
    [all...]

Completed in 1887 milliseconds

<<11121314151617181920>>