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 275 X509_OBJECT stmp, *tmp; local
281 stmp.type = type;
285 stmp.data.x509 = &data.x509.st_x509;
290 stmp.data.crl = &data.crl.st_crl;
390 if (sk_X509_OBJECT_find(xl->store_ctx->objs, &idx, &stmp)) {
x509_lu.c 303 X509_OBJECT stmp, *tmp; local
313 if (X509_LOOKUP_by_subject(lu, type, name, &stmp)) {
314 tmp = &stmp;
452 X509_OBJECT stmp; local
458 stmp.type = type;
461 stmp.data.x509 = &x509_s;
466 stmp.data.crl = &crl_s;
476 if (!sk_X509_OBJECT_find(h, &idx, &stmp))
483 pstmp = &stmp;
  /toolchain/binutils/binutils-2.27/gas/
cgen.c 349 symbolS * stmp = NULL; local
438 stmp = symbol_create (FAKE_LABEL_NAME, expr_section, 0,
440 symbol_set_value_expression (stmp, & exp);
443 stmp = make_expr_symbol (& exp);
449 stmp = expr_build_binary (O_subtract, stmp, expr_build_dot ());
458 if (stmp->bsym && (stmp->bsym->section == expr_section)
459 && ! S_IS_LOCAL (stmp))
462 stmp->bsym->flags |= BSF_SRELC
801 symbolS * stmp = 0; local
    [all...]
write.c 270 symbolS *stmp = make_expr_symbol (exp); local
274 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.27/bfd/
Makefile.am 991 $(BFD_H): stmp-bfd-h ; @true
993 stmp-bfd-h: bfd-in3.h
998 touch stmp-bfd-h
1021 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
1022 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
1026 touch stmp-bin2-h
1028 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1029 stmp-lbfd-h: $(LIBBFD_H_FILES)
1033 touch stmp-lbfd-h
1035 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @tru
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherProvider.java 267 SQLiteStatement stmp = null; local
269 stmp = mOpenHelper.getWritableDatabase().compileStatement(
272 stmp.bindLong(1, screenId);
275 valuesInserted.put(LauncherSettings.BaseLauncherColumns._ID, stmp.executeInsert());
281 Utilities.closeSilently(stmp);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
obj0.go 881 stmp := t[0]
883 s[0] = stmp
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
obj0.go 881 stmp := t[0]
883 s[0] = stmp

Completed in 525 milliseconds