Searched refs:gen (Results 201 - 225 of 416) sorted by relevance

1234567891011>>

/freebsd-current/usr.bin/lex/
H A DMakefile20 SRCS= buf.c ccl.c dfa.c ecs.c filter.c gen.c main.c misc.c \
/freebsd-current/contrib/sendmail/include/sm/
H A Drpool.h20 # include <sm/gen.h>
/freebsd-current/contrib/sendmail/libsm/
H A Db-strl.c21 #include <sm/gen.h>
H A Dnotify.c11 #include <sm/gen.h>
H A Dsetvbuf.c15 #include <sm/gen.h>
H A Dlowercase.c11 #include <sm/gen.h>
H A Dt-ixlen.c10 #include <sm/gen.h>
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dulp.h261 static int T(cmp) (const struct fun *f, struct gen *gen, argument
275 struct T(args) a = T(next) (gen);
369 T(printgen) (f, gen);
/freebsd-current/lib/clang/headers/
H A DMakefile252 ${CLANG_TBLGEN} -gen-arm-${hdr:T} \
259 ${CLANG_TBLGEN} -gen-arm-sme-header \
265 ${CLANG_TBLGEN} -gen-arm-vector-type \
272 ${CLANG_TBLGEN} -gen-riscv-${hdr:T} \
/freebsd-current/sys/contrib/alpine-hal/
H A Dal_hal_serdes_hssp.c951 &regs_base->gen.reg_addr,
954 return al_reg_read32(&regs_base->gen.reg_data);
969 &regs_base->gen.reg_addr,
972 al_reg_write32(&regs_base->gen.reg_data, data);
1910 if (al_reg_read32(&regs_base->gen.irst) & SERDES_GEN_IRST_POR_B_A) {
1914 state->pipe_rst = al_reg_read32(&regs_base->gen.irst);
1949 &regs_base->gen.irst,
1968 al_reg_write32(&regs_base->gen.irst, 0x000000);
1973 al_reg_write32(&regs_base->gen.ipd_multi_synth , 0x0001);
1978 al_reg_write32(&regs_base->gen
[all...]
/freebsd-current/contrib/ntp/
H A Dbootstrap148 # ntp_parser.y hasn't been updated. At the same time, keyword-gen-utd
150 # keyword-gen.c.
152 touch ntpd/ntp_parser.[ch] ntpd/keyword-gen-utd ntpd/ntp_keyword.h
/freebsd-current/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h414 // ConvertGenerator<T>(gen)
415 // - returns a generator producing the same elements as generated by gen, but
446 internal::ParamGenerator<T> gen) {
447 return internal::ParamConverterGenerator<T>(gen);
445 ConvertGenerator( internal::ParamGenerator<T> gen) argument
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h101 raidz_gen_f gen[RAIDZ_GEN_NUM]; /* Parity generate functions */ member in struct:raidz_impl_ops
244 * Define all gen methods for an implementation
287 uint64_t gen[RAIDZ_GEN_NUM]; /* gen method speed B/s */ member in struct:raidz_impl_kstat
/freebsd-current/crypto/heimdal/lib/asn1/
H A DMakefile.am49 TESTS = check-der check-gen check-timegm check-ber check-template
59 dist_check_gen_SOURCES = check-gen.c check-common.c check-common.h
68 gen.c \
255 test.gen \
/freebsd-current/lib/libc/
H A DMakefile105 .include "${LIBC_SRCTOP}/gen/Makefile.inc"
136 .include "${LIBC_SRCTOP}/x86/gen/Makefile.inc"
182 libkern: libkern.gen libkern.${LIBC_ARCH}
184 libkern.gen: ${KQSRCS} ${KSRCS}
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_crld.c246 GENERAL_NAME *gen = NULL; local
269 if ((gen = v2i_GENERAL_NAME(method, ctx, cnf)) == NULL)
273 if (!sk_GENERAL_NAME_push(gens, gen))
275 gen = NULL;
291 GENERAL_NAME_free(gen);
H A Dv3_purp.c336 GENERAL_NAME *gen = sk_GENERAL_NAME_value(dp->CRLissuer, i); local
338 if (gen->type == GEN_DIRNAME) {
339 iname = gen->d.directoryName;
974 GENERAL_NAME *gen; local
979 gen = sk_GENERAL_NAME_value(gens, i);
980 if (gen->type == GEN_DIRNAME) {
981 nm = gen->d.dirn;
H A Dx_crl.c422 GENERAL_NAME *gen = sk_GENERAL_NAME_value(rev->issuer, i);
423 if (gen->type != GEN_DIRNAME)
425 if (!X509_NAME_cmp(nm, gen->d.directoryName))
/freebsd-current/sys/arm/freescale/imx/
H A Dimx6_ipu.c650 uint32_t gen_offset, gen; local
728 gen = IPU_READ4(sc, gen_offset);
731 gen &= ~DI_GENERAL_POLARITY_2;
733 gen |= DI_GENERAL_POLARITY_2;
736 gen &= ~DI_GENERAL_POLARITY_3;
738 gen |= DI_GENERAL_POLARITY_3;
741 gen &= ~DI_GENERAL_POL_CLK;
743 gen |= DI_GENERAL_POL_CLK;
746 gen |= DI_CLOCK_EXTERNAL;
748 IPU_WRITE4(sc, gen_offset, gen);
[all...]
/freebsd-current/lib/clang/libllvm/
H A DMakefile2029 ${LLVM_MIN_TBLGEN} -gen-vt \
2035 ${LLVM_TBLGEN} --gen-directive-decl \
2041 ${LLVM_TBLGEN} --gen-directive-impl \
2047 ${LLVM_TBLGEN} --gen-directive-impl \
2053 ${LLVM_TBLGEN} -gen-attrs \
2059 ${LLVM_TBLGEN} -gen-intrinsic-enums \
2065 ${LLVM_TBLGEN} -gen-intrinsic-impl \
2076 ${LLVM_TBLGEN} -gen-intrinsic-enums -intrinsic-prefix=${arch:T} \
2083 ${LLVM_TBLGEN} -gen-riscv-target-def \
2089 ${LLVM_TBLGEN} -gen
[all...]
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c394 WRITE_UINT16(p_FmPort->im.p_FmPortImPram->rxQd.gen, tmpReg16);
459 WRITE_UINT16(p_FmPort->im.p_FmPortImPram->rxQd.gen, 0);
602 tmpReg16 = (uint16_t)(GET_UINT16(p_FmPort->im.p_FmPortImPram->rxQd.gen) | IM_RXQD_BSYINTM);
606 WRITE_UINT16(p_FmPort->im.p_FmPortImPram->rxQd.gen, tmpReg16);
617 WRITE_UINT16(p_FmPort->im.p_FmPortImPram->rxQd.gen, 0);
622 tmpReg16 = (uint16_t)(GET_UINT16(p_FmPort->im.p_FmPortImPram->rxQd.gen) & ~IM_RXQD_BSYINTM);
623 WRITE_UINT16(p_FmPort->im.p_FmPortImPram->rxQd.gen, tmpReg16);
/freebsd-current/lib/libdevstat/
H A Ddevstat.c1630 long gen; local
1644 if ((rv = malloc(sizeof(gen))) == NULL) {
1650 gen = devstat_getgeneration(kd);
1651 memcpy(rv, &gen, sizeof(gen));
1652 wp = sizeof(gen);
1663 rv = (char *)reallocf(rv, sizeof(gen) +
/freebsd-current/sys/dev/virtio/mmio/
H A Dvirtio_mmio.c680 uint32_t gen; local
685 gen = vtmmio_read_config_4(sc, VIRTIO_MMIO_CONFIG_GENERATION);
687 gen = 0;
689 return (gen);
789 int gen; local
795 gen = vtmmio_config_generation(dev);
798 } while (gen != vtmmio_config_generation(dev));
/freebsd-current/sys/fs/msdosfs/
H A Dmsdosfs_conv.c289 * If applicable and gen is not 0, it is inserted into the converted
299 unix2dosfn(const u_char *un, u_char dn[12], size_t unlen, u_int gen, argument
323 return gen <= 1;
328 return gen <= 1;
464 if (gen > 1)
472 if (gen == 0)
474 for (wcp = gentext + sizeof(gentext); wcp > gentext && gen; gen /= 10)
475 *--wcp = gen % 10 + '0';
476 if (gen) {
[all...]
/freebsd-current/crypto/openssl/apps/
H A Dcms.c1318 GENERAL_NAME *gen; local
1324 gen = sk_GENERAL_NAME_value(gens, j);
1326 GENERAL_NAME_print(bio_err, gen);
1384 GENERAL_NAME *gen = NULL; local
1390 gen = a2i_GENERAL_NAME(NULL, NULL, NULL, GEN_EMAIL, str, 0);
1391 if (gen == NULL)
1396 if (!sk_GENERAL_NAME_push(gens, gen))
1398 gen = NULL;
1409 GENERAL_NAME_free(gen);

Completed in 259 milliseconds

1234567891011>>