Searched refs:result (Results 1 - 25 of 41) sorted by relevance

12

/openwrt/package/network/config/ltq-vdsl-app/files/
H A Ddsl_cpe_pipe.sh15 result=`cat /tmp/pipe/dsl_cpe${pipe_no}_ack`
18 echo "$result"
/openwrt/package/network/services/ead/src/tinysrp/
H A Dt_math.c104 BigIntegerAdd(result, a1, a2)
105 BigInteger result, a1, a2;
107 BN_add(result, a1, a2);
111 BigIntegerAddInt(result, a1, a2)
112 BigInteger result, a1;
117 BN_add(result, a1, a);
122 BigIntegerSub(result, s1, s2)
123 BigInteger result, s1, s2;
125 BN_sub(result, s1, s2);
129 BigIntegerMulInt(result, m
[all...]
H A Dt_defines.h144 _TYPE( void ) BigIntegerLShift P((BigInteger result, BigInteger x,
146 _TYPE( void ) BigIntegerAdd P((BigInteger result, BigInteger a1, BigInteger a2));
147 _TYPE( void ) BigIntegerAddInt P((BigInteger result,
149 _TYPE( void ) BigIntegerSub P((BigInteger result, BigInteger s1, BigInteger s2));
150 _TYPE( void ) BigIntegerSubInt P((BigInteger result,
152 /* For BigIntegerMul{,Int}: result != m1, m2 */
153 _TYPE( void ) BigIntegerMul P((BigInteger result, BigInteger m1, BigInteger m2));
154 _TYPE( void ) BigIntegerMulInt P((BigInteger result,
156 _TYPE( void ) BigIntegerDivInt P((BigInteger result,
158 _TYPE( void ) BigIntegerMod P((BigInteger result, BigIntege
[all...]
H A Dt_conf.c341 BigIntegerMod(result, d, m)
342 BigInteger result, d, m;
345 BN_mod(result, d, m, ctx);
350 BigIntegerMul(result, m1, m2)
351 BigInteger result, m1, m2;
354 BN_mul(result, m1, m2, ctx);
359 BigIntegerLShift(result, x, bits)
360 BigInteger result, x;
363 BN_lshift(result, x, bits);
/openwrt/target/linux/at91/image/dfboot/src/
H A D_udivsi3.S6 result .req r2 label
20 mov result, #0
43 @ are done in the result. On the final pass, this may subtract
44 @ too much from the dividend, but the result will be ok, since the
48 orrcs result, result, curbit
51 orrcs result, result, curbit, lsr #1
54 orrcs result, result, curbi
[all...]
H A Ddataflash.c163 int read_dataflash(unsigned long addr, unsigned long size, char *result) argument
172 return (AT91F_DataFlashRead(pFlash, AddrToRead, size, result));
H A Ddataflash.h177 extern int read_dataflash(unsigned long addr, unsigned long size, char *result);
/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_nand.c28 int result; local
38 result = dev->tagger.read_chunk_tags_fn(dev, flash_chunk, buffer, tags);
47 return result;
54 int result; local
71 result = dev->tagger.write_chunk_tags_fn(dev, flash_chunk,
76 return result;
102 int result; local
106 result = dev->drv.drv_erase_fn(dev, block_no);
107 return result;
H A Dyaffs_summary.c126 int result; local
153 result = yaffs_wr_chunk_tags_nand(dev, chunk_in_nand,
156 if (result != YAFFS_OK)
167 } while (result == YAFFS_OK && n_bytes > 0);
171 if (result == YAFFS_OK)
175 return result;
189 int result; local
208 result = yaffs_rd_chunk_tags_nand(dev, chunk_in_nand,
216 result = YAFFS_FAIL;
217 if (result !
[all...]
H A Dyaffs_packedtags2.c169 int result; local
173 result =
177 switch (result) {
H A Dyaffs_tagscompat.c98 int result; local
109 result = yaffs_check_tags_ecc(tags_ptr);
110 if (result > 0)
112 else if (result < 0)
H A Dyaffs_yaffs1.c26 int result; local
98 result = yaffs_rd_chunk_tags_nand(dev, chunk, NULL,
184 result = yaffs_rd_chunk_tags_nand(dev, chunk,
H A Dyaffs_checkptrw.c86 int result; local
94 result = dev->drv.drv_erase_fn(dev, offset_i);
95 if(result) {
H A Dyaffs_guts.c301 int result; local
303 result = yaffs_rd_chunk_tags_nand(dev, nand_chunk, data, &tags);
329 int result; local
331 result = yaffs_rd_chunk_tags_nand(dev, nand_chunk, buffer, &temp_tags);
3103 int result; local
3110 xmod.result = -ENOSPC;
3112 result = yaffs_update_oh(obj, NULL, 0, 0, 0, &xmod);
3114 if (result > 0)
3115 return xmod.result;
3138 xmod->result
3147 int result; local
3222 int result; local
3259 int result = 0; local
4108 int result; local
4487 int result; local
[all...]
/openwrt/package/utils/oseama/src/
H A Dmd5.h43 extern void MD5_Final(unsigned char *result, MD5_CTX *ctx);
H A Dmd5.c245 void MD5_Final(unsigned char *result, MD5_CTX *ctx) argument
276 result[0] = ctx->a;
277 result[1] = ctx->a >> 8;
278 result[2] = ctx->a >> 16;
279 result[3] = ctx->a >> 24;
280 result[4] = ctx->b;
281 result[5] = ctx->b >> 8;
282 result[6] = ctx->b >> 16;
283 result[7] = ctx->b >> 24;
284 result[
[all...]
/openwrt/tools/firmware-utils/src/
H A Dimagetag_cmdline.c499 char *result = 0; local
501 return result;
503 result = (char*)malloc(strlen(s) + 1);
504 if (result == (char*)0)
506 strcpy(result, s);
507 return result;
520 int result; local
521 result = imagetag_cmdline_internal (argc, argv, args_info, params, 0);
523 if (result == EXIT_FAILURE)
529 return result;
535 int result; local
558 int result = EXIT_SUCCESS; local
[all...]
H A Dptgen.c75 long result; local
78 result = strtoul(string, &end, 0);
95 /* result: number + 1024^(exp) */
96 return result * ((2 << ((10 * exp) - 1)) ?: 1);
H A Dmksenaofw.c76 long result; local
82 result = ftell(fp_file);
84 return result;
/openwrt/package/libs/libnl-tiny/src/
H A Dcache.c77 struct nl_cache **result)
90 *result = cache;
76 nl_cache_alloc_and_fill(struct nl_cache_ops *ops, struct nl_sock *sock, struct nl_cache **result) argument
H A Dgenl_ctrl.c141 int genl_ctrl_alloc_cache(struct nl_sock *sock, struct nl_cache **result) argument
143 return nl_cache_alloc_and_fill(&genl_ctrl_ops, sock, result);
/openwrt/target/linux/brcm47xx/image/lzma-loader/src/
H A DLzmaDecode.c99 UInt32 result = 0; local
106 result <<= 1;
110 result |= 1;
116 result = (result + result) | (1 - t);
121 return result;
/openwrt/docs/
H A Dnetwork-scripts.tex20 after \texttt{scan\_interfaces} might not return the same result as running it before.
/openwrt/package/system/mtd/src/
H A Dmtd.c458 int fd, result; local
654 if ((result = write(fd, buf + offset, buflen)) < buflen) {
655 if (result < 0) {
/openwrt/target/linux/adm5120/image/lzma-loader/src/
H A DLzmaDecode.c39 { SizeT size; int result = InCallback->Read(InCallback, &Buffer, &size); if (result != LZMA_RESULT_OK) return result; \

Completed in 208 milliseconds

12