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

  /external/flatbuffers/src/
flatc.cpp 304 bool is_binary = static_cast<size_t>(file_it - filenames.begin()) >= local
308 if (is_binary) {
  /external/libpcap/
sf-pcap-ng.c 413 u_int64_t *tsoffset, int *is_binary, char *errbuf)
476 *is_binary = 1;
482 *is_binary = 0;
537 int is_binary; local
645 is_binary = 0; /* which is a power of 10 */
652 if (process_idb_options(p, cursor, &tsresol, &tsoffset, &is_binary,
674 if (is_binary)
688 if (is_binary)
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 123 bool is_binary = m_Config.codeGenType() == LinkerConfig::Binary; local
126 assert(is_dynobj || is_exec || is_binary || is_object);
144 if (is_binary) {
  /external/tensorflow/tensorflow/core/grappler/optimizers/
layout_optimizer.cc 314 bool is_binary = local
321 return is_binary;
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c 2300 char *is_binary = NULL; local
5027 char *is_binary = NULL; local
5557 char *is_binary = NULL; local
    [all...]
  /external/toybox/generated/
globals.h 565 int dir_num, size, is_binary, status, change, len[2]; member in struct:diff_data

Completed in 170 milliseconds