Home
last modified time | relevance | path

Searched defs:cut (Results 1 – 25 of 31) sorted by relevance

12

/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
Dmod.rs48 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/
Dtool_msgs.c66 size_t cut = width-1; in voutf() local
/third_party/python/Objects/stringlib/
Dfastsearch.h274 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/
DdecNumber.cpp527 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 …]
DdecNumberLocal.h262 #define TODIGIT(u, cut, c, pow) UPRV_BLOCK_MACRO_BEGIN { \ argument
/third_party/skia/third_party/externals/icu/source/i18n/
DdecNumber.cpp527 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 …]
DdecNumberLocal.h262 #define TODIGIT(u, cut, c, pow) UPRV_BLOCK_MACRO_BEGIN { \ argument
/third_party/icu/icu4c/source/i18n/
DdecNumber.cpp527 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 …]
DdecNumberLocal.h262 #define TODIGIT(u, cut, c, pow) UPRV_BLOCK_MACRO_BEGIN { \ argument
/third_party/skia/third_party/externals/brotli/c/enc/
Dstatic_dict.c119 size_t cut = l - len; in BrotliFindAllStaticDictionaryMatches() local
Dhash.h155 size_t cut = len - matchlen; in TestStaticDictionaryItem() local
/third_party/node/deps/brotli/c/enc/
Dstatic_dict.c119 size_t cut = l - len; in BrotliFindAllStaticDictionaryMatches() local
Dhash.h155 size_t cut = len - matchlen; in TestStaticDictionaryItem() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_export.cpp497 EmitVertexInstr::EmitVertexInstr(int stream, bool cut): in EmitVertexInstr()
531 auto EmitVertexInstr::from_string(std::istream& is, bool cut) -> Pointer in from_string()
Dsfn_shader_gs.cpp216 bool GeometryShader::emit_vertex(nir_intrinsic_instr* instr, bool cut) in emit_vertex()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_graph.cpp144 void Graph::Node::cut() in cut() function in nv50_ir::Graph::Node
Dnv50_ir_emit_gv100.cpp1130 const int cut = insn->op == OP_RESTART || insn->subOp; in emitOUT() local
/third_party/toybox/toys/net/
Dnetstat.c65 char cut[4]; in addr2str() local
/third_party/ffmpeg/libavfilter/
Dvf_deshake.c102 int cut = count / 5; in clean_mean() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.cpp125 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/
DCalendarRegressionTest.java1062 Date cut = cal.getGregorianChange(); in Test4141665() local
/third_party/python/Lib/
Dnntplib.py1078 def cut(s, lim): function
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DCalendarRegressionTest.java1065 Date cut = cal.getGregorianChange(); in Test4141665() local
/third_party/rust/crates/nom/src/combinator/
Dmod.rs631 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/
Deditor.py656 def cut(self,event): member in EditorWindow

12