Home
last modified time | relevance | path

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

12345678

/third_party/node/deps/icu-small/source/i18n/
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 …]
/third_party/icu/icu4c/source/i18n/
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 …]
/third_party/skia/third_party/externals/icu/source/i18n/
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 …]
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
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 …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion.cpp374 char* buffer, in DoubleToAscii()
438 static bool ConsumeSubString(Iterator* current, in ConsumeSubString()
489 static inline bool AdvanceToNonspace(Iterator* current, Iterator end) { in AdvanceToNonspace()
541 static double RadixStringToIeee(Iterator* current, in RadixStringToIeee()
657 Iterator current = input; in StringToIeee() local
690 char buffer[kBufferSize]; // NOLINT: size is known at compile time. in StringToIeee() local
968 const char* buffer, in StringToDouble()
976 const uc16* buffer, in StringToDouble()
984 const char* buffer, in StringToFloat()
993 const uc16* buffer, in StringToFloat()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
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)
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)
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp48 Current *current = (Current*)storage; in releaseCurrent() local
80 Current *current = (Current*)sw::Thread::allocateLocalStorage(currentTLS, sizeof(Current)); in attachThread() local
206 Current *current = (Current*)sw::Thread::getLocalStorage(currentTLS); in getCurrent() local
218 Current *current = getCurrent(); in setCurrentError() local
225 Current *current = getCurrent(); in getCurrentError() local
232 Current *current = getCurrent(); in setCurrentAPI() local
239 Current *current = getCurrent(); in getCurrentAPI() local
246 Current *current = getCurrent(); in setCurrentContext() local
263 Current *current = getCurrent(); in getCurrentContext() local
270 Current *current = getCurrent(); in setCurrentDrawSurface() local
[all …]
/third_party/selinux/libsepol/cil/src/
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
/third_party/icu/icu4c/source/common/unicode/
Dcaniter.h179 int32_t *current; variable
183 UnicodeString buffer; variable
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dcaniter.h179 int32_t *current; variable
183 UnicodeString buffer; variable
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dcaniter.h177 int32_t *current; variable
181 UnicodeString buffer; variable
/third_party/node/deps/icu-small/source/common/unicode/
Dcaniter.h179 int32_t *current; variable
183 UnicodeString buffer; variable
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelRoutine.cpp308 Pointer<Byte> buffer = sBuffer + 2 * x; in stencilTest() local
409 Pointer<Byte> buffer; in depthTest() local
680 Pointer<Byte> buffer; in writeDepth() local
750 Pointer<Byte> buffer = sBuffer + 2 * x; in writeStencil() local
862 …void PixelRoutine::blendFactor(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pix… in blendFactor()
943 …void PixelRoutine::blendFactorAlpha(Vector4s &blendFactor, const Vector4s &current, const Vector4s… in blendFactorAlpha()
1002 Pointer<Byte> buffer; in readPixel() local
1171 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s &current, Int &x) in alphaBlend()
1290 void PixelRoutine::logicOperation(int index, Pointer<Byte> &cBuffer, Vector4s &current, Int &x) in logicOperation()
1385 …void PixelRoutine::writeColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &current, Int &s… in writeColor()
[all …]
/third_party/libsnd/src/
Dpvf.c101 { sf_count_t current ; in pvf_write_header() local
136 { char buffer [32] ; in pvf_read_header() local
Dmat5.c160 char buffer [256] ; in mat5_write_header() local
161 sf_count_t current, datasize ; in mat5_write_header() local
261 { char buffer [256], name [32] ; in mat5_read_header() local
Dmat4.c146 { sf_count_t current ; in mat4_write_header() local
206 { char buffer [256] ; in mat4_read_header() local
/third_party/gstreamer/gstreamer/tests/check/generic/
Dsinks.c55 GstState current, pending; in GST_START_TEST() local
89 GstState current, pending; in GST_START_TEST() local
132 GstState current, pending; in GST_START_TEST() local
176 GstState current, pending; in GST_START_TEST() local
229 GstState current, pending; in GST_START_TEST() local
353 GstState current, pending; in GST_START_TEST() local
422 GstState current, pending; in GST_START_TEST() local
460 GstState current, pending; in GST_START_TEST() local
516 GstState current, pending; in GST_START_TEST() local
571 GstState current, pending; in GST_START_TEST() local
[all …]
/third_party/gstreamer/gstreamer/tests/check/elements/
Dfakesink.c34 GstBuffer *buffer; member
50 chain_async (GstPad * pad, GstBuffer * buffer) in chain_async()
128 GstBuffer *buffer; in GST_START_TEST() local
145 GstBuffer *buffer; in GST_START_TEST() local
162 GstBuffer *buffer; in GST_START_TEST() local
165 GstState current, pending; in GST_START_TEST() local
193 GstBuffer *buffer; in GST_START_TEST() local
289 GstBuffer *buffer; in GST_START_TEST() local
292 GstState current, pending; in GST_START_TEST() local
453 GstBuffer *buffer; in GST_START_TEST() local
[all …]
/third_party/selinux/libsepol/cil/test/unit/
DCilTest.c60 char *buffer; in set_cil_file_data() local
90 struct cil_tree_node *node, *item, *current; in gen_test_tree() local
/third_party/boost/boost/outcome/experimental/status-code/
Dposix_code.hpp71 char buffer[1024] = ""; in _make_string_ref() local
169 …template <class Base> inline posix_code mixin<Base, _posix_code_domain>::current() noexcept { retu… in current() function in mixins::mixin
/third_party/grpc/test/core/iomgr/
Dload_file_test.cc126 unsigned char* buffer = static_cast<unsigned char*>(gpr_malloc(buffer_size)); in test_load_big_file() local
127 unsigned char* current; in test_load_big_file() local
/third_party/jsoncpp/src/lib_json/
Djson_reader.cpp361 Reader::Location current = begin; in normalizeEOL() local
556 Location current = token.start_; in decodeNumber() local
607 String buffer(token.start_, token.end_); in decodeDouble() local
629 Location current = token.start_ + 1; // skip '"' in decodeString() local
680 bool Reader::decodeUnicodeCodePoint(Token& token, Location& current, in decodeUnicodeCodePoint()
705 bool Reader::decodeUnicodeEscapeSequence(Token& token, Location& current, in decodeUnicodeEscapeSequence()
769 Location current = begin_; in getLocationLineAndColumn() local
796 char buffer[18 + 16 + 16 + 1]; in getLocationLineAndColumn() local
1350 OurReader::Location current = begin; in normalizeEOL() local
1578 Location current = token.start_; in decodeNumber() local
[all …]
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
Dminimal-http-client-captive-portal.c75 char buffer[1024 + LWS_PRE]; in callback_http() local
213 int current, int target) in app_system_state_nf()
/third_party/ffmpeg/libavcodec/
Ddxva2_mpeg2.c127 const uint8_t *buffer, unsigned size) in fill_slice()
161 uint8_t *dxva_data, *current, *end; in commit_bitstream_and_slice_buffer() local
254 av_unused const uint8_t *buffer, in dxva2_mpeg2_start_frame()
276 const uint8_t *buffer, uint32_t size) in dxva2_mpeg2_decode_slice()

12345678