Searched refs:ed (Results 26 - 50 of 69) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/mm/
H A Dfault.c214 * This fault was due to a speculative load or lfetch.fault, set the "ed"
218 ia64_psr(regs)->ed = 1;
237 * This fault was due to a speculative load or lfetch.fault, set the "ed"
241 ia64_psr(regs)->ed = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dmetadata.c496 ExifData *ed; local
523 ed = exif_loader_get_data(l);
525 if( !ed )
528 e = exif_content_get_entry (ed->ifd[EXIF_IFD_EXIF], EXIF_TAG_DATE_TIME_ORIGINAL);
529 if( e || (e = exif_content_get_entry(ed->ifd[EXIF_IFD_EXIF], EXIF_TAG_DATE_TIME_DIGITIZED)) )
549 e = exif_content_get_entry(ed->ifd[EXIF_IFD_0], EXIF_TAG_MAKE);
553 e = exif_content_get_entry(ed->ifd[EXIF_IFD_0], EXIF_TAG_MODEL);
564 e = exif_content_get_entry(ed->ifd[EXIF_IFD_0], EXIF_TAG_ORIENTATION);
567 switch( exif_get_short(e->data, exif_data_get_byte_order(ed)) )
584 if( ed
[all...]
H A Dupnphttp.c1495 ExifData *ed; local
1526 ed = exif_loader_get_data(l);
1530 if( !ed || !ed->size )
1533 if( ed )
1534 exif_data_unref(ed);
1543 (intmax_t)ed->size);
1548 send_data(h, (char *)ed->data, ed->size, 0);
1550 exif_data_unref(ed);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Detr.h99 unsigned int ed : 8; /* ETS device dependent data */ member in struct:etr_edf4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dprop.h320 wxProperty(wxString name, wxString role, wxPropertyValidator *ed = NULL);
321 wxProperty(wxString name, const wxPropertyValue& val, wxString role, wxPropertyValidator *ed = NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvms.h284 ush tag_ed; ush len_ed; byte ed[ATR$S_EXPDATE]; member in struct:__anon7708
306 ush tag_ed; ush len_ed; byte ed[ATR$S_EXPDATE]; member in struct:__anon7709
H A Dvms_pk.c180 FILL_REQ(3, ATR$C_EXPDATE, ctx->PKi.ed);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dprop.cpp850 wxProperty::wxProperty(wxString nm, wxString role, wxPropertyValidator *ed):m_name(nm), m_propertyRole(role) argument
852 m_propertyValidator = ed;
857 wxProperty::wxProperty(wxString nm, const wxPropertyValue& val, wxString role, wxPropertyValidator *ed): argument
860 m_propertyValidator = ed;
896 void wxProperty::SetValidator(wxPropertyValidator *ed) argument
898 m_propertyValidator = ed;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Dftdi-elan.c1499 u8 ed = ed_number - 1; local
1509 struct u132_target *target = &ftdi->target[ed];
1512 command->header = 0x80 | (ed << 5);
1556 u8 ed = ed_number - 1; local
1566 struct u132_target *target = &ftdi->target[ed];
1571 command->header = 0x82 | (ed << 5);
1621 u8 ed = ed_number - 1; local
1631 struct u132_target *target = &ftdi->target[ed];
1634 command->header = 0x81 | (ed << 5);
1678 u8 ed local
1757 u8 ed = ed_number - 1; local
1819 u8 ed = ed_number - 1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.h314 ush tag_ed; ush len_ed; byte ed[ATR$S_EXPDATE]; member in struct:PK_info
336 ush tag_ed; ush len_ed; byte ed[ATR$S_EXPDATE]; member in struct:PK_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dprocessor.h117 __u64 ed : 1; member in struct:ia64_psr
138 __u64 ed : 1; member in struct:ia64_isr::__anon9310
H A Dkvm_host.h344 unsigned long ed : 1; /* 52 */ member in struct:pte_flags::__anon9257
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dnmi.c333 if (mci->ed && mci->ec) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dpathlist.tex99 if you \helpref{Add()}{wxpathlistadd}ed relative paths, then the current working directory
H A Dtchanges.tex42 \item The size that a window had when \helpref{Add()}{wxsizeradd}ed to the sizer was assumed to be its minimal size, and that size would always be used by default when calculating layout size and positions, and the sizer itself would keep track of that minimal size.
43 \item If the window item was \helpref{Add()}{wxsizeradd}ed with the \windowstyle{wxADJUST\_MINSIZE} flag then when layout was calculated the item's \helpref{GetBestSize}{wxwindowgetbestsize} would be used to reset the minimal size that the sizer used.
49 \item The \windowstyle{wxFIXED\_MINSIZE} flag was added to allow for the old behaviour. When this flag is used the size a window has when \helpref{Add()}{wxsizeradd}ed to the sizer will be treated as its minimal size and it will not be readjusted on each layout.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_plug.c215 static int check_linear_format(const snd_pcm_format_mask_t *format_mask, int wid, int sgn, int ed) argument
225 f = snd_pcm_build_linear_format(wid, pw, sgn, ed);
232 ed = !ed;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Dcryptocop.c1214 struct cryptocop_dma_desc *ed = alloc_cdesc(alloc_flag); local
1216 if (!ed) {
1234 ed->free_buf = NULL;
1235 ed->dma_descr->wait = 1;
1236 ed->dma_descr->out_eop = 1;
1238 ed->dma_descr->buf = (char*)virt_to_phys(&ed); /* Use any valid physical address for zero length descriptor. */
1239 ed->dma_descr->after = ed->dma_descr->buf;
1240 ed
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.cxx604 Editor *ed; member in class:SelectionLineIterator
623 ed = ed_;
625 selStart = ed->SelectionStart();
626 selEnd = ed->SelectionEnd();
627 lineStart = ed->pdoc->LineFromPosition(selStart);
628 lineEnd = ed->pdoc->LineFromPosition(selEnd);
630 minX = Platform::Minimum(ed->xStartSelect, ed->xEndSelect);
632 maxX = Platform::Maximum(ed->xStartSelect, ed
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_bsg.c673 struct event_data *ed; local
678 ed = list_entry(evt->events_to_get.next, typeof(*ed), node);
679 list_del(&ed->node);
680 kfree(ed->data);
681 kfree(ed);
685 ed = list_entry(evt->events_to_see.next, typeof(*ed), node);
686 list_del(&ed->node);
687 kfree(ed
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A Dopenssl.spec207 - RPM is BuildRoot'ed
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A Dopenssl.spec207 - RPM is BuildRoot'ed
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A Dopenssl.spec207 - RPM is BuildRoot'ed
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/telephony/
H A Dixj.h359 unsigned int ed:1; /* Event Detect */ member in struct:__anon16108
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dtraps.c448 * This fault was due to lfetch.fault, set "ed" bit in the psr to cancel
451 ia64_psr(&regs)->ed = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmatch.asm23 ; DYN_ALLOC : select support for malloc'ed working space

Completed in 301 milliseconds

123