Searched refs:source (Results 376 - 400 of 574) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp9 // This file implements uninitialized values analysis for source-level CFGs.
137 void mergeIntoScratch(ValueVector const &source, bool isFirst);
187 void CFGBlockValues::mergeIntoScratch(ValueVector const &source, argument
190 scratch = source;
192 scratch |= source;
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlfunc.c129 f->source = NULL;
/freebsd-13-stable/sys/contrib/openzfs/include/
H A Dlibzfs_impl.h252 zprop_source_t *source, int flags);
/freebsd-13-stable/sys/contrib/zlib/
H A Dzutil.h234 void ZLIB_INTERNAL zmemcpy OF((Bytef* dest, const Bytef* source, uInt len));
/freebsd-13-stable/contrib/openbsm/config/
H A Ddepcomp42 source Source file read by 'PROGRAMS ARGS'.
119 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
120 echo "depcomp: Variables source, object and depmode must be set" 1>&2
366 # source file under compilation, even if file resides in a subdirectory.
375 # Use the source, not the object, to determine the base name, since
377 set_base_from "$source"
380 # For projects that build the same source file twice into different object
381 # files, the pgcc approach of using the *source* file root name can cause
651 # the object too, otherwise makedepend will parse it as a source file.
664 # makedepend may prepend the VPATH from the source fil
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c383 ap->from, ap->source);
391 ap->from, ap->source, ap->to);
399 ap->from, ap->source);
407 ap->from, ap->source, ap->to);
/freebsd-13-stable/contrib/ntp/include/
H A Dntp_config.h213 attr_val source; member in struct:config_tree_tag
/freebsd-13-stable/sys/fs/msdosfs/
H A Ddenode.h12 * Redistribution and use in source and binary forms, with or without
15 * 1. Redistributions of source code must retain the above copyright
287 int doscheckpath( struct denode *source, struct denode *target);
/freebsd-13-stable/sys/net/
H A Drss_config.c8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
399 rss_m2cpuid(struct mbuf *m, uintptr_t source, u_int *cpuid) argument
/freebsd-13-stable/sys/netinet/
H A Din_rss.c8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
107 * IPv4 source/destination address, UDP or TCP source/destination ports
115 * It also assumes the packet source/destination address
116 * are in "incoming" packet order (ie, source is "far" address.)
156 * IPv4 source/destination address, UDP or TCP source/destination ports
162 * It assumes the packet source/destination address
352 0, /* source por
377 rss_soft_m2cpuid_v4(struct mbuf *m, uintptr_t source, u_int *cpuid) argument
[all...]
/freebsd-13-stable/sys/mips/mediatek/
H A Dmtk_pcie.c4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
514 mtk_pci_mask_irq(void *source) argument
517 MT_READ32(mt_sc, MTK_PCI_PCIENA) & ~(1<<((int)source)));
521 mtk_pci_unmask_irq(void *source) argument
525 MT_READ32(mt_sc, MTK_PCI_PCIENA) | (1<<((int)source)));
/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_reset.c8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
213 resp->source = 0;
424 resp->source = 0;
629 resp->source = 1;
811 resp->source = 1;
/freebsd-13-stable/sys/arm/xilinx/
H A Dzy7_slcr.h7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
317 int zy7_pl_fclk_set_source(int unit, int source);
/freebsd-13-stable/sys/compat/ndis/
H A Dwinx32_wrap.S5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
158 mov %esp,%esi # Set source address register to point to
/freebsd-13-stable/stand/i386/mbr/
H A Dmbr.S5 # Redistribution and use in source and binary forms are freely
/freebsd-13-stable/stand/lua/
H A Dcli.lua6 -- Redistribution and use in source and binary forms, with or without
9 -- 1. Redistributions of source code must retain the above copyright
/freebsd-13-stable/tools/tools/git/
H A Dgit-svn-init9 # Redistribution and use in source and binary forms, with or without
12 # 1. Redistributions of source code must retain the above copyright
172 source=1
186 source=0
201 if [ "$source" -eq 1 ]; then
/freebsd-13-stable/sys/contrib/ck/src/
H A Dck_hs.c5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
919 struct ck_hs *source,
928 hs->mode = source->mode;
929 hs->seed = source->seed;
930 hs->map = source->map;
918 ck_hs_move(struct ck_hs *hs, struct ck_hs *source, ck_hs_hash_cb_t *hf, ck_hs_compare_cb_t *compare, struct ck_malloc *m) argument
/freebsd-13-stable/sys/netinet6/
H A Din6_rss.c8 * Redistribution and use in source and binary forms, with or without
11 * 1. Redistributions of source code must retain the above copyright
108 * IPv6 source/destination address, UDP or TCP source/destination ports
116 * It also assumes the packet source/destination address
117 * are in "incoming" packet order (ie, source is "far" address.)
157 * IPv6 source/destination address, UDP or TCP source/destination ports
163 * It assumes the packet source/destination address
375 0, /* source por
400 rss_soft_m2cpuid_v6(struct mbuf *m, uintptr_t source, u_int *cpuid) argument
[all...]
/freebsd-13-stable/sys/xen/interface/
H A Dgrant_table.h436 * source and destinations can be eithers MFNs or, for foreign domains,
440 * The flags specify what type source and destinations are (either MFN
444 * via a third party if the source and destination domains had previously
447 * source_offset specifies an offset in the source frame, dest_offset
466 } source, dest; member in struct:gnttab_copy
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dfeeder_rate.c7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
123 int32_t rsrc, rdst; /* original source / destination rates */
124 int32_t src, dst; /* rounded source / destination rates */
1571 uint8_t *b, uint32_t count, void *source)
1580 return (z_feed(f->source, c, b, count, source));
1646 fetched = SND_FXDIV(z_feed(f->source, c,
1648 fetch * align, source), align);
1707 uint32_t count, void *source)
1570 z_resampler_feed_internal(struct pcm_feeder *f, struct pcm_channel *c, uint8_t *b, uint32_t count, void *source) argument
1706 z_resampler_feed(struct pcm_feeder *f, struct pcm_channel *c, uint8_t *b, uint32_t count, void *source) argument
[all...]
/freebsd-13-stable/usr.bin/lex/
H A Dinitscan.c209 /* Whether this is an "interactive" input source; if so, and
236 * shouldn't try reading from the input source any more. We might
1862 /* Redistribution and use in source and binary forms, with or without */
1866 /* 1. Redistributions of source code must retain the above copyright */
3364 * character class (purely based on its source text).
4165 /* We're scanning a new file or input source. It's
4167 * just pointed yyin at a new source and called
4172 * back-up) that will match for the new input source.
4294 char *source = (yytext_ptr); local
4327 *(dest++) = *(source
4502 char *source = local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c746 dag_node_t *source,
761 if ((fs != svn_fs_x__dag_get_fs(source))
766 _("Bad merge; ancestor, source, and target not all in same fs"));
772 source_id = svn_fs_x__dag_get_id(source);
789 * Either no change made in source, or same change as made in target.
860 if ((svn_fs_x__dag_node_kind(source) != svn_node_dir)
873 Another possible, similar, early merge failure: if source and
912 SVN_ERR(compare_dir_structure(&changed, fs, source, ancestor, pool));
923 SVN_ERR(svn_fs_x__dag_dir_entries(&s_entries, source, pool, iterpool));
1031 /* For each entry E in source bu
736 merge(svn_stringbuf_t *conflict_p, const char *target_path, dag_node_t *target, dag_node_t *source, dag_node_t *ancestor, svn_fs_x__txn_id_t txn_id, apr_int64_t *mergeinfo_increment_out, apr_pool_t *pool) argument
1278 dag_node_t *source, *ancestor; local
[all...]
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
1147 /* flags should indicate gref's for source */
1149 XNB_ASSERT(xnb_unit_pvt.gnttab[0].source.offset == req->offset);
1150 XNB_ASSERT(xnb_unit_pvt.gnttab[0].source.domid == DOMID_SELF);
1242 XNB_ASSERT(xnb_unit_pvt.gnttab[0].source.offset == 0);
1248 XNB_ASSERT(xnb_unit_pvt.gnttab[1].source.offset == MCLBYTES);
1254 XNB_ASSERT(xnb_unit_pvt.gnttab[2].source.offset == 2 *
1263 XNB_ASSERT(xnb_unit_pvt.gnttab[0].source.offset == 0);
1270 xnb_unit_pvt.gnttab[1].source
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dreps-strings.c188 is self-compressed (i.e., does not copy from the source view),
322 combine, FULLTEXT is the source text, CUR_CHUNK is the index of the
357 /* That's it, no more source data is available. */
360 /* The source view length should not be 0 if there are source
364 /* cb.window is the combined delta window. Read the source text
368 /* The combiner already created the source text from a
383 _("Svndiff source length inconsistency"));
522 too short, in which case we'll undeltify without source data.*/
527 rep = NULL; /* Don't use source dat
1397 svn_fs_base__rep_deltify(svn_fs_t *fs, const char *target, const char *source, trail_t *trail, apr_pool_t *pool) argument
[all...]

Completed in 355 milliseconds

<<11121314151617181920>>