Home
last modified time | relevance | path

Searched +defs:current +defs:buffer (Results 1 – 25 of 1360) sorted by relevance

12345678910>>...55

/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Ddouble-conversion-string-to-double.cpp86 static inline bool ConsumeSubStringImpl(Iterator* current, in ConsumeSubStringImpl()
104 static bool ConsumeSubString(Iterator* current, in ConsumeSubString()
160 static inline bool AdvanceToNonspace(Iterator* current, Iterator end) { in AdvanceToNonspace()
243 Iterator current = start; in IsHexFloatString() local
277 static double RadixStringToIeee(Iterator* current, in RadixStringToIeee()
445 Iterator current = input; in StringToIeee() local
588 buffer[kBufferSize]; // NOLINT: size is known at compile time. in StringToIeee() local
771 const char* buffer, in StringToDouble()
779 const uc16* buffer, in StringToDouble()
787 const char* buffer, in StringToFloat()
[all …]
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Ddouble-conversion-string-to-double.cpp86 static inline bool ConsumeSubStringImpl(Iterator* current, in ConsumeSubStringImpl()
104 static bool ConsumeSubString(Iterator* current, in ConsumeSubString()
160 static inline bool AdvanceToNonspace(Iterator* current, Iterator end) { in AdvanceToNonspace()
243 Iterator current = start; in IsHexFloatString() local
277 static double RadixStringToIeee(Iterator* current, in RadixStringToIeee()
445 Iterator current = input; in StringToIeee() local
588 buffer[kBufferSize]; // NOLINT: size is known at compile time. in StringToIeee() local
771 const char* buffer, in StringToDouble()
779 const uc16* buffer, in StringToDouble()
787 const char* buffer, in StringToFloat()
[all …]
/aosp_15_r20/external/double-conversion/double-conversion/
H A Dstring-to-double.cc65 static inline bool ConsumeSubStringImpl(Iterator* current, in ConsumeSubStringImpl()
83 static bool ConsumeSubString(Iterator* current, in ConsumeSubString()
139 static inline bool AdvanceToNonspace(Iterator* current, Iterator end) { in AdvanceToNonspace()
222 Iterator current = start; in IsHexFloatString() local
256 static double RadixStringToIeee(Iterator* current, in RadixStringToIeee()
424 Iterator current = input; in StringToIeee() local
567 buffer[kBufferSize]; // NOLINT: size is known at compile time. in StringToIeee() local
750 const char* buffer, in StringToDouble()
758 const uc16* buffer, in StringToDouble()
766 const char* buffer, in StringToFloat()
[all …]
/aosp_15_r20/external/cronet/base/third_party/double_conversion/double-conversion/
H A Dstring-to-double.cc65 static inline bool ConsumeSubStringImpl(Iterator* current, in ConsumeSubStringImpl()
83 static bool ConsumeSubString(Iterator* current, in ConsumeSubString()
139 static inline bool AdvanceToNonspace(Iterator* current, Iterator end) { in AdvanceToNonspace()
222 Iterator current = start; in IsHexFloatString() local
256 static double RadixStringToIeee(Iterator* current, in RadixStringToIeee()
424 Iterator current = input; in StringToIeee() local
567 buffer[kBufferSize]; // NOLINT: size is known at compile time. in StringToIeee() local
750 const char* buffer, in StringToDouble()
758 const uc16* buffer, in StringToDouble()
766 const char* buffer, in StringToFloat()
[all …]
/aosp_15_r20/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/lexer/
H A DReaderJsonLexer.kt14 internal class ArrayAsSequence(internal val buffer: CharArray) : CharSequence { constant in kotlinx.serialization.json.internal.ArrayAsSequence
37 private val buffer: CharArray = CharArrayPoolBatchSize.take() in toString() constant in kotlinx.serialization.json.internal.ReaderJsonLexer
48 val current = skipWhitespaces() in toString() constant
59 var current = currentPosition in toString() variable
77 val buffer = source.buffer in toString() constant
141 var current = currentPosition in toString() variable
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp371 Pointer<Byte> buffer = sBuffer + x; in stencilTest() local
454 Pointer<Byte> buffer = zBuffer + 4 * x; in readDepth32F() local
469 Pointer<Byte> buffer = zBuffer + 2 * x; in readDepth16() local
578 Pointer<Byte> buffer = zBuffer + 2 * x; in depthBoundsTest16() local
599 Pointer<Byte> buffer = zBuffer + 4 * x; in depthBoundsTest32F() local
664 Pointer<Byte> buffer = zBuffer + 4 * x; in writeDepth32F() local
691 Pointer<Byte> buffer = zBuffer + 2 * x; in writeDepth16() local
776 Pointer<Byte> buffer = sBuffer + x; in writeStencil() local
913 Pointer<Byte> buffer = cBuffer; in readPixel() local
1663 Pointer<Byte> buffer = cBuffer; in alphaBlend() local
[all …]
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
H A Dmemory_stream.cpp14 MemoryStreamBuf::MemoryStreamBuf(const std::shared_ptr<MemoryBuffer>& buffer) noexcept : buffer_(bu… in MemoryStreamBuf()
139 auto current = epptr(); in xsgetn() local
153 auto current = pptr(); in xsputn() local
162 MemoryIStream::MemoryIStream(const std::shared_ptr<MemoryBuffer>& buffer) noexcept in MemoryIStream()
167 MemoryOStream::MemoryOStream(const std::shared_ptr<MemoryBuffer>& buffer) noexcept in MemoryOStream()
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DCodedInputStream.php40 private $buffer; variable in Google\\Protobuf\\Internal\\CodedInputStream
43 private $current; variable in Google\\Protobuf\\Internal\\CodedInputStream
55 public function __construct($buffer)
81 public function current() function in Google\\Protobuf\\Internal\\CodedInputStream
295 public function readRaw($size, &$buffer)
H A DCodedOutputStream.php38 private $buffer; variable in Google\\Protobuf\\Internal\\CodedOutputStream
40 private $current; variable in Google\\Protobuf\\Internal\\CodedOutputStream
104 public static function writeVarintToArray($value, &$buffer, $trim = false)
128 private static function writeLittleEndian32ToArray($value, &$buffer)
137 private static function writeLittleEndian64ToArray($value, &$buffer)
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DCodedInputStream.php40 private $buffer; variable in Google\\Protobuf\\Internal\\CodedInputStream
43 private $current; variable in Google\\Protobuf\\Internal\\CodedInputStream
55 public function __construct($buffer)
81 public function current() function in Google\\Protobuf\\Internal\\CodedInputStream
295 public function readRaw($size, &$buffer)
H A DCodedOutputStream.php38 private $buffer; variable in Google\\Protobuf\\Internal\\CodedOutputStream
40 private $current; variable in Google\\Protobuf\\Internal\\CodedOutputStream
104 public static function writeVarintToArray($value, &$buffer, $trim = false)
128 private static function writeLittleEndian32ToArray($value, &$buffer)
137 private static function writeLittleEndian64ToArray($value, &$buffer)
/aosp_15_r20/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp355 Reader::Location current = begin; in normalizeEOL() local
550 Location current = token.start_; in decodeNumber() local
601 String buffer(token.start_, token.end_); in decodeDouble() local
623 Location current = token.start_ + 1; // skip '"' in decodeString() local
674 bool Reader::decodeUnicodeCodePoint(Token& token, Location& current, in decodeUnicodeCodePoint()
699 bool Reader::decodeUnicodeEscapeSequence(Token& token, Location& current, in decodeUnicodeEscapeSequence()
763 Location current = begin_; in getLocationLineAndColumn() local
786 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local
1331 OurReader::Location current = begin; in normalizeEOL() local
1559 Location current = token.start_; in decodeNumber() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dbase64.cc92 std::unique_ptr<char[]> buffer(new char[max_decoded_size]); in Base64Decode() local
93 char* current = buffer.get(); in Base64Decode() local
153 std::unique_ptr<char[]> buffer(new char[max_encoded_size]); in Base64Encode() local
154 char* current = buffer.get(); in Base64Encode() local
/aosp_15_r20/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
544 Reader::Location current = begin; in normalizeEOL() local
739 Location current = token.start_; in decodeNumber() local
804 Char buffer[bufferSize + 1]; in decodeDouble() local
809 std::string buffer(token.start_, token.end_); in decodeDouble() local
834 Location current = token.start_ + 1; // skip '"' in decodeString() local
886 Location& current, in decodeUnicodeCodePoint()
915 Location& current, in decodeUnicodeEscapeSequence()
983 Location current = begin_; in getLocationLineAndColumn() local
1006 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local
[all …]
/aosp_15_r20/external/angle/third_party/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
544 Reader::Location current = begin; in normalizeEOL() local
739 Location current = token.start_; in decodeNumber() local
804 Char buffer[bufferSize + 1]; in decodeDouble() local
809 std::string buffer(token.start_, token.end_); in decodeDouble() local
834 Location current = token.start_ + 1; // skip '"' in decodeString() local
886 Location& current, in decodeUnicodeCodePoint()
915 Location& current, in decodeUnicodeEscapeSequence()
983 Location current = begin_; in getLocationLineAndColumn() local
1006 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
544 Reader::Location current = begin; in normalizeEOL() local
739 Location current = token.start_; in decodeNumber() local
804 Char buffer[bufferSize + 1]; in decodeDouble() local
809 std::string buffer(token.start_, token.end_); in decodeDouble() local
834 Location current = token.start_ + 1; // skip '"' in decodeString() local
886 Location& current, in decodeUnicodeCodePoint()
915 Location& current, in decodeUnicodeEscapeSequence()
983 Location current = begin_; in getLocationLineAndColumn() local
1006 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
544 Reader::Location current = begin; in normalizeEOL() local
739 Location current = token.start_; in decodeNumber() local
804 Char buffer[bufferSize + 1]; in decodeDouble() local
809 std::string buffer(token.start_, token.end_); in decodeDouble() local
834 Location current = token.start_ + 1; // skip '"' in decodeString() local
886 Location& current, in decodeUnicodeCodePoint()
915 Location& current, in decodeUnicodeEscapeSequence()
983 Location current = begin_; in getLocationLineAndColumn() local
1006 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local
[all …]
/aosp_15_r20/external/libpng/contrib/libtests/
H A Dpngimage.c372 png_byte buffer[1024]; /* the actual buffer */ member
375 struct buffer struct
377 struct buffer_list *last; /* last buffer in use */ argument
378 size_t end_count; /* bytes in the last buffer */ argument
379 struct buffer_list *current; /* current buffer being read */ member
381 struct buffer_list first; /* the very first buffer */ argument
385 buffer_init(struct buffer *buffer) in buffer_init()
405 buffer_destroy(struct buffer *buffer) in buffer_destroy()
414 buffer_start_write(struct buffer *buffer) in buffer_start_write()
423 buffer_start_read(struct buffer *buffer) in buffer_start_read()
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
559 Reader::Location current = begin; in normalizeEOL() local
754 Location current = token.start_; in decodeNumber() local
804 std::string buffer(token.start_, token.end_); in decodeDouble() local
827 Location current = token.start_ + 1; // skip '"' in decodeString() local
879 Location& current, in decodeUnicodeCodePoint()
908 Location& current, in decodeUnicodeEscapeSequence()
976 Location current = begin_; in getLocationLineAndColumn() local
999 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local
1736 Location current = token.start_; in decodeNumber() local
[all …]
/aosp_15_r20/external/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp149 static inline void uintToString(LargestUInt value, char*& current) { in uintToString()
559 Reader::Location current = begin; in normalizeEOL() local
754 Location current = token.start_; in decodeNumber() local
804 std::string buffer(token.start_, token.end_); in decodeDouble() local
827 Location current = token.start_ + 1; // skip '"' in decodeString() local
879 Location& current, in decodeUnicodeCodePoint()
908 Location& current, in decodeUnicodeEscapeSequence()
976 Location current = begin_; in getLocationLineAndColumn() local
999 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local
1736 Location current = token.start_; in decodeNumber() local
[all …]
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_parser.c76 static void create_node(struct cil_tree_node **node, struct cil_tree_node *current, uint32_t line, … in create_node()
86 static void insert_node(struct cil_tree_node *node, struct cil_tree_node *current) in insert_node()
96 static int add_hll_linemark(struct cil_tree_node **current, uint32_t *hll_offset, uint32_t *hll_exp… in add_hll_linemark()
193 static void add_cil_path(struct cil_tree_node **current, char *path) in add_cil_path()
214 int cil_parser(const char *_path, char *buffer, uint32_t size, struct cil_tree **parse_tree) in cil_parser()
221 struct cil_tree_node *current = NULL; in cil_parser() local
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/lib/
H A Dmessage.cc39 void AllocateHeaderFromBuffer(internal::Buffer* buffer, HeaderType** header) { in AllocateHeaderFromBuffer()
86 void* buffer; in CreateSerializedMessageObject() local
120 void* buffer; in SerializeUnserializedContext() local
218 void* buffer; in Message() local
481 SyncMessageResponseContext* SyncMessageResponseContext::current() { in current() function in mojo::SyncMessageResponseContext
534 MessageDispatchContext* MessageDispatchContext::current() { in current() function in mojo::internal::MessageDispatchContext
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dreduce.cc72 void* Init(TfLiteContext* context, const char* buffer, size_t length) { in Init()
80 void Free(TfLiteContext* context, void* buffer) { in Free()
131 int current = axis[i]; in ResizeOutputTensor() local
654 T reducer(const T current, const T in), in ReduceAllDims()
730 reducer = [](const T current, const T in) -> T { return in + current; }; in EvalType()
735 reducer = [](const T current, const T in) -> T { return in * current; }; in EvalType()
739 reducer = [](const T current, const T in) -> T { in EvalType()
745 reducer = [](const T current, const T in) -> T { in EvalType()
751 reducer = [](const T current, const T in) -> T { in EvalType()
757 reducer = [](const T current, const T in) -> T { in EvalType()
/aosp_15_r20/external/skia/src/core/
H A DSkStream.cpp83 char buffer[kSkStrAppendS32_MaxSize]; in writeDecAsText() local
90 char buffer[kSkStrAppendU64_MaxSize]; in writeBigDecAsText() local
104 char buffer[kSkStrAppendScalar_MaxSize]; in writeScalarAsText() local
162 SkFILEStream::SkFILEStream(std::shared_ptr<FILE> file, size_t end, size_t start, size_t current) in SkFILEStream()
205 size_t SkFILEStream::read(void* buffer, size_t size) { in read()
337 size_t SkMemoryStream::read(void* buffer, size_t size) { in read()
351 size_t SkMemoryStream::peek(void* buffer, size_t size) const { in peek()
426 bool SkFILEWStream::write(const void* buffer, size_t size) in write()
535 bool SkDynamicMemoryWStream::write(const void* buffer, size_t count) { in write()
609 bool SkDynamicMemoryWStream::read(void* buffer, size_t offset, size_t count) { in read()
[all …]
/aosp_15_r20/external/python/bumble/extras/android/BtBench/app/src/main/java/com/github/google/bumble/btbench/
DPacket.kt104 var current = data in sendPacket() variable
163 val buffer = ByteArray(4096) in receive() constant

12345678910>>...55