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

  /external/swiftshader/third_party/LLVM/runtime/libprofile/
GCDAProfiling.c 41 static void write_int32(uint32_t i) { function
50 write_int32(lo);
51 write_int32(hi);
60 write_int32(len);
161 write_int32(3 + 1 + length_of_string(function_name));
162 write_int32(ident);
163 write_int32(0);
164 write_int32(0);
172 write_int32(num_counters * 2);
  /external/lz4/examples/
HCStreaming_ringBuffer.c 37 size_t write_int32(FILE* fp, int32_t i) { function
74 write_int32(outFp, cmpBytes);
85 write_int32(outFp, 0);
blockStreaming_ringBuffer.c 34 size_t write_int32(FILE* fp, int32_t i) { function
71 write_int32(outFp, cmpBytes);
81 write_int32(outFp, 0);
  /frameworks/native/cmds/rawbu/
backup.cpp 174 static int write_int32(FILE* fh, int32_t val) function in namespace:android
239 if (!write_int32(fh, type)) return 0;
240 if (!write_int32(fh, pathLen)) return 0;
246 if (!write_int32(fh, st->st_uid)) return 0;
247 if (!write_int32(fh, st->st_gid)) return 0;
248 if (!write_int32(fh, st->st_mode)) return 0;
389 if (!write_int32(fh, FILE_VERSION)) goto done;
390 if (!write_int32(fh, opt_backupAll)) goto done;
392 if (!write_int32(fh, 0)) goto done;

Completed in 504 milliseconds