Searched refs:form (Results 101 - 125 of 187) sorted by relevance

12345678

/freebsd-11-stable/stand/lua/
H A Dscreen.lua12 -- 2. Redistributions in binary form must reproduce the above copyright
H A Dhook.lua12 -- 2. Redistributions in binary form must reproduce the above copyright
H A Dcolor.lua12 -- 2. Redistributions in binary form must reproduce the above copyright
H A Dpassword.lua13 -- 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11-stable/contrib/gcc/cp/
H A Dcvt.c83 enum tree_code form;
124 form = TREE_CODE (intype);
264 else if (TYPE_PTR_TO_MEMBER_P (type) && INTEGRAL_CODE_P (form))
270 if (INTEGRAL_CODE_P (form))
300 enum tree_code form = TREE_CODE (intype);
302 if (form == POINTER_TYPE)
552 way down to its lowest form. */
82 enum tree_code form; local
299 enum tree_code form = TREE_CODE (intype); local
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp855 llvm::dwarf::Form form, llvm::DataExtractor infoData,
857 if (form == llvm::dwarf::DW_FORM_string)
859 if (form != llvm::dwarf::DW_FORM_strp)
907 llvm::dwarf::Form form; local
911 (form = static_cast<llvm::dwarf::Form>(
913 (name != 0 || form != 0)) {
916 if (auto eName = getIndexedString(normalizedFile, form, infoData, offset,
924 if (auto eName = getIndexedString(normalizedFile, form, infoData, offset,
932 llvm::DWARFFormValue::skipValue(form, infoData, &offset, formParams);
854 getIndexedString(const NormalizedFile &normalizedFile, llvm::dwarf::Form form, llvm::DataExtractor infoData, uint64_t &infoOffset, const Section &stringsSection) argument
/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf2.c59 enum dwarf_form form; member in struct:attribute
230 enum dwarf_form form; member in struct:attr_abbrev
518 cur_abbrev->attrs[cur_abbrev->num_attrs++].form
549 /* Read an attribute value described by an attribute form. */
553 unsigned form,
562 attr->form = (enum dwarf_form) form;
564 switch (form)
668 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
670 info_ptr = read_attribute_value (attr, form, uni
552 read_attribute_value(struct attribute *attr, unsigned form, struct comp_unit *unit, bfd_byte *info_ptr) argument
[all...]
/freebsd-11-stable/crypto/openssl/engines/
H A De_4758cca.c12 * 2. Redistributions in binary form must reproduce the above copyright
31 * 6. Redistributions of any form whatsoever must retain the following
221 /* Compatibility hack, the dynamic library uses this form in the path */
911 unsigned char form[] = "RANDOM "; local
916 exit_data, form, rand_buf);
926 form, rand_buf);
/freebsd-11-stable/sys/dev/bnxt/
H A Dconvert_hsi.pl41 * * Redistributions in binary form must reproduce the above copyright
118 * * Redistributions in binary form must reproduce the above copyright
159 * * Redistributions in binary form must reproduce the above copyright
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec_lcl.h15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
150 point_conversion_form_t form, unsigned char *buf,
239 * then of the form: t^poly[0] + t^poly[1] + ... + t^poly[k] where m =
248 * > 3, the curve is defined by a Weierstrass equation of the form y^2 =
250 * equation of the form y^2 + x*y = x^3 + a*x^2 + b.
357 point_conversion_form_t form,
431 point_conversion_form_t form,
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarfread.c135 "DIE @ 0x%x \"%s\", unknown attribute form (0x%x)", arg1, arg2,
2025 Translate the DWARF line number information to gdb form.
2863 demangled form for future reference. This is a typical time versus
3524 unsigned short form; /* Form of the attribute */ local
3667 form is one that we recognize (so we know how to skip it),
3671 form = FORM_FROM_ATTR (attr);
3672 switch (form)
3697 unknown_attribute_form_complaint (DIE_ID, DIE_NAME, form);
3787 unsigned short form; /* Form of the attribute */ local
3789 form
[all...]
/freebsd-11-stable/crypto/openssl/crypto/objects/
H A Dobj_dat.pl196 * This can be in the form of a textual message at program startup or
204 * 2. Redistributions in binary form must reproduce the above copyright
H A Dobjects.pl147 * This can be in the form of a textual message at program startup or
155 * 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_config.c11 * 2. Redistributions in binary form must reproduce the above copyright
640 * @form: GET_NEXT_HANDLE or HANDLE
648 *mpi_reply, Mpi2SasDevicePage0_t *config_page, u32 form, u16 handle)
722 request->PageAddress = htole32(form | handle);
777 * @form: GET_NEXT_HANDLE or HANDLE
785 *mpi_reply, Mpi26PCIeDevicePage0_t *config_page, u32 form, u16 handle)
859 request->PageAddress = htole32(form | handle);
914 * @form: GET_NEXT_HANDLE or HANDLE
922 *mpi_reply, Mpi26PCIeDevicePage2_t *config_page, u32 form, u16 handle)
996 request->PageAddress = htole32(form | handl
647 mpr_config_get_sas_device_pg0(struct mpr_softc *sc, Mpi2ConfigReply_t *mpi_reply, Mpi2SasDevicePage0_t *config_page, u32 form, u16 handle) argument
784 mpr_config_get_pcie_device_pg0(struct mpr_softc *sc, Mpi2ConfigReply_t *mpi_reply, Mpi26PCIeDevicePage0_t *config_page, u32 form, u16 handle) argument
921 mpr_config_get_pcie_device_pg2(struct mpr_softc *sc, Mpi2ConfigReply_t *mpi_reply, Mpi26PCIeDevicePage2_t *config_page, u32 form, u16 handle) argument
1319 mpr_config_get_raid_volume_pg1(struct mpr_softc *sc, Mpi2ConfigReply_t *mpi_reply, Mpi2RaidVolPage1_t *config_page, u32 form, u16 handle) argument
[all...]
/freebsd-11-stable/contrib/ncurses/form/
H A Dfld_def.c33 #include "form.priv.h"
60 (FORM *)0, /* form */
267 | starting at 'frow/fcol' in the subwindow of the form.
364 else if (field->form != 0)
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp_var.h16 * 2. Redistributions in binary form must reproduce the above copyright
42 * 2. Redistributions in binary form must reproduce the above copyright
73 * 2. Redistributions in binary form must reproduce the above copyright
242 GLOBAL int form; /* file transfer format */ variable
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dboot0.5.s13 # 2. Redistributions in binary form must reproduce the above copyright
H A Dputssjis.s13 # 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11-stable/stand/pc98/kgzldr/
H A Dcrt.s10 # 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11-stable/stand/pc98/boot0/
H A Dboot0.s13 # 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11-stable/stand/i386/kgzldr/
H A Dcrt.s10 # 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11-stable/targets/pseudo/userland/lib/
H A DMakefile.depend162 lib/ncurses/form \
/freebsd-11-stable/stand/usb/
H A Dusbcore.mk17 # 2. Redistributions in binary form must reproduce the above copyright
/freebsd-11-stable/crypto/openssl/util/
H A Dmkerr.pl411 " * 2. Redistributions in binary form must reproduce the above copyright\n",
430 " * 6. Redistributions of any form whatsoever must retain the following\n",
612 * 2. Redistributions in binary form must reproduce the above copyright
631 * 6. Redistributions of any form whatsoever must retain the following
/freebsd-11-stable/share/examples/drivers/
H A Dmake_pseudo_driver.sh105 * 2. Redistributions in binary form must reproduce the above copyright

Completed in 381 milliseconds

12345678