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

  /external/lz4/examples/
HCStreaming_ringBuffer.c 45 size_t read_int32(FILE* fp, int32_t* i) { function
103 const size_t r0 = read_int32(inpFp, &cmpBytes);
blockStreaming_ringBuffer.c 42 size_t read_int32(FILE* fp, int32_t* i) { function
96 const size_t r0 = read_int32(inpFp, &cmpBytes);
  /frameworks/native/cmds/rawbu/
backup.cpp 416 static int32_t read_int32(FILE* fh, int32_t defVal) function in namespace:android
440 *type = read_int32(fh, -1);
450 int32_t pathLen = read_int32(fh, -1);
464 st->st_uid = read_int32(fh, -1);
469 st->st_gid = read_int32(fh, -1);
474 st->st_mode = read_int32(fh, -1);
514 inputFileVersion = read_int32(fh, 0);
521 opt_backupAll = read_int32(fh, 0);

Completed in 156 milliseconds