Searched refs:working (Results 26 - 50 of 129) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dmpcore_cache.S99 mov r9, r4 @ create working copy of max way size
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfilename.tex18 Second, it includes the functions for working with the files itself. Note that
20 wxFileName provides functions for working with the file attributes.
22 When working with directory names (i.e. without filename and extension)
121 refers to the current working directory on drive X. Therefore, a wxFileName
279 Makes this object refer to the current working directory on the specified
406 Retrieves the value of the current working directory on the specified volume. If
407 the volume is empty, the program's current working directory is returned for the
412 The string containing the current working directory or an empty string on
878 working directory in normalization (see wxPATH\_NORM\_ABSOLUTE).}
937 Changes the current working director
[all...]
H A Ddirpicker.tex43 \twocolitem{\windowstyle{wxDIRP\_CHANGE\_DIR}}{Change current working directory on each user directory selection change.}
H A Dti18n.tex22 working with message catalogs. {\bf Warning:} gettext versions < 0.10 are known
H A Dttips.tex67 See the dialogs program in your samples folder for a working example inside a
H A Dtstring.tex27 The advantages of using a special string class instead of working directly with
30 remember to allocate/free memory for C strings; working with fixed size buffers almost
157 There is another class which might be useful when working with wxString:
H A Dtipc.tex85 To create a working server, the programmer must:
100 To create a working client, the programmer must:
H A Dfilepicker.tex46 \twocolitem{\windowstyle{wxFLP\_CHANGE\_DIR}}{Change current working directory on each user file selection change.}
H A Dlonglong.tex18 working with 64 bit integers independently of the architecture.
H A Ddataviewctrl.tex31 there are only barely working stubs for a generic implementation.
H A Ddragimag.tex121 but more convenient than working out the bounding rectangle explicitly.
H A Dfiledlg.tex25 \twocolitem{{\windowstyle wxFD\_CHANGE\_DIR}}{Change the current working directory to the directory where the file(s) chosen by the user are.}
H A Dhtcell.tex230 (this has sense when working with horizontal lines, tables etc.)
H A Dtexpr.tex136 %first, wxExpr is in a working state.
H A Dtmbconv.tex48 strings, and almost as easily as working with ordinary char strings (you
H A Dbrush.tex343 working out when it is safe delete a brush, because the reference counting does
H A Dkeyevent.tex223 working with European keyboard layout where \textsc{AltGr} key which is seen by
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/otg/
H A Disp1301_omap.c62 unsigned working:1; member in struct:isp1301
353 if (!status && !isp->working)
1127 isp->working = 1;
1199 isp->working = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl78 should be the size of the normal working data set of the application,
80 (Note: The working set is not the same as the number of simultaneously
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dprocessor_idle.c609 unsigned int working = 0; local
637 working++;
642 return (working);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dmatch.asm21 ; and contains some support for dynamically allocated working space.
23 ; DYN_ALLOC : select support for malloc'ed working space
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dcache-v7.S56 mov r9, r4 @ create working copy of max way size
86 * working outwards from L1 cache. This is done using Set/Way based cache
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex18 transport streams. This specification document assumes a working
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/
H A Dos.S71 | working in user space
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Datp870u.c81 if (dev->working[c] != 0) {
486 dev->working[c]--;
590 // dev->working[c] = 0;
740 if ((dev->last_cmd[c] != 0xff) && (dev->working[c] != 0)) {
744 dev->working[c]++;
757 dev->working[c]--;
3056 printk("working=%x last_cmd=%x ", dev->working[c], dev->last_cmd[c]);

Completed in 203 milliseconds

123456