Searched refs:result (Results 351 - 375 of 3999) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-pthread.c83 int result; local
89 result = pthread_mutex_init (&pmutex->lock, NULL);
91 if (result == ENOMEM || result == EAGAIN)
98 PTHREAD_CHECK ("pthread_mutex_init", result);
109 int result; local
117 result = pthread_mutex_init (&pmutex->lock, &mutexattr);
120 if (result == ENOMEM || result == EAGAIN)
127 PTHREAD_CHECK ("pthread_mutex_init", result);
176 int result; local
225 int result; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dgettext-4-prg.c38 int result = 0; local
61 result = 1;
72 result = 1;
82 result = 1;
85 return result;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wimax/
H A Dop-state-get.c54 int result, ifindex; local
58 result = -ENODEV;
68 /* Execute the operation and send the result back to user space */
69 result = wimax_state_get(wimax_dev);
72 d_fnend(3, NULL, "(skb %p info %p) = %d\n", skb, info, result);
73 return result;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dhash-common.c48 const char *result = NULL; local
79 result = "invalid DATAMODE";
82 if (!result)
87 result = "digest mismatch";
92 return result;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unictype/
H A Dcateg_of.c70 uc_general_category_t result; local
74 result.bitmask = 1 << bit;
75 result.generic = 1;
76 result.lookup.lookup_fn = &uc_is_general_category_withtable;
77 return result;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dhash-common.c48 const char *result = NULL; local
79 result = "invalid DATAMODE";
82 if (!result)
87 result = "digest mismatch";
92 return result;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_vs2005/calc_vs2005/
H A DsoapcalcProxy.h48 virtual int add(double a, double b, double *result);
51 virtual int sub(double a, double b, double *result);
54 virtual int mul(double a, double b, double *result);
57 virtual int div(double a, double b, double *result);
60 virtual int pow(double a, double b, double *result);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/samples/calc_xcode/
H A DsoapcalcProxy.h48 virtual int add(double a, double b, double *result);
51 virtual int sub(double a, double b, double *result);
54 virtual int mul(double a, double b, double *result);
57 virtual int div(double a, double b, double *result);
60 virtual int pow(double a, double b, double *result);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_vs2005/calc_vs2005/
H A DsoapcalcProxy.h48 virtual int add(double a, double b, double *result);
51 virtual int sub(double a, double b, double *result);
54 virtual int mul(double a, double b, double *result);
57 virtual int div(double a, double b, double *result);
60 virtual int pow(double a, double b, double *result);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/calc_xcode/
H A DsoapcalcProxy.h48 virtual int add(double a, double b, double *result);
51 virtual int sub(double a, double b, double *result);
54 virtual int mul(double a, double b, double *result);
57 virtual int div(double a, double b, double *result);
60 virtual int pow(double a, double b, double *result);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_amule_lib.cpp214 void php_get_amule_stats(PHP_VALUE_NODE *result) argument
226 cast_value_array(result);
227 PHP_VAR_NODE *id = array_get_by_str_key(result, "id");
232 PHP_VAR_NODE *srv_ip = array_get_by_str_key(result, "serv_addr");
239 PHP_VAR_NODE *srv_name = array_get_by_str_key(result, "serv_name");
247 PHP_VAR_NODE *srv_users = array_get_by_str_key(result, "serv_users");
255 PHP_VAR_NODE *kad = array_get_by_str_key(result, "kad_connected");
260 PHP_VAR_NODE *kad_fwl = array_get_by_str_key(result, "kad_firewalled");
268 speed = array_get_by_str_key(result, "speed_up");
273 speed = array_get_by_str_key(result, "speed_dow
291 php_get_amule_categories(PHP_VALUE_NODE *result) argument
399 php_get_amule_options(PHP_VALUE_NODE *result) argument
601 php_get_log(PHP_VALUE_NODE *result) argument
630 php_get_serverinfo(PHP_VALUE_NODE *result) argument
661 php_native_ed2k_download_cmd(PHP_VALUE_NODE *result) argument
694 amule_obj_array_create(const char *class_name, PHP_VALUE_NODE *result) argument
714 amule_load_downloads(PHP_VALUE_NODE *result) argument
719 amule_load_servers(PHP_VALUE_NODE *result) argument
724 amule_load_shared(PHP_VALUE_NODE *result) argument
729 amule_load_search(PHP_VALUE_NODE *result) argument
734 amule_load_uploads(PHP_VALUE_NODE *result) argument
750 ecstats2php(CEC_StatTree_Node_Tag *root, PHP_VALUE_NODE *result) argument
764 amule_load_stats_tree(PHP_VALUE_NODE *result) argument
792 php_native_load_amule_vars(PHP_VALUE_NODE *result) argument
831 amule_download_file_prop_get(void *ptr, char *prop_name, PHP_VALUE_NODE *result) argument
886 amule_upload_file_prop_get(void *ptr, char *prop_name, PHP_VALUE_NODE *result) argument
931 amule_server_prop_get(void *ptr, char *prop_name, PHP_VALUE_NODE *result) argument
967 amule_shared_file_prop_get(void *ptr, char *prop_name, PHP_VALUE_NODE *result) argument
1019 amule_search_file_prop_get(void *ptr, char *prop_name, PHP_VALUE_NODE *result) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/librpc/gen_ndr/
H A Dwkssvc.h188 WERROR result; member in struct:wkssvc_NetWkstaGetInfo::__anon5763
204 WERROR result; member in struct:wkssvc_NetWkstaSetInfo::__anon5765
224 WERROR result; member in struct:wkssvc_NetWkstaEnumUsers::__anon5767
232 WERROR result; member in struct:WKSSVC_NETRWKSTAUSERGETINFO::__anon5768
240 WERROR result; member in struct:WKSSVC_NETRWKSTAUSERSETINFO::__anon5769
260 WERROR result; member in struct:wkssvc_NetWkstaTransportEnum::__anon5771
268 WERROR result; member in struct:WKSSVC_NETRWKSTATRANSPORTADD::__anon5772
276 WERROR result; member in struct:WKSSVC_NETRWKSTATRANSPORTDEL::__anon5773
284 WERROR result; member in struct:WKSSVC_NETRUSEADD::__anon5774
292 WERROR result; member in struct:WKSSVC_NETRUSEGETINFO::__anon5775
300 WERROR result; member in struct:WKSSVC_NETRUSEDEL::__anon5776
308 WERROR result; member in struct:WKSSVC_NETRUSEENUM::__anon5777
316 WERROR result; member in struct:WKSSVC_NETRMESSAGEBUFFERSEND::__anon5778
324 WERROR result; member in struct:WKSSVC_NETRWORKSTATIONSTATISTICSGET::__anon5779
332 WERROR result; member in struct:WKSSVC_NETRLOGONDOMAINNAMEADD::__anon5780
340 WERROR result; member in struct:WKSSVC_NETRLOGONDOMAINNAMEDEL::__anon5781
348 WERROR result; member in struct:WKSSVC_NETRJOINDOMAIN::__anon5782
356 WERROR result; member in struct:WKSSVC_NETRUNJOINDOMAIN::__anon5783
364 WERROR result; member in struct:WKSSVC_NETRRENAMEMACHINEINDOMAIN::__anon5784
372 WERROR result; member in struct:WKSSVC_NETRVALIDATENAME::__anon5785
380 WERROR result; member in struct:WKSSVC_NETRGETJOININFORMATION::__anon5786
388 WERROR result; member in struct:WKSSVC_NETRGETJOINABLEOUS::__anon5787
405 WERROR result; member in struct:wkssvc_NetrJoinDomain2::__anon5789
420 WERROR result; member in struct:wkssvc_NetrUnjoinDomain2::__anon5791
436 WERROR result; member in struct:wkssvc_NetrRenameMachineInDomain2::__anon5793
444 WERROR result; member in struct:WKSSVC_NETRVALIDATENAME2::__anon5794
452 WERROR result; member in struct:WKSSVC_NETRGETJOINABLEOUS2::__anon5795
468 WERROR result; member in struct:wkssvc_NetrAddAlternateComputerName::__anon5797
484 WERROR result; member in struct:wkssvc_NetrRemoveAlternateComputerName::__anon5799
492 WERROR result; member in struct:WKSSVC_NETRSETPRIMARYCOMPUTERNAME::__anon5800
500 WERROR result; member in struct:WKSSVC_NETRENUMERATECOMPUTERNAMES::__anon5801
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dt-mpi-bit.c89 the result. */
105 result. */
141 /* Shift a bit string to the left. Caller needs to free the result. */
146 char *result; local
151 result = xmalloc (len+n+1);
154 memcpy (result, string, len);
158 memset (result+len, '0', n);
159 result[len+n] = 0;
160 return result;
170 char *result; local
206 char *result, *result2; local
266 char *tmpstr, *result, *result2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dt-mpi-bit.c89 the result. */
105 result. */
141 /* Shift a bit string to the left. Caller needs to free the result. */
146 char *result; local
151 result = xmalloc (len+n+1);
154 memcpy (result, string, len);
158 memset (result+len, '0', n);
159 result[len+n] = 0;
160 return result;
170 char *result; local
206 char *result, *result2; local
266 char *tmpstr, *result, *result2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_default.c47 SMB_BIG_UINT result; local
49 result = sys_disk_free(handle->conn, path, small_query, bsize, dfree, dsize);
50 return result;
56 int result; local
59 result = sys_get_quota(handle->conn->connectpath, qtype, id, qt);
61 return result;
71 int result; local
74 result = sys_set_quota(handle->conn->connectpath, qtype, id, qt);
76 return result;
98 SMB_STRUCT_DIR *result; local
108 SMB_STRUCT_DIRENT *result; local
125 long result; local
141 int result; local
170 int result; local
180 int result; local
193 int result; local
203 int result; local
214 ssize_t result; local
225 ssize_t result; local
268 ssize_t result; local
279 ssize_t result; local
317 SMB_OFF_T result = 0; local
344 ssize_t result; local
443 int result; local
459 int result; local
472 int result; local
482 int result; local
492 int result; local
502 int result; local
512 int result; local
540 int result; local
573 int result; local
584 int result; local
598 int result; local
608 char *result; local
623 int result; local
707 int result = -1; local
787 BOOL result; local
806 BOOL result; local
817 int result = -1; local
837 int result; local
847 int result; local
857 int result; local
867 int result; local
877 char *result; local
924 size_t result; local
934 size_t result; local
944 BOOL result; local
954 BOOL result; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/wlp/
H A Dmessages.c213 int result = 0; local
218 result = -EIO;
223 result = -ENODATA;
231 result = -EIO;
234 result = len;
236 return result;
396 ssize_t result = -EINVAL; local
398 result = wlp_get_wss_name(wlp, ptr, info->name, buflen);
399 if (result < 0) {
404 used += result;
501 ssize_t result; local
571 ssize_t result = -EINVAL; local
686 int result = 0; local
767 int result = 0; local
852 int result = -ENOMEM; local
899 ssize_t result; local
956 ssize_t result = 0; local
1087 ssize_t result; local
1148 int result; local
1220 ssize_t result; local
1318 ssize_t result; local
1426 int result; local
1468 int result = -ENOMEM; local
1521 int result = -ENOMEM; local
1610 int result = 0; local
1649 int result; local
1712 int result; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dc_mlist1.c90 int result; local
112 result = cip->errNo = kErrMallocFailed;
116 result = RCmd(cip, rp, "MLST %s", file);
118 (result == 2) &&
123 result = UnMlsT(cip, rp->msg.first->next->line, mlip);
124 if (result < 0) {
125 cip->errNo = result = kErrInvalidMLSTResponse;
130 result = kErrMLSTNotAvailable;
133 result = kErrMLSTFailed;
138 return (result);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dtoshiba_bluetooth.c60 u64 result; local
67 res1 = acpi_evaluate_integer(handle, "BTST", NULL, &result);
70 if (!(result & 0x01))
99 int result = -ENODEV; local
112 result = toshiba_bluetooth_enable(device->handle);
115 return result;
120 int result; local
122 result = acpi_bus_register_driver(&toshiba_bt_rfkill_driver);
123 if (result < 0) {
126 return result;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c54 int result; local
62 result = 0;
70 result = 0;
75 result = lv1_open_device(dev->bus_id, dev->dev_id, 0);
77 if (result) {
79 __LINE__, ps3_result(result));
80 result = -EPERM;
85 return result;
90 int result; local
98 result
121 int result; local
146 int result; local
253 int result; local
284 int result; local
348 int result; local
374 int result = 0; local
396 int result = 0; local
491 int result; local
519 int result; local
573 int result; local
596 int result; local
630 int result; local
737 int result; local
781 int result; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/math-emu/
H A Dsfdiv.c53 register unsigned int opnd1, opnd2, opnd3, result; local
61 * set sign bit of result
63 if (Sgl_sign(opnd1) ^ Sgl_sign(opnd2)) Sgl_setnegativezero(result);
64 else Sgl_setzero(result);
79 Sgl_makequietnan(result);
80 *dstptr = result;
86 Sgl_setinfinity_exponentmantissa(result);
87 *dstptr = result;
131 Sgl_setzero_exponentmantissa(result);
132 *dstptr = result;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dfan.c85 int result; local
91 result = acpi_bus_get_power(device->handle, &acpi_state);
92 if (result)
93 return result;
104 int result; local
109 result = acpi_bus_set_power(device->handle,
112 return result;
153 int result = 0; local
172 result = acpi_bus_set_power(device->handle,
174 if (result)
243 int result = 0; local
326 int result = 0; local
348 int result = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dspeedstep-smi.c66 u32 command, result, magic, dummy; local
80 : "=D" (result),
88 dprintk("result is %x\n", result);
90 return result;
104 u32 command, result = 0, edi, high_mhz, low_mhz, dummy; local
122 : "=a" (result),
132 dprintk("result %x, low_freq %u, high_freq %u\n",
133 result, low_mhz, high_mhz);
142 return result;
153 u32 result, state, edi, command, dummy; local
184 unsigned int result = 0, command, new_state, dummy; local
285 int result; local
360 int result = speedstep_smi_ownership(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Dlc-rc.c131 int result; local
137 result = uwb_rc_mac_addr_get(rc, &addr);
138 if (result < 0) {
139 dev_err(dev, "cannot retrieve UWB EUI-48 address: %d\n", result);
140 return result;
147 result = uwb_rc_mac_addr_set(rc, &addr);
148 if (result < 0) {
151 devname, result);
152 return result;
163 int result; local
214 int result; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/unit/
H A Dunit1304.c49 int result; variable
57 result = Curl_parsenetrc("test.example.com", &login, &password, filename);
58 fail_unless(result == 1, "Host not found should return 1");
70 result = Curl_parsenetrc("example.com", &login, &password, filename);
71 fail_unless(result == 0, "Host should be found");
83 result = Curl_parsenetrc("test.example.com", &login, &password, filename);
84 fail_unless(result == 1, "Host should be found");
97 result = Curl_parsenetrc("example.com", &login, &password, filename);
98 fail_unless(result == 0, "Host should be found");
111 result
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/uniname/
H A Dtest-uninames.c126 char *result = unicode_character_name (i, buf); local
130 if (result == NULL)
135 else if (strcmp (result, unicode_names[i]) != 0)
138 i, result);
144 if (result != NULL)
147 i, result);
155 char *result = unicode_character_name (i, buf); local
157 if (result != NULL)
160 i, result);
179 unsigned int result local
202 unsigned int result; local
[all...]

Completed in 139 milliseconds

<<11121314151617181920>>