HomeSort by relevance Sort by last modified time
    Searched full:goto (Results 526 - 550 of 2713) sorted by null

<<21222324252627282930>>

  /external/openssl/crypto/pkcs7/
example.c 134 if (!asn1_GetSequence(&c,&length)) goto err;
139 goto err;
144 goto err;
147 if (!asn1_const_Finish(&c)) goto err;
301 if (!asn1_GetSequence(&c,&length)) goto err;
306 goto err;
311 goto err;
314 if (!asn1_const_Finish(&c)) goto err;
  /external/openssl/crypto/rsa/
rsa_lib.c 133 goto err;
155 goto err;
157 if (!BN_sub(r1, p, BN_value_one())) goto err;
158 if (!BN_sub(r2, q, BN_value_one())) goto err;
159 if (!BN_mul(r0, r1, r2, ctx)) goto err;
186 goto err;
195 goto err;
223 goto err;
  /external/strace/
acinclude.m4 67 goto fail;
70 goto fail;
73 goto fail;
75 goto fail;
142 goto fail;
144 goto fail;
148 goto fail;
150 goto fail;
  /frameworks/base/tools/aapt/
ZipFile.cpp 220 goto bail;
228 goto bail;
241 goto bail;
248 goto bail;
263 goto bail;
270 goto bail;
279 goto bail;
300 goto bail;
315 goto bail;
330 goto bail
    [all...]
  /system/core/libdiskconfig/
write_lst.c 75 goto fail;
82 goto fail;
  /system/extras/sound/
playwav.c 232 goto fail;
239 goto fail;
244 goto fail;
251 goto fail;
256 goto fail;
264 if ((tmp == 13) || (tmp == 10)) goto done;
268 goto fail;
272 goto fail;
  /external/openssl/ssl/
ssltest.c 339 goto err;
345 goto err;
355 goto err;
365 goto err;
380 goto err;
487 if (--argc < 1) goto bad;
492 if (--argc < 1) goto bad;
529 if (--argc < 1) goto bad;
535 if (--argc < 1) goto bad;
544 if (--argc < 1) goto bad
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 245 goto EXIT; \
444 goto EXIT;
456 goto EXIT;
467 goto EXIT;
473 goto EXIT;
483 goto EXIT;
492 goto EXIT;
501 goto EXIT;
512 goto EXIT;
521 goto EXIT
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 194 goto CLEAN_UP;
201 goto CLEAN_UP;
214 goto CLEAN_UP;
264 goto CLEAN_UP;
273 goto CLEAN_UP;
279 goto CLEAN_UP;
336 goto CLEAN_UP;
344 goto CLEAN_UP;
354 goto CLEAN_UP;
365 goto CLEAN_UP
    [all...]
  /dalvik/dx/tests/069-dex-source-position/
expected.txt 25 001b: goto 0006 // -0015
30 0020: goto 0006 // -001a
59 001b: goto 0006 // -0015
64 0020: goto 0006 // -001a
109 001b: goto 0006 // -0015
114 0020: goto 0006 // -001a
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_oaep_encode.c 88 goto LBL_ERR;
93 goto LBL_ERR;
113 goto LBL_ERR;
118 goto LBL_ERR;
128 goto LBL_ERR;
140 goto LBL_ERR;
  /external/dropbear/
svr-agentfwd.c 62 goto fail;
67 goto fail;
72 goto fail;
83 goto fail;
232 goto bindsocket;
239 goto out;
  /external/e2fsprogs/debugfs/
lsdel.c 114 goto error_out;
121 goto error_out;
130 goto error_out;
136 goto next;
148 goto next;
183 goto error_out;
  /external/e2fsprogs/e2fsck/
journal.c 247 goto errout;
263 goto errout;
269 goto errout;
281 goto errout;
296 goto try_backup_journal;
301 goto try_backup_journal;
310 goto try_backup_journal;
316 goto errout;
326 goto errout;
333 goto errout
    [all...]
  /external/elfutils/libelf/
elf32_getphdr.c 63 goto out;
78 goto out;
106 goto out;
149 goto out;
162 goto out;
191 goto out;
  /external/freetype/src/cff/
cffparse.c 68 goto Bad;
76 goto Bad;
91 goto Bad;
99 goto Bad;
110 goto Exit;
173 goto Exit;
210 goto Exit;
249 goto Exit;
262 goto Exit;
332 goto Exit
    [all...]
  /external/ipsec-tools/src/racoon/
dnssec.c 88 goto err;
99 goto err;
115 goto err;
123 goto err;
129 goto err;
153 goto end;
  /external/openssl/crypto/pem/
pem_seal.c 84 goto err;
93 goto err;
103 if (ret <= 0) goto err;
155 goto err;
163 goto err;
173 if (!EVP_SignFinal(&ctx->md,s,&i,priv)) goto err;
  /external/qemu/block/
qcow.c 103 goto fail;
114 goto fail;
116 goto fail;
118 goto fail;
137 goto fail;
140 goto fail;
147 goto fail;
150 goto fail;
153 goto fail;
162 goto fail
    [all...]
  /external/qemu/proxy/
proxy_http.c 121 if (p >= end) goto FooterOverflow;
126 if (p >= end) goto FooterOverflow;
138 if (uplen >= sizeof(user_pass)) goto FooterOverflow;
143 goto FooterOverflow;
147 if (p >= end) goto FooterOverflow;
154 if (p >= end) goto FooterOverflow;
  /external/srec/portable/src/
PFileImpl.c 57 goto CLEANUP;
66 goto CLEANUP;
72 goto CLEANUP;
129 goto CLEANUP;
156 goto CLEANUP;
181 goto CLEANUP;
  /external/tcpdump/
print-decnet.c 123 goto trunc;
169 goto trunc;
193 goto trunc;
212 goto trunc;
222 goto trunc;
232 goto trunc;
242 goto trunc;
252 goto trunc;
275 goto trunc;
419 goto trunc
    [all...]
  /external/webkit/WebCore/platform/graphics/gtk/
FontPlatformDataGtk.cpp 69 goto freePattern;
91 goto freePattern;
93 goto freePattern;
95 goto freePattern;
97 goto freePattern;
106 goto freePattern;
  /frameworks/base/cmds/rawbu/
backup.cpp 307 goto done;
315 goto done;
319 goto done;
326 goto done;
332 goto done;
340 goto done;
347 goto done;
375 if (!write_int32(fh, FILE_VERSION)) goto done;
376 if (!write_int32(fh, opt_backupAll)) goto done;
377 if (!backup_dir(fh, "/data")) goto done
    [all...]
  /frameworks/base/core/jni/
android_text_AndroidCharacter.cpp 67 goto DIRECTION_END;
72 goto DIRECTION_END;
120 goto EA_END;
127 goto EA_END;
165 goto MIRROR_END;
171 goto MIRROR_END;

Completed in 103 milliseconds

<<21222324252627282930>>