Home
last modified time | relevance | path

Searched full:options (Results 1 – 25 of 5135) sorted by relevance

12345678910>>...206

/OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/boost/
H A D0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch26 -# Set architecture/instruction-set options.
31 -toolset.flags gcc OPTIONS <architecture>x86/<address-model>32/<instruction-set> : -march=i686 ;
32 -cpu-flags gcc OPTIONS : x86 : native : -march=native ;
33 -cpu-flags gcc OPTIONS : x86 : i486 : -march=i486 ;
34 -cpu-flags gcc OPTIONS : x86 : i586 : -march=i586 ;
35 -cpu-flags gcc OPTIONS : x86 : i686 : -march=i686 ;
36 -cpu-flags gcc OPTIONS : x86 : pentium : -march=pentium ;
37 -cpu-flags gcc OPTIONS : x86 : pentium-mmx : -march=pentium-mmx ;
38 -cpu-flags gcc OPTIONS : x86 : pentiumpro : -march=pentiumpro ;
39 -cpu-flags gcc OPTIONS : x86 : pentium2 : -march=pentium2 ;
[all …]
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dcontrol.py26 def GetActionSummary(is_summary, commits, selected, options): argument
34 count = (count + options.step - 1) / options.step
41 str += ' (%d thread%s, %d job%s per thread)' % (options.threads,
42 GetPlural(options.threads), options.jobs, GetPlural(options.jobs))
45 def ShowActions(series, why_selected, boards_selected, builder, options): argument
58 options: Command line options object
68 options)
71 for upto in range(0, len(series.commits), options.step):
79 if options.verbose:
84 def DoBuildman(options, args, toolchains=None, make_func=None, boards=None, argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/ld.html/
H A DLD-Index.html145 …op"><a href="Options.html#index-_002d_0028"><code>-(</code></a>:</td><td>&nbsp;</td><td valign="to…
146Options.html#index-_002d_002daccept_002dunknown_002dinput_002darch"><code>--accept-unknown-input-a…
147 …"Options.html#index-_002d_002dadd_002dneeded"><code>--add-needed</code></a>:</td><td>&nbsp;</td><t…
148Options.html#index-_002d_002dadd_002dstdcall_002dalias"><code>--add-stdcall-alias</code></a>:</td>…
149Options.html#index-_002d_002dallow_002dmultiple_002ddefinition"><code>--allow-multiple-definition<…
150Options.html#index-_002d_002dallow_002dshlib_002dundefined"><code>--allow-shlib-undefined</code></…
151 …="Options.html#index-_002d_002das_002dneeded"><code>--as-needed</code></a>:</td><td>&nbsp;</td><td…
152Options.html#index-_002d_002daudit-AUDITLIB"><code>--audit <var>AUDITLIB</var></code></a>:</td><td…
153Options.html#index-_002d_002dauxiliary_003dname"><code>--auxiliary=<var>name</var></code></a>:</td…
154Options.html#index-_002d_002dbank_002dwindow"><code>--bank-window</code></a>:</td><td>&nbsp;</td><…
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/ld.html/
H A DLD-Index.html145 …op"><a href="Options.html#index-_002d_0028"><code>-(</code></a>:</td><td>&nbsp;</td><td valign="to…
146Options.html#index-_002d_002daccept_002dunknown_002dinput_002darch"><code>--accept-unknown-input-a…
147 …"Options.html#index-_002d_002dadd_002dneeded"><code>--add-needed</code></a>:</td><td>&nbsp;</td><t…
148Options.html#index-_002d_002dadd_002dstdcall_002dalias"><code>--add-stdcall-alias</code></a>:</td>…
149Options.html#index-_002d_002dallow_002dmultiple_002ddefinition"><code>--allow-multiple-definition<…
150Options.html#index-_002d_002dallow_002dshlib_002dundefined"><code>--allow-shlib-undefined</code></…
151 …="Options.html#index-_002d_002das_002dneeded"><code>--as-needed</code></a>:</td><td>&nbsp;</td><td…
152Options.html#index-_002d_002daudit-AUDITLIB"><code>--audit <var>AUDITLIB</var></code></a>:</td><td…
153Options.html#index-_002d_002dauxiliary_003dname"><code>--auxiliary=<var>name</var></code></a>:</td…
154Options.html#index-_002d_002dbank_002dwindow"><code>--bank-window</code></a>:</td><td>&nbsp;</td><…
[all …]
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_argparse.cpp127 static void argparse_options_check(const struct argparse_option *options) { in argparse_options_check() argument
128 for (; options->type != ARGPARSE_OPT_END; options++) { in argparse_options_check()
129 switch (options->type) { in argparse_options_check()
139 fprintf(stderr, "wrong option type: %d", options->type); in argparse_options_check()
145 static int argparse_short_opt(struct argparse *self, const struct argparse_option *options) { in argparse_short_opt() argument
146 for (; options->type != ARGPARSE_OPT_END; options++) { in argparse_short_opt()
147 if (options->short_name == *self->optvalue) { in argparse_short_opt()
149 return argparse_getvalue(self, options, 0); in argparse_short_opt()
155 static int argparse_long_opt(struct argparse *self, const struct argparse_option *options) { in argparse_long_opt() argument
156 for (; options->type != ARGPARSE_OPT_END; options++) { in argparse_long_opt()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_perf.c31 struct options { struct
71 "\t If a letter is omitted, both options are tested\n" in print_help()
81 int parse_options(int argc, char *const *argv, struct options *options) in parse_options() argument
86 *options = (struct options){ in parse_options()
93 /* Load options from command line here */ in parse_options()
97 options->blocks = strtol(optarg, NULL, 10); in parse_options()
101 options->no_cleanup = true; in parse_options()
105 options->test_dir = optarg; in parse_options()
110 options->file_types = optarg; in parse_options()
112 options->file_types = "sS"; in parse_options()
[all …]
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dpatman.py73 # Parse options twice: first to get the project and second to handle
75 (options, args) = parser.parse_args()
76 settings.Setup(parser, options.project, '')
77 (options, args) = parser.parse_args()
83 elif options.test:
106 elif options.cc_cmd:
107 fd = open(options.cc_cmd, 'r')
118 elif options.full_help:
130 if options.count == -1:
132 options.count = gitutil.CountCommitsToBranch() - options.start
[all …]
H A Dpatman73 # Parse options twice: first to get the project and second to handle
75 (options, args) = parser.parse_args()
76 settings.Setup(parser, options.project, '')
77 (options, args) = parser.parse_args()
83 elif options.test:
106 elif options.cc_cmd:
107 fd = open(options.cc_cmd, 'r')
118 elif options.full_help:
130 if options.count == -1:
132 options.count = gitutil.CountCommitsToBranch() - options.start
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dcircle_layer.cpp116 void CircleLayer::setCircleRadiusTransition(const TransitionOptions& options) { in setCircleRadiusTransition() argument
118 impl_->paint.template get<CircleRadius>().options = options; in setCircleRadiusTransition()
123 return impl().paint.template get<CircleRadius>().options; in getCircleRadiusTransition()
143 void CircleLayer::setCircleColorTransition(const TransitionOptions& options) { in setCircleColorTransition() argument
145 impl_->paint.template get<CircleColor>().options = options; in setCircleColorTransition()
150 return impl().paint.template get<CircleColor>().options; in getCircleColorTransition()
170 void CircleLayer::setCircleBlurTransition(const TransitionOptions& options) { in setCircleBlurTransition() argument
172 impl_->paint.template get<CircleBlur>().options = options; in setCircleBlurTransition()
177 return impl().paint.template get<CircleBlur>().options; in getCircleBlurTransition()
197 void CircleLayer::setCircleOpacityTransition(const TransitionOptions& options) { in setCircleOpacityTransition() argument
[all …]
H A Draster_layer.cpp94 void RasterLayer::setRasterOpacityTransition(const TransitionOptions& options) { in setRasterOpacityTransition() argument
96 impl_->paint.template get<RasterOpacity>().options = options; in setRasterOpacityTransition()
101 return impl().paint.template get<RasterOpacity>().options; in getRasterOpacityTransition()
121 void RasterLayer::setRasterHueRotateTransition(const TransitionOptions& options) { in setRasterHueRotateTransition() argument
123 impl_->paint.template get<RasterHueRotate>().options = options; in setRasterHueRotateTransition()
128 return impl().paint.template get<RasterHueRotate>().options; in getRasterHueRotateTransition()
148 void RasterLayer::setRasterBrightnessMinTransition(const TransitionOptions& options) { in setRasterBrightnessMinTransition() argument
150 impl_->paint.template get<RasterBrightnessMin>().options = options; in setRasterBrightnessMinTransition()
155 return impl().paint.template get<RasterBrightnessMin>().options; in getRasterBrightnessMinTransition()
175 void RasterLayer::setRasterBrightnessMaxTransition(const TransitionOptions& options) { in setRasterBrightnessMaxTransition() argument
[all …]
H A Dline_layer.cpp181 void LineLayer::setLineOpacityTransition(const TransitionOptions& options) { in setLineOpacityTransition() argument
183 impl_->paint.template get<LineOpacity>().options = options; in setLineOpacityTransition()
188 return impl().paint.template get<LineOpacity>().options; in getLineOpacityTransition()
208 void LineLayer::setLineColorTransition(const TransitionOptions& options) { in setLineColorTransition() argument
210 impl_->paint.template get<LineColor>().options = options; in setLineColorTransition()
215 return impl().paint.template get<LineColor>().options; in getLineColorTransition()
235 void LineLayer::setLineTranslateTransition(const TransitionOptions& options) { in setLineTranslateTransition() argument
237 impl_->paint.template get<LineTranslate>().options = options; in setLineTranslateTransition()
242 return impl().paint.template get<LineTranslate>().options; in getLineTranslateTransition()
262 void LineLayer::setLineTranslateAnchorTransition(const TransitionOptions& options) { in setLineTranslateAnchorTransition() argument
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Option.c50 static Bool ParseOptionValue(int scrnIndex, XF86OptionPtr options,
54 * xf86CollectOptions collects the options from each of the config file
55 * sections used by the screen and puts the combined list in pScrn->options.
63 * The extraOpts parameter may optionally contain a list of additional options
66 * The order of precedence for options is:
80 pScrn->options = NULL; in xf86CollectOptions()
83 xf86MergeOutputClassOptions(pScrn->entityList[i], &pScrn->options); in xf86CollectOptions()
87 if (device && device->options) { in xf86CollectOptions()
88 tmp = xf86optionListDup(device->options); in xf86CollectOptions()
89 if (pScrn->options) in xf86CollectOptions()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py.in27 """Make an options parser."""
28 usage = "%prog [options] /path/to/tmp/buildstats/<recipe-machine>/<BUILDNAME>/"
71 def __init__(self, write, options): argument
73 self.options = options
79 if not self.options.quiet:
83 if self.options.verbose:
87 if not self.options.quiet:
90 def _mk_writer(options): argument
93 return Writer(write, options)
112 options, args = parser.parse_args(argv)
[all …]
H A Dmain.py27 """Make an options parser."""
28 usage = "%prog [options] /path/to/tmp/buildstats/<recipe-machine>/<BUILDNAME>/"
71 def __init__(self, write, options): argument
73 self.options = options
79 if not self.options.quiet:
83 if self.options.verbose:
87 if not self.options.quiet:
90 def _mk_writer(options): argument
93 return Writer(write, options)
112 options, args = parser.parse_args(argv)
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfb_cmdline.c30 * (video=<name>:<options>)
37 char *opt, *options = NULL; in fb_get_options() local
53 options = opt + name_len + 1; in fb_get_options()
57 if (!options && option && fb_mode_option) in fb_get_options()
58 options = kstrdup(fb_mode_option, GFP_KERNEL); in fb_get_options()
59 if (options && !strncmp(options, "off", 3)) in fb_get_options()
63 *option = options; in fb_get_options()
70 * video_setup - process command line options
71 * @options: string of options
73 * Process command line options for frame buffer subsystem.
[all …]
/OK3568_Linux_fs/kernel/security/keys/trusted-keys/
H A Dtrusted_tpm2.c58 * @options: authentication values and other options
64 struct trusted_key_options *options) in tpm2_seal_trusted() argument
73 if (options->hash == tpm2_hash_map[i].crypto_id) { in tpm2_seal_trusted()
92 tpm_buf_append_u32(&buf, options->keyhandle); in tpm2_seal_trusted()
96 options->keyauth /* hmac */, in tpm2_seal_trusted()
100 tpm_buf_append_u16(&buf, 4 + options->blobauth_len + payload->key_len + 1); in tpm2_seal_trusted()
102 tpm_buf_append_u16(&buf, options->blobauth_len); in tpm2_seal_trusted()
103 if (options->blobauth_len) in tpm2_seal_trusted()
104 tpm_buf_append(&buf, options->blobauth, options->blobauth_len); in tpm2_seal_trusted()
111 tpm_buf_append_u16(&buf, 14 + options->policydigest_len); in tpm2_seal_trusted()
[all …]
/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Ddesc_constr.h89 static inline void init_desc(u32 *desc, u32 options) in init_desc() argument
91 *desc = (options | HDR_ONE) + 1; in init_desc()
94 static inline void init_job_desc(u32 *desc, u32 options) in init_job_desc() argument
96 init_desc(desc, CMD_DESC_HDR | options); in init_job_desc()
99 static inline void init_job_desc_pdb(u32 *desc, u32 options, size_t pdb_bytes) in init_job_desc_pdb() argument
105 options); in init_job_desc_pdb()
189 static inline u32 *append_##cmd(u32 *desc, u32 options) \
193 append_cmd(desc, CMD_##op | options); \
212 static inline void append_##cmd(u32 *desc, u32 options) \
215 append_cmd(desc, CMD_##op | options); \
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dpppoe-server.init8 OPTIONS=""
10 OPTIONS="$OPTIONS -m $MSS"
14 OPTIONS="$OPTIONS -I $i"
18 OPTIONS="$OPTIONS -L $LOCAL_IP"
21 OPTIONS="$OPTIONS -R $REMOTE_IP"
24 OPTIONS="$OPTIONS -S $SERVICE_NAME"
27 OPTIONS="$OPTIONS -N $MAX_SESSIONS"
30 OPTIONS="$OPTIONS -C $ACCESS_CONCENTRATOR_NAME"
33 start-stop-daemon --start --quiet --exec /usr/sbin/pppoe-server -- $OPTIONS
38 start-stop-daemon --stop --quiet --exec /usr/sbin/pppoe-server -- $OPTIONS
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-qxl/
H A D0001-Fix-a-build-error-with-Xorg-master.patch11 options[option_index].value.bool to fix a compiler error with
19 into the options array.
23 functions are identical to the value of options[n].token in the
48 -int get_int_option(OptionInfoPtr options, int option_index,
49 +int get_int_option(OptionInfoPtr options, int token,
56 - return options[option_index].value.num;
57 + return xf86GetOptValInteger(options, token, &value) ? value : 0;
60 -const char *get_str_option(OptionInfoPtr options, int option_index,
61 +const char *get_str_option(OptionInfoPtr options, int token,
67 - return options[option_index].value.str;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source_impl.cpp17 const mapbox::geojsonvt::Options& options) in GeoJSONVTData() argument
18 : impl(geoJSON, options) {} in GeoJSONVTData()
31 const mapbox::supercluster::Options& options) in SuperclusterData() argument
32 : impl(features, options) {} in SuperclusterData()
44 options(std::move(options_)) { in Impl()
49 options(other.options) { in Impl()
52 if (options.cluster in Impl()
55 mapbox::supercluster::Options clusterOptions; in Impl()
56 clusterOptions.maxZoom = options.clusterMaxZoom; in Impl()
58 clusterOptions.radius = ::round(scale * options.clusterRadius); in Impl()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake-diffsigs147 options = parser.parse_args() variable
149 options.color = 'never'
150 options.dump = True
151 options.sigdatafile2 = None
152 options.sigargs = None
154 if options.debug:
157 color = (options.color == 'always' or (options.color == 'auto' and sys.stdout.isatty()))
159 if options.taskargs:
162 if not options.dump and options.sigargs:
163 … files = find_siginfo_task(tinfoil, options.taskargs[0], options.taskargs[1], options.sigargs[0],
[all …]
H A Dbitbake-dumpsig147 options = parser.parse_args() variable
149 options.color = 'never'
150 options.dump = True
151 options.sigdatafile2 = None
152 options.sigargs = None
154 if options.debug:
157 color = (options.color == 'always' or (options.color == 'auto' and sys.stdout.isatty()))
159 if options.taskargs:
162 if not options.dump and options.sigargs:
163 … files = find_siginfo_task(tinfoil, options.taskargs[0], options.taskargs[1], options.sigargs[0],
[all …]
/OK3568_Linux_fs/u-boot/tools/
H A Dmoveconfig.py9 Move config options from headers to defconfig files.
12 config options from headers to Kconfig (defconfig).
88 defconfig. The config options defined in Kconfig appear in the .config
90 On the other hand, the config options defined by board headers are seen
91 in include/autoconf.mk. The tool looks for the specified options in both
92 of them to decide the appropriate action for the options. If the given
134 Some CONFIG options can be implied by others and this can help to reduce
176 This shows a list of config options which might imply CONFIG_CMD_EEPROM along
187 That will cover 20 defconfigs. Many of the options listed are not suitable as
199 This will add 'imply SCSI' to the two CONFIG options mentioned, assuming that
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp45 struct Options : TileOptions { struct
66 const TileOptions& options = TileOptions(), in geoJSONToTile() argument
72 auto tolerance = (options.tolerance / options.extent) / z2; in geoJSONToTile()
75 features = detail::wrap(features, double(options.buffer) / options.extent); in geoJSONToTile()
78 const double p = options.buffer / options.extent; in geoJSONToTile()
83 return detail::InternalTile({ features, z, x, y, options.extent, tolerance }).tile; in geoJSONToTile()
88 const Options options; member in mapbox::geojsonvt::GeoJSONVT
91 const Options& options_ = Options()) in GeoJSONVT()
92 : options(options_) { in GeoJSONVT()
94 const uint32_t z2 = 1u << options.maxZoom; in GeoJSONVT()
[all …]
/OK3568_Linux_fs/buildroot/package/vkmark/
H A D0003-core-Add-off-screen-command-line-option.patch9 src/options.cpp | 5 +++++
10 src/options.h | 1 +
23 + if (options.off_screen)
31 diff --git a/src/options.cpp b/src/options.cpp
33 --- a/src/options.cpp
34 +++ b/src/options.cpp
36 {"winsys-options", 1, 0, 0},
43 @@ -136,6 +137,7 @@ Options::Options()
51 @@ -167,6 +169,7 @@ std::string Options::help_string()
52 " --winsys-options OPTS Window system options as 'opt1=val1(:opt2=val2)*'\n"
[all …]

12345678910>>...206