Home
last modified time | relevance | path

Searched defs:rep (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.cc42 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 …]
Dcordz_info.cc76 void AnalyzeCordRep(const CordRep* rep) { in AnalyzeCordRep()
107 const CordRep* rep; member
133 const CordRep* rep = repref.rep; in AssertConcat() local
161 RepRef CountLinearReps(RepRef rep, MemoryUsage& memory_usage) { in CountLinearReps()
191 void AnalyzeConcat(RepRef rep) { in AnalyzeConcat()
220 RepRef rep{child, static_cast<size_t>(child->refcount.Get())}; in CountRingChild() local
229 void AnalyzeRing(RepRef rep) { in AnalyzeRing()
323 CordzInfo::CordzInfo(CordRep* rep, const CordzInfo* src, in CordzInfo()
425 if (CordRep* rep = RefCordRep()) { in GetCordzStatistics() local
Dcord_rep_consume.cc58 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()
/external/libtextclassifier/abseil-cpp/absl/status/
Dstatus.h767 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined()
769 inline bool Status::IsMovedFrom(uintptr_t rep) { in IsMovedFrom()
781 inline absl::StatusCode Status::InlinedRepToCode(uintptr_t rep) { in InlinedRepToCode()
786 inline status_internal::StatusRep* Status::RepToPointer(uintptr_t rep) { in RepToPointer()
791 inline uintptr_t Status::PointerToRep(status_internal::StatusRep* rep) { in PointerToRep()
795 inline void Status::Ref(uintptr_t rep) { in Ref()
801 inline void Status::Unref(uintptr_t rep) { in Unref()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/status/
Dstatus.h767 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined()
769 inline bool Status::IsMovedFrom(uintptr_t rep) { in IsMovedFrom()
781 inline absl::StatusCode Status::InlinedRepToCode(uintptr_t rep) { in InlinedRepToCode()
786 inline status_internal::StatusRep* Status::RepToPointer(uintptr_t rep) { in RepToPointer()
791 inline uintptr_t Status::PointerToRep(status_internal::StatusRep* rep) { in PointerToRep()
795 inline void Status::Ref(uintptr_t rep) { in Ref()
801 inline void Status::Unref(uintptr_t rep) { in Unref()
/external/openscreen/third_party/abseil/src/absl/status/
Dstatus.h767 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined()
769 inline bool Status::IsMovedFrom(uintptr_t rep) { in IsMovedFrom()
781 inline absl::StatusCode Status::InlinedRepToCode(uintptr_t rep) { in InlinedRepToCode()
786 inline status_internal::StatusRep* Status::RepToPointer(uintptr_t rep) { in RepToPointer()
791 inline uintptr_t Status::PointerToRep(status_internal::StatusRep* rep) { in PointerToRep()
795 inline void Status::Ref(uintptr_t rep) { in Ref()
801 inline void Status::Unref(uintptr_t rep) { in Unref()
/external/llvm-project/llvm/test/MC/X86/
DI386-32.s245 rep cmpsb %es:(%edi), %es:(%esi) label
249 rep cmpsl %es:(%edi), %es:(%esi) label
253 rep cmpsw %es:(%edi), %es:(%esi) label
257 rep insb %dx, %es:(%edi) label
261 rep insl %dx, %es:(%edi) label
265 rep insw %dx, %es:(%edi) label
269 rep lodsl %es:(%esi), %eax label
273 rep movsb %es:(%esi), %es:(%edi) label
277 rep movsl %es:(%esi), %es:(%edi) label
281 rep movsw %es:(%esi), %es:(%edi) label
[all …]
DI386-64.s426 rep cmpsb %es:(%rdi), %gs:(%rsi) label
430 rep cmpsl %es:(%rdi), %gs:(%rsi) label
434 rep cmpsq %es:(%rdi), %gs:(%rsi) label
438 rep cmpsw %es:(%rdi), %gs:(%rsi) label
442 rep insb %dx, %es:(%rdi) label
446 rep insl %dx, %es:(%rdi) label
450 rep insw %dx, %es:(%rdi) label
454 rep lodsl %gs:(%rsi), %eax label
458 rep movsb %gs:(%rsi), %es:(%rdi) label
462 rep movsl %gs:(%rsi), %es:(%rdi) label
[all …]
/external/angle/third_party/abseil-cpp/absl/status/
Dstatus.h830 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined()
832 inline bool Status::IsMovedFrom(uintptr_t rep) { in IsMovedFrom()
844 inline absl::StatusCode Status::InlinedRepToCode(uintptr_t rep) { in InlinedRepToCode()
849 inline status_internal::StatusRep* Status::RepToPointer(uintptr_t rep) { in RepToPointer()
854 inline uintptr_t Status::PointerToRep(status_internal::StatusRep* rep) { in PointerToRep()
858 inline void Status::Ref(uintptr_t rep) { in Ref()
864 inline void Status::Unref(uintptr_t rep) { in Unref()
/external/guava/guava-tests/benchmark/com/google/common/cache/
DMapMakerComparisonBenchmark.java46 void concurrentHashMap(int rep) { in concurrentHashMap()
53 void cacheBuilder_stats(int rep) { in cacheBuilder_stats()
60 void cacheBuilder(int rep) { in cacheBuilder()
/external/guava/android/guava-tests/benchmark/com/google/common/cache/
DMapMakerComparisonBenchmark.java46 void concurrentHashMap(int rep) { in concurrentHashMap()
53 void cacheBuilder_stats(int rep) { in cacheBuilder_stats()
60 void cacheBuilder(int rep) { in cacheBuilder()
/external/webrtc/third_party/abseil-cpp/absl/status/
Dstatus.h339 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined()
341 inline bool Status::IsMovedFrom(uintptr_t rep) { in IsMovedFrom()
353 inline absl::StatusCode Status::InlinedRepToCode(uintptr_t rep) { in InlinedRepToCode()
358 inline status_internal::StatusRep* Status::RepToPointer(uintptr_t rep) { in RepToPointer()
363 inline uintptr_t Status::PointerToRep(status_internal::StatusRep* rep) { in PointerToRep()
367 inline void Status::Ref(uintptr_t rep) { in Ref()
373 inline void Status::Unref(uintptr_t rep) { in Unref()
/external/abseil-cpp/absl/status/
Dstatus.h339 inline bool Status::IsInlined(uintptr_t rep) { return (rep & 1) == 0; } in IsInlined()
341 inline bool Status::IsMovedFrom(uintptr_t rep) { in IsMovedFrom()
353 inline absl::StatusCode Status::InlinedRepToCode(uintptr_t rep) { in InlinedRepToCode()
358 inline status_internal::StatusRep* Status::RepToPointer(uintptr_t rep) { in RepToPointer()
363 inline uintptr_t Status::PointerToRep(status_internal::StatusRep* rep) { in PointerToRep()
367 inline void Status::Ref(uintptr_t rep) { in Ref()
373 inline void Status::Unref(uintptr_t rep) { in Unref()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_debugging.cc69 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_data() local
85 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_stack() local
96 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mop() local
113 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_loc() local
130 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mutex() local
144 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_thread() local
158 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_unique_tid() local
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_debugging.cpp77 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_data() local
92 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_tag() local
100 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_stack() local
111 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mop() local
128 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_loc() local
145 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_loc_object_type() local
155 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_mutex() local
169 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_thread() local
183 const ReportDesc *rep = (ReportDesc *)report; in __tsan_get_report_unique_tid() local
/external/libdrm/tests/ttmtest/src/
Dxf86dri.c121 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
/external/angle/third_party/abseil-cpp/absl/strings/
Dcord.cc145 static int Depth(const CordRep* rep) { in Depth()
178 CordRepConcat* rep = new CordRepConcat(); in RawConcat() local
186 CordRep* rep = RawConcat(left, right); in Concat() local
247 CordRepFlat* rep = CordRepFlat::New(len + alloc_hint); in NewTree() local
259 void InitializeCordRepExternal(absl::string_view data, CordRepExternal* rep) { in InitializeCordRepExternal()
275 CordRepSubstring* rep = new CordRepSubstring(); in NewSubstring() local
305 auto* rep = in CordRepFromString() local
351 static CordRepRing* ForceRing(CordRep* rep, size_t extra) { in ForceRing()
462 for (CordRep* rep = root; rep != dst; rep = rep->concat()->right) { in PrepareAppendRegion() local
490 CordRep* rep = root ? root : MakeFlatWithExtraCapacity(extra); in GetAppendRegion() local
[all …]
Dcord.h972 CordRepExternal* rep = new CordRepExternalImpl<ReleaserType>( in NewExternalRep() local
991 if (auto* rep = ::absl::cord_internal::NewExternalRep( in MakeCordFromExternal() local
1078 inline void Cord::InlineRep::EmplaceTree(CordRep* rep, in EmplaceTree()
1085 inline void Cord::InlineRep::EmplaceTree(CordRep* rep, const InlineData& parent, in EmplaceTree()
1091 inline void Cord::InlineRep::SetTree(CordRep* rep, in SetTree()
1099 inline void Cord::InlineRep::SetTreeOrEmpty(CordRep* rep, in SetTreeOrEmpty()
1110 inline void Cord::InlineRep::CommitTree(const CordRep* old_rep, CordRep* rep, in CommitTree()
1189 if (const absl::cord_internal::CordRep* rep = contents_.tree()) { in EstimatedMemoryUsage() local
1196 absl::cord_internal::CordRep* rep = contents_.tree(); in TryFlat() local
1208 absl::cord_internal::CordRep* rep = contents_.tree(); in Flatten() local
[all …]
/external/mesa3d/src/glx/
DXF86dri.c121 xXF86DRIQueryVersionReply rep; in XF86DRIQueryVersion() local
151 xXF86DRIQueryDirectRenderingCapableReply rep; in XF86DRIQueryDirectRenderingCapable() local
180 xXF86DRIOpenConnectionReply rep; in XF86DRIOpenConnection() local
232 xXF86DRIAuthConnectionReply rep; in XF86DRIAuthConnection() local
285 xXF86DRIGetClientDriverNameReply rep; in XF86DRIGetClientDriverName() local
335 xXF86DRICreateContextReply rep; in XF86DRICreateContextWithConfig() local
396 xXF86DRICreateDrawableReply rep; in XF86DRICreateDrawable() local
477 xXF86DRIGetDrawableInfoReply rep; in XF86DRIGetDrawableInfo() local
562 xXF86DRIGetDeviceInfoReply rep; in XF86DRIGetDeviceInfo() local
/external/mesa3d/src/glx/windows/
Dxwindowsdri.c112 xWindowsDRIQueryVersionReply rep; local
144 xWindowsDRIQueryDirectRenderingCapableReply rep; local
173 xWindowsDRIQueryDrawableReply rep; in XWindowsDRIQueryDrawable() local
211 xWindowsDRIFBConfigToPixelFormatReply rep; in XWindowsDRIFBConfigToPixelFormat() local
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_check_utf8.proto44 repeated string rep = 3; field
50 repeated bytes rep = 3; field
Dtest_check_utf8_size.proto45 repeated string rep = 3; field
51 repeated bytes rep = 3; field
/external/angle/src/third_party/libXNVCtrl/
DNVCtrl.c156 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 …]
/external/mesa3d/src/glx/apple/
Dappledri.c156 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
/external/libcxxabi/src/include/
Drefstring.h43 inline char * data_from_rep(_Rep_base *rep) noexcept { in data_from_rep()
77 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1)); in __libcpp_refstring() local
114 _Rep_base* rep = rep_from_data(__imp_); in ~__libcpp_refstring() local

12345678910>>...12