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

  /external/elfutils/tests/
elfstrmerge.c 41 static char *fnew = NULL; variable
79 unlink (fnew);
85 // free (fnew);
359 fnew = malloc (fname_len + sizeof (".XXXXXX"));
360 if (fnew == NULL)
362 strcpy (mempcpy (fnew, fname, fname_len), ".XXXXXX");
364 fdnew = mkstemp (fnew);
368 fnew = argv[2];
369 fdnew = open (fnew, O_WRONLY | O_CREAT, st.st_mode & ALLPERMS);
373 fail_errno ("couldn't create output file", fnew);
    [all...]
  /external/elfutils/src/
elfcompress.c 259 char *fnew = NULL; local
300 if (fnew != NULL)
302 unlink (fnew);
303 free (fnew);
304 fnew = NULL;
541 fnew = xmalloc (fname_len + sizeof (".XXXXXX"));
542 strcpy (mempcpy (fnew, fname, fname_len), ".XXXXXX");
543 fdnew = mkstemp (fnew);
547 fnew = xstrdup (foutput);
548 fdnew = open (fnew, O_WRONLY | O_CREAT, st.st_mode & ALLPERMS)
    [all...]
  /external/libxaac/decoder/
ixheaacd_tcx_fwd_mdct.c 205 FLOAT32 inc, fnew, fold; local
211 fnew = 0.5f - (0.5f * inc);
212 fold = 1.0f - fnew;
215 lsf[i] = (lsf_old[i] * fold) + (lsf_new[i] * fnew);
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]

Completed in 364 milliseconds