Home
last modified time | relevance | path

Searched defs:extra (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/third_party/node/deps/brotli/c/enc/
Dcompress_fragment_two_pass.c127 const uint32_t extra = tail - (prefix << nbits); in EmitInsertLen() local
133 const uint32_t extra = tail - (1u << nbits); in EmitInsertLen() local
136 const uint32_t extra = insertlen - 2114; in EmitInsertLen() local
139 const uint32_t extra = insertlen - 6210; in EmitInsertLen() local
142 const uint32_t extra = insertlen - 22594; in EmitInsertLen() local
156 const size_t extra = tail - (prefix << nbits); in EmitCopyLen() local
162 const size_t extra = tail - ((size_t)1 << nbits); in EmitCopyLen() local
165 const size_t extra = copylen - 2118; in EmitCopyLen() local
181 const size_t extra = tail - (prefix << nbits); in EmitCopyLenLastDistance() local
187 const size_t extra = tail & 31; in EmitCopyLenLastDistance() local
[all …]
/third_party/skia/third_party/externals/brotli/c/enc/
Dcompress_fragment_two_pass.c127 const uint32_t extra = tail - (prefix << nbits); in EmitInsertLen() local
133 const uint32_t extra = tail - (1u << nbits); in EmitInsertLen() local
136 const uint32_t extra = insertlen - 2114; in EmitInsertLen() local
139 const uint32_t extra = insertlen - 6210; in EmitInsertLen() local
142 const uint32_t extra = insertlen - 22594; in EmitInsertLen() local
156 const size_t extra = tail - (prefix << nbits); in EmitCopyLen() local
162 const size_t extra = tail - ((size_t)1 << nbits); in EmitCopyLen() local
165 const size_t extra = copylen - 2118; in EmitCopyLen() local
181 const size_t extra = tail - (prefix << nbits); in EmitCopyLenLastDistance() local
187 const size_t extra = tail & 31; in EmitCopyLenLastDistance() local
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_atomics_test.cpp354 const std::string extra = R"( in TEST_F() local
370 const std::string extra = R"( in TEST_F() local
386 const std::string extra = R"( in TEST_F() local
402 const std::string extra = R"( in TEST_F() local
418 const std::string extra = R"( in TEST_F() local
434 const std::string extra = R"( in TEST_F() local
450 const std::string extra = R"( in TEST_F() local
466 const std::string extra = R"( in TEST_F() local
482 const std::string extra = R"( in TEST_F() local
498 const std::string extra = R"( in TEST_F() local
[all …]
Dval_image_test.cpp1170 const std::string extra = R"( in TEST_F() local
1304 const std::string extra = R"( in TEST_F() local
1885 const std::string extra = R"( in TEST_F() local
2033 const std::string extra = R"( in TEST_F() local
2168 const std::string extra = R"( in TEST_F() local
2306 const std::string extra = R"( in TEST_F() local
2445 const std::string extra = R"( in TEST_F() local
2583 const std::string extra = R"( in TEST_F() local
2701 const std::string extra = R"( in TEST_F() local
2718 const std::string extra = R"( in TEST_F() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_atomics_test.cpp354 const std::string extra = R"( in TEST_F() local
370 const std::string extra = R"( in TEST_F() local
386 const std::string extra = R"( in TEST_F() local
402 const std::string extra = R"( in TEST_F() local
418 const std::string extra = R"( in TEST_F() local
434 const std::string extra = R"( in TEST_F() local
450 const std::string extra = R"( in TEST_F() local
466 const std::string extra = R"( in TEST_F() local
482 const std::string extra = R"( in TEST_F() local
498 const std::string extra = R"( in TEST_F() local
[all …]
Dval_image_test.cpp1170 const std::string extra = R"( in TEST_F() local
1304 const std::string extra = R"( in TEST_F() local
1885 const std::string extra = R"( in TEST_F() local
2033 const std::string extra = R"( in TEST_F() local
2168 const std::string extra = R"( in TEST_F() local
2306 const std::string extra = R"( in TEST_F() local
2445 const std::string extra = R"( in TEST_F() local
2583 const std::string extra = R"( in TEST_F() local
2701 const std::string extra = R"( in TEST_F() local
2718 const std::string extra = R"( in TEST_F() local
[all …]
/third_party/spirv-tools/test/val/
Dval_atomics_test.cpp339 const std::string extra = R"( in TEST_F() local
355 const std::string extra = R"( in TEST_F() local
371 const std::string extra = R"( in TEST_F() local
387 const std::string extra = R"( in TEST_F() local
403 const std::string extra = R"( in TEST_F() local
419 const std::string extra = R"( in TEST_F() local
435 const std::string extra = R"( in TEST_F() local
451 const std::string extra = R"( in TEST_F() local
467 const std::string extra = R"( in TEST_F() local
483 const std::string extra = R"( in TEST_F() local
[all …]
Dval_image_test.cpp1170 const std::string extra = R"( in TEST_F() local
1304 const std::string extra = R"( in TEST_F() local
1869 const std::string extra = R"( in TEST_F() local
2017 const std::string extra = R"( in TEST_F() local
2152 const std::string extra = R"( in TEST_F() local
2290 const std::string extra = R"( in TEST_F() local
2429 const std::string extra = R"( in TEST_F() local
2567 const std::string extra = R"( in TEST_F() local
2685 const std::string extra = R"( in TEST_F() local
2702 const std::string extra = R"( in TEST_F() local
[all …]
/third_party/typescript/tests/baselines/reference/
DobjectLiteralFreshnessWithSpread.js2 let x = { b: 1, extra: 2 } property
18 var x = { b: 1, extra: 2 }; property
DspreadExcessProperty.js3 const extra1 = { a: "a", b: "b", extra: "extra" }; property
19 var extra1 = { a: "a", b: "b", extra: "extra" }; property
/third_party/skia/third_party/externals/brotli/research/
Dbrotlidump.py144 def value(self, extra=None): argument
156 def explanation(self, extra=None): argument
376 def value(self, index, extra=None): argument
478 def explanation(self, index, extra=None): argument
503 def callback(self, symbol, extra): argument
512 def value(self, index, extra=None): argument
540 def value(self, index, extra): argument
571 def value(self, index, extra): argument
582 def explanation(self, index, extra): argument
629 def explanation(self, index, extra=None): argument
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.cc47 inline void CheckCapacity(size_t n, size_t extra) { in CheckCapacity()
56 CordRepFlat* CreateFlat(const char* s, size_t n, size_t extra = 0) { // NOLINT in CreateFlat()
206 CordRepRing* CordRepRing::New(size_t capacity, size_t extra) { in New()
269 index_type tail, size_t extra) { in Copy()
276 CordRepRing* CordRepRing::Mutable(CordRepRing* rep, size_t extra) { in Mutable()
330 size_t len, size_t extra) { in CreateFromLeaf()
341 CordRepRing* CordRepRing::CreateSlow(CordRep* child, size_t extra) { in CreateSlow()
358 CordRepRing* CordRepRing::Create(CordRep* child, size_t extra) { in Create()
506 size_t extra) { in Append()
540 size_t extra) { in Prepend()
[all …]
/third_party/python/Lib/asyncio/
Dproactor_events.py51 extra=None, server=None): argument
182 extra=None, server=None, buffer_size=65536): argument
458 waiter=None, extra=None): argument
603 extra=None, server=None): argument
637 extra=None, server=None): argument
644 extra=None, server=None, argument
655 address=None, waiter=None, extra=None): argument
660 extra=None): argument
665 extra=None): argument
669 extra=None): argument
/third_party/jsframework/runtime/main/extend/systemplugin/napi/bundle/
DcustomizeData.js19 extra: "[PC preview] unknown extra", property
/third_party/freetype/src/base/
Dftfstype.c42 PS_FontExtraRec extra; in FT_Get_FSType_Flags() local
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftfstype.c43 PS_FontExtraRec extra; in FT_Get_FSType_Flags() local
/third_party/skia/third_party/externals/freetype/src/base/
Dftfstype.c42 PS_FontExtraRec extra; in FT_Get_FSType_Flags() local
/third_party/libsnd/src/
Dsndfile.c1614 sf_count_t count, extra ; in sf_read_raw() local
1666 sf_count_t count, extra ; in sf_read_short() local
1721 sf_count_t count, extra ; in sf_readf_short() local
1774 sf_count_t count, extra ; in sf_read_int() local
1829 sf_count_t count, extra ; in sf_readf_int() local
1882 sf_count_t count, extra ; in sf_read_float() local
1937 sf_count_t count, extra ; in sf_readf_float() local
1990 sf_count_t count, extra ; in sf_read_double() local
2045 sf_count_t count, extra ; in sf_readf_double() local
/third_party/python/Tools/c-analyzer/c_analyzer/
Dinfo.py42 def from_raw(cls, raw, **extra):
56 def from_resolved(cls, item, resolved, **extra):
91 def __init__(self, item, typedecl=None, **extra):
276 def build_item(cls, info, resolved=None, **extra):
/third_party/python/Tools/c-analyzer/c_parser/
Dinfo.py456 def _raw_data(cls, data, extra): argument
463 def _data_as_row(cls, data, extra, colnames): argument
475 def _render_data_row_item(cls, colname, data, extra): argument
482 def _render_data_row(cls, fmt, data, extra, colnames): argument
498 def _render_data(cls, fmt, data, extra): argument
806 def _render_data(cls, fmt, data, extra): argument
814 def _render_data_row_item(cls, colname, data, extra): argument
821 def _format_data(cls, fmt, data, extra): argument
901 def _raw_data(self, data, extra): argument
909 def _format_data(cls, fmt, data, extra): argument
[all …]
/third_party/glslang/glslang/MachineIndependent/
DintermOut.cpp106 void setDoubleOutput(EExtraOutput extra) { extraOutput = extra; } in setDoubleOutput()
1178 static void OutputDouble(TInfoSink& out, double value, TOutputTraverser::EExtraOutput extra) in OutputDouble()
1229 TOutputTraverser::EExtraOutput extra, int depth) in OutputConstantUnion()
/third_party/boost/libs/multiprecision/test/
Dtest_cpp_bin_float_round.cpp60 float extra = std::ldexp(1.0f, e - std::numeric_limits<float>::digits - 1); in main() local
/third_party/musl/src/time/
Dclock_nanosleep.c20 long long extra = s - CLAMP(s); in __clock_nanosleep() local
/third_party/selinux/libsepol/tests/
Dtest-expander-users.c39 int extra = 0; /* number of extra roles found */ in check_user_roles() local
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-pseudo.h59 CRString *extra ; member

12345678910>>...19