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

  /external/iptables/extensions/
libxt_addrtype.c 72 parse_type(const char *name, size_t len, uint16_t *mask) function
91 if (comma == arg || !parse_type(arg, comma-arg, mask))
97 if (strlen(arg) == 0 || !parse_type(arg, strlen(arg), mask))
  /external/bcc/src/cc/
bpf_module.cc 215 static void parse_type(IRBuilder<> &B, vector<Value *> *args, string *fmt, function in namespace:ebpf
222 parse_type(B, args, fmt, field, B.CreateStructGEP(type, out, idx++),
280 parse_type(B, args, fmt, at->getElementType(),
371 parse_type(B, &args, &fmt, type, arg_out, locals, false);
433 parse_type(B, &args, &fmt, type, arg_in, locals, true);
  /external/swiftshader/third_party/llvm-subzero/lib/Demangle/
ItaniumDemangle.cpp 40 static const char *parse_type(const char *first, const char *last, C &db);
506 const char *t = parse_type(first + 2, last, db);
532 const char *t = parse_type(first + 2, last, db);
558 const char *t = parse_type(first + 2, last, db);
584 const char *t = parse_type(first + 2, last, db);
620 const char *t = parse_type(first + 2, last, db);
747 t = parse_type(first + 2, last, db);
1647 static const char *parse_type(const char *first, const char *last, C &db) { function
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 7161 opcode parse_type; local
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 7840 opcode parse_type; local
    [all...]

Completed in 720 milliseconds