| /third_party/rust/crates/regex/regex-syntax/src/hir/literal/ |
| D | mod.rs | 48 cut: bool, field 518 pub fn cut(&mut self) { in cut() method 865 pub fn cut(&mut self) { in cut() method 1006 cut: bool, field 1532 let cut = ul.is_cut(); localVariable 1601 let cut = ul.is_cut(); localVariable
|
| /third_party/curl/src/ |
| D | tool_msgs.c | 66 size_t cut = width-1; in voutf() local
|
| /third_party/python/Objects/stringlib/ |
| D | fastsearch.h | 274 Py_ssize_t cut1, period1, cut2, period2, cut, period; in STRINGLIB() local 366 const Py_ssize_t cut = p->cut; in STRINGLIB() local
|
| /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 …]
|
| D | decNumberLocal.h | 262 #define TODIGIT(u, cut, c, pow) UPRV_BLOCK_MACRO_BEGIN { \ argument
|
| /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 …]
|
| D | decNumberLocal.h | 262 #define TODIGIT(u, cut, c, pow) UPRV_BLOCK_MACRO_BEGIN { \ argument
|
| /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 …]
|
| D | decNumberLocal.h | 262 #define TODIGIT(u, cut, c, pow) UPRV_BLOCK_MACRO_BEGIN { \ argument
|
| /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/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_instr_export.cpp | 497 EmitVertexInstr::EmitVertexInstr(int stream, bool cut): in EmitVertexInstr() 531 auto EmitVertexInstr::from_string(std::istream& is, bool cut) -> Pointer in from_string()
|
| D | sfn_shader_gs.cpp | 216 bool GeometryShader::emit_vertex(nir_intrinsic_instr* instr, bool cut) in emit_vertex()
|
| /third_party/mesa3d/src/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 | 1130 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/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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
| D | CalendarRegressionTest.java | 1062 Date cut = cal.getGregorianChange(); in Test4141665() local
|
| /third_party/python/Lib/ |
| D | nntplib.py | 1078 def cut(s, lim): function
|
| /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/rust/crates/nom/src/combinator/ |
| D | mod.rs | 631 pub fn cut<I, O, E: ParseError<I>, F>(mut parser: F) -> impl FnMut(I) -> IResult<I, O, E> in cut() function
|
| /third_party/python/Lib/idlelib/ |
| D | editor.py | 656 def cut(self,event): member in EditorWindow
|