Searched refs:function (Results 201 - 225 of 1927) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Ds390xcpuid.S4 .type OPENSSL_s390x_facilities,@function
52 .type OPENSSL_rdtsc,@function
61 .type OPENSSL_atomic_add,@function
74 .type OPENSSL_wipe_cpu,@function
94 .type OPENSSL_cleanse,@function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dir-sony-decoder.c39 * This function returns -EINVAL if the pulse violates the state machine
46 u8 device, subdevice, function; local
127 function = bitrev8((data->bits >> 4) & 0xFE);
132 function = bitrev8((data->bits >> 7) & 0xFD);
137 function = bitrev8((data->bits >> 12) & 0xFE);
144 scancode = device << 16 | subdevice << 8 | function;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dops-loongson2.c45 int function = PCI_FUNC(devfn); local
63 *data = cs5536_pci_conf_read4(function, reg);
66 cs5536_pci_conf_write4(function, reg, *data);
76 addr = (1 << (device + ID_SEL_BEGIN)) | (function << 8) | reg;
80 addr = (busnum << 16) | (device << 11) | (function << 8) | reg;
H A Dops-bonito64.c47 int function = PCI_FUNC(devfn); local
55 addr = (1 << (device + ID_SEL_BEGIN)) | (function << 8) | reg;
59 addr = (busnum << 16) | (device << 11) | (function << 8) | reg;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Ds390xcpuid.S4 .type OPENSSL_s390x_facilities,@function
52 .type OPENSSL_rdtsc,@function
61 .type OPENSSL_atomic_add,@function
74 .type OPENSSL_wipe_cpu,@function
94 .type OPENSSL_cleanse,@function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dmxmldoc.c22 * find_public() - Find a public function, type, etc.
36 * write_function() - Write documentation for a function.
98 * <function name="" scope="">
108 * <seealso>function names separated by spaces</seealso>
109 * </function>
119 * <function name="">...</function>
131 * <function name="">...</function>
190 mxml_node_t *function, in
1048 *function, /* <function> node */ local
3011 write_function(FILE *out, mxml_node_t *doc, mxml_node_t *function, int level) argument
3152 mxml_node_t *function, /* Current function */ local
4025 mxml_node_t *function, /* Current function */ local
4545 mxml_node_t *function, /* Current function */ local
4793 mxml_node_t *function, /* Current function */ local
5385 mxml_node_t *function, /* Current function */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtipprov.tex3 This is the class used together with \helpref{wxShowTip}{wxshowtip} function.
4 It must implement \helpref{GetTip}{wxtipprovidergettip} function and return the
38 Return the text of the current tip and pass to the next one. This function is
45 Returns a modified tip. This function will be called immediately after read,
59 The program usually remembers the value returned by this function after calling
H A Dclipbrd.tex71 Call this function to add the data object to the clipboard. You may call
72 this function repeatedly after having cleared the clipboard using \helpref{wxClipboard::Clear}{wxclipboardclear}.
74 After this function has been called, the clipboard owns the data, so do not delete
91 Call this function to close the clipboard, having opened it with \helpref{wxClipboard::Open}{wxclipboardopen}.
106 Call this function to fill {\it data} with data on the clipboard, if available in the required
125 Call this function to open the clipboard before calling \helpref{wxClipboard::SetData}{wxclipboardsetdata}
137 Call this function to set the data object to the clipboard. This function will
141 After this function has been called, the clipboard owns the data, so do not delete
H A Ddllload.tex32 Example of using this class to dynamically load the {\tt strlen()} function:
94 For example, this function will return {\tt ".dll"} under Windows or (usually)
101 This function returns a valid handle for the main program itself. Notice that
103 the function failed).
105 {\bf NB:} This function is Unix specific. It will always fail under Windows
112 This function resolves a symbol in a loaded DLL, such as a variable or
113 function name.
129 This function loads a shared library into memory, with {\it libname} being the
150 This function unloads the shared library. The handle {\it dllhandle} must have
H A Ddirtrav.tex15 passed to \helpref{Traverse}{wxdirtraverse} function.
79 This function is called for each directory. It may return {\tt wxSIR\_STOP}
84 This is a pure virtual function and must be implemented in the derived class.
91 This function is called for each file. It may return {\tt wxDIR\_STOP} to abort
95 This is a pure virtual function and must be implemented in the derived class.
102 This function is called for each directory which we failed to open for
H A Dmodule.tex12 an instance of each, and call each OnInit function. On exit, wxWidgets will
13 call the OnExit function for each module instance.
79 Call this function from the constructor of the derived class. \arg{dep} must be
95 Provide this function with appropriate cleanup for your module.
102 Provide this function with appropriate initialization for your module. If the function
H A Dstackframe.tex14 wxStackFrame represents a single stack frame, or a single function in the call
79 Get the module this function belongs to (empty if not available).
86 Return the unmangled (if possible) name of the function containing this
107 This function currently is only implemented under Win32 and requires a PDB
115 Return the number of parameters of this function (may return $0$ if we
116 can't retrieve the parameters info even although the function does have
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
87 function GetCompressionRate: Single;
91 function Read(var Buffer; Count: Longint): Longint; override;
92 function Write(const Buffer; Count: Longint): Longint; override;
93 function Seek(Offset: Longint; Origin: Word): Longint; override;
120 function Read(var Buffer; Count: Longint): Longint; override;
121 function Write(const Buffer; Count: Longint): Longint; override;
122 function Seek(Offset: Longint; Origin: Word): Longint; override;
218 function _malloc(Size: Integer): Pointer; cdecl;
241 function deflateInit
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
87 function GetCompressionRate: Single;
91 function Read(var Buffer; Count: Longint): Longint; override;
92 function Write(const Buffer; Count: Longint): Longint; override;
93 function Seek(Offset: Longint; Origin: Word): Longint; override;
120 function Read(var Buffer; Count: Longint): Longint; override;
121 function Write(const Buffer; Count: Longint): Longint; override;
122 function Seek(Offset: Longint; Origin: Word): Longint; override;
218 function _malloc(Size: Integer): Pointer; cdecl;
241 function deflateInit
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
87 function GetCompressionRate: Single;
91 function Read(var Buffer; Count: Longint): Longint; override;
92 function Write(const Buffer; Count: Longint): Longint; override;
93 function Seek(Offset: Longint; Origin: Word): Longint; override;
120 function Read(var Buffer; Count: Longint): Longint; override;
121 function Write(const Buffer; Count: Longint): Longint; override;
122 function Seek(Offset: Longint; Origin: Word): Longint; override;
218 function _malloc(Size: Integer): Pointer; cdecl;
241 function deflateInit
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/delphi/
H A DZLib.pas19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl;
87 function GetCompressionRate: Single;
91 function Read(var Buffer; Count: Longint): Longint; override;
92 function Write(const Buffer; Count: Longint): Longint; override;
93 function Seek(Offset: Longint; Origin: Word): Longint; override;
120 function Read(var Buffer; Count: Longint): Longint; override;
121 function Write(const Buffer; Count: Longint): Longint; override;
122 function Seek(Offset: Longint; Origin: Word): Longint; override;
218 function _malloc(Size: Integer): Pointer; cdecl;
241 function deflateInit
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dibmphp_pci.c47 * We also assign the same irq numbers for multi function devices.
75 * Input: function to be added
77 * TO DO: The error case with Multifunction device or multi function bridge,
87 u8 function; local
105 /* For every function on the card */
106 for (function = 0x00; function < 0x08; function++) {
107 unsigned int devfn = PCI_DEVFN(device, function);
110 cur_func->function
1081 u8 device, function; local
1214 unconfigure_boot_device(u8 busno, u8 device, u8 function) argument
1332 unconfigure_boot_bridge(u8 busno, u8 device, u8 function) argument
1451 u8 function; local
[all...]
H A Dcpqphp_pci.c91 func->pci_dev = pci_get_bus_and_slot(func->bus,PCI_DEVFN(func->device, func->function));
97 num = pci_scan_slot(ctrl->pci_dev->bus, PCI_DEVFN(func->device, func->function));
101 func->pci_dev = pci_get_bus_and_slot(func->bus, PCI_DEVFN(func->device, func->function));
124 dbg("%s: bus/dev/func = %x/%x/%x\n", __func__, func->bus, func->device, func->function);
309 int function; local
346 new_slot->function = 0;
362 /* If multi-function device, set max_functions to 8 */
368 function = 0;
376 rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, function), PCI_SECONDARY_BUS, &secondary_bus);
395 (new_slot->function !
470 int function = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dh264pred_neon.S45 function ff_pred16x16_128_dc_neon, export=1 label
50 function ff_pred16x16_top_dc_neon, export=1 label
59 function ff_pred16x16_left_dc_neon, export=1 label
69 function ff_pred16x16_dc_neon, export=1 label
92 function ff_pred16x16_hor_neon, export=1 label
102 function ff_pred16x16_vert_neon, export=1 label
113 function ff_pred16x16_plane_neon, export=1 label
173 function ff_pred8x8_hor_neon, export=1 label
183 function ff_pred8x8_vert_neon, export=1 label
194 function ff_pred8x8_plane_neo label
246 function ff_pred8x8_128_dc_neon, export=1 label
251 function ff_pred8x8_top_dc_neon, export=1 label
263 function ff_pred8x8_left_dc_neon, export=1 label
274 function ff_pred8x8_dc_neon, export=1 label
300 function ff_pred8x8_l0t_dc_neon, export=1 label
318 function ff_pred8x8_l00_dc_neon, export=1 label
329 function ff_pred8x8_0lt_dc_neon, export=1 label
349 function ff_pred8x8_0l0_dc_neon, export=1 label
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dh264pred_neon.S45 function ff_pred16x16_128_dc_neon, export=1 label
50 function ff_pred16x16_top_dc_neon, export=1 label
59 function ff_pred16x16_left_dc_neon, export=1 label
69 function ff_pred16x16_dc_neon, export=1 label
92 function ff_pred16x16_hor_neon, export=1 label
102 function ff_pred16x16_vert_neon, export=1 label
113 function ff_pred16x16_plane_neon, export=1 label
173 function ff_pred8x8_hor_neon, export=1 label
183 function ff_pred8x8_vert_neon, export=1 label
194 function ff_pred8x8_plane_neo label
246 function ff_pred8x8_128_dc_neon, export=1 label
251 function ff_pred8x8_top_dc_neon, export=1 label
263 function ff_pred8x8_left_dc_neon, export=1 label
274 function ff_pred8x8_dc_neon, export=1 label
300 function ff_pred8x8_l0t_dc_neon, export=1 label
318 function ff_pred8x8_l00_dc_neon, export=1 label
329 function ff_pred8x8_0lt_dc_neon, export=1 label
349 function ff_pred8x8_0l0_dc_neon, export=1 label
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/lib/
H A Datomic-ops.S26 .type atomic_test_and_ANDNOT_mask,@function
48 .type atomic_test_and_OR_mask,@function
70 .type atomic_test_and_XOR_mask,@function
92 .type atomic_add_return,@function
114 .type atomic_sub_return,@function
136 .type __xchg_32,@function
157 .type __cmpxchg_32,@function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djaxen-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/expr/ org/jaxen/expr/Predicate ...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/pcmcia/
H A Ddevice_id.h99 /* multi-function devices */
107 .function = (mfc), }
114 .function = (mfc), }
121 .function = (mfc), }
129 .function = (mfc), }
137 .function = (mfc), }
146 .function = (mfc), }
148 /* pseudo multi-function devices */
249 .function = (mfc), \
259 .function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Ddumprequest.c66 void (*function)(unsigned long), void *data)
69 l6dr->timer.function = function;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dcrc_68.s13 ; This replaces the older updcrc() function used in Zip and fUnZip. The
14 ; prototype of the function is:
22 ; a0/a1/d0/d1 as scratch registers not preserved across function calls.

Completed in 248 milliseconds

1234567891011>>