Searched refs:additional (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-config.in38 --additional-libs)
/freebsd-11-stable/contrib/gcc/
H A Dgengtype-lex.l246 const char *additional;
267 additional = push_macro_expansion (macro, macro_len, arg, arg_len);
269 if (additional)
272 additional, strlen (additional));
448 const char *additional;
511 if (macro_defs[ix].additional)
517 expansion->args[last_arg++] = macro_defs[ix].additional;
523 return macro_defs[ix].additional;
H A Dtree-ssa-loop-niter.c1555 derive_constant_upper_bound (tree val, tree additional) argument
1581 && !implies_nonnegative_p (additional, op0))
1591 bnd = derive_constant_upper_bound (op0, additional);
1606 || !implies_nonnegative_p (additional, op0))
1617 bnd = derive_constant_upper_bound (op0, additional);
1654 && !implies_ge_p (additional,
1671 bnd = derive_constant_upper_bound (op0, additional);
1680 additional condition ADDITIONAL is recorded with the bound. */
1683 record_estimate (struct loop *loop, tree bound, tree additional, tree at_stmt) argument
1686 double_int i_bound = derive_constant_upper_bound (bound, additional);
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c170 struct dns_rr *additional; member in struct:dns_response
436 /* parse additional section */
437 resp->additional = parse_dns_rrsection(answer, size, &cp,
439 if (resp->header.arcount && resp->additional == NULL) {
592 free_dns_rr(p->additional);
/freebsd-11-stable/contrib/apr/misc/unix/
H A Drandbyte_os2.inc3 * this work for additional information regarding copyright ownership.
/freebsd-11-stable/contrib/apr-util/
H A Dapu-config.in4 # this work for additional information regarding copyright ownership.
61 --dbm-libs print additional library information to link with DBM
H A Dapr-util.spec19 contains additional utility interfaces for APR; including support
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h423 /// given that there may be some additional, non-formal arguments
428 unsigned additional) {
432 additional += llvm::count_if(
438 return RequiredArgs(prototype->getNumParams() + additional);
442 unsigned additional) {
443 return forPrototypePlus(prototype.getTypePtr(), additional);
427 forPrototypePlus(const FunctionProtoType *prototype, unsigned additional) argument
441 forPrototypePlus(CanQual<FunctionProtoType> prototype, unsigned additional) argument
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.h124 _uw additional; /* additional data */ member in struct:_Unwind_Control_Block::__anon1224
H A Dunwind-arm.c441 ucbp->pr_cache.additional = 1;
449 ucbp->pr_cache.additional = 0;
850 if ((ucbp->pr_cache.additional & 1) == 0)
/freebsd-11-stable/share/mk/
H A Dbsd.crunchgen.mk19 # CRUNCH_BUILDOPTS_${P}: additional build options for ${P}
20 # CRUNCH_ALIAS_${P}: additional names to be used for ${P}
H A Dbsd.sys.mk211 # Allow user-specified additional warning flags, plus compiler and file
/freebsd-11-stable/contrib/ntp/libntp/
H A Dauthkeys.c376 int additional; local
379 additional = keycount - allocated;
380 if (additional > 0)
381 auth_moremem(additional);
/freebsd-11-stable/contrib/libcxxrt/
H A Dunwind-arm.h94 /** additional data */
95 uint32_t additional; member in struct:_Unwind_Exception::__anon9
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql7 * distributed with this work for additional information
/freebsd-11-stable/contrib/apr/
H A Dapr-config.in4 # this work for additional information regarding copyright ownership.
66 --libs print additional libraries to link against
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql7 * distributed with this work for additional information
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h106 uint32_t additional; member in struct:_Unwind_Exception::__anon1288
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h134 uint32_t additional; /* additional data */ member in struct:_Unwind_Control_Block::__anon639
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp181 ucbp->pr_cache.additional);
494 exception_object->pr_cache.additional = frameInfo.flags;
499 "additional %x",
503 exception_object->pr_cache.additional);
607 exception_object->pr_cache.additional = frameInfo.flags;
H A DUnwindLevel1-gcc-ext.c148 ex.pr_cache.additional= frameInfo.flags;
/freebsd-11-stable/contrib/gcc/doc/
H A Dmakefile.texi47 that additional tools may be required beyond what is normally needed to
78 Note that running the testsuite may require additional tools be
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devdns.c289 int n_additional; /* how many additional RRs have been set? */
293 struct server_reply_item *additional; /* linked list of additional RRs */ member in struct:server_request
1024 u16 trans_id, questions, answers, authority, additional, datalength; local
1038 GET16(additional);
1040 (void) additional; /* suppress "unused variable" warnings. */
1225 u16 trans_id, flags, questions, answers, authority, additional; local
1236 GET16(additional);
1238 (void)additional;
1276 /* Ignore answers, authority, and additional
[all...]
/freebsd-11-stable/crypto/openssl/util/
H A Dmkerr.pl86 -nostatic Generates a different source code, where these additional
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql7 * distributed with this work for additional information

Completed in 360 milliseconds

12