Home
last modified time | relevance | path

Searched refs:_add (Results 1 - 25 of 30) sorted by relevance

12

/third_party/python/Lib/
H A Dos.py104 def _add(str, fn): function
109 _add("HAVE_FACCESSAT", "access")
110 _add("HAVE_FCHMODAT", "chmod")
111 _add("HAVE_FCHOWNAT", "chown")
112 _add("HAVE_FSTATAT", "stat")
113 _add("HAVE_FUTIMESAT", "utime")
114 _add("HAVE_LINKAT", "link")
115 _add("HAVE_MKDIRAT", "mkdir")
116 _add("HAVE_MKFIFOAT", "mkfifo")
117 _add("HAVE_MKNODA
[all...]
H A Dfractions.py452 def _add(a, b): member in Fraction
466 __add__, __radd__ = _operator_fallbacks(_add, operator.add)
/third_party/tzdata/
H A Dstrftime.c107 static char * _add(const char *, char *, const char *);
177 pt = _add((t->tm_wday < 0 || in _fmt()
183 pt = _add((t->tm_wday < 0 || in _fmt()
189 pt = _add((t->tm_mon < 0 || in _fmt()
196 pt = _add((t->tm_mon < 0 || in _fmt()
276 pt = _add("kitchen sink", pt, ptlim); in _fmt()
300 pt = _add("\n", pt, ptlim); in _fmt()
303 pt = _add((t->tm_hour >= (HOURSPERDAY / 2)) ? in _fmt()
347 pt = _add(buf, pt, ptlim); in _fmt()
354 pt = _add("\ in _fmt()
619 _add(const char *str, char *pt, const char *ptlim) _add() function
[all...]
/third_party/node/deps/openssl/openssl/fuzz/
H A Dhelper.py36 def _add(d): function
44 _add(FUZZER + "-seed")
/third_party/openssl/fuzz/
H A Dhelper.py36 def _add(d): function
44 _add(FUZZER + "-seed")
/third_party/nghttp2/
H A Dmkhufftbl.py296 def _add(node, sym, bits): function
309 _add(child, sym, bits[1:])
312 _add(ctx.root, sym, bits)
/third_party/ltp/tools/sparse/sparse-src/
H A Dptrmap.h10 void name##_add(struct name **map, ktype k, vtype v) { \
/third_party/protobuf/python/google/protobuf/internal/
H A Ddecoder.py432 message._unknown_field_set._add(
477 message._unknown_field_set._add(
522 message._unknown_field_set._add(
852 message._unknown_field_set._add(
970 unknown_field_set._add(field_number, wire_type, data)
H A Dcontainers.py748 def _add(self, field_number, wire_type, data): member in UnknownFieldSet
H A Dpython_message.py1203 unknown_field_set._add(field_number, wire_type, data)
/third_party/python/Lib/test/test_zoneinfo/
H A Dtest_zoneinfo.py1068 def _add(): function
1096 def _add(): function
1120 def _add(): function
1145 def _add(): function
1169 def _add(): function
1182 def _add(): function
1195 def _add(): function
1216 def _add(): function
1249 def _add(): function
1272 def _add() function
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dh264dsp_init.c50 void ff_h264_idct ## NUM ## _add ## REP ## _ ## DEPTH ## _ ## OPT \
66 void ff_h264_idct ## NUM ## _add ## REP ## _ ## DEPTH ## _ ## OPT \
/third_party/icu/icu4c/source/common/
H A Duniset.cpp957 _add(s);
970 void UnicodeSet::_add(const UnicodeString& s) {
1134 _add(s);
1255 _add(s);
1284 _add(*s);
1353 _add(*(const UnicodeString*)e);
/third_party/node/deps/icu-small/source/common/
H A Duniset.cpp957 _add(s);
970 void UnicodeSet::_add(const UnicodeString& s) {
1134 _add(s);
1255 _add(s);
1284 _add(*s);
1353 _add(*(const UnicodeString*)e);
/third_party/skia/third_party/externals/icu/source/common/
H A Duniset.cpp957 _add(s);
970 void UnicodeSet::_add(const UnicodeString& s) {
1135 _add(s);
1256 _add(s);
1285 _add(*s);
1354 _add(*(const UnicodeString*)e);
/third_party/icu/icu4c/source/common/unicode/
H A Duniset.h1146 void _add(const UnicodeString& s);
/third_party/node/deps/icu-small/source/common/unicode/
H A Duniset.h1154 void _add(const UnicodeString& s);
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duniset.h1124 void _add(const UnicodeString& s);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp1567 _add(SP, SP, AddAmount); in addEpilog()
1597 Target->_add(ScratchReg, Base, OffsetVal); in newBaseRegister()
1812 Target->_add(TempBaseReg, TempBaseReg, OffsetDiffF); in legalizeMemOperand()
2082 _add(T, T, AddAmount); in lowerAlloca()
2093 _add(T, SP, OutArgsSizeRF); in lowerAlloca()
2506 _add(T_Hi, T_Hi1, T_Acc1); in lowerInt64Arithmetic()
3058 _add(T, Src0R, Src1RF);
3139 _add(T, Src0R, Src1F);
3204 _add(T, Src0R, SecondToLast.createShiftedOperand(Func, Src0R));
3219 _add(
[all...]
H A DIceTargetLoweringX8632.cpp1337 _add(T, Ctx->getConstantInt32(Alignment - 1)); in lowerAlloca()
1790 _add(T_Lo, Src1Lo); in lowerArithmetic()
1853 _add(T_4Hi, T_1); in lowerArithmetic()
1857 _add(T_4Hi, T_2); in lowerArithmetic()
2052 _add(T, Src1); in lowerArithmetic()
2180 _add(T, Src0); in lowerArithmetic()
2276 _add(T, Src0); in lowerArithmetic()
4433 Op_Lo = &TargetX8632::_add; in lowerAtomicRMW()
4699 _add(T_Dest, _32); in lowerCountZeros()
7790 _add(es in _add_sp()
[all...]
H A DIceTargetLoweringMIPS32.h166 void _add(Variable *Dest, Variable *Src0, Variable *Src1) { in _add() function in Ice::MIPS32::TargetMIPS32
H A DIceTargetLoweringX8664.cpp1253 _add(T, Ctx->getConstantInt32(Alignment - 1)); in lowerAlloca()
1852 _add(T, Src1); in lowerArithmetic()
1984 _add(T, Src0); in lowerArithmetic()
2088 _add(T, Src0); in lowerArithmetic()
7056 _add(rsp, Adjustment); in _add_sp()
/third_party/node/deps/openssl/openssl/
H A DConfigure2967 sub _add { subroutine
3008 sub { _add($separator, @x, @_) };
3017 sub { _add($separator, @_, @x) };
/third_party/openssl/
H A DConfigure2962 sub _add { subroutine
3003 sub { _add($separator, @x, @_) };
3012 sub { _add($separator, @_, @x) };
/third_party/glfw/deps/
H A Dlinmath.h20 LINMATH_H_FUNC void vec##n##_add(vec##n r, vec##n const a, vec##n const b) \

Completed in 60 milliseconds

12