/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachORelocation.h | 30 uint8_t r_type; // if not 0, machine-specific relocation type. variable 38 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF); in getPackedFields() 41 (r_extern << 4) | (r_type & 15); in getPackedFields() 50 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {} in r_address()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | doio.h | 190 int r_type; /* must be one of the #defines above */ member
|
D | doio.c | 983 switch (ioreq.r_type) { in doio() 1047 ioreq.r_type); in doio() 1058 ioreq.r_type); in doio() 1297 switch (ioreq->r_type) { in format_rw() 1383 switch (ioreq->r_type) { in format_sds() 1501 switch (req->r_type) { in do_read() 1764 wrec.w_async = (req->r_type == WRITEA) ? 1 : 0; in do_write() 1788 switch (req->r_type) { in do_write() 2354 if (req->r_type == SSWRITE) { in do_ssdio() 2390 if (v_opt && req->r_type == SSWRITE) { in do_ssdio() [all …]
|
D | iogen.c | 596 req->r_type = sc->m_value; in form_iorequest()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rtld.c | 654 unsigned r_type = ELF64_R_TYPE(rel->r_info); in apply_relocs() local 681 switch (r_type) { in apply_relocs() 695 report_errorf("unsupported r_type == %u", r_type); in apply_relocs() 701 switch (r_type) { in apply_relocs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 277 uint32_t r_type = Type & 0xff; in resolveMIPSN64Relocation() local 283 uint32_t RelType = r_type; in resolveMIPSN64Relocation()
|
/third_party/tzdata/ |
D | localtime.c | 134 enum r_type { enum 141 enum r_type r_type; /* type of rule */ member 982 rulep->r_type = JULIAN_DAY; in getrule() 989 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule() 1006 rulep->r_type = DAY_OF_YEAR; in getrule() 1036 switch (rulep->r_type) { in transtime()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachO_x86_64.cpp | 34 switch (RI.r_type) { in getRelocationKind() 92 ", kind=" + formatv("{0:x1}", RI.r_type) + in getRelocationKind()
|
D | MachO_arm64.cpp | 35 switch (RI.r_type) { in getRelocationKind() 89 ", kind=" + formatv("{0:x1}", RI.r_type) + in getRelocationKind()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | localtime.c | 118 int r_type; /* type of rule--see below */ member 786 rulep->r_type = JULIAN_DAY; in getrule() 793 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule() 810 rulep->r_type = DAY_OF_YEAR; in getrule() 841 switch (rulep->r_type) { in transtime()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 120 int r_type; /* type of rule--see below */ member 788 rulep->r_type = JULIAN_DAY; in getrule() 795 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getrule() 812 rulep->r_type = DAY_OF_YEAR; in getrule() 843 switch (rulep->r_type) { in transtime()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 952 uint32_t r_type : 4, r_extern : 1, r_length : 2, r_pcrel : 1, member 956 r_type : 4; member 962 uint32_t r_scattered : 1, r_pcrel : 1, r_length : 2, r_type : 4, member 965 uint32_t r_address : 24, r_type : 4, r_length : 2, r_pcrel : 1,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1359 uint32_t r_type = RelType & 0xff; in processRelocationRef() local 1361 if (r_type == ELF::R_MIPS_CALL16 || r_type == ELF::R_MIPS_GOT_PAGE in processRelocationRef() 1362 || r_type == ELF::R_MIPS_GOT_DISP) { in processRelocationRef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 920 r_type:4; member 928 r_type:4, member 932 r_type:4,
|
/third_party/libabigail/src/ |
D | abg-dwarf-reader.cc | 10991 Dwarf_Die l_type, r_type; in compare_dies() local 10993 bool r_type_is_void = !die_die_attribute(r, DW_AT_type, r_type); in compare_dies() 10999 compare_dies(rdr, &l_type, &r_type, in compare_dies() 11023 Dwarf_Die l_type, r_type; in compare_dies() local 11025 ABG_ASSERT(die_die_attribute(r, DW_AT_type, r_type)); in compare_dies() 11027 compare_dies(rdr, &l_type, &r_type, in compare_dies() 11039 Dwarf_Die l_type, r_type; in compare_dies() local 11041 ABG_ASSERT(die_die_attribute(r, DW_AT_type, r_type)); in compare_dies() 11042 result = compare_dies(rdr, &l_type, &r_type, in compare_dies() 11074 Dwarf_Die l_type, r_type; in compare_dies() local [all …]
|
D | abg-ir.cc | 20916 type_base_sptr r_type = peel_typedef_type(r.get_type()); in equals() local 20917 if (l_type != r_type) in equals() 20922 if (!types_have_similar_structure(l_type, r_type)) in equals()
|