/third_party/node/deps/v8/src/codegen/ |
D | machine-type.h | 320 V8_INLINE size_t hash_value(MachineRepresentation rep) { in hash_value() 334 inline bool IsIntegral(MachineRepresentation rep) { in IsIntegral() 339 inline bool IsFloatingPoint(MachineRepresentation rep) { in IsFloatingPoint() 343 inline bool IsSimd128(MachineRepresentation rep) { in IsSimd128() 347 inline bool CanBeTaggedPointer(MachineRepresentation rep) { in CanBeTaggedPointer() 353 inline bool CanBeTaggedSigned(MachineRepresentation rep) { in CanBeTaggedSigned() 358 inline bool IsAnyTagged(MachineRepresentation rep) { in IsAnyTagged() 362 inline bool CanBeCompressedPointer(MachineRepresentation rep) { in CanBeCompressedPointer() 367 inline bool CanBeTaggedOrCompressedPointer(MachineRepresentation rep) { in CanBeTaggedOrCompressedPointer() 371 inline bool IsAnyCompressed(MachineRepresentation rep) { in IsAnyCompressed() [all …]
|
D | machine-type.cc | 24 std::ostream& operator<<(std::ostream& os, MachineRepresentation rep) { in operator <<() 28 const char* MachineReprToString(MachineRepresentation rep) { in MachineReprToString()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_ring.cc | 42 inline bool IsFlatOrExternal(CordRep* rep) { in IsFlatOrExternal() 58 auto* rep = CordRepFlat::New(n + extra); in CreateFlat() local 66 void UnrefEntries(const CordRepRing* rep, index_type head, index_type tail) { in UnrefEntries() 81 std::ostream& operator<<(std::ostream& s, const CordRepRing& rep) { in operator <<() 114 Filler(CordRepRing* rep, index_type pos) : rep_(rep), head_(pos), pos_(pos) {} in Filler() 193 CordRepRing* CordRepRing::Validate(CordRepRing* rep, const char* file, in Validate() 211 auto* rep = new (mem) CordRepRing(static_cast<index_type>(capacity)); in New() local 231 void CordRepRing::Delete(CordRepRing* rep) { in Delete() 243 void CordRepRing::Destroy(CordRepRing* rep) { in Destroy() 268 CordRepRing* CordRepRing::Copy(CordRepRing* rep, index_type head, in Copy() [all …]
|
D | cord_rep_test_util.h | 36 size_t start, size_t len, cord_internal::CordRep* rep) { in MakeSubstring() 118 inline void CordToString(cord_internal::CordRep* rep, std::string& s) { in CordToString() 138 inline std::string CordToString(cord_internal::CordRep* rep) { in CordToString() 154 CordRepType* Add(CordRepType* rep) { in Add() 162 CordRepType* Ref(CordRepType* rep) { in Ref() 170 CordRepType* RefIf(bool condition, CordRepType* rep) { in RefIf()
|
D | cordz_info.cc | 77 void AnalyzeCordRep(const CordRep* rep) { in AnalyzeCordRep() 112 const CordRep* rep; member 138 const CordRep* rep = repref.rep; in AssertConcat() local 166 RepRef CountLinearReps(RepRef rep, MemoryUsage& memory_usage) { in CountLinearReps() 196 void AnalyzeConcat(RepRef rep) { in AnalyzeConcat() 224 void AnalyzeRing(RepRef rep) { in AnalyzeRing() 235 void AnalyzeBtree(RepRef rep) { in AnalyzeBtree() 332 CordzInfo::CordzInfo(CordRep* rep, const CordzInfo* src, in CordzInfo() 434 if (CordRep* rep = RefCordRep()) { in GetCordzStatistics() local
|
D | cord_rep_consume.cc | 58 void Consume(bool forward, CordRep* rep, ConsumeFn consume_fn) { in Consume() 62 CordRep* rep; in Consume() member 119 void Consume(CordRep* rep, ConsumeFn consume_fn) { in Consume() 123 void ReverseConsume(CordRep* rep, ConsumeFn consume_fn) { in ReverseConsume()
|
D | cordz_info.h | 162 void SetCordRepForTesting(CordRep* rep) ABSL_NO_THREAD_SAFETY_ANALYSIS { in SetCordRepForTesting() 282 inline void CordzInfo::SetCordRep(CordRep* rep) { in SetCordRep() 287 inline void CordzInfo::UnsafeSetCordRep(CordRep* rep) { rep_ = rep; } in UnsafeSetCordRep()
|
D | cordz_info_statistics_test.cc | 70 CordRepSubstring* Substring(CordRep* rep) { in Substring() 119 size_t SizeOf(const T* rep) { in SizeOf() 124 size_t SizeOf(const CordRepFlat* rep) { in SizeOf() 129 size_t SizeOf(const CordRepExternal* rep) { in SizeOf() 135 size_t SizeOf(const CordRepRing* rep) { in SizeOf() 140 double FairShareImpl(CordRep* rep, size_t ref) { in FairShareImpl() 171 size_t FairShare(CordRep* rep, size_t ref = 1) { in FairShare() 176 CordzStatistics SampleCord(CordRep* rep) { in SampleCord() 586 CordRep* rep = Flat(256); in TEST() local
|
D | cord_rep_btree.cc | 55 void DumpAll(const CordRep* rep, bool include_contents, std::ostream& stream, in DumpAll() 110 CordRepSubstring* CreateSubstring(CordRep* rep, size_t offset, size_t n) { in CreateSubstring() 130 inline CordRep* MakeSubstring(CordRep* rep, size_t offset, size_t n) { in MakeSubstring() 137 inline CordRep* MakeSubstring(CordRep* rep, size_t offset) { in MakeSubstring() 174 void DeleteLeafEdge(CordRep* rep) { in DeleteLeafEdge() 328 void CordRepBtree::Dump(const CordRep* rep, absl::string_view label, in Dump() 342 void CordRepBtree::Dump(const CordRep* rep, absl::string_view label, in Dump() 347 void CordRepBtree::Dump(const CordRep* rep, std::ostream& stream) { in Dump() 463 CordRepBtree* CordRepBtree::AddCordRep(CordRepBtree* tree, CordRep* rep) { in AddCordRep() 891 CordRepBtree* CordRepBtree::CreateSlow(CordRep* rep) { in CreateSlow() [all …]
|
D | cord_internal.h | 339 inline void CordRepExternal::Delete(CordRep* rep) { in Delete() 397 explicit constexpr InlineData(CordRep* rep) : as_tree_(rep) {} in InlineData() 492 void make_tree(CordRep* rep) { in make_tree() 500 void set_tree(CordRep* rep) { in set_tree() 529 absl::cord_internal::CordRep* rep; member 580 inline CordRep* CordRep::Ref(CordRep* rep) { in Ref() 586 inline void CordRep::Unref(CordRep* rep) { in Unref()
|
D | cord_rep_btree_navigator.cc | 38 inline CordRep* Substring(CordRep* rep, size_t offset, size_t n) { in Substring() 60 inline CordRep* Substring(CordRep* rep, size_t offset) { in Substring()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
D | status.h | 831 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined() 833 inline bool Status::IsMovedFrom(uintptr_t rep) { in IsMovedFrom() 845 inline absl::StatusCode Status::InlinedRepToCode(uintptr_t rep) { in InlinedRepToCode() 850 inline status_internal::StatusRep* Status::RepToPointer(uintptr_t rep) { in RepToPointer() 855 inline uintptr_t Status::PointerToRep(status_internal::StatusRep* rep) { in PointerToRep() 859 inline void Status::Ref(uintptr_t rep) { in Ref() 865 inline void Status::Unref(uintptr_t rep) { in Unref()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | cord.cc | 139 static int Depth(const CordRep* rep) { in Depth() 172 CordRepConcat* rep = new CordRepConcat(); in RawConcat() local 180 CordRep* rep = RawConcat(left, right); in Concat() local 239 CordRepFlat* rep = CordRepFlat::New(len + alloc_hint); in NewTree() local 251 void InitializeCordRepExternal(absl::string_view data, CordRepExternal* rep) { in InitializeCordRepExternal() 267 CordRepSubstring* rep = new CordRepSubstring(); in NewSubstring() local 297 auto* rep = in CordRepFromString() local 343 static CordRepBtree* ForceBtree(CordRep* rep) { in ForceBtree() 454 for (CordRep* rep = root; rep != dst; rep = rep->concat()->right) { in PrepareAppendRegion() local 482 CordRep* rep = root ? root : MakeFlatWithExtraCapacity(extra); in GetAppendRegion() local [all …]
|
D | cord.h | 973 CordRepExternal* rep = new CordRepExternalImpl<ReleaserType>( in NewExternalRep() local 992 if (auto* rep = ::absl::cord_internal::NewExternalRep( in MakeCordFromExternal() local 1079 inline void Cord::InlineRep::EmplaceTree(CordRep* rep, in EmplaceTree() 1086 inline void Cord::InlineRep::EmplaceTree(CordRep* rep, const InlineData& parent, in EmplaceTree() 1092 inline void Cord::InlineRep::SetTree(CordRep* rep, in SetTree() 1100 inline void Cord::InlineRep::SetTreeOrEmpty(CordRep* rep, in SetTreeOrEmpty() 1111 inline void Cord::InlineRep::CommitTree(const CordRep* old_rep, CordRep* rep, in CommitTree() 1190 if (const absl::cord_internal::CordRep* rep = contents_.tree()) { in EstimatedMemoryUsage() local 1197 absl::cord_internal::CordRep* rep = contents_.tree(); in TryFlat() local 1209 absl::cord_internal::CordRep* rep = contents_.tree(); in Flatten() local [all …]
|
D | cordz_test_helpers.h | 122 cord_internal::CordRepFlat* rep; member 135 TestCordRep rep; member
|
/third_party/libdrm/tests/ttmtest/src/ |
D | xf86dri.c | 121 xXF86DRIQueryVersionReply rep; local 153 xXF86DRIQueryDirectRenderingCapableReply rep; local 185 xXF86DRIOpenConnectionReply rep; local 235 xXF86DRIAuthConnectionReply rep; local 293 xXF86DRIGetClientDriverNameReply rep; local 343 xXF86DRICreateContextReply rep; local 410 xXF86DRICreateDrawableReply rep; in uniDRICreateDrawable() local 466 xXF86DRIGetDrawableInfoReply rep; in uniDRIGetDrawableInfo() local 556 xXF86DRIGetDeviceInfoReply rep; local
|
/third_party/mesa3d/src/glx/windows/ |
D | xwindowsdri.c | 112 xWindowsDRIQueryVersionReply rep; local 144 xWindowsDRIQueryDirectRenderingCapableReply rep; local 173 xWindowsDRIQueryDrawableReply rep; in XWindowsDRIQueryDrawable() local 211 xWindowsDRIFBConfigToPixelFormatReply rep; in XWindowsDRIFBConfigToPixelFormat() local
|
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/ |
D | test_check_utf8.proto | 44 repeated string rep = 3; field 50 repeated bytes rep = 3; field
|
D | test_check_utf8_size.proto | 45 repeated string rep = 3; field 51 repeated bytes rep = 3; field
|
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
D | NVCtrl.c | 156 xnvCtrlQueryExtensionReply rep; in XNVCTRLQueryVersion() local 186 xnvCtrlIsNvReply rep; in XNVCTRLIsNvScreen() local 218 xnvCtrlQueryTargetCountReply rep; in XNVCTRLQueryTargetCount() local 292 xnvCtrlSetAttributeAndGetStatusReply rep; in XNVCTRLSetTargetAttributeAndGetStatus() local 344 xnvCtrlQueryAttributeReply rep; in XNVCTRLQueryTargetAttribute() local 395 xnvCtrlQueryAttribute64Reply rep; in XNVCTRLQueryTargetAttribute64() local 435 xnvCtrlQueryStringAttributeReply rep; in XNVCTRLQueryTargetStringAttribute() local 505 xnvCtrlSetStringAttributeReply rep; in XNVCTRLSetTargetStringAttribute() local 562 xnvCtrlQueryValidAttributeValuesReply rep; in XNVCTRLQueryValidTargetAttributeValues32() local 607 xnvCtrlQueryValidAttributeValuesReply rep; in XNVCTRLQueryValidTargetStringAttributeValues() local [all …]
|
/third_party/mesa3d/src/glx/apple/ |
D | appledri.c | 156 xAppleDRIQueryVersionReply rep; local 188 xAppleDRIQueryDirectRenderingCapableReply rep; local 220 xAppleDRIAuthConnectionReply rep; local 254 xAppleDRICreateSurfaceReply rep; local 314 xAppleDRICreateSharedBufferReply rep; in XAppleDRICreateSharedBuffer() local 383 xAppleDRICreatePixmapReply rep; in XAppleDRICreatePixmap() local
|
/third_party/mesa3d/src/glx/ |
D | dri2.c | 225 xDRI2QueryVersionReply rep; in DRI2QueryVersion() local 272 xDRI2ConnectReply rep; in DRI2Connect() local 342 xDRI2AuthenticateReply rep; in DRI2Authenticate() local 407 xDRI2GetBuffersReply rep; in DRI2GetBuffers() local 466 xDRI2GetBuffersReply rep; in DRI2GetBuffersWithFormat() local 525 xDRI2CopyRegionReply rep; in DRI2CopyRegion() local
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | utransts.c | 70 static void InitXReplaceable(XReplaceable* rep, const char* cstring) { in InitXReplaceable() 75 static void FreeXReplaceable(XReplaceable* rep) { in FreeXReplaceable() 83 static int32_t Xlength(const UReplaceable* rep) { in Xlength() 89 static UChar XcharAt(const UReplaceable* rep, int32_t offset) { in XcharAt() 95 static UChar32 Xchar32At(const UReplaceable* rep, int32_t offset) { in Xchar32At() 101 static void Xreplace(UReplaceable* rep, int32_t start, int32_t limit, in Xreplace() 114 static void Xcopy(UReplaceable* rep, int32_t start, int32_t limit, int32_t dest) { in Xcopy() 126 static void Xextract(UReplaceable* rep, int32_t start, int32_t limit, UChar* dst) { in Xextract()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | mid-tier-register-allocator.cc | 377 MachineRepresentation rep() const { return rep_; } in rep() function in v8::internal::compiler::VirtualRegisterData 525 MachineRepresentation rep, in Initialize() 544 MachineRepresentation rep, in DefineAsConstantOperand() 552 AllocatedOperand* operand, int virtual_register, MachineRepresentation rep, in DefineAsFixedSpillOperand() 559 int virtual_register, MachineRepresentation rep, int instr_index, in DefineAsUnallocatedOperand() 566 MachineRepresentation rep, in DefineAsPhi() 1314 void Add(RegisterIndex reg, MachineRepresentation rep) { in Add() 1318 void Clear(RegisterIndex reg, MachineRepresentation rep) { in Clear() 1787 MachineRepresentation rep = vreg_data.rep(); in MergeStateFrom() local 1884 RegisterState* reg_state, RegisterIndex reg, MachineRepresentation rep) { in SpillRegisterAtMerge() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ReplaceableContextIterator.java | 47 public void setText(Replaceable rep) { in setText() 194 protected Replaceable rep; field in ReplaceableContextIterator
|