Home
last modified time | relevance | path

Searched refs:left (Results 1126 - 1150 of 1819) sorted by relevance

1...<<41424344454647484950>>...73

/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.h199 struct expression *left, *right; member
/third_party/skia/tools/
H A Ddump_record.cpp103 command.rect.left(), command.rect.top(), command.rect.right(), command.rect.bottom(), in print()
/third_party/skia/tools/sk_app/win/
H A DANGLEWindowContext_win.cpp139 fWidth = rect.right - rect.left; in onInitializeContext()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dnormlzr.h354 * If both the left and the right strings are in
359 * dest=normalize(left+right, mode, options)
364 * @param left Left source string.
381 U_EXPORT2 concatenate(const UnicodeString &left, const UnicodeString &right,
437 * - regular normalization options shifted left by UNORM_COMPARE_NORM_OPTIONS_SHIFT
/third_party/protobuf/src/google/protobuf/stubs/
H A Dint128.cc179 if ((flags & std::ios::adjustfield) == std::ios::left) { in operator <<()
/third_party/skia/gm/
H A Dlcdblendmodes.cpp38 { bounds.left(), bounds.top() }, in make_shader()
H A Danimated_image_orientation.cpp135 canvas->translate(cropRect.left(), cropRect.top());
163 // Deliberately starts in the upper left corner to exercise
H A Dmixedtextblobs.cpp132 SkRect upperLeftClip = SkRect::MakeXYWH(bounds.left(), bounds.top(),
H A Dorientation.cpp102 // It looks weird if "left" and "right" and the number at the center aren't vertically in make_images()
105 bounds = measure("left"); in make_images()
106 drawLabel("left", kPad - bounds.left(), baseY); in make_images()
123 // yellow), and labels on the left, top, right and bottom. The only
H A Dsharedcorners.cpp144 canvas->translate((kBoxSize - bounds.width()) / 2 - bounds.left(), in drawRow()
/third_party/ffmpeg/libavfilter/
H A Dvf_dedot.c118 int left = src[x - 1]; \
122 FFABS(left + right - 2 * cur) <= luma2d) \
/third_party/icu/icu4c/source/tools/icuswap/
H A Dicuswap.cpp328 compareToCEntries(const void *context, const void *left, const void *right) { in compareToCEntries() argument
330 return (int32_t)uprv_strcmp(chars+((const ToCEntry *)left)->nameOffset, in compareToCEntries()
/third_party/icu/icu4c/source/i18n/
H A Duspoof_conf.cpp112 static int32_t U_CALLCONV SPUStringCompare(UHashTok left, UHashTok right) { in SPUStringCompare() argument
114 static_cast<SPUString *>(left.pointer)); in SPUStringCompare()
H A Dtzrule.cpp25 compareDates(const void * /*context*/, const void *left, const void *right) { in compareDates() argument
26 UDate l = *((UDate*)left); in compareDates()
H A Dcollationweights.cpp74 // or is greater than or equal to the width of the promoted left operand, in setWeightByte()
196 compareRanges(const void * /*context*/, const void *left, const void *right) { in compareRanges() argument
199 l=((const CollationWeights::WeightRange *)left)->start; in compareRanges()
H A Dcsdetect.cpp73 charsetMatchComparator(const void * /*context*/, const void *left, const void *right) in charsetMatchComparator() argument
77 const CharsetMatch **csm_l = (const CharsetMatch **) left; in charsetMatchComparator()
/third_party/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp183 compareElementStrings(const void *context, const void *left, const void *right) { in compareElementStrings() argument
185 const BytesTrieElement *leftElement=static_cast<const BytesTrieElement *>(left); in compareElementStrings()
H A Ducharstriebuilder.cpp136 compareElementStrings(const void *context, const void *left, const void *right) { in compareElementStrings() argument
138 const UCharsTrieElement *leftElement=static_cast<const UCharsTrieElement *>(left); in compareElementStrings()
/third_party/icu/tools/unicode/c/genprops/
H A Dbidipropsbuilder.cpp327 compareMirror(const void *context, const void *left, const void *right) { in compareMirror() argument
330 l=UBIDI_GET_MIRROR_CODE_POINT(((const uint32_t *)left)[0]); in compareMirror()
/third_party/mesa3d/src/broadcom/common/
H A Dv3d_tiling.c181 bool left = mb_pixel_x < utile_w; in v3d_get_uif_pixel_offset() local
184 uint32_t mb_tile_offset = (!top * 128 + !left * 64); in v3d_get_uif_pixel_offset()
/third_party/node/deps/icu-small/source/common/
H A Dbytestriebuilder.cpp183 compareElementStrings(const void *context, const void *left, const void *right) { in compareElementStrings() argument
185 const BytesTrieElement *leftElement=static_cast<const BytesTrieElement *>(left); in compareElementStrings()
H A Ducharstriebuilder.cpp136 compareElementStrings(const void *context, const void *left, const void *right) { in compareElementStrings() argument
138 const UCharsTrieElement *leftElement=static_cast<const UCharsTrieElement *>(left); in compareElementStrings()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationweights.cpp74 // or is greater than or equal to the width of the promoted left operand, in setWeightByte()
196 compareRanges(const void * /*context*/, const void *left, const void *right) { in compareRanges() argument
199 l=((const CollationWeights::WeightRange *)left)->start; in compareRanges()
H A Dcsdetect.cpp73 charsetMatchComparator(const void * /*context*/, const void *left, const void *right) in charsetMatchComparator() argument
77 const CharsetMatch **csm_l = (const CharsetMatch **) left; in charsetMatchComparator()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_pkt.h1158 * bytes to be sent. |left| is the size of buffer. If |left| is too
1162 uint64_t len, size_t left);
1168 * to be sent. |left| is the size of buffer. If |left| is too small
1171 size_t ngtcp2_pkt_crypto_max_datalen(uint64_t offset, size_t len, size_t left);

Completed in 20 milliseconds

1...<<41424344454647484950>>...73