Searched refs:result (Results 26 - 50 of 2241) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrerror.c36 char *result = strerror (n); local
38 if (result == NULL || result[0] == '\0')
46 return result;
H A Dxstriconv.c45 char *result = str_cd_iconv (src, cd); local
47 if (result == NULL && errno == ENOMEM)
49 return result;
57 char *result = str_iconv (src, from_codeset, to_codeset); local
59 if (result == NULL && errno == ENOMEM)
61 return result;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dreader7.py12 result = "" variable
14 global result
16 result = result + "%d %d %s %d\n" % (reader.Depth(), reader.NodeType(),
38 result = "" variable
50 if result != expect:
51 print "Unexpected result for test1"
52 print result
74 result = "" variable
86 if result !
[all...]
H A Dwalker.py12 result = "" variable
14 global result
16 result = result + "%d %d %s %d\n" % (reader.Depth(), reader.NodeType(),
38 result = "" variable
51 if result != expect:
52 print "Unexpected result for test1"
53 print result
77 result = "" variable
91 if result !
117 result = "" variable
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_extd_audit.c105 int result; local
114 result = SMB_VFS_NEXT_CONNECT(handle, conn, svc, user);
116 return result;
130 DIR *result; local
132 result = SMB_VFS_NEXT_OPENDIR(handle, conn, fname);
136 (result == NULL) ? "failed: " : "",
137 (result == NULL) ? strerror(errno) : "");
140 (result == NULL) ? "failed: " : "",
141 (result == NULL) ? strerror(errno) : ""));
143 return result;
148 int result; local
166 int result; local
184 int result; local
189 fname, result, local
203 int result; local
221 int result; local
239 int result; local
257 int result; local
275 int result; local
293 int result; local
311 int result; local
[all...]
H A Dvfs_audit.c102 int result; local
109 result = SMB_VFS_NEXT_CONNECT(handle, conn, svc, user);
111 return result;
124 DIR *result; local
126 result = SMB_VFS_NEXT_OPENDIR(handle, conn, fname);
130 (result == NULL) ? "failed: " : "",
131 (result == NULL) ? strerror(errno) : "");
133 return result;
138 int result; local
140 result
152 int result; local
166 int result; local
171 fname, result, local
181 int result; local
195 int result; local
209 int result; local
223 int result; local
237 int result; local
251 int result; local
265 int result; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/lib/
H A Dchecksum.c51 unsigned long result; local
53 result = (__force u64)saddr + (__force u64)daddr +
58 result = (result & 0xffffffff) + (result >> 32);
60 result = (result & 0xffffffff) + (result >> 32);
61 return (__force __wsum)result;
80 u64 result local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/v850/lib/
H A Dchecksum.c28 unsigned int result; local
34 asm ("hsw %1, %0; add %1, %0" : "=&r" (result) : "r" (sum));
35 return result >> 16;
41 unsigned int result = 0; local
47 result = be16_to_cpu(*buff);
54 result += *(unsigned short *) buff;
66 result += carry;
67 result += w;
68 carry = (w > result);
70 result
110 unsigned int result = do_csum(buff, len); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/unit/
H A Dunit1304.c42 int result; variable
50 result = Curl_parsenetrc("test.example.com", login, password, filename);
51 fail_unless(result == 1, "Host not found should return 1");
59 result = Curl_parsenetrc("example.com", login, password, filename);
60 fail_unless(result == 0, "Host should be found");
68 result = Curl_parsenetrc("test.example.com", login, password, filename);
69 fail_unless(result == 1, "Host should be found");
78 result = Curl_parsenetrc("example.com", login, password, filename);
79 fail_unless(result == 0, "Host should be found");
88 result
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh64/lib/
H A Dc-checksum.c60 unsigned long result = 0; local
76 result = *buff << 8;
83 result += *(unsigned short *) buff;
95 result += carry;
96 result += w;
97 carry = (w > result);
99 result += carry;
100 result = (result & 0xffff) + (result >> 1
123 unsigned long long result = do_csum(buff, len); local
196 unsigned long long result; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dsearch.php130 $result = mysql_query ("SELECT ID,Count FROM Queries WHERE Value='$word'"); variable
131 if ($result) {
132 $i = mysql_num_rows($result);
134 mysql_free_result($result);
137 $id = mysql_result($result, 0, 0);
138 $count = mysql_result($result, 0, 1);
147 $result = NULL; variable
150 $result = mysql_query ("SELECT words.relevance, symbols.name, symbols.type, symbols.module, symbols.descr FROM words, symbols WHERE LCASE(words.name) LIKE LCASE('$word') and words.symbol = symbols.name ORDER BY words.relevance DESC LIMIT 75"); variable
151 if ($result) {
152 $j = mysql_num_rows($result);
161 $result = NULL; variable
164 $result = mysql_query ("SELECT relevance, name, id, resource, section FROM wordsHTML WHERE LCASE(name) LIKE LCASE('$word') ORDER BY relevance DESC LIMIT 75"); variable
175 $result = NULL; variable
178 $result = mysql_query ("SELECT wordsArchive.relevance, wordsArchive.name, 'xml-list', archives.resource, archives.title FROM wordsArchive, archives WHERE LCASE(wordsArchive.name) LIKE LCASE('$word') and wordsArchive.ID = archives.ID ORDER BY relevance DESC LIMIT 75"); variable
189 $result = NULL; variable
192 $result = mysql_query ("SELECT XSLTwords.relevance, XSLTsymbols.name, XSLTsymbols.type, XSLTsymbols.module, XSLTsymbols.descr FROM XSLTwords, XSLTsymbols WHERE LCASE(XSLTwords.name) LIKE LCASE('$word') and XSLTwords.symbol = XSLTsymbols.name ORDER BY XSLTwords.relevance DESC LIMIT 75"); variable
203 $result = NULL; variable
206 $result = mysql_query ("SELECT relevance, name, id, resource, section FROM XSLTwordsHTML WHERE LCASE(name) LIKE LCASE('$word') ORDER BY relevance DESC LIMIT 75"); variable
217 $result = NULL; variable
220 $result = mysql_query ("SELECT XSLTwordsArchive.relevance, XSLTwordsArchive.name, 'xslt-list', archives.resource, archives.title FROM XSLTwordsArchive, archives WHERE LCASE(XSLTwordsArchive.name) LIKE LCASE('$word') and XSLTwordsArchive.ID = archives.ID ORDER BY relevance DESC LIMIT 75"); variable
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/math-emu/
H A Dsfsqrt.c57 register unsigned int src, result; local
109 * Generate result
133 Sgl_setzero(result);
136 Sgl_addition(result,newbit,sum);
138 /* update result */
139 Sgl_addition(result,(newbit<<1),result);
147 Sgl_rightshiftby1(result);
152 if (!even_exponent && Sgl_islessthan(result,src))
153 Sgl_increment(result);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dxstriconv.c45 char *result = str_cd_iconv (src, cd); local
47 if (result == NULL && errno == ENOMEM)
49 return result;
57 char *result = str_iconv (src, from_codeset, to_codeset); local
59 if (result == NULL && errno == ENOMEM)
61 return result;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dxstriconv.c45 char *result = str_cd_iconv (src, cd); local
47 if (result == NULL && errno == ENOMEM)
49 return result;
57 char *result = str_iconv (src, from_codeset, to_codeset); local
59 if (result == NULL && errno == ENOMEM)
61 return result;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/
H A Dcwd.c82 void appendpath(char *result, char *tmp) argument
87 if (strcmp(result, "/")) {
88 if (result[strlen(result) - 1] == '/')
89 result[strlen(result) - 1] = '\0';
90 tmp = result;
94 if ((result[strlen(result) - 1] == '/') && (strlen(result) >
108 char *result = malloc(strlen(path) + strlen(cwd) + 16); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dinterrupt.c107 int result; local
122 result = -ENOMEM;
129 result = set_irq_chip_data(*virq, pd);
131 if (result) {
137 return result;
142 return result;
179 int result; local
182 result = ps3_virq_setup(cpu, outlet, virq);
184 if (result) {
193 result
222 int result; local
253 int result; local
283 int result; local
328 int result; local
359 int result; local
394 int result; local
414 int result; local
443 int result; local
467 int result; local
496 int result; local
517 int result = ps3_irq_plug_destroy(virq); local
694 int result; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dbyteorder.h19 __u64 result; local
21 asm volatile("lrvg %0,%1" : "=d" (result) : "m" (*x));
22 return result;
27 __u64 result; local
29 asm volatile("lrvgr %0,%1" : "=d" (result) : "d" (x));
30 return result;
41 __u32 result; local
49 : "=&d" (result) : "a" (x), "m" (*x) : "cc");
52 : "=d" (result) : "m" (*x));
54 return result;
76 __u16 result; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_rpc_rights.c32 NTSTATUS result; local
35 result = cli_lsa_open_policy(cli, mem_ctx, True,
38 if ( !NT_STATUS_IS_OK(result) )
39 return result;
41 result = cli_lsa_lookup_sids(cli, mem_ctx, &pol, 1, sid, &domains, &names, &sid_types);
43 if ( NT_STATUS_IS_OK(result) ) {
51 return result;
63 NTSTATUS result; local
72 result = cli_lsa_open_policy(cli, mem_ctx, True,
75 if ( !NT_STATUS_IS_OK(result) )
93 NTSTATUS result; local
139 NTSTATUS result; local
165 NTSTATUS result; local
209 NTSTATUS result; local
263 NTSTATUS result = NT_STATUS_UNSUCCESSFUL; local
310 NTSTATUS result = NT_STATUS_UNSUCCESSFUL; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dqmath.c27 int16 result; local
29 result = 0x7fff;
32 result = (int16)(0x8000);
35 result = (int16)op;
37 return result;
41 Description: This function multiply two input 16 bit numbers and return the 32 bit result.
53 Description: This function make 16 bit multiplication and return the result in 16 bits.
54 To fit the result into 16 bits the 32 bit multiplication result is right
60 int32 result; local
75 int32 result; local
106 int32 result; local
123 int32 result; local
140 int16 result; local
159 int16 result; local
178 int32 result; local
197 int32 result; local
211 int32 result; local
246 int16 result; local
442 int32 result; local
471 int32 result; local
489 int32 result; local
513 int32 result; local
670 qm_1byN(int32 N, int16 qN, int32 *result, int16 *qResult) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Ddelay.h32 unsigned long result; local
34 result = ia64_getreg(_IA64_REG_CR_ITM);
36 return result;
62 unsigned long result; local
64 result = ia64_getreg(_IA64_REG_AR_ITC);
67 while (unlikely((__s32) result == -1)) {
68 result = ia64_getreg(_IA64_REG_AR_ITC);
72 return result;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-xvasprintf.c60 char *result = my_xasprintf ("%d", 12345); local
61 ASSERT (result != NULL);
62 ASSERT (strcmp (result, "12345") == 0);
63 free (result);
74 char *result = xasprintf ("%d", 12345); local
75 ASSERT (result != NULL);
76 ASSERT (strcmp (result, "12345") == 0);
77 free (result);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/doc/tutorial/
H A Dincludexpath.c22 xmlXPathObjectPtr result;
29 result = xmlXPathEvalExpression(xpath, context);
31 if (result == NULL) {
35 if(xmlXPathNodeSetIsEmpty(result->nodesetval)){
36 xmlXPathFreeObject(result);
37 printf("No result\n");
40 return result;
49 xmlXPathObjectPtr result;
60 result = getnodeset (doc, xpath);
61 if (result) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/smbd/
H A Dsec_ctx_flow.c53 BOOL result; local
55 result = push_sec_ctx();
58 if ((i < MAX_SEC_CTX_DEPTH) && !result) {
63 if ((i == MAX_SEC_CTX_DEPTH + 1) && result) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dvasprintf.c43 char *result = vasnprintf (NULL, &length, format, args); local
44 if (result == NULL)
49 free (result);
54 *resultp = result;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dgettext-5-prg.c37 int result = 0; local
51 result = 1;
61 result = 1;
64 return result;

Completed in 363 milliseconds

1234567891011>>