HomeSort by relevance Sort by last modified time
    Searched refs:stmp (Results 1 - 13 of 13) sorted by null

  /external/boringssl/src/crypto/x509/
x509_att.c 291 ASN1_STRING *stmp = NULL; local
296 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
298 if (!stmp) {
302 atype = stmp->type;
304 if (!(stmp = ASN1_STRING_type_new(attrtype)))
306 if (!ASN1_STRING_set(stmp, data, len))
319 ASN1_STRING_free(stmp);
328 ASN1_TYPE_set(ttmp, atype, stmp);
329 stmp = NULL;
337 ASN1_STRING_free(stmp);
    [all...]
a_strex.c 612 ASN1_STRING stmp, *str = &stmp; local
623 stmp.data = NULL;
624 stmp.length = 0;
625 stmp.flags = 0;
631 *out = stmp.data;
632 return stmp.length;
rsa_pss.c 128 ASN1_STRING *stmp = NULL;
136 !ASN1_item_pack(algtmp, ASN1_ITEM_rptr(X509_ALGOR), &stmp)) {
143 X509_ALGOR_set0(*palg, OBJ_nid2obj(NID_mgf1), V_ASN1_SEQUENCE, stmp);
144 stmp = NULL;
147 ASN1_STRING_free(stmp);
by_dir.c 277 X509_OBJECT stmp, *tmp; local
283 stmp.type = type;
287 stmp.data.x509 = &data.x509.st_x509;
292 stmp.data.crl = &data.crl.st_crl;
392 if (sk_X509_OBJECT_find(xl->store_ctx->objs, &idx, &stmp)) {
x509_lu.c 304 X509_OBJECT stmp, *tmp; local
314 if (X509_LOOKUP_by_subject(lu, type, name, &stmp)) {
315 tmp = &stmp;
440 X509_OBJECT stmp; local
446 stmp.type = type;
449 stmp.data.x509 = &x509_s;
454 stmp.data.crl = &crl_s;
464 if (!sk_X509_OBJECT_find(h, &idx, &stmp))
471 pstmp = &stmp;
  /toolchain/binutils/binutils-2.25/gas/
cgen.c 376 symbolS * stmp = NULL; local
465 stmp = symbol_create (FAKE_LABEL_NAME, expr_section, 0,
467 symbol_set_value_expression (stmp, & exp);
470 stmp = make_expr_symbol (& exp);
476 stmp = expr_build_binary (O_subtract, stmp, expr_build_dot ());
485 if (stmp->bsym && (stmp->bsym->section == expr_section)
486 && ! S_IS_LOCAL (stmp))
489 stmp->bsym->flags |= BSF_SRELC
833 symbolS * stmp = 0; local
    [all...]
write.c 271 symbolS *stmp = make_expr_symbol (exp); local
275 exp->X_add_symbol = stmp;
    [all...]
  /external/boringssl/src/crypto/asn1/
tasn_dec.c 846 ASN1_STRING *stmp; local
937 stmp = ASN1_STRING_type_new(utype);
938 if (!stmp) {
942 *pval = (ASN1_VALUE *)stmp;
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation.c 448 int stmp; local
507 stmp = metrics->erl.average + metrics->erle.average;
509 stmp = kOffsetLevel;
511 metrics->rerl.average = stmp;
514 metrics->rerl.instant = stmp;
515 metrics->rerl.max = stmp;
516 metrics->rerl.min = stmp;
  /toolchain/binutils/binutils-2.25/bfd/
Makefile.am 967 $(BFD_H): stmp-bfd-h ; @true
969 stmp-bfd-h: bfd-in3.h
974 touch stmp-bfd-h
997 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
998 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
1002 touch stmp-bin2-h
1004 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1005 stmp-lbfd-h: $(LIBBFD_H_FILES)
1009 touch stmp-lbfd-h
1011 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @tru
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java 282 SQLiteStatement stmp = null; local
284 stmp = mOpenHelper.getWritableDatabase().compileStatement(
287 stmp.bindLong(1, screenId);
290 valuesInserted.put(LauncherSettings.BaseLauncherColumns._ID, stmp.executeInsert());
296 Utilities.closeSilently(stmp);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
obj0.go 911 stmp := t[0]
913 s[0] = stmp
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
obj0.go 911 stmp := t[0]
913 s[0] = stmp

Completed in 654 milliseconds