HomeSort by relevance Sort by last modified time
    Searched refs:ERR (Results 1 - 25 of 38) sorted by null

1 2

  /external/dropbear/libtommath/
bn_mp_toom_mul.c 42 goto ERR;
46 goto ERR;
52 goto ERR;
58 goto ERR;
62 goto ERR;
68 goto ERR;
74 goto ERR;
79 goto ERR;
84 goto ERR;
87 goto ERR;
    [all...]
bn_mp_toom_sqr.c 35 goto ERR;
39 goto ERR;
45 goto ERR;
51 goto ERR;
56 goto ERR;
61 goto ERR;
64 goto ERR;
67 goto ERR;
70 goto ERR;
74 goto ERR;
    [all...]
bn_mp_is_square.c 78 goto ERR;
82 * free "t" so the easiest way is to goto ERR. We know that res
85 if ( (1L<<(r%11)) & 0x5C4L ) goto ERR;
86 if ( (1L<<(r%13)) & 0x9E4L ) goto ERR;
87 if ( (1L<<(r%17)) & 0x5CE8L ) goto ERR;
88 if ( (1L<<(r%19)) & 0x4F50CL ) goto ERR;
89 if ( (1L<<(r%23)) & 0x7ACCA0L ) goto ERR;
90 if ( (1L<<(r%29)) & 0xC2EDD0CL ) goto ERR;
91 if ( (1L<<(r%31)) & 0x6DE2B848L ) goto ERR;
95 goto ERR;
    [all...]
bn_mp_reduce_2k_setup_l.c 29 goto ERR;
33 goto ERR;
36 ERR:
bn_mp_reduce_2k.c 32 goto ERR;
38 goto ERR;
44 goto ERR;
52 ERR:
bn_mp_reduce_2k_l.c 35 goto ERR;
40 goto ERR;
45 goto ERR;
53 ERR:
bn_mp_karatsuba_mul.c 50 int B, err; local
53 err = MP_MEM;
63 goto ERR;
151 err = MP_OKAY;
160 ERR:
161 return err;
bn_mp_karatsuba_sqr.c 28 int B, err; local
30 err = MP_MEM;
40 goto ERR;
106 err = MP_OKAY;
114 ERR:
115 return err;
  /libcore/luni/src/test/java/tests/api/org/xml/sax/
SAXExceptionTest.java 31 public static final String ERR = "Houston, we have a problem";
54 SAXException e = new SAXException(ERR, c);
56 assertEquals(ERR, e.getMessage());
66 e = new SAXParseException(ERR, null);
68 assertEquals(ERR, e.getMessage());
79 SAXException e = new SAXException(ERR);
81 assertEquals(ERR, e.getMessage());
119 SAXException e = new SAXException(ERR);
122 assertTrue(s.contains(ERR));
128 assertFalse(s.contains(ERR));
    [all...]
SAXNotRecognizedExceptionTest.java 30 public static final String ERR = "Houston, we have a problem";
48 SAXNotRecognizedException e = new SAXNotRecognizedException(ERR);
49 assertEquals(ERR, e.getMessage());
SAXNotSupportedExceptionTest.java 30 public static final String ERR = "Houston, we have a problem";
48 SAXNotSupportedException e = new SAXNotSupportedException(ERR);
49 assertEquals(ERR, e.getMessage());
SAXParseExceptionTest.java 33 public static final String ERR = "Houston, we have a problem";
90 SAXParseException e = new SAXParseException(ERR, l, c);
92 assertEquals(ERR, e.getMessage());
112 e = new SAXParseException(ERR, null, c);
114 assertEquals(ERR, e.getMessage());
123 e = new SAXParseException(ERR, l, null);
125 assertEquals(ERR, e.getMessage());
147 SAXParseException e = new SAXParseException(ERR, l);
149 assertEquals(ERR, e.getMessage());
169 e = new SAXParseException(ERR, null)
    [all...]
  /system/core/fastboot/
