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

  /external/qemu/
thunk.h 37 TYPE_PTR,
42 #define MK_PTR(type) TYPE_PTR, type
73 const argtype *type_ptr, int to_host);
78 int thunk_type_size_array(const argtype *type_ptr, int is_host);
79 int thunk_type_align_array(const argtype *type_ptr, int is_host);
81 static inline int thunk_type_size(const argtype *type_ptr, int is_host)
86 type = *type_ptr;
100 case TYPE_PTR:
108 size = type_ptr[1];
109 return size * thunk_type_size_array(type_ptr + 2, is_host)
    [all...]
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSRecordType.java 65 TYPE_PTR("ptr", 12),
  /external/chromium/third_party/libevent/
evdns.c 156 #define TYPE_PTR EVDNS_TYPE_PTR
166 unsigned int request_type; /* TYPE_PTR or TYPE_A */
657 case TYPE_PTR:
730 if (req->search_state && req->request_type != TYPE_PTR) {
910 } else if (type == TYPE_PTR && class == CLASS_INET) {
911 if (req->request_type != TYPE_PTR) {
    [all...]
  /external/chromium_org/third_party/libevent/
evdns.c 156 #define TYPE_PTR EVDNS_TYPE_PTR
166 unsigned int request_type; /* TYPE_PTR or TYPE_A */
657 case TYPE_PTR:
730 if (req->search_state && req->request_type != TYPE_PTR) {
910 } else if (type == TYPE_PTR && class == CLASS_INET) {
911 if (req->request_type != TYPE_PTR) {
    [all...]

Completed in 435 milliseconds