Home
last modified time | relevance | path

Searched refs:fnew (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/tests/
Delfstrmerge.c42 static char *fnew = NULL; variable
80 unlink (fnew); in release()
360 fnew = malloc (fname_len + sizeof (".XXXXXX")); in main()
361 if (fnew == NULL) in main()
363 strcpy (mempcpy (fnew, fname, fname_len), ".XXXXXX"); in main()
365 fdnew = mkstemp (fnew); in main()
369 fnew = argv[2]; in main()
370 fdnew = open (fnew, O_WRONLY | O_CREAT, st.st_mode & ALLPERMS); in main()
374 fail_errno ("couldn't create output file", fnew); in main()
378 fail_elf ("couldn't open new ELF for writing", fnew); in main()
[all …]
/external/elfutils/src/
Delfcompress.c256 char *fnew = NULL; in process_file() local
306 if (fnew != NULL) in process_file()
308 unlink (fnew); in process_file()
309 free (fnew); in process_file()
310 fnew = NULL; in process_file()
556 fnew = NULL; in process_file()
577 fnew = xmalloc (fname_len + sizeof (".XXXXXX")); in process_file()
578 strcpy (mempcpy (fnew, fname, fname_len), ".XXXXXX"); in process_file()
579 fdnew = mkstemp (fnew); in process_file()
583 fnew = xstrdup (foutput); in process_file()
[all …]
/external/libxaac/decoder/
Dixheaacd_tcx_fwd_mdct.c205 FLOAT32 inc, fnew, fold; in ixheaacd_lpc_coef_gen() local
211 fnew = 0.5f - (0.5f * inc); in ixheaacd_lpc_coef_gen()
212 fold = 1.0f - fnew; in ixheaacd_lpc_coef_gen()
215 lsf[i] = (lsf_old[i] * fold) + (lsf_new[i] * fnew); in ixheaacd_lpc_coef_gen()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td211 def fnew : T_ALU32_3op_pred<mnemonic, MajOp, MinOp, OpsRev, 1, 1>;
245 // Conditional combinew uses "newt/f" instead of "t/fnew".
559 def fnew : T_tfr_pred<1, 1>;
593 def fnew : T_tfrp_pred <1, 1>;