/third_party/boost/libs/locale/src/icu/ |
D | uconv.hpp | 80 size_t cut(icu::UnicodeString const &str,char_type const *begin,char_type const *end, in cut() function in boost::locale::impl_icu::icu_std_converter 140 size_t cut(size_t n,char_type const *begin,char_type const *end) in cut() function 222 …size_t cut(icu::UnicodeString const &/*str*/,char_type const * /*begin*/,char_type const * /*end*/… in cut() function in boost::locale::impl_icu::icu_std_converter 295 …size_t cut(icu::UnicodeString const &str,char_type const * /*begin*/,char_type const * /*end*/,siz… in cut() function in boost::locale::impl_icu::icu_std_converter
|
D | formatter.cpp | 140 size_t cut = cvt_.cut(tmp,str.data(),str.data()+str.size(),pp.getIndex()); in do_parse() local 212 size_t cut = cvt_.cut(tmp,str.data(),str.data()+str.size(),pp.getIndex()); in do_parse() local
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instruction_misc.cpp | 30 EmitVertex::EmitVertex(int stream, bool cut): in EmitVertex()
|
D | sfn_shader_geometry.cpp | 283 bool GeometryShaderFromNir::emit_vertex(nir_intrinsic_instr* instr, bool cut) in emit_vertex()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | math_utils.cc | 32 int32_t cut = static_cast<int32_t>((low_p / kMaxPerc) * n); in ComputeUpperAndLowerPercentiles() local
|
/third_party/curl/src/ |
D | tool_msgs.c | 58 size_t cut = width-1; in voutf() local
|
/third_party/python/Objects/stringlib/ |
D | fastsearch.h | 267 Py_ssize_t cut1, period1, cut2, period2, cut, period; in STRINGLIB() local 348 Py_ssize_t cut = p->cut; in STRINGLIB() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | decNumber.cpp | 527 Int cut, out; /* .. */ in uprv_decNumberFromString() local 3498 uInt cut=DECDPUN; /* downcounter through unit */ in uprv_decNumberGetBCD() local 3532 Int cut=MSUDIGITS(n); /* [faster than remainder] */ in uprv_decNumberSetBCD() local 3658 Int cut; /* for counting digits in a Unit */ in decToString() local 4291 Int shift, cut; /* .. */ in decDivideOp() local 6640 uInt cut; /* .. */ local 6733 Int cut; /* odd 0's to add */ local 6789 Int cut, count; /* work */ local 6938 uInt cut; /* cut point in Unit */ local 7680 Int cut; /* work */ local [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | decNumber.cpp | 527 Int cut, out; /* .. */ in uprv_decNumberFromString() local 3498 uInt cut=DECDPUN; /* downcounter through unit */ in uprv_decNumberGetBCD() local 3532 Int cut=MSUDIGITS(n); /* [faster than remainder] */ in uprv_decNumberSetBCD() local 3658 Int cut; /* for counting digits in a Unit */ in decToString() local 4291 Int shift, cut; /* .. */ in decDivideOp() local 6640 uInt cut; /* .. */ local 6733 Int cut; /* odd 0's to add */ local 6789 Int cut, count; /* work */ local 6938 uInt cut; /* cut point in Unit */ local 7680 Int cut; /* work */ local [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | decNumber.cpp | 527 Int cut, out; /* .. */ in uprv_decNumberFromString() local 3498 uInt cut=DECDPUN; /* downcounter through unit */ in uprv_decNumberGetBCD() local 3532 Int cut=MSUDIGITS(n); /* [faster than remainder] */ in uprv_decNumberSetBCD() local 3658 Int cut; /* for counting digits in a Unit */ in decToString() local 4291 Int shift, cut; /* .. */ in decDivideOp() local 6640 uInt cut; /* .. */ local 6733 Int cut; /* odd 0's to add */ local 6789 Int cut, count; /* work */ local 6938 uInt cut; /* cut point in Unit */ local 7680 Int cut; /* work */ local [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | decNumber.cpp | 527 Int cut, out; /* .. */ in uprv_decNumberFromString() local 3498 uInt cut=DECDPUN; /* downcounter through unit */ in uprv_decNumberGetBCD() local 3532 Int cut=MSUDIGITS(n); /* [faster than remainder] */ in uprv_decNumberSetBCD() local 3658 Int cut; /* for counting digits in a Unit */ in decToString() local 4291 Int shift, cut; /* .. */ in decDivideOp() local 6640 uInt cut; /* .. */ local 6733 Int cut; /* odd 0's to add */ local 6789 Int cut, count; /* work */ local 6938 uInt cut; /* cut point in Unit */ local 7680 Int cut; /* work */ local [all …]
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | static_dict.c | 119 size_t cut = l - len; in BrotliFindAllStaticDictionaryMatches() local
|
D | hash.h | 155 size_t cut = len - matchlen; in TestStaticDictionaryItem() local
|
/third_party/node/deps/brotli/c/enc/ |
D | static_dict.c | 119 size_t cut = l - len; in BrotliFindAllStaticDictionaryMatches() local
|
D | hash.h | 155 size_t cut = len - matchlen; in TestStaticDictionaryItem() local
|
/third_party/flutter/skia/third_party/externals/wuffs/lib/flatecut/ |
D | flatecut.go | 447 func (c *cutter) cut() (encodedLen int, decodedLen int, retErr error) { func
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_graph.cpp | 144 void Graph::Node::cut() in cut() function in nv50_ir::Graph::Node
|
D | nv50_ir_emit_gv100.cpp | 1115 const int cut = insn->op == OP_RESTART || insn->subOp; in emitOUT() local
|
/third_party/toybox/toys/net/ |
D | netstat.c | 65 char cut[4]; in addr2str() local
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/rec_core/ |
D | rec_generate_strategy.cc | 241 size_t cut = 1; in PrepareGatherV2P() local 305 size_t cut = 1; in PrepareGatherV2POutputStrategy() local 1167 size_t cut = 1; in ModifyStrategyIfSqueezeOutgoing() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_deshake.c | 102 int cut = count / 5; in clean_mean() local
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_ir.cpp | 125 node* container_node::cut(iterator b, iterator e) { in cut() function in r600_sb::container_node
|
/third_party/boost/boost/heap/ |
D | fibonacci_heap.hpp | 666 void cut(node_pointer n) in cut() function in boost::heap::fibonacci_heap
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
D | CalendarRegressionTest.java | 1065 Date cut = cal.getGregorianChange(); in Test4141665() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | CalendarRegressionTest.java | 1062 Date cut = cal.getGregorianChange(); in Test4141665() local
|