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

1 2 3 4 5 6 78 91011>>

  /external/openssl/crypto/x509v3/
v3_cpols.c 149 goto err;
157 goto err;
170 goto err;
174 if(!pol) goto err;
179 goto err;
187 goto err;
205 if(!(pol = POLICYINFO_new())) goto merr;
213 goto err;
220 if(!(qual = POLICYQUALINFO_new())) goto merr;
222 goto merr
    [all...]
  /external/dbus/test/
test-utils.c 125 goto nomem;
137 goto nomem;
142 goto nomem;
149 goto nomem;
154 goto nomem;
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_done.c 62 goto LBL_ERR;
72 goto LBL_ERR;
75 goto LBL_ERR;
78 goto LBL_ERR;
81 goto LBL_ERR;
  /external/dropbear/libtomcrypt/src/misc/pkcs5/
pkcs_5_1.c 64 goto LBL_ERR;
67 goto LBL_ERR;
70 goto LBL_ERR;
73 goto LBL_ERR;
80 goto LBL_ERR;
  /external/elfutils/libelf/
gelf_update_phdr.c 59 goto out;
67 goto out;
74 goto out;
100 goto out;
107 goto out;
  /external/openssl/apps/
spkac.c 105 goto end;
114 if (--argc < 1) goto bad;
119 if (--argc < 1) goto bad;
124 if (--argc < 1) goto bad;
129 if (--argc < 1) goto bad;
134 if (--argc < 1) goto bad;
139 if (--argc < 1) goto bad;
144 if (--argc < 1) goto bad;
150 if (--argc < 1) goto bad;
182 goto end
    [all...]
ecparam.c 148 goto end;
160 if (--argc < 1) goto bad;
165 if (--argc < 1) goto bad;
170 if (--argc < 1) goto bad;
175 if (--argc < 1) goto bad;
187 goto bad;
195 goto bad;
205 goto bad;
210 goto bad;
218 goto bad
    [all...]
ocsp.c 141 goto end;
391 if(!issuer) goto end;
403 if(!cert) goto end;
405 goto end;
407 goto end;
417 goto end;
419 goto end;
574 goto end;
583 goto end;
594 goto end
    [all...]
  /external/openssl/crypto/bn/
bn_gf2m.c 429 if ((arr = (unsigned int *)OPENSSL_malloc(sizeof(unsigned int) * max)) == NULL) goto err;
434 goto err;
462 if ((s = BN_CTX_get(ctx)) == NULL) goto err;
465 if (!bn_wexpand(s, zlen)) goto err;
508 if ((arr = (unsigned int *)OPENSSL_malloc(sizeof(unsigned int) * max)) == NULL) goto err;
513 goto err;
532 if (!bn_wexpand(s, 2 * a->top)) goto err;
542 if (!BN_GF2m_mod_arr(r, s, p)) goto err;
564 if ((arr = (unsigned int *)OPENSSL_malloc(sizeof(unsigned int) * max)) == NULL) goto err;
569 goto err
    [all...]
  /dalvik/dx/tests/072-dex-switch-edge-cases/
expected.txt 20 000b: goto 0008 // -0003
34 000b: goto 0008 // -0003
48 000b: goto 0008 // -0003
62 000b: goto 0008 // -0003
65 000e: goto 0008 // -0006
81 000b: goto 0008 // -0003
84 000e: goto 0008 // -0006
100 000b: goto 0008 // -0003
103 000e: goto 0008 // -0006
119 000b: goto 0008 // -000
    [all...]
  /external/dropbear/libtommath/
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...]
  /external/e2fsprogs/lib/ext2fs/
bmap.c 177 goto done;
186 goto done;
191 goto done;
202 goto done;
208 goto done;
214 goto done;
225 goto done;
231 goto done;
237 goto done;
247 goto done
    [all...]
getsize.c 175 goto out;
178 goto out;
194 goto out;
197 goto out;
204 goto out;
211 goto out;
222 goto out;
241 goto out;
259 goto out;
262 goto out
    [all...]
  /external/elfutils/libdw/
