Searched refs:init (Results 101 - 125 of 1564) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-sctp.c193 /* Sctp association init request/ack */
195 /* this is used for init ack, too */
320 * we must carry the init tag in the common header. Just the
680 const struct sctpInitiation *init; local
682 if (chunkLengthRemaining < sizeof(*init)) {
686 init=(const struct sctpInitiation*)bp;
687 ND_PRINT((ndo, "[init tag: %u] ", EXTRACT_32BITS(&init->initTag)));
688 ND_PRINT((ndo, "[rwnd: %u] ", EXTRACT_32BITS(&init->rcvWindowCredit)));
689 ND_PRINT((ndo, "[OS: %u] ", EXTRACT_16BITS(&init
708 const struct sctpInitiation *init; local
[all...]
/freebsd-11-stable/lib/csu/aarch64/
H A Dcrti.S33 .section .init,"ax",@progbits
/freebsd-11-stable/lib/csu/powerpc/
H A Dcrti.S29 .section .init,"ax",@progbits
/freebsd-11-stable/stand/pc98/btx/btxldr/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/stand/i386/btx/btxldr/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_sha1_ostream.h39 void resetHash() { State.init(); }
/freebsd-11-stable/lib/libclang_rt/tsan_cxx/
H A DMakefile3 .include <bsd.init.mk>
/freebsd-11-stable/lib/libclang_rt/msan_cxx/
H A DMakefile4 .include <bsd.init.mk>
/freebsd-11-stable/sys/dev/drm/
H A Dr128_cce.c352 static int r128_do_init_cce(struct drm_device * dev, drm_r128_init_t * init) argument
364 dev_priv->is_pci = init->is_pci;
373 dev_priv->usec_timeout = init->usec_timeout;
382 dev_priv->cce_mode = init->cce_mode;
392 if ((init->cce_mode != R128_PM4_192BM) &&
393 (init->cce_mode != R128_PM4_128BM_64INDBM) &&
394 (init->cce_mode != R128_PM4_64BM_128INDBM) &&
395 (init->cce_mode != R128_PM4_64BM_64VCBM_64INDBM)) {
402 switch (init->cce_mode) {
423 switch (init
632 drm_r128_init_t *init = data; local
[all...]
H A Dsavage_bci.c681 static int savage_do_init_bci(struct drm_device *dev, drm_savage_init_t *init) argument
685 if (init->fb_bpp != 16 && init->fb_bpp != 32) {
686 DRM_ERROR("invalid frame buffer bpp %d!\n", init->fb_bpp);
689 if (init->depth_bpp != 16 && init->depth_bpp != 32) {
690 DRM_ERROR("invalid depth buffer bpp %d!\n", init->fb_bpp);
693 if (init->dma_type != SAVAGE_DMA_AGP &&
694 init->dma_type != SAVAGE_DMA_PCI) {
695 DRM_ERROR("invalid dma memory type %d!\n", init
935 drm_savage_init_t *init = data; local
[all...]
/freebsd-11-stable/sys/mips/nlm/dev/net/ucore/
H A Dcrt0_basic.S55 .ent init
56 init: label
65 .end init
H A Dld.ucore.S52 .init : {
53 KEEP(*(.init))
54 *(.init)
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Decb_enc.c69 static int init = 1; local
72 if (init) {
101 init = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.cpp32 cl::init(true), cl::desc("Enable Hexagon constant-extender optimization"));
35 cl::init(true), cl::desc("Enable RDF-based optimizations"));
41 cl::Hidden, cl::ZeroOrMore, cl::init(false),
45 cl::Hidden, cl::ZeroOrMore, cl::init(false),
48 static cl::opt<bool> DisableHCP("disable-hcp", cl::init(false), cl::Hidden,
52 cl::Hidden, cl::init(false), cl::desc("Disable store widening"));
55 cl::init(true), cl::Hidden, cl::ZeroOrMore,
58 static cl::opt<bool> EnableEarlyIf("hexagon-eif", cl::init(true), cl::Hidden,
61 static cl::opt<bool> EnableGenInsert("hexagon-insert", cl::init(true),
64 static cl::opt<bool> EnableCommGEP("hexagon-commgep", cl::init(tru
[all...]
/freebsd-11-stable/bin/sh/
H A Dmksyntax.c109 static void init(const char *);
171 init("basesyntax");
184 init("dqsyntax");
197 init("sqsyntax");
207 init("arisyntax");
220 init("is_type");
237 init(const char *name) function
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp70 cl::cat(ToolOptions), cl::init("-"));
73 cl::init("-"), cl::cat(ToolOptions),
90 cl::value_desc("cpu-name"), cl::cat(ToolOptions), cl::init("native"));
100 cl::cat(ToolOptions), cl::init(-1));
103 PrintImmHex("print-imm-hex", cl::cat(ToolOptions), cl::init(false),
108 cl::cat(ToolOptions), cl::init(0));
112 cl::cat(ToolOptions), cl::init(0));
118 cl::cat(ToolOptions), cl::init(0));
123 cl::cat(ToolOptions), cl::init(0));
129 cl::cat(ToolOptions), cl::init(
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dfilter_encoder.c27 lzma_init_function init; member in struct:__anon5861
60 .init = &lzma_lzma_encoder_init,
71 .init = &lzma_lzma2_encoder_init,
82 .init = &lzma_simple_x86_encoder_init,
92 .init = &lzma_simple_powerpc_encoder_init,
102 .init = &lzma_simple_ia64_encoder_init,
112 .init = &lzma_simple_arm_encoder_init,
122 .init = &lzma_simple_armthumb_encoder_init,
132 .init = &lzma_simple_sparc_encoder_init,
142 .init
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dc-omp.c207 c_finish_omp_for (location_t locus, tree decl, tree init, tree cond, argument
213 if (EXPR_HAS_LOCATION (init))
214 elocus = EXPR_LOCATION (init);
225 /* In the case of "for (int i = 0...)", init will be a decl. It should
227 if (init == decl)
231 init = DECL_INITIAL (decl);
232 if (init == NULL)
235 init = integer_zero_node;
239 init = build_modify_expr (decl, NOP_EXPR, init);
[all...]
H A Doptc-gen.awk79 init = ""
83 init = opt_args("Init", flags[i])
84 if (init != "")
85 init = " = " init;
95 print var_type(flags[i]) name init ";"
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c87 static int init = 0; local
89 if (!init) {
90 init = 1;
109 static int init = 0; local
170 if(!init){
177 init = 1;
/freebsd-11-stable/sys/crypto/des/
H A Ddes_ecb.c64 static int init=1; local
67 if (init)
96 init=0;
/freebsd-11-stable/libexec/rtld-elf/amd64/
H A Delf_rtld.x37 .rel.init : { *(.rel.init) }
38 .rela.init : { *(.rela.init) }
45 .init : { *(.init) } =0x9090
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Delf_rtld.x37 .rel.init : { *(.rel.init) }
38 .rela.init : { *(.rela.init) }
45 .init : { *(.init) } =0x9090
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIndirectCallPromotionAnalysis.cpp37 "icp-remaining-percent-threshold", cl::init(30), cl::Hidden, cl::ZeroOrMore,
44 ICPTotalPercentThreshold("icp-total-percent-threshold", cl::init(5),
52 MaxNumPromotions("icp-max-prom", cl::init(3), cl::Hidden, cl::ZeroOrMore,
/freebsd-11-stable/share/misc/
H A DMakefile9 committers-src.dot eqnchar flowers init.ee \

Completed in 202 milliseconds

1234567891011>>