/third_party/toybox/toys/pending/ |
D | userdel.c | 27 char *filenamesfx = NULL, *sfx = NULL, *line = NULL; in update_groupfiles() local 34 sfx = strchr(filenamesfx, '+'); in update_groupfiles() 37 *sfx = '-'; in update_groupfiles() 41 *sfx = '+'; in update_groupfiles()
|
/third_party/boost/boost/hana/fwd/ |
D | suffix.hpp | 56 constexpr auto suffix = [](auto&& xs, auto&& sfx) { in __anon409f90720102() argument 65 constexpr auto operator()(Xs&& xs, Sfx&& sfx) const;
|
/third_party/boost/libs/hana/include/boost/hana/fwd/ |
D | suffix.hpp | 56 constexpr auto suffix = [](auto&& xs, auto&& sfx) { in __anonc6987ca50102() argument 65 constexpr auto operator()(Xs&& xs, Sfx&& sfx) const;
|
/third_party/toybox/lib/ |
D | password.c | 111 *sfx = NULL, *line = NULL; in update_password() local 119 sfx = strchr(filenamesfx, '+'); in update_password() 127 *sfx = '-'; in update_password() 132 *sfx = '+'; in update_password()
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | suffix.hpp | 27 constexpr auto suffix_t::operator()(Xs&& xs, Sfx&& sfx) const { in operator ()() 38 return Suffix::apply(static_cast<Xs&&>(xs), static_cast<Sfx&&>(sfx)); in operator ()()
|
/third_party/boost/boost/hana/ |
D | suffix.hpp | 27 constexpr auto suffix_t::operator()(Xs&& xs, Sfx&& sfx) const { in operator ()() 38 return Suffix::apply(static_cast<Xs&&>(xs), static_cast<Sfx&&>(sfx)); in operator ()()
|
/third_party/openssl/crypto/perlasm/ |
D | arm-xlate.pl | 100 my ($r,$sfx,$start,$end) = @_; 102 join(",",map("$r$_$sfx",($start..$end)));
|
/third_party/openssl/crypto/ec/asm/ |
D | ecp_nistz256-x86_64.pl | 3221 my ($src0,$sfx,$bias); 3226 $sfx = ""; 3244 $sfx = "x"; 3460 .size ecp_nistz256_point_double$sfx,.-ecp_nistz256_point_double$sfx 3467 my ($src0,$sfx,$bias); 3477 $sfx = ""; 3495 $sfx = "x"; 3841 .size ecp_nistz256_point_add$sfx,.-ecp_nistz256_point_add$sfx 3848 my ($src0,$sfx,$bias); 3857 $sfx = ""; [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | collationsets.h | 67 void addSuffix(UChar32 c, const UnicodeString &sfx);
|
D | collationsets.cpp | 337 TailoredSet::addSuffix(UChar32 c, const UnicodeString &sfx) { in addSuffix() argument 338 tailored->add(UnicodeString(unreversedPrefix).append(c).append(sfx)); in addSuffix()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationsets.h | 67 void addSuffix(UChar32 c, const UnicodeString &sfx);
|
D | collationsets.cpp | 337 TailoredSet::addSuffix(UChar32 c, const UnicodeString &sfx) { in addSuffix() argument 338 tailored->add(UnicodeString(unreversedPrefix).append(c).append(sfx)); in addSuffix()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationsets.h | 67 void addSuffix(UChar32 c, const UnicodeString &sfx);
|
D | collationsets.cpp | 337 TailoredSet::addSuffix(UChar32 c, const UnicodeString &sfx) { in addSuffix() argument 338 tailored->add(UnicodeString(unreversedPrefix).append(c).append(sfx)); in addSuffix()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationsets.h | 67 void addSuffix(UChar32 c, const UnicodeString &sfx);
|
D | collationsets.cpp | 337 TailoredSet::addSuffix(UChar32 c, const UnicodeString &sfx) { in addSuffix() argument 338 tailored->add(UnicodeString(unreversedPrefix).append(c).append(sfx)); in addSuffix()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | TailoredSet.java | 372 private void addSuffix(int c, CharSequence sfx) { in addSuffix() argument 373 tailored.add(new StringBuilder(unreversedPrefix).appendCodePoint(c).append(sfx)); in addSuffix()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | TailoredSet.java | 370 private void addSuffix(int c, CharSequence sfx) { in addSuffix() argument 371 tailored.add(new StringBuilder(unreversedPrefix).appendCodePoint(c).append(sfx)); in addSuffix()
|
/third_party/pulseaudio/src/pulsecore/ |
D | core-util.h | 135 bool pa_endswith(const char *s, const char *sfx) PA_GCC_PURE;
|
D | core-util.c | 2086 bool pa_endswith(const char *s, const char *sfx) { in pa_endswith() argument 2090 pa_assert(sfx); in pa_endswith() 2093 l2 = strlen(sfx); in pa_endswith() 2095 return l1 >= l2 && pa_streq(s + l1 - l2, sfx); in pa_endswith()
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
D | dm_flags.go | 104 suffix := func(slice []string, sfx string) []string { 107 rv = append(rv, e+sfx)
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 775 float sfx = (float)ix + 0.5f; in computeVertexReference() local 777 float fx1 = deFloatClamp((sfx - sx0) * oosx, 0.0f, 1.0f); in computeVertexReference()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderRenderCase.cpp | 703 float sfx = (float)ix + 0.5f; in computeVertexReference() local 705 float fx1 = deFloatClamp((sfx - sx0) * oosx, 0.0f, 1.0f); in computeVertexReference()
|
/third_party/iptables/iptables/ |
D | nft.c | 3536 const char *pfx = "", *sfx = ""; in nft_assert_table_compatible() local 3543 sfx = "' in "; in nft_assert_table_compatible() 3549 pfx, chain, sfx, table); in nft_assert_table_compatible()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 2421 const float sfx = (float)ix + 0.5f; in computeVertexReference() local 2423 const float fx1 = deFloatClamp((sfx - sx0) * oosx, 0.0f, 1.0f); in computeVertexReference()
|