Searched refs:form (Results 51 - 75 of 255) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/
H A Dbrowser.h16 newtComponent form, sb; member in struct:ui_browser
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/ui/browsers/
H A Dannotate.c148 newtFormAddHotKey(self->b.form, NEWT_KEY_LEFT);
149 newtFormAddHotKey(self->b.form, NEWT_KEY_RIGHT);
153 newtFormAddHotKey(self->b.form, NEWT_KEY_TAB);
154 newtFormAddHotKey(self->b.form, NEWT_KEY_UNTAB);
H A Dhists.c218 newtFormAddHotKey(self->b.form, 'a');
219 newtFormAddHotKey(self->b.form, '?');
220 newtFormAddHotKey(self->b.form, 'h');
221 newtFormAddHotKey(self->b.form, 'd');
222 newtFormAddHotKey(self->b.form, 'D');
223 newtFormAddHotKey(self->b.form, 't');
225 newtFormAddHotKey(self->b.form, NEWT_KEY_LEFT);
226 newtFormAddHotKey(self->b.form, NEWT_KEY_RIGHT);
227 newtFormAddHotKey(self->b.form, NEWT_KEY_ENTER);
685 newtFormDestroy(self->b.form);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Deck_prn.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
197 point_conversion_form_t form; local
234 form = EC_GROUP_get_point_conversion_form(x);
236 if ((gen = EC_POINT_point2bn(x, point, form, NULL, ctx)) == NULL) {
295 if (form == POINT_CONVERSION_COMPRESSED) {
299 } else if (form == POINT_CONVERSION_UNCOMPRESSED) {
303 } else { /* form == POINT_CONVERSION_HYBRID */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Deck_prn.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
197 point_conversion_form_t form; local
234 form = EC_GROUP_get_point_conversion_form(x);
236 if ((gen = EC_POINT_point2bn(x, point, form, NULL, ctx)) == NULL) {
295 if (form == POINT_CONVERSION_COMPRESSED) {
299 } else if (form == POINT_CONVERSION_UNCOMPRESSED) {
303 } else { /* form == POINT_CONVERSION_HYBRID */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Decp_smpl.c16 * 2. Redistributions in binary form must reproduce the above copyright
35 * 6. Redistributions of any form whatsoever must retain the following
766 size_t ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, argument
775 if ((form != POINT_CONVERSION_COMPRESSED)
776 && (form != POINT_CONVERSION_UNCOMPRESSED)
777 && (form != POINT_CONVERSION_HYBRID))
801 ret = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2*field_len;
827 if ((form == POINT_CONVERSION_COMPRESSED || form == POINT_CONVERSION_HYBRID) && BN_is_odd(y))
828 buf[0] = form
895 point_conversion_form_t form; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Decparam.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
96 * -text - print the ec parameters in text form
101 * -conv_form arg - specifies the point conversion form
123 point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED; local
189 form = POINT_CONVERSION_COMPRESSED;
191 form = POINT_CONVERSION_UNCOMPRESSED;
193 form = POINT_CONVERSION_HYBRID;
247 "parameters in text form\n");
257 "point conversion form \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Decparam.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
96 * -text - print the ec parameters in text form
101 * -conv_form arg - specifies the point conversion form
123 point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED; local
189 form = POINT_CONVERSION_COMPRESSED;
191 form = POINT_CONVERSION_UNCOMPRESSED;
193 form = POINT_CONVERSION_HYBRID;
247 "parameters in text form\n");
257 "point conversion form \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Decparam.c15 * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
95 * -text - print the ec parameters in text form
100 * -conv_form arg - specifies the point conversion form
122 point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED; local
199 form = POINT_CONVERSION_COMPRESSED;
201 form = POINT_CONVERSION_UNCOMPRESSED;
203 form = POINT_CONVERSION_HYBRID;
266 "parameters in text form\n");
276 "point conversion form \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Dcmd_spoolss.c1237 string in the form of
1636 FORM form; local
1661 /* Dummy up some values for the form data */
1663 form.flags = FORM_USER;
1664 form.size_x = form.size_y = 100;
1665 form.left = 0;
1666 form.top = 10;
1667 form.right = 20;
1668 form
1696 FORM form; local
1766 display_form(FORM_1 *form) argument
1793 FORM_1 form; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddivided.cpp430 GraphicsForm *form = new GraphicsForm("Divided nodes");
444 form->Add(wxMakeFormMessage(buf));
445 form->Add(wxMakeFormNewLine());
447 form->Add(wxMakeFormString("Colour", &region->penColour, wxFORM_CHOICE,
496 form->Add(wxMakeFormString("Style", &(styleStrings[i]), wxFORM_CHOICE,
508 form->Add(wxMakeFormNewLine());
515 form->AssociatePanel(dialog);
516 form->dialog = dialog;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Daiffenc.c35 int64_t form; member in struct:__anon3446
134 aiff->form = avio_tell(pb);
288 avio_seek(pb, aiff->form, SEEK_SET);
289 avio_wb32(pb, file_size - aiff->form - 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfileconf.tex17 form \texttt{key = value} defining the keys and lines of special form
H A Dscreendc.tex39 By using the first form of this function, an application is specifying that
42 By using the second form, an application can specify an area of the screen
H A Dautoobj.tex55 Calls an automation method for this object. The first form takes a method name, number of
56 arguments, and an array of variants. The second form takes a method name and zero to six
123 Gets a property value from this object. The first form takes a property name, number of
124 arguments, and an array of variants. The second form takes a property name and zero to six
178 Puts a property value into this object. The first form takes a property name, number of
179 arguments, and an array of variants. The second form takes a property name and zero to six
H A Dlocale.tex122 The second form of this method takes two additional arguments,
138 By default (i.e. when you use the first form), msgid strings are assumed
161 database is used in conjunction with the first form of
208 Returns the canonical form of current locale name. Canonical form is the
213 This form is internally used when looking up message catalogs.
225 Note that you can call this function only if you used the form of
287 The second form is used when retrieving translation of string that has
288 different singular and plural form in English or different plural forms in some
290 parameter must contain the singular form o
[all...]
H A Dpathlist.tex51 The first form adds the given directory to the path list, if the path is not already in the list.
54 The second form just calls the first form on all elements of the given array.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dnconf.h21 #include <form.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dslider.cpp119 // wxSL_VERTICAL is impossible in native form
125 FormType* form = (FormType*)GetParentForm();
126 if(form==NULL)
139 (void **)&form,
H A Dtoplevel.cpp60 // Pointer to the currently active frame for the form event handler.
154 FormType *form = (FormType *)GetForm(); local
155 if(form)
156 return FrmGetWindowHandle(form);
353 * the events generated by the Palm OS form API. I know this is ugly, but right
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.h859 *mpi_reply, Mpi2SasDevicePage0_t *config_page, u32 form, u32 handle);
861 *mpi_reply, Mpi2SasDevicePage1_t *config_page, u32 form, u32 handle);
875 *mpi_reply, Mpi2ExpanderPage0_t *config_page, u32 form, u32 handle);
879 *mpi_reply, Mpi2SasEnclosurePage0_t *config_page, u32 form, u32 handle);
885 *mpi_reply, Mpi2RaidVolPage1_t *config_page, u32 form, u32 handle);
888 *mpi_reply, Mpi2RaidVolPage0_t *config_page, u32 form, u32 handle, u16 sz);
890 *mpi_reply, Mpi2RaidPhysDiskPage0_t *config_page, u32 form,
H A Dmpt2sas_config.c162 printk(MPT2SAS_INFO_FMT "%s: %s(%d), action(%d), form(0x%08x), "
727 * @form: GET_NEXT_HANDLE or HANDLE
735 *mpi_reply, Mpi2SasDevicePage0_t *config_page, u32 form, u32 handle)
753 mpi_request.PageAddress = cpu_to_le32(form | handle);
767 * @form: GET_NEXT_HANDLE or HANDLE
775 *mpi_reply, Mpi2SasDevicePage1_t *config_page, u32 form, u32 handle)
793 mpi_request.PageAddress = cpu_to_le32(form | handle);
975 * @form: GET_NEXT_HANDLE or HANDLE
983 *mpi_reply, Mpi2ExpanderPage0_t *config_page, u32 form, u32 handle)
1001 mpi_request.PageAddress = cpu_to_le32(form | handl
734 mpt2sas_config_get_sas_device_pg0(struct MPT2SAS_ADAPTER *ioc, Mpi2ConfigReply_t *mpi_reply, Mpi2SasDevicePage0_t *config_page, u32 form, u32 handle) argument
774 mpt2sas_config_get_sas_device_pg1(struct MPT2SAS_ADAPTER *ioc, Mpi2ConfigReply_t *mpi_reply, Mpi2SasDevicePage1_t *config_page, u32 form, u32 handle) argument
982 mpt2sas_config_get_expander_pg0(struct MPT2SAS_ADAPTER *ioc, Mpi2ConfigReply_t *mpi_reply, Mpi2ExpanderPage0_t *config_page, u32 form, u32 handle) argument
1065 mpt2sas_config_get_enclosure_pg0(struct MPT2SAS_ADAPTER *ioc, Mpi2ConfigReply_t *mpi_reply, Mpi2SasEnclosurePage0_t *config_page, u32 form, u32 handle) argument
1185 mpt2sas_config_get_raid_volume_pg1(struct MPT2SAS_ADAPTER *ioc, Mpi2ConfigReply_t *mpi_reply, Mpi2RaidVolPage1_t *config_page, u32 form, u32 handle) argument
1275 mpt2sas_config_get_raid_volume_pg0(struct MPT2SAS_ADAPTER *ioc, Mpi2ConfigReply_t *mpi_reply, Mpi2RaidVolPage0_t *config_page, u32 form, u32 handle, u16 sz) argument
1314 mpt2sas_config_get_phys_disk_pg0(struct MPT2SAS_ADAPTER *ioc, Mpi2ConfigReply_t *mpi_reply, Mpi2RaidPhysDiskPage0_t *config_page, u32 form, u32 form_specific) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-snmp.c12 * 2. Redistributions in binary form must reproduce the above copyright
341 u_char form, class; /* tag info */ member in struct:be
408 u_char form, class, id; local
428 form = (*p & 0xe0) >> 5; /* move upper 3 bits to lower 3 */
429 class = form >> 1; /* bits 7&6 -> bits 1&0, range 0-3 */
430 form &= 0x1; /* bit 5 -> bit 0, range 0-1 */
432 form = (u_char)(*p & ASN_FORM_BITS) >> ASN_FORM_SHIFT;
435 elem->form = form;
491 if (form >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/netkit-ftp-0.18-pre1/ftp/
H A Dftp_var.h10 * 2. Redistributions in binary form must reproduce the above copyright
92 Extern int form; /* file transfer format */ variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp.h132 struct Form form; member in struct:HTTP

Completed in 226 milliseconds

1234567891011