Searched refs:apply (Results 1 - 25 of 120) sorted by relevance

12345

/freebsd-11.0-release/contrib/elftoolchain/libdwarf/
H A Ddwarf_reloc.c32 dwarf_set_reloc_application(int apply) argument
37 _libdwarf.applyreloc = apply;
/freebsd-11.0-release/usr.bin/apply/tests/
H A Dregress.01.sh2 # $FreeBSD: releng/11.0/usr.bin/apply/tests/regress.01.sh 204761 2010-03-05 15:23:01Z jh $
9 apply 'echo %1 %1 %1' $(jot $ARG_MAX_HALF 1 1 | tr -d '\n') 2>&1
/freebsd-11.0-release/usr.bin/apply/
H A DMakefile2 # $FreeBSD: releng/11.0/usr.bin/apply/Makefile 275042 2014-11-25 14:29:10Z bapt $
6 PROG= apply
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DPBQPRAConstraint.h42 virtual void apply(PBQPRAGraph &G) = 0;
53 void apply(PBQPRAGraph &G) override {
55 C->apply(G);
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.h22 void apply(PBQPRAGraph &G) override;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h38 void apply(llvm::APSInt &Value) const { function in class:clang::ento::APSIntType
48 /// \see apply
51 apply(Result);
/freebsd-11.0-release/contrib/llvm/include/llvm/TableGen/
H A DSetTheory.h74 /// apply - Apply this operator to Expr's arguments and insert the result
76 virtual void apply(SetTheory&, DagInit *Expr, RecSet &Elts,
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DSetTheory.cpp30 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
38 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
54 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
73 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
149 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
168 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts,
295 I->second->apply(*this, DagExpr, Elts, Loc);
/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dfeeder_volume.c97 feed_volume_t apply; member in struct:feed_volume_info
111 feed_volume_t apply; member in struct:__anon11706
161 info->apply = feed_volume_info_tab[i].apply;
255 * First, let see if we really need to apply gain at all.
282 info->apply(vol, matrix, info->channels, dst, j);
311 * feeder_volume_apply_matrix(): For given matrix map, apply its configuration
H A Dfeeder_matrix.c72 feed_matrix_t apply; member in struct:feed_matrix_info
204 feed_matrix_t apply; member in struct:__anon11703
361 * multiple channels, apply a slight attenuation to
415 info->apply = NULL;
417 for (i = 0; info->apply == NULL &&
420 info->apply = feed_matrix_tab[i].apply;
423 if (info->apply == NULL) {
431 info->apply = feed_matrix_apply_generic;
514 info->apply(inf
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h302 void apply(Option &O) const { O.setDescription(Desc); } function in struct:llvm::cl::desc
310 void apply(Option &O) const { O.setValueStr(Desc); } function in struct:llvm::cl::value_desc
321 template <class Opt> void apply(Opt &O) const { O.setInitialValue(Init); } function in struct:llvm::cl::initializer
336 template <class Opt> void apply(Opt &O) const { O.setLocation(O, Loc); } function in struct:llvm::cl::LocationClass
349 template <class Opt> void apply(Opt &O) const { O.setCategory(Category); } function in struct:llvm::cl::cat
526 template <class Opt> void apply(Opt &O) const { function in class:llvm::cl::ValuesClass
1031 // not correctly respond to the apply method). Because the syntax to use this
1032 // is a pain, we have the 'apply' method below to handle the nastiness...
1035 template <class Opt> static void opt(const Mod &M, Opt &O) { M.apply(O); }
1073 // apply metho
1075 void apply(Opt *O, const Mod &M, const Mods &... Ms) { function in namespace:llvm::cl
1080 template <class Opt, class Mod> void apply(Opt *O, const Mod &M) { function in namespace:llvm::cl
1430 void apply(list<D, S, P> &L) const { function in struct:llvm::cl::multi_val
1618 void apply(alias &A) const { A.setAliasFor(Opt); } function in struct:llvm::cl::aliasopt
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp90 BVF.getAPSIntType(CE->getType()).apply(Result);
/freebsd-11.0-release/usr.sbin/ctm/mkCTM/
H A DmkCTM144 exec sh -e -c "cd $CTMcopy ; $CTMSW/ctm -v -v -v ${CTMtmp}:${nm}.gz" >& ${CTMtmp}.apply
145 exec echo did apply > $CTMlock
/freebsd-11.0-release/sys/netgraph/
H A Dng_base.c2185 if (item->apply != NULL) {
2187 item->apply->error = ENOENT;
2188 if (refcount_release(&item->apply->refs)) {
2189 (*item->apply->apply)(item->apply->context,
2190 item->apply->error);
2208 * apply pointer must be or NULL or reference valid struct ng_apply_info.
2238 /* Item was sent once more, postpone apply() call. */
2239 if (item->apply)
2366 struct ng_apply_info *apply; local
[all...]
H A Dng_socket.c228 struct ng_apply_info apply; local
332 bzero(&apply, sizeof(apply));
333 apply.apply = ng_socket_item_applied;
334 apply.context = priv;
335 item->apply = &apply;
/freebsd-11.0-release/contrib/opie/
H A Dconfigure2072 builtin and then its argument prototype would still apply. */
2119 builtin and then its argument prototype would still apply. */
2209 builtin and then its argument prototype would still apply. */
2299 builtin and then its argument prototype would still apply. */
2340 builtin and then its argument prototype would still apply. */
2657 builtin and then its argument prototype would still apply. */
2877 builtin and then its argument prototype would still apply. */
2983 builtin and then its argument prototype would still apply. */
3040 builtin and then its argument prototype would still apply. */
3091 builtin and then its argument prototype would still apply
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Tooling/Core/
H A DReplacement.cpp55 bool Replacement::apply(Rewriter &Rewrite) const { function in class:clang::tooling::Replacement
232 Result = I->apply(Rewrite) && Result;
249 Result = I->apply(Rewrite) && Result;
274 if (!Replace.apply(Rewrite))
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp116 BasicVals.getAPSIntType(castTy).apply(i);
173 BasicVals.getAPSIntType(castTy).apply(i);
348 BasicVals.getAPSIntType(Context.VoidPtrTy).apply(i);
375 CompareType.apply(LHSValue);
376 CompareType.apply(RHSValue);
379 IntType.apply(LHSValue);
380 IntType.apply(RHSValue);
H A DRangeConstraintManager.cpp184 Type.apply(Upper);
197 Type.apply(Lower);
202 Type.apply(Lower);
203 Type.apply(Upper);
207 Type.apply(Lower);
220 Type.apply(Upper);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Tooling/Core/
H A DReplacement.h114 bool apply(Rewriter &Rewrite) const;
148 /// \returns true if all replacements apply. false otherwise.
156 /// \returns true if all replacements apply. false otherwise.
205 /// \returns true if all replacements apply. false otherwise.
213 /// \returns true if all replacements apply. false otherwise.
/freebsd-11.0-release/lib/libc/gen/
H A Dsetmode.c81 * Given the old mode and an array of bitcmd structures, apply the operations
317 goto apply;
321 apply: if (!*p)
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm15 ! file. (The General Public License restrictions do apply in other
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dcrti.asm13 # file. (The General Public License restrictions do apply in other
/freebsd-11.0-release/contrib/libstdc++/include/bits/
H A Dvalarray_after.h201 valarray<value_type> apply(value_type (*)(const value_type&)) const;
202 valarray<value_type> apply(value_type (*)(value_type)) const;
277 _Expr<_Clos, _Tp>::apply(_Tp __f(const _Tp&)) const
279 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
285 _Expr<_Clos, _Tp>::apply(_Tp __f(_Tp)) const
287 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f);
/freebsd-11.0-release/contrib/bmake/mk/
H A Dsys.mk34 # will apply DEBUG_MAKE_FLAGS now.
37 # use DEBUG_MAKE_FLAGS0 to apply only to .MAKE.LEVEL 0
215 # will apply DEBUG_MAKE_FLAGS, now.

Completed in 305 milliseconds

12345