HomeSort by: relevance | last modified time | path
    Searched defs:tmp_label (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/asymciphers/
rsa_enc.c 566 void *tmp_label = NULL; local
569 if (!OSSL_PARAM_get_octet_string(p, &tmp_label, 0, &tmp_labellen))
572 prsactx->oaep_label = (unsigned char *)tmp_label;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/
rsa_enc.c 525 void *tmp_label = NULL; local
528 if (!OSSL_PARAM_get_octet_string(p, &tmp_label, 0, &tmp_labellen))
531 prsactx->oaep_label = (unsigned char *)tmp_label;
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 3291 rtx_code_label * tmp_label = gen_label_rtx (); local
3295 CODE_LABEL_NUMBER (tmp_label));
3298 operands[pos_label] = tmp_label;
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 1285 rtx_code_label * tmp_label = gen_label_rtx (); local
1289 CODE_LABEL_NUMBER (tmp_label));
1292 operands[pos_label] = tmp_label;
  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 1879 char tmp_label[100];
1884 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LHOTB", const_labelno);
1885 crtl->subsections.hot_section_label = ggc_strdup (tmp_label);
1886 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LCOLDB", const_labelno);
1887 crtl->subsections.cold_section_label = ggc_strdup (tmp_label);
1888 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LHOTE", const_labelno);
1889 crtl->subsections.hot_section_end_label = ggc_strdup (tmp_label);
1890 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LCOLDE", const_labelno);
1891 crtl->subsections.cold_section_end_label = ggc_strdup (tmp_label);
1872 char tmp_label[100]; local
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 1858 char tmp_label[100];
1863 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LHOTB", const_labelno);
1864 crtl->subsections.hot_section_label = ggc_strdup (tmp_label);
1865 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LCOLDB", const_labelno);
1866 crtl->subsections.cold_section_label = ggc_strdup (tmp_label);
1867 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LHOTE", const_labelno);
1868 crtl->subsections.hot_section_end_label = ggc_strdup (tmp_label);
1869 ASM_GENERATE_INTERNAL_LABEL (tmp_label, "LCOLDE", const_labelno);
1870 crtl->subsections.cold_section_end_label = ggc_strdup (tmp_label);
1851 char tmp_label[100]; local

Completed in 67 milliseconds