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

  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
osRgstry_parser.h 58 extern int osInitTable_IniFile (TI_HANDLE hOs, TInitTable *InitTable, char *file_buf, int file_length);
osRgstry_parser.c 48 int osInitTable_IniFile (TI_HANDLE hOs, TInitTable *InitTable, char *file_buf, int file_length)
53 init_file = file_buf;
  /external/llvm/test/Bindings/Ocaml/
bitwriter.ml 41 let file_buf = read_file Sys.argv.(1) in var
43 test (file_buf = temp_bitcode m);
44 test (file_buf = temp_bitcode ~unbuffered:false m);
45 test (file_buf = temp_bitcode ~unbuffered:true m)
  /external/valgrind/main/tests/
s390x_features.c 114 char *p, *m, *model_name, *file_buf; local
117 /* Slurp contents of /proc/cpuinfo into FILE_BUF */
128 file_buf = malloc(file_buf_size + 1);
131 n = read(fh, file_buf, file_buf_size);
141 free(file_buf);
143 file_buf = malloc(num_bytes + 1);
144 n = read(fh, file_buf, num_bytes);
148 file_buf[num_bytes] = '\0';
153 for (p = file_buf; *p; ++p) {
185 free(file_buf);
    [all...]
  /external/libvpx/build/make/
obj_int_extract.c 233 uint8_t *file_buf; local
265 file_buf = malloc(stat_buf.st_size);
267 if (!file_buf)
273 if (read(fd, file_buf, stat_buf.st_size) != stat_buf.st_size)
285 res = parse_macho(file_buf, stat_buf.st_size);
286 free(file_buf);
749 uint8_t *file_buf; local
786 file_buf = malloc(stat_buf.st_size);
788 if (!file_buf)
794 if (read(fd, file_buf, stat_buf.st_size) != stat_buf.st_size
988 unsigned __int8 *file_buf; local
    [all...]
  /external/valgrind/main/coregrind/
m_machine.c 521 HChar *p, *m, *model_name, *file_buf; local
523 /* Slurp contents of /proc/cpuinfo into FILE_BUF */
535 file_buf = VG_(malloc)("cpuinfo", file_buf_size + 1);
537 n = VG_(read)(fh, file_buf, file_buf_size);
547 VG_(free)( file_buf );
549 file_buf = VG_(malloc)( "cpuinfo", num_bytes + 1 );
550 n = VG_(read)( fh, file_buf, num_bytes );
554 file_buf[num_bytes] = '\0';
559 for (p = file_buf; *p; ++p) {
589 VG_(free)( file_buf );
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
DrvMain.c 205 * \param file_buf - Pointer to Input buffer from INI file
214 extern int osInitTable_IniFile (TI_HANDLE hOs, TInitTable *InitTable, char *file_buf, int file_length);
    [all...]

Completed in 128 milliseconds