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

  /external/oprofile/libopagent/
opagent.c 260 if (fwrite_unlocked(&rec, sizeof(rec), 1, dumpfile) &&
261 fwrite_unlocked(symbol_name, sz_symb_name, 1, dumpfile)) {
263 fwrite_unlocked(code, size, 1, dumpfile);
265 fwrite_unlocked(pad_bytes, padding_count, 1, dumpfile);
317 if (!fwrite_unlocked(&rec, sizeof(rec), 1, dumpfile))
320 if (!fwrite_unlocked(&compile_map[i].vma,
323 !fwrite_unlocked(&compile_map[i].lineno,
326 !fwrite_unlocked(compile_map[i].filename,
341 if (!fwrite_unlocked(&rec, sizeof(rec), 1, dumpfile))
  /external/bison/lib/
unlocked-io.h 94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z)
96 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
unlocked-io.h 94 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z)
96 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stdio.h 169 # define fwrite_unlocked(ptr, size, n, stream) \ macro
187 : fwrite_unlocked (ptr, size, n, stream))))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio.h 169 # define fwrite_unlocked(ptr, size, n, stream) \ macro
187 : fwrite_unlocked (ptr, size, n, stream))))
  /external/chromium_org/third_party/leveldatabase/src/port/
port_posix.h 61 #define fwrite_unlocked fwrite macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 69 fputs_unlocked, fwrite_unlocked, and fprintf_unlocked are
165 # define fwrite(Ptr, Size, N, Stream) fwrite_unlocked (Ptr, Size, N, Stream)
167 extern size_t fwrite_unlocked (const void *, size_t, size_t, FILE *);
189 #undef fwrite_unlocked macro
    [all...]
  /external/chromium_org/third_party/leveldatabase/
env_chromium_stdio.cc 49 size_t fwrite_unlocked(const void* ptr, size_t size, size_t n, FILE* file) { function in namespace:leveldb_env::__anon17061
204 size_t r = fwrite_unlocked(data.data(), 1, data.size(), file_);
  /external/elfutils/0.153/src/
ldlex.l 54 #define fwrite(b, m, n, s) fwrite_unlocked (b, m, n, s)
57 the return value of fwrite_unlocked. */
strings.c 380 fwrite_unlocked (start, 1, buf - start, stdout);
440 fwrite_unlocked (start, 1, buf - start, stdout);
ldlex.c     [all...]
  /external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc 195 size_t r = fwrite_unlocked(data.data(), 1, data.size(), file_);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
stdio.h 712 extern size_t fwrite_unlocked (__const void *__restrict __ptr, size_t __size,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdio.h 712 extern size_t fwrite_unlocked (__const void *__restrict __ptr, size_t __size,
  /external/ltrace/etc/
libc.so.conf 225 ulong fwrite_unlocked(string,ulong,ulong,file);
  /external/valgrind/main/perf/
test_input_for_tinycc.c     [all...]
  /external/bison/
configure     [all...]

Completed in 571 milliseconds