Home
last modified time | relevance | path

Searched defs:right (Results 476 - 500 of 909) sorted by relevance

1...<<11121314151617181920>>...37

/third_party/qrcodegen/rust/src/
H A Dlib.rs565 let mut right: i32 = self.size - 1; in draw_codewords() variables
/third_party/pulseaudio/src/pulse/
H A Dohos_pa_volume.c677 pa_volume_t left = 0, right = 0; in get_avg() local
708 pa_volume_t left, right; in pa_cvolume_get_balance() local
741 pa_volume_t left, nleft, right, nright, m; set_balance() local
[all...]
H A Dvolume.c661 pa_volume_t left = 0, right = 0; in get_avg() local
692 pa_volume_t left, right; in pa_cvolume_get_balance() local
725 pa_volume_t left, nleft, right, nright, m; set_balance() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-http.c355 static void html_print_field(pa_ioline *line, const char *left, const char *right) { in html_print_field() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderStorageBlockOutputHLSL.cpp292 TIntermTyped *Mul(TIntermTyped *left, TIntermTyped *right) in Mul() argument
297 TIntermTyped *Add(TIntermTyped *left, TIntermTyped *right) in Add() argument
600 TIntermTyped *right in writeEOpIndexDirectOrIndirectOutput() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DReplaceClipCullDistanceVariable.cpp205 TIntermBinary *right = in simpleAssignFunc() local
227 TIntermBinary *right = in assignFuncWithEnableFlags() local
/third_party/skia/src/core/
H A DSkAAClip.cpp88 int right() const { return fRight; } in right() function in __anon18671::RowIter
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dgregocal.cpp297 GregorianCalendar::operator=(const GregorianCalendar &right) in operator =() argument
H A Dsimpletz.cpp206 SimpleTimeZone::operator=(const SimpleTimeZone &right) in operator =() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ducm.cpp205 compareMappingsUnicodeFirst(const void *context, const void *left, const void *right) { in compareMappingsUnicodeFirst() argument
213 compareMappingsBytesFirst(const void *context, const void *left, const void *right) { in compareMappingsBytesFirst() argument
/third_party/skia/src/sksl/
H A DSkSLRehydrator.cpp416 std::unique_ptr<Expression> right = this->expression(); in expression() local
/third_party/skia/src/sksl/codegen/
H A DSkSLPipelineStageCodeGenerator.cpp556 const Expression& right = *b.right(); in writeBinaryExpression() local
/third_party/skia/src/utils/
H A DSkPatchUtils.cpp316 SkPoint left = fLeft.next(), right = fRight.next(); in MakeVertices() local
/third_party/openssl/test/
H A Ddrbgtest.c302 static int compare_drbg_fork_result(const void * left, const void * right) in compare_drbg_fork_result() argument
325 static int compare_rand_chunk(const void * left, const void * right) in compare_rand_chunk() argument
/third_party/skia/third_party/externals/piex/src/
H A Dtiff_parser.cc583 std::uint32_t right; in GetFullDimension32() local
/third_party/skia/tools/
H A DToolUtils.cpp311 const SkPoint3 right = SkPoint3::Make(SK_ScalarRoot2Over2, 0.0f, SK_ScalarRoot2Over2); in create_frustum_normal_map() local
/third_party/toybox/kconfig/
H A Dexpr.h45 union expr_data left, right; member
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnsafeUtil.java448 private static int firstDifferingByteIndexNativeEndian(long left, long right) { in firstDifferingByteIndexNativeEndian() argument
464 static int mismatch(byte[] left, int leftOff, byte[] right, int rightOff, int length) { in mismatch() argument
[all...]
H A DRopeByteString.java135 private final ByteString right; field in RopeByteString
146 private RopeByteString(ByteString left, ByteString right) { in RopeByteString() argument
167 concatenate(ByteString left, ByteString right) concatenate() argument
230 concatenateBytes(ByteString left, ByteString right) concatenateBytes() argument
249 newInstanceForTest(ByteString left, ByteString right) newInstanceForTest() argument
629 balance(ByteString left, ByteString right) balance() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_file.cc374 std::string right = "\""; in CreateHeaderInclude() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc765 CordRep* const right = node->edges_[back.index]; in SubTree() local
810 MergeTrees(CordRepBtree* left, CordRepBtree* right) MergeTrees() argument
[all...]
H A Dcord_internal.h267 CordRep* right; member
H A Dcord_rep_btree_test.cc593 CordRepBtree* right = MakeLeaf(2); in TEST_P() local
595 refs.RefIf(second_shared(), right); in TEST_P() local
618 CordRepBtree* right = MakeLeaf(CordRepBtree::kMaxCapacity - 1); in TEST_P() local
619 refs.RefIf(second_shared(), right); in TEST_P() local
642 CordRepBtree* right = MakeTree(CordRepBtree::kMaxCapacity * 2); TEST_P() local
644 refs.RefIf(second_shared(), right); TEST_P() local
670 CordRepBtree* right = MakeTree(3); TEST_P() local
672 refs.RefIf(second_shared(), right); TEST_P() local
698 CordRepBtree* right = MakeTree(3); TEST_P() local
700 refs.RefIf(second_shared(), right); TEST_P() local
749 CordRepBtree* right = MakeTree(random_leaf_count(), coin_flip(rnd)); TEST() local
753 RefEdgesAt(dist(rnd), refs, right); TEST() local
941 auto* right = MakeConcat(flats[2], refs.RefIf(first_shared(), flats[3])); TEST_P() local
955 auto* right = MakeConcat(flats[2], refs.RefIf(first_shared(), flats[3])); TEST_P() local
970 auto* right = MakeConcat(flats[2], refs.RefIf(first_shared(), flats[3])); TEST_P() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_ring_test.cc265 CordRepConcat* MakeConcat(CordRep* left, CordRep* right, int depth = 0) { in MakeConcat() argument
601 auto* right = MakeConcat(flats[2], RefIfInputSharedIndirect(flats[3])); in TEST_P() local
615 auto* right = MakeConcat(flats[2], RefIfInputSharedIndirect(flats[3])); in TEST_P() local
/third_party/skia/include/c/
H A Dsk_types.h80 int32_t right; member
87 float right; member

Completed in 36 milliseconds

1...<<11121314151617181920>>...37