Searched refs:code (Results 226 - 250 of 2487) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_open.h32 u_char code; member in struct:capability
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dsoc_mediabus.h47 * @fourcc: Fourcc code, that will be obtained if the data is
62 enum v4l2_mbus_pixelcode code);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Drawv6.h9 u8 type, u8 code, int inner_offset, __be32);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dcbcp.c86 static void cbcp_send __P((cbcp_state *us, u_char code, u_char *buf, int len));
145 u_char code, id; local
157 GETCHAR(code, inp);
164 switch(code) {
211 int code, opt, id, len, olen, delay; local
217 GETCHAR(code, p);
223 if (code >= 1 && code <= sizeof(cbcp_codenames) / sizeof(char *))
224 printer(arg, " %s", cbcp_codenames[code-1]);
226 printer(arg, " code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/asm/
H A Drc4-s390x.pl22 # processor, as long as it's "z-CPU". Latter implies that the code
24 # 50% better than code generated by gcc 4.3.
41 $code=<<___;
60 $code.=<<___;
67 $code.=<<___ if ($flavour =~ /3[12]/);
70 $code.=<<___;
85 $code.=<<___;
91 $code.=<<___ if ($i==1);
94 $code.=<<___ if ($i>1);
98 $code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/internal/
H A Dg72x.h2 * This source code is a product of Sun Microsystems, Inc. and is provided
3 * for unrestricted use. Users may copy or modify this source code without
10 * Sun source code is provided with no support and without any obligation on
103 int code,
111 int code,
119 int code,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/tests/
H A Dmtd_nandecctest.c24 unsigned char code[3]; local
37 __nand_calculate_ecc(data, size, code);
39 __nand_correct_data(error_data, code, error_code, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/shell_utils/
H A Dasip-status.pl65 my ($code) = sendpacket($host, $port, $packet);
66 exit $code;
306 my ($what, $code) = @_;
310 return "Request" if ($code == 0);
311 return "Reply" if ($code == 1);
316 return "DSICloseSession" if ($code == 1);
317 return "DSICommand" if ($code == 2);
318 return "DSIGetStatus" if ($code == 3);
319 return "DSIOpenSession" if ($code == 4);
320 return "DSITickle" if ($code
[all...]
H A Dasip-status.pl.in65 my ($code) = sendpacket($host, $port, $packet);
66 exit $code;
306 my ($what, $code) = @_;
310 return "Request" if ($code == 0);
311 return "Reply" if ($code == 1);
316 return "DSICloseSession" if ($code == 1);
317 return "DSICommand" if ($code == 2);
318 return "DSIGetStatus" if ($code == 3);
319 return "DSIOpenSession" if ($code == 4);
320 return "DSITickle" if ($code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl22 # processor, as long as it's "z-CPU". Latter implies that the code
24 # 50% better than code generated by gcc 4.3.
41 $code=<<___;
60 $code.=<<___;
67 $code.=<<___ if ($flavour =~ /3[12]/);
70 $code.=<<___;
85 $code.=<<___;
91 $code.=<<___ if ($i==1);
94 $code.=<<___ if ($i>1);
98 $code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/delta/
H A Ddelta_decoder.c35 assert(coder->next.code != NULL);
39 const lzma_ret ret = coder->next.code(coder->next.coder, allocator,
53 next->code = &delta_decode;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/input/
H A Dmatrix_keypad.h26 * This structure is supposed to be used by platform code to supply
79 * @keymap_data: keymap supplied by the platform code
101 unsigned short code = KEY_VAL(key); local
103 keymap[MATRIX_SCAN_CODE(row, col, row_shift)] = code;
104 __set_bit(code, keybit);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlzw.c52 int cursize; ///< The current code size
57 int newcodes; ///< First available code
58 int top_slot; ///< Highest code for current size
60 int slot; ///< Last read code
69 /* get one code from stream */
122 * @param csize initial code size in bits
166 int l, c, code, oc, fc; local
194 code = c;
195 if (code == s->slot && fc>=0) {
197 code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlzw.c50 int cursize; ///< The current code size
55 int newcodes; ///< First available code
56 int top_slot; ///< Highest code for current size
58 int slot; ///< Last read code
67 /* get one code from stream */
130 * @param csize initial code size in bits
175 int l, c, code, oc, fc; local
203 code = c;
204 if (code == s->slot && fc>=0) {
206 code
[all...]
H A Dbethsoftvideo.c75 int code; local
98 // main code
99 while((code = bytestream2_get_byte(&vid->g))){
100 int length = code & 0x7f;
104 if(code < 0x80)
116 if(code < 0x80)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/delta/
H A Ddelta_decoder.c35 assert(coder->next.code != NULL);
39 const lzma_ret ret = coder->next.code(coder->next.coder, allocator,
53 next->code = &delta_decode;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-input.c71 static inline int match_scancode(unsigned int code, unsigned int scancode) argument
76 return (code & (HID_USAGE_PAGE | HID_USAGE)) == scancode;
79 static inline int match_keycode(unsigned int code, unsigned int keycode) argument
84 return code == keycode;
102 match_keycode(usage->code, keycode))
119 *keycode = usage->code;
134 old_keycode = usage->code;
135 usage->code = keycode;
138 set_bit(usage->code, dev->keybit);
139 dbg_hid(KERN_DEBUG "Assigned keycode %d to HID usage code
157 int max = 0, code; local
667 hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/iodbc/
H A Dherr.c77 sqlstcode_t code,
92 perr->code = code;
106 ebuf->code = code;
128 ptr->code != en_sqlstat_total;
131 if (ptr->code == perr->code)
165 ptr->code != en_sqlstat_total;
168 if (ptr->code
75 _iodbcdm_pushsqlerr( HERR herr, sqlstcode_t code, char *msg) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dsmberr.c22 /* error code stuff - put together by Merik Karman
39 int code; member in struct:__anon5817
84 {"ERRerror",1,"Non-specific error code."},
143 int code; member in struct:__anon5818
160 return a SMB error name from a class and code
168 if (err_classes[i].code == e_class) {
172 if (num == err[j].code) {
204 if (err_classes[i].code == e_class) {
224 if (err_classes[i].code == e_class) {
228 if (num == err[j].code) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/mm/
H A Dfault.c53 parisc_acctyp(unsigned long code, unsigned int inst) argument
55 if (code == 6 || code == 16)
151 void do_page_fault(struct pt_regs *regs, unsigned long code, argument
174 acc_type = parisc_acctyp(code,regs->iir);
222 task_pid_nr(tsk), tsk->comm, code, address);
243 parisc_terminate("Bad Address (null pointer deref?)", regs, code, address);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dsparse-keymap.c28 * @code: Scan code
34 unsigned int code)
39 if (code == key->code)
49 * @keycode: Key code
155 __set_bit(entry->sw.code, dev->swbit);
234 input_report_switch(dev, ke->sw.code, value);
243 * @code: Scan code
33 sparse_keymap_entry_from_scancode(struct input_dev *dev, unsigned int code) argument
253 sparse_keymap_report_event(struct input_dev *dev, unsigned int code, unsigned int value, bool autorelease) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Drun-command.c157 int status, code; local
173 code = WEXITSTATUS(status);
174 switch (code) {
180 return -code;
192 int code = start_command(cmd); local
193 if (code)
194 return code;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dmaple_keyb.c99 int code, keycode; local
103 code = i + 224;
104 keycode = kbd->keycode[code];
105 input_event(dev, EV_MSC, MSC_SCAN, code);
111 code = kbd->old[i];
112 if (code > 3 && ptr == NULL) {
113 keycode = kbd->keycode[code];
115 input_event(dev, EV_MSC, MSC_SCAN, code);
120 code);
123 code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap_tools.pm11 # This code was developped by IDEALX (http://IDEALX.org/) and
353 $mesg->code && die $mesg->error;
374 $mesg->code && warn "failed to perform search; ", $mesg->error;
402 $mesg->code && die $mesg->error;
423 $mesg->code && die $mesg->error;
434 $mesg->code && die $mesg->error;
459 $mesg->code && die $mesg->error;
473 $mesg->code && die $mesg->error;
508 if ($mesg->code eq 0) {
559 $add->code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha1-parisc.pl14 # On PA-7100LC performance is >30% better than gcc 3.2 generated code
64 $code.=<<___ if ($i<15);
75 $code.=<<___ if ($i>=15); # with forward Xupdate
95 $code.=<<___ if ($i<79);
109 $code.=<<___ if ($i==79); # with context load
129 $code.=<<___;
147 $code=<<___;
189 $code.="\tldw `4*$i`($t0),@X[$i]\n"; }
190 $code.=<<___;
196 $code
[all...]

Completed in 293 milliseconds

1234567891011>>