dwarf_getloclist.c 125 goto invalid;
171 goto invalid;
178 goto invalid;
186 goto invalid;
196 goto invalid;
203 goto invalid;
211 goto invalid;
218 goto invalid;
225 goto invalid;
252 goto invalid
    [all...]
  /external/freetype/src/base/
ftpatent.c 53 goto Exit;
57 goto Exit;
64 goto Exit;
75 goto Exit;
136 goto Exit;
159 goto Exit;
163 goto Exit;
167 goto Exit;
221 goto NextGlyph;
228 goto NextGlyph
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_newg.c 93 goto end;
107 goto end;
118 goto end;
132 goto end;
141 goto end;
158 goto end;
169 goto end;
186 goto end;
195 goto end;
202 goto end
    [all...]
  /external/openssl/crypto/ec/
ec2_smpt.c 97 if (z == NULL) goto err;
99 if (!BN_GF2m_mod_arr(x, x_, group->poly)) goto err;
102 if (!BN_GF2m_mod_sqrt_arr(y, &group->b, group->poly, ctx)) goto err;
106 if (!group->meth->field_sqr(group, tmp, x, ctx)) goto err;
107 if (!group->meth->field_div(group, tmp, &group->b, tmp, ctx)) goto err;
108 if (!BN_GF2m_add(tmp, &group->a, tmp)) goto err;
109 if (!BN_GF2m_add(tmp, x, tmp)) goto err;
121 goto err;
124 if (!group->meth->field_mul(group, y, x, z, ctx)) goto err;
127 if (!BN_GF2m_add(y, y, x)) goto err
    [all...]
  /external/e2fsprogs/debugfs/
ncheck.c 98 goto error_out;
106 goto error_out;
111 goto next;
117 goto next;
120 goto next;
130 goto next;
144 goto error_out;
  /external/openssl/crypto/asn1/
x_pubkey.c 98 if ((pk=X509_PUBKEY_new()) == NULL) goto err;
102 if ((o=OBJ_nid2obj(pkey->type)) == NULL) goto err;
116 goto err;
131 goto err;
135 goto err;
143 goto err;
150 goto err;
156 goto err;
175 goto err;
191 goto err
    [all...]
  /external/openssl/crypto/pkcs7/
pk7_lib.c 118 if ((ret=PKCS7_new()) == NULL) goto err;
119 if (!PKCS7_set_type(ret,type)) goto err;
120 if (!PKCS7_set_content(p7,ret)) goto err;
151 goto err;
170 goto err;
175 goto err;
181 goto err;
186 == NULL) goto err;
189 goto err;
196 == NULL) goto err
    [all...]
  /external/openssl/ssl/
ssl_rsa.c 96 goto end;
102 goto end;
117 goto end;
123 goto end;
239 goto end;
245 goto end;
261 goto end;
266 goto end;
324 goto end;
330 goto end
    [all...]
  /system/core/adb/
framebuffer_service.c 62 if(fb < 0) goto done;
64 if(ioctl(fb, FBIOGET_VSCREENINFO, &vinfo) < 0) goto done;
92 if(writex(fd, &fbinfo, sizeof(fbinfo))) goto done;
96 if(readx(fb, &x, 256)) goto done;
97 if(writex(fd, &x, 256)) goto done;
100 if(readx(fb, &x, fbinfo.size % 256)) goto done;
101 if(writex(fd, &x, fbinfo.size % 256)) goto done;
  /system/core/init/
logo.c 61 goto fail;
63 goto fail;
68 goto fail;
119 goto fail_restore_text;
123 goto fail_close_file;
128 goto fail_close_file;
131 goto fail_unmap_data;
  /system/netd/
ThrottleController.cpp 93 goto fail;
102 goto fail;
111 goto fail;
120 goto fail;
129 goto fail;
138 goto fail;
148 goto fail;
  /dalvik/dalvikvm/
Main.c 54 goto bail;
60 goto bail;
70 goto bail;
104 goto bail;
114 goto bail;
120 goto bail;
126 goto bail;
193 goto bail;
214 goto bail;
224 goto bail
    [all...]

Completed in 528 milliseconds

1 2 3 4 5 6 78 91011>>