usb_osx.c 50 #define ERR(x...) fprintf(stderr, "ERROR: " x)
99 ERR("Couldn't create a device interface iterator: (%08x)\n", kr);
130 ERR("Couldn't create interface interface: (%08x)\n",
166 ERR("Unable to get number of endpoints: (%08x)\n", kr);
175 ERR("Unable to get interface class, subclass and protocol\n");
212 ERR("could not get pipe properties\n");
234 ERR("could not clear input pipe; result %d", kr);
243 ERR("could not clear output pipe; result %d", kr);
277 ERR("Unable to create a plug-in (%08x)\n", kr);
285 ERR("Couldn't create a device interface (%08x)\n", (int) result)
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 2303 int err, i, m; local
2538 int err; local
2653 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
2966 int err; local
3049 int err, ch, neg, y; local
3120 int err, len, x; local
3544 int err; local
3580 int err; local
4144 int B, err; local
4293 int B, err; local
5550 int err; local
5612 int err, ix; local
5669 int ix, err, res; local
5756 int s, j, err; local
5860 int err, res, x, y; local
6102 int res, err, bsize, maskOR_msb_offset; local
8884 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
    [all...]
  /external/bluetooth/bluez/audio/
liba2dp.c 83 #define ERR LOGE
223 int opt_name, err, bytes; local
234 err = audioservice_send(data, &start_req->h);
235 if (err < 0)
239 err = audioservice_expect(data, &start_rsp->h, BT_START_STREAM);
240 if (err < 0)
244 err = audioservice_expect(data, &streamfd_ind->h, BT_NEW_STREAM);
245 if (err < 0)
250 ERR("bt_audio_service_get_data_fd failed, errno: %d", errno);
251 err = -errno
285 int err; local
503 int err; local
732 int err; local
755 int err, ret; local
808 int err = audioservice_recv(data, rsp_hdr); local
825 int sk, err; local
885 int err; local
963 int err = 0; local
1031 int err = 0; local
1106 int err; local
1181 int err, ret = 0; local
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-58274.js 68 var ERR = 'UNEXPECTED ERROR! \n';
69 var ERR_MALFORMED_NAME = ERR + 'Could not find function name in: \n\n';
  /external/qemu/
curses.c 180 nextchr = ERR;
183 if (nextchr == ERR)
187 nextchr = ERR;
190 if (chr == ERR)
214 if (nextchr != ERR) {
216 nextchr = ERR;
  /external/openssl/android.testssl/
testssl.sh 25 trap "echo Exiting on unexpected error." ERR
  /external/openssl/patches/
testssl.sh 25 trap "echo Exiting on unexpected error." ERR
  /external/dropbear/libtomcrypt/src/math/fp/
ltc_ecc_fp_mulmod.c 674 unsigned x, y, err, bitlen, lut_gap; local
783 unsigned y, z, err, bitlen, bitpos, lut_gap, first; local
908 unsigned y, z, err, bitlen, bitpos, lut_gap, first, zA, zB; local
1114 int idx1, idx2, err; local
1224 int idx, err; local
    [all...]
  /frameworks/base/tools/obbtool/
mkobb.sh 210 trap onexit ERR
279 trap - ERR
  /external/bluetooth/bluez/test/
ipctest.c 48 #define ERR(fmt, arg...) \
127 int err; local
138 err = 0;
140 err = -errno;
141 ERR("Error sending data to audio service: %s(%d)",
145 return err;
150 int err; local
164 err = 0;
166 err = -EINVAL;
167 ERR("Bogus message type %d - name %d
    [all...]
  /external/tcpdump/missing/
getaddrinfo.c 239 #define ERR(err) \
242 error = (err); \
333 ERR(EAI_BADHINTS); /* xxx */
335 ERR(EAI_BADFLAGS);
344 ERR(EAI_FAMILY);
362 ERR(EAI_BADHINTS);
389 ERR(error);
435 ERR(EAI_NONAME);
437 ERR(EAI_NONAME)
    [all...]
  /external/grub/grub/
asmstub.c 608 static int save_char = ERR;
654 if (save_char != ERR)
658 /* If C is not ERR, then put it back in the input queue. */
659 if (c != ERR)
680 if (save_char != ERR)
683 save_char = ERR;
  /external/libvpx/vp8/encoder/arm/
mcomp_arm.c 226 #define ERR(r,c) (MVC(r,c)+DIST(r,c)) // returns distortion + motion vector cost
227 #define CHECK_BETTER(v,r,c) IFMVCV(r,c,{if((v = ERR(r,c)) < besterr) { besterr = v; br=r; bc=c; }}, v=INT_MAX;)// checks if (r,c) has better score than previous best
231 //#define CHECK_BETTER(v,r,c) if((v = ERR(r,c)) < besterr) { besterr = v; br=r; bc=c; }
343 #undef ERR
794 #define ERR(r,c,v) (MVC(r,c)+DIST(r,c,v)) // returns distortion + motion vector cost
795 #define CHECK_BETTER(v,r,c) if ((v = ERR(r,c,besterr)) < besterr) { besterr = v; br=r; bc=c; } // checks if (r,c) has better score than previous best
841 besterr = ERR(br, bc, thiserr);
861 if ((thiserr = ERR(nr, nc, besterr)) < besterr)
892 if ((thiserr = ERR(nr, nc, besterr)) < besterr)
937 #undef ERR
    [all...]

Completed in 1404 milliseconds

1 2