Home
last modified time | relevance | path

Searched refs:srcs (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-13.1/contrib/googletest/googletest/test/
H A DBUILD.bazel56 srcs = glob(
144 srcs = [
155 srcs = [
166 srcs = ["gtest_unittest.cc"],
177 srcs = ["gtest_test_utils.py"],
183 srcs = ["gtest_help_test_.cc"],
190 srcs = ["gtest_help_test.py"],
386 srcs = [
420 srcs = [
466 srcs = [
[all …]
/freebsd-13.1/sys/contrib/zstd/lib/
H A DBUCK32 srcs=glob(['decompress/zstd*.c']),
46 srcs=glob(['deprecated/*.c']),
57 srcs=glob(['legacy/*.c']),
75 srcs=glob(['dictBuilder/*.c']),
114 srcs=[
138 srcs=['common/error_private.c'],
157 srcs=['common/pool.c'],
171 srcs=['common/threading.c'],
187 srcs=['common/xxhash.c'],
201 srcs=['common/zstd_common.c'],
[all …]
/freebsd-13.1/contrib/netbsd-tests/ipf/regress/
H A Df271 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3)
2 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3, max-per-src…
3 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3, max-per-src…
4 pass in quick proto tcp all flags S keep state(max-srcs 3)
5 pass in quick proto tcp all flags S keep state(max-srcs 3, max-per-src 1/32)
6 pass in quick proto tcp all flags S keep state(max-srcs 3, max-per-src 1/16)
H A Df261 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3)
2 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3, max-per-src…
3 pass in quick proto tcp from 1.1.1.0/24 to any port = 22 flags S keep state(max-srcs 3, max-per-src…
4 pass in quick proto tcp all flags S keep state(max-srcs 3)
5 pass in quick proto tcp all flags S keep state(max-srcs 3, max-per-src 1/32)
6 pass in quick proto tcp all flags S keep state(max-srcs 3, max-per-src 1/16)
/freebsd-13.1/contrib/googletest/googlemock/test/
H A DBUILD.bazel42 srcs = glob(
62 srcs = ["gmock_test_utils.py"],
68 srcs = ["gmock_leak_test_.cc"],
77 srcs = ["gmock_leak_test.py"],
87 srcs = [
99 srcs = ["gmock_output_test_.cc"],
108 srcs = ["gmock_output_test.py"],
119 srcs = ["gmock_test.cc"],
/freebsd-13.1/sys/arm/annapurna/alpine/
H A Dalpine_pci_msix.c297 device_t *pic, struct intr_irqsrc **srcs) in al_msix_alloc_msi() argument
329 (struct intr_map_data *)fdt_data, srcs); in al_msix_alloc_msi()
339 sc->isrcs[i] = *srcs; in al_msix_alloc_msi()
340 srcs++; in al_msix_alloc_msi()
358 struct intr_irqsrc **srcs) in al_msix_release_msi() argument
367 pos = al_find_intr_pos_in_map(dev, *srcs); in al_msix_release_msi()
370 pos = al_find_intr_pos_in_map(dev, *srcs); in al_msix_release_msi()
373 srcs++; in al_msix_release_msi()
/freebsd-13.1/contrib/bmake/
H A Dsuff.c1068 RemoveCandidate(CandidateList *srcs) in RemoveCandidate() argument
1073 debug_printf("cleaning list %p:", srcs); in RemoveCandidate()
1074 CandidateList_PrintAddrs(srcs); in RemoveCandidate()
1100 Lst_Remove(srcs, ln); in RemoveCandidate()
1125 while (!Lst_IsEmpty(srcs)) { in FindThem()
1126 Candidate *src = Lst_Dequeue(srcs); in FindThem()
1130 srcs, src, src->file); in FindThem()
1157 CandidateList_AddCandidatesFor(srcs, src); in FindThem()
1824 CandidateList srcs = LST_INIT; in FindDepsRegular() local
1875 bottom = FindThem(&srcs, cs); in FindDepsRegular()
[all …]
/freebsd-13.1/contrib/googletest/
H A DBUILD.bazel57 srcs = glob(
121 srcs = [
130 srcs = [
150 srcs = [
169 srcs = ["googletest/samples/sample9_unittest.cc"],
176 srcs = ["googletest/samples/sample10_unittest.cc"],
/freebsd-13.1/sys/contrib/zstd/zlibWrapper/
H A DBUCK11 srcs=glob(['*.c']),
20 srcs=['examples/minigzip.c'],
/freebsd-13.1/sys/contrib/zstd/programs/
H A DBUCK4 srcs=glob(['*.c'], excludes=['datagen.c']),
33 srcs=['datagen.c'],
/freebsd-13.1/sbin/setkey/
H A Dparse.y800 struct addrinfo *srcs;
817 if (!srcs || !dsts)
831 for (s = srcs; s; s = s->ai_next) {
895 setkeymsg_addr(type, satype, srcs, dsts, no_spi) in setkeymsg_addr() argument
898 struct addrinfo *srcs;
917 if (!srcs || !dsts)
964 for (s = srcs; s; s = s->ai_next) {
1026 setkeymsg_add(type, satype, srcs, dsts) in setkeymsg_add() argument
1029 struct addrinfo *srcs;
1047 if (!srcs || !dsts)
[all …]
/freebsd-13.1/share/examples/ses/sesd/
H A DMakefile35 .PATH: ${.CURDIR}/../srcs
/freebsd-13.1/share/examples/ses/setobjstat/
H A DMakefile35 .PATH: ${.CURDIR}/../srcs
/freebsd-13.1/share/examples/ses/getencstat/
H A DMakefile35 .PATH: ${.CURDIR}/../srcs
/freebsd-13.1/share/examples/ses/setencstat/
H A DMakefile35 .PATH: ${.CURDIR}/../srcs
/freebsd-13.1/sys/kern/
H A Dmsi_if.m62 struct intr_irqsrc **srcs;
69 struct intr_irqsrc **srcs;
/freebsd-13.1/contrib/googletest/googletest/cmake/
H A Dinternal_utils.cmake201 # cxx_executable_with_flags(name cxx_flags libs srcs...)
228 # cxx_executable(name dir lib srcs...)
241 # cxx_test_with_flags(name cxx_flags libs srcs...)
250 # cxx_test(name libs srcs...)
/freebsd-13.1/lib/libbearssl/
H A DMakefile.libsa.inc17 # we list only the srcs the loader(s) actually needs
/freebsd-13.1/sys/arm64/arm64/
H A Dgicv3_its.c1273 device_t *pic, struct intr_irqsrc **srcs) in gicv3_its_alloc_msi() argument
1294 srcs[i] = (struct intr_irqsrc *)gicv3_its_alloc_irqsrc(dev, in gicv3_its_alloc_msi()
1296 if (srcs[i] == NULL) in gicv3_its_alloc_msi()
1304 girq = (struct gicv3_its_irqsrc *)srcs[i]; in gicv3_its_alloc_msi()
1308 srcs[i] = NULL; in gicv3_its_alloc_msi()
1316 girq = (struct gicv3_its_irqsrc *)srcs[i]; in gicv3_its_alloc_msi()
H A Dgic_v3.c1317 device_t *pic, struct intr_irqsrc **srcs) in gic_v3_alloc_msi() argument
1374 srcs[i] = (struct intr_irqsrc *)&sc->gic_irqs[irq + i]; in gic_v3_alloc_msi()
/freebsd-13.1/sys/arm/broadcom/bcm2835/
H A Dbcm2838_pci.c437 device_t *pic, struct intr_irqsrc **srcs) in bcm_pcib_alloc_msi() argument
466 srcs[i] = &(sc->msi_isrcs[i + first_int].isrc); in bcm_pcib_alloc_msi()
/freebsd-13.1/sys/dev/xilinx/
H A Dxlnx_pcib.c586 device_t *pic, struct intr_irqsrc **srcs) in xlnx_pcib_msi_alloc_msi() argument
628 srcs[i] = (struct intr_irqsrc *)&sc->isrcs[irq + i]; in xlnx_pcib_msi_alloc_msi()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h291 iterator_range<EdgeIterator> srcs() const { in srcs() function
/freebsd-13.1/share/examples/
H A DMakefile297 SE_DIRS+= ses/srcs
/freebsd-13.1/sys/arm/arm/
H A Dgic.c1083 device_t *pic, struct intr_irqsrc **srcs) in arm_gicv2m_alloc_msi() argument
1142 srcs[i] = (struct intr_irqsrc *)&psc->gic_irqs[irq + i]; in arm_gicv2m_alloc_msi()

12