Searched refs:Code (Results 1 - 25 of 74) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dlmgr.c31 long Code; local
35 Code = (long) arg;
37 " %c %s", (char)Code,
41 error_handling_dchan(st, Code);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/rescue/
H A Dhead_v32.S14 ;; Code
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A DMakefile.nmake5 CFLAGS=/Iinclude /Icompat /IWIN32-Code /DWIN32 /DHAVE_CONFIG_H /I.
28 win32.obj: WIN32-Code\win32.c
29 $(CC) $(CFLAGS) /c WIN32-Code\win32.c
H A DMakefile.am71 WIN32-Code/config.h \
72 WIN32-Code/event-config.h \
73 WIN32-Code/win32.c \
74 WIN32-Code/tree.h \
88 SYS_SRC = WIN32-Code/win32.c
89 SYS_INCLUDES = -IWIN32-Code
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtrampoline_32.S42 mov %cs, %ax # Code and data in the same place
H A Dtrampoline_64.S47 mov %cs, %ax # Code and data in the same place
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dftl.h48 uint8_t Code; member in struct:erase_unit_header_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dzdeflate.h44 struct Code struct in class:HuffmanEncoder
50 SecBlock<Code> m_valueToCode;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Ddecodecode2 # Disassemble the Code: line in Linux oopses
27 *Code:*)
40 code=`echo $code | sed -e 's/.*Code: //'`
84 echo Code starting with the faulting instruction > $T.aa
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A DMakefile.am135 SYS_INCLUDES = -IWIN32-Code
221 WIN32-Code/event2/event-config.h \
222 WIN32-Code/tree.h \
H A DMakefile.nmake5 CFLAGS=/IWIN32-Code /Iinclude /Icompat /DWIN32 /DHAVE_CONFIG_H /I.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/test/
H A DMakefile.nmake2 CFLAGS=/I.. /I../include /I../WIN32-Code /I../compat /DWIN32 /DHAVE_CONFIG_H
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlzwenc.c41 typedef struct Code{ struct
46 }Code; typedef in typeref:struct:Code
52 Code tab[LZW_HASH_SIZE]; ///< Hash table
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlzwenc.c42 typedef struct Code{ struct
47 }Code; typedef in typeref:struct:Code
53 Code tab[LZW_HASH_SIZE]; ///< Hash table
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Ddiffseq.h62 # define IF_LINT(Code) Code
64 # define IF_LINT(Code) /* empty */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Ddiffseq.h62 # define IF_LINT(Code) Code
64 # define IF_LINT(Code) /* empty */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A DMakefile.nmake2 CFLAGS=/I.. /I../WIN32-Code /I../include /I../compat /DWIN32 /DHAVE_CONFIG_H /DTINYTEST_LOCAL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dtrees.c163 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
169 send_bits(s, tree[c].Code, tree[c].Len); }
306 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
339 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code,
345 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
602 tree[n].Code = bi_reverse(next_code[len]++, len);
605 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dtrees.c167 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
173 send_bits(s, tree[c].Code, tree[c].Len); }
308 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
341 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code,
347 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
604 tree[n].Code = bi_reverse(next_code[len]++, len);
607 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.c167 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
173 send_bits(s, tree[c].Code, tree[c].Len); }
308 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
341 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code,
347 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
604 tree[n].Code = bi_reverse(next_code[len]++, len);
607 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dtrees.c167 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
173 send_bits(s, tree[c].Code, tree[c].Len); }
308 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
341 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code,
347 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
604 tree[n].Code = bi_reverse(next_code[len]++, len);
607 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dtrees.c163 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
169 send_bits(s, tree[c].Code, tree[c].Len); }
306 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
339 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code,
345 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
602 tree[n].Code = bi_reverse(next_code[len]++, len);
605 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dser_a2232.h114 u_char Code[0x1000]; /* 0x3000-0x3fff code area */ member in struct:a2232memory
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddefutil.h52 #define Code fc.code macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dsendbits.s28 AREA |Asm$$Code|, CODE, READONLY

Completed in 456 milliseconds

123