HomeSort by relevance Sort by last modified time
    Searched defs:cfg (Results 1 - 25 of 381) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/config/arm/
vpx_config.c 9 static const char* const cfg = "--target=armv7-linux-gcc --disable-neon --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072 --enable-vp9-highbitdepth"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/arm-neon/
vpx_config.c 9 static const char* const cfg = "--target=armv7-linux-gcc --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072 --enable-vp9-highbitdepth"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/arm64/
vpx_config.c 9 static const char* const cfg = "--force-target=armv8-linux-gcc --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072 --enable-vp9-highbitdepth"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/generic/
vpx_config.c 9 static const char* const cfg = "--target=generic-gnu --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072 --enable-vp9-highbitdepth"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/mips32/
vpx_config.c 9 static const char* const cfg = "--target=mips32-linux-gcc --disable-dspr2 --disable-msa --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072 --enable-vp9-highbitdepth"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/mips32-dspr2/
vpx_config.c 9 static const char* const cfg = "--target=mips32-linux-gcc --enable-dspr2 --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072 --enable-vp9-highbitdepth"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/mips32-msa/
vpx_config.c 9 static const char* const cfg = "--target=mips32-linux-gcc --enable-msa --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072 --enable-vp9-highbitdepth"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/mips64/
vpx_config.c 9 static const char* const cfg = "--target=mips64-linux-gcc --disable-msa --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072 --enable-vp9-highbitdepth"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/mips64-msa/
vpx_config.c 9 static const char* const cfg = "--target=mips64-linux-gcc --enable-msa --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072 --enable-vp9-highbitdepth"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/x86/
vpx_config.c 9 static const char* const cfg = "--target=x86-linux-gcc --disable-sse4_1 --disable-avx --disable-avx2 --disable-avx512 --as=yasm --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072 --enable-vp9-highbitdepth"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /external/libvpx/config/x86_64/
vpx_config.c 9 static const char* const cfg = "--target=x86_64-linux-gcc --disable-sse4_1 --disable-avx --disable-avx2 --disable-avx512 --as=yasm --enable-external-build --enable-realtime-only --enable-pic --disable-runtime-cpu-detect --disable-install-docs --size-limit=4096x3072 --enable-vp9-highbitdepth"; variable
10 const char *vpx_codec_build_config(void) {return cfg;}
  /prebuilts/go/darwin-x86/src/cmd/go/internal/cfg/
zosarch.go 3 package cfg package
zdefaultcc.go 3 package cfg package
  /prebuilts/go/linux-x86/src/cmd/go/internal/cfg/
zosarch.go 3 package cfg package
zdefaultcc.go 3 package cfg package
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
cfg_test.go 5 package cfg package
134 // We'll use dead code detection to verify the CFG.
cfg.go 5 // This package constructs a simple control-flow graph (CFG) of the
8 // Use cfg.New to construct the CFG for a function body.
10 // The blocks of the CFG contain all the function's non-control
11 // statements. The CFG does not contain control statements such as If,
21 // produces this CFG:
32 // The CFG does contain Return statements; even implicit returns are
35 // The CFG does not record conditions associated with conditional branch
40 package cfg package
55 // A CFG represents the control-flow graph of a single function
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/
cfg_test.go 5 package cfg package
134 // We'll use dead code detection to verify the CFG.
cfg.go 5 // This package constructs a simple control-flow graph (CFG) of the
8 // Use cfg.New to construct the CFG for a function body.
10 // The blocks of the CFG contain all the function's non-control
11 // statements. The CFG does not contain control statements such as If,
21 // produces this CFG:
32 // The CFG does contain Return statements; even implicit returns are
35 // The CFG does not record conditions associated with conditional branch
40 package cfg package
55 // A CFG represents the control-flow graph of a single function
    [all...]
  /external/libevent/test/
test-closed.c 75 struct event_config *cfg; local
83 cfg = event_config_new();
84 event_config_require_features(cfg, EV_FEATURE_EARLY_CLOSE);
85 base = event_base_new_with_config(cfg);
86 event_config_free(cfg);
  /external/libvpx/libvpx/
video_writer.c 25 struct vpx_codec_enc_cfg cfg; local
26 cfg.g_w = info->frame_width;
27 cfg.g_h = info->frame_height;
28 cfg.g_timebase.num = info->time_base.numerator;
29 cfg.g_timebase.den = info->time_base.denominator;
31 ivf_write_file_header(file, &cfg, info->codec_fourcc, frame_count);
  /external/mesa3d/src/glx/
create_context.c 42 struct glx_config *const cfg = (struct glx_config *) config; local
52 if (dpy == NULL || cfg == NULL)
59 psc = GetGLXScreenConfigs(dpy, cfg->screen);
63 assert(cfg->screen == psc->scr);
78 gc = psc->vtable->create_context_attribs(psc, cfg, share, num_attribs,
85 gc = applegl_create_context(psc, cfg, share, 0);
87 gc = indirect_create_context_attribs(psc, cfg, share, num_attribs,
107 cfg->fbconfigID,
108 cfg->screen,
  /external/mesa3d/src/intel/vulkan/
genX_gpu_memcpy.c 82 const struct gen_l3_config *cfg = local
84 genX(cmd_buffer_config_l3)(cmd_buffer, cfg);
  /external/clang/lib/Analysis/
PostOrderCFGView.cpp 1 //===- PostOrderCFGView.cpp - Post order view of CFG blocks -------*- C++ --*-//
10 // This file implements post order view of the blocks in a CFG.
20 PostOrderCFGView::PostOrderCFGView(const CFG *cfg) {
21 Blocks.reserve(cfg->getNumBlockIDs());
22 CFGBlockSet BSet(cfg);
24 for (po_iterator I = po_iterator::begin(cfg, BSet),
25 E = po_iterator::end(cfg, BSet); I != E; ++I) {
32 const CFG *cfg = ctx.getCFG() local
    [all...]
  /external/clang/unittests/Analysis/
CFGTest.cpp 1 //===- unittests/Analysis/CFGTest.cpp - CFG tests -------------------------===//
11 #include "clang/Analysis/CFG.h"
21 // Constructing a CFG for a range-based for over a dependent type fails (but
23 TEST(CFG, RangeBasedForOverDependentType) {
41 std::unique_ptr<CFG> cfg = local
42 CFG::buildCFG(nullptr, Body, Result.Context, CFG::BuildOptions());
43 EXPECT_EQ(nullptr, cfg);

Completed in 308 milliseconds

1 2 3 4 5 6 7 8 91011>>