HomeSort by relevance Sort by last modified time
    Searched defs:rtype (Results 51 - 75 of 96) sorted by null

1 23 4

  /system/netd/tests/dns_responder/
dns_responder.cpp 275 unsigned rtype; member in struct:test::DNSRecord
284 uint16_t rtype; member in struct:test::DNSRecord::IntFields
331 dnstype2str(rtype), dnsclass2str(rclass));
342 rtype = ntohs(intfields.rtype);
356 intfields.rtype = htons(rtype);
803 record.rtype = question.qtype;
  /external/openssh/
serverloop.c 1226 char *rtype; local
1335 char *rtype; local
    [all...]
clientloop.c 2063 char *rtype; local
2482 char *rtype; local
    [all...]
channels.c 183 static void port_open_helper(Channel *c, char *rtype);
1513 char *rtype; local
    [all...]
  /external/ppp/pppd/
eap.c 2150 int code, id, len, rtype, vallen; local
    [all...]
  /external/v8/src/arm/
disasm-arm.cc 1832 char rtype = (instr->Bit(6) == 0) ? 'd' : 'q'; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 1134 unsigned int rtype; local
1138 rtype = bfd_h_get_8 (abfd, ldrel->l_rtype + 1);
    [all...]
ieee.c 1759 debug_type rtype; local
1923 debug_type rtype; local
    [all...]
readelf.c 1077 const char * rtype;
1128 rtype = NULL;
1132 rtype = elf_aarch64_reloc_type (type);
1137 rtype = elf_m32r_reloc_type (type);
1142 rtype = elf_i386_reloc_type (type);
1147 rtype = elf_m68hc11_reloc_type (type);
1151 rtype = elf_m68k_reloc_type (type);
1155 rtype = elf_i960_reloc_type (type);
1160 rtype = elf_avr_reloc_type (type);
1167 rtype = elf_sparc_reloc_type (type)
1074 const char * rtype; local
5906 const char *rtype; local
5944 const char *rtype; local
    [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 2328 space::RegionSpace::RegionType rtype = region_space_->GetRegionType(from_ref); local
    [all...]
  /external/javassist/src/main/javassist/
CtBehavior.java 777 CtClass rtype = getReturnType0(); local
778 int varNo = jv.recordReturnType(rtype, true);
782 int handlerLen = insertAfterHandler(asFinally, b, rtype, varNo,
785 insertAfterAdvice(b, jv, src, pool, rtype, varNo);
827 ConstPool cp, CtClass rtype, int varNo)
830 if (rtype == CtClass.voidType) {
839 code.addStore(varNo, rtype);
841 code.addLoad(varNo, rtype);
842 if (rtype.isPrimitive())
843 code.addOpcode(((CtPrimitiveType)rtype).getReturnOp())
    [all...]
  /external/skia/src/core/
SkDraw.cpp 734 RectType rtype; local
746 rtype = kPath_RectType;
748 rtype = kFill_RectType;
750 rtype = kHair_RectType;
752 rtype = kStroke_RectType;
754 rtype = kPath_RectType;
756 return rtype;
788 RectType rtype = ComputeRectType(paint, *fMatrix, &strokeSize); local
790 if (kPath_RectType == rtype) {
816 const SkPoint& ssize = (kStroke_RectType == rtype)
    [all...]
  /external/toybox/toys/pending/
ip.c 2633 int idx = 2, rtype = SIOCDELTUNNEL; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
sta_network.cpp 1519 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_SIM; local
1536 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_SIM; local
1568 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_SIM; local
1592 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_SIM; local
1609 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_SIM; local
1623 enum wpa_ctrl_req_type rtype = WPA_CTRL_REQ_EAP_IDENTITY; local
    [all...]
  /libcore/ojluni/src/main/java/java/lang/invoke/
MethodHandles.java 2567 Class<?> rtype = filterType.returnType(); local
2645 Class<?> rtype = targetType.returnType(); local
2734 Class<?> rtype = foldArgumentChecks(foldPos, targetType, combinerType); local
2741 Class<?> rtype = combinerType.returnType(); local
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go 203 common() *rtype
255 // tflag is used by an rtype to signal what extra type information is
256 // available in the memory directly following the rtype value.
288 // rtype is the common implementation of most values.
292 type rtype struct { type
347 rtype `reflect:"array"`
348 elem *rtype // array element type
349 slice *rtype // slice type
355 rtype `reflect:"chan"`
356 elem *rtype // channel element typ
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 203 common() *rtype
255 // tflag is used by an rtype to signal what extra type information is
256 // available in the memory directly following the rtype value.
288 // rtype is the common implementation of most values.
292 type rtype struct { type
347 rtype `reflect:"array"`
348 elem *rtype // array element type
349 slice *rtype // slice type
355 rtype `reflect:"chan"`
356 elem *rtype // channel element typ
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
cr16.h 312 bfd_reloc_code_real_type rtype; member in struct:__anon108778
crx.h 309 bfd_reloc_code_real_type rtype; member in struct:__anon108791
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c 5924 enum wpa_ctrl_req_type rtype; local
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 2038 const RecordType *rtype = type->castAs<RecordType>(); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf64-alpha.c 149 unsigned int rtype;
147 unsigned int rtype; member in struct:alpha_elf_reloc_entry
    [all...]
elfxx-mips.c 658 unsigned int rtype : 4; /* Relocation types. See below. */ member in struct:__anon108030
668 unsigned int rtype : 4; /* Relocation types. See below. */ member in struct:__anon108031
720 #define mips_elf_set_cr_type(x,type) ((x).rtype = (type))
887 #define MIPS_ELF_RTYPE_TO_HOWTO(abfd, rtype, rela) \
888 (get_elf_backend_data (abfd)->elf_backend_mips_rtype_to_howto (rtype, rela))
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c 3653 bfd_reloc_code_real_type rtype = local
    [all...]
tc-aarch64.c 870 type of the register in *RTYPE when multiple alternatives were given, and
877 parse_typed_reg (char **ccp, aarch64_reg_type type, aarch64_reg_type *rtype,
974 if (rtype)
975 *rtype = type;
986 If RTYPE is not NULL, return in *RTYPE the (possibly restricted) type of
996 aarch64_reg_type *rtype, struct neon_type_el *vectype)
1000 int reg = parse_typed_reg (&str, type, rtype, &atype,
4608 aarch64_reg_type rtype; local
    [all...]

Completed in 1478 milliseconds

1 23 4