/third_party/node/deps/icu-small/source/i18n/ |
D | double-conversion-string-to-double.cpp | 86 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/ |
D | double-conversion-string-to-double.cpp | 86 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/ |
D | double-conversion-string-to-double.cpp | 86 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/ |
D | string-to-double.cc | 65 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/ |
D | double-conversion.cpp | 374 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/ |
D | CodedInputStream.php | 40 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)
|
D | CodedOutputStream.php | 38 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/ |
D | main.cpp | 48 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/ |
D | cil_parser.c | 76 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/ |
D | caniter.h | 179 int32_t *current; variable 183 UnicodeString buffer; variable
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | caniter.h | 179 int32_t *current; variable 183 UnicodeString buffer; variable
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | caniter.h | 177 int32_t *current; variable 181 UnicodeString buffer; variable
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | caniter.h | 179 int32_t *current; variable 183 UnicodeString buffer; variable
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | PixelRoutine.cpp | 308 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 ¤t, const Vector4s &pix… in blendFactor() 943 …void PixelRoutine::blendFactorAlpha(Vector4s &blendFactor, const Vector4s ¤t, const Vector4s… in blendFactorAlpha() 1002 Pointer<Byte> buffer; in readPixel() local 1171 void PixelRoutine::alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x) in alphaBlend() 1290 void PixelRoutine::logicOperation(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x) in logicOperation() 1385 …void PixelRoutine::writeColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s ¤t, Int &s… in writeColor() [all …]
|
/third_party/libsnd/src/ |
D | pvf.c | 101 { sf_count_t current ; in pvf_write_header() local 136 { char buffer [32] ; in pvf_read_header() local
|
D | mat5.c | 160 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
|
D | mat4.c | 146 { 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/ |
D | sinks.c | 55 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/ |
D | fakesink.c | 34 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/ |
D | CilTest.c | 60 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/ |
D | posix_code.hpp | 71 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/ |
D | load_file_test.cc | 126 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/ |
D | json_reader.cpp | 361 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/ |
D | minimal-http-client-captive-portal.c | 75 char buffer[1024 + LWS_PRE]; in callback_http() local 213 int current, int target) in app_system_state_nf()
|
/third_party/ffmpeg/libavcodec/ |
D | dxva2_mpeg2.c | 127 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()
|