Home
last modified time | relevance | path

Searched refs:left (Results 2526 - 2550 of 4060) sorted by relevance

1...<<101102103104105106107108109110>>...163

/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);
/third_party/node/deps/icu-small/source/i18n/
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()
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()
/third_party/libdrm/tests/tegra/
H A Dvic41.c46 unsigned int left, unsigned int top, in vic41_fill()
65 c->outputConfig.TargetRectLeft = left; in vic41_fill()
45 vic41_fill(struct vic *v, struct vic_image *output, unsigned int left, unsigned int top, unsigned int right, unsigned int bottom, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic41_fill() argument
H A Dvic42.c46 unsigned int left, unsigned int top, in vic42_fill()
65 c->outputConfig.TargetRectLeft = left; in vic42_fill()
45 vic42_fill(struct vic *v, struct vic_image *output, unsigned int left, unsigned int top, unsigned int right, unsigned int bottom, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic42_fill() argument
H A Dvic40.c46 unsigned int left, unsigned int top, in vic40_fill()
65 c->outputConfig.TargetRectLeft = left; in vic40_fill()
45 vic40_fill(struct vic *v, struct vic_image *output, unsigned int left, unsigned int top, unsigned int right, unsigned int bottom, unsigned int alpha, unsigned int red, unsigned int green, unsigned int blue) vic40_fill() argument
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.h231 Handle<String> left, Handle<String> right,
235 Handle<String> left, Handle<String> right, int length, bool one_byte,
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.cc51 child->left()->RunAction(child, tokens); in RunAction()
229 for (const Item* parent : waiting[{item.start(), item.left()}]) { in RunEarleyAlgorithm()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_state.c215 ctx->viewport.left = ctx->ext_viewport.left = in lima_set_viewport_states()
/third_party/libabigail/src/
H A Dabg-symtab-reader.cc122 operator()(const elf_symbol_sptr& left, const elf_symbol_sptr& right) in operator ()()
123 {return left->get_id_string() < right->get_id_string();} in operator ()()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawSimpleTest.cpp207 xCoord >= refCoords.left && in iterate()
358 xCoord >= refInstancedCoords.left && in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawIndexedTest.cpp246 xCoord >= refCoords.left && in iterate()
371 xCoord >= refInstancedCoords.left && in iterate()
H A DvktDrawSimpleTest.cpp207 xCoord >= refCoords.left && in iterate()
358 xCoord >= refInstancedCoords.left && in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DSurfaceD3D.cpp194 width = windowRect.right - windowRect.left; in resetSwapChain()
336 clientWidth = client.right - client.left; in checkForOutOfDateSwapChain()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDXGISwapChainWindowSurfaceWGL.cpp99 mWidth = rect.right - rect.left; in initialize()
349 size_t newWidth = rect.right - rect.left; in checkForResize()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cGLSLnoperspectiveTests.cpp534 const glw::GLuint left = noperspective_data[pixel]; in iterate() local
537 if (left != right) in iterate()
/third_party/skia/src/gpu/ops/
H A DAtlasPathRenderer.cpp367 atlasMatrix = SkMatrix::Translate(atlasX - devIBounds.left(), atlasY - devIBounds.top()); in makeAtlasClipEffect()
370 1, 0, atlasY - devIBounds.left(), in makeAtlasClipEffect()
/third_party/skia/src/core/
H A DSkGlyphRun.cpp56 return SkRect::MakeLTRB(in.left() * scale + pos.x(), in sourceBounds()
89 bounds.fLeft += fontBounds.left(); in sourceBounds()
H A DSkDevice.h59 * canvas. The root device will have its top-left at 0,0, but other devices
482 this->setOrigin(SkM44(), bounds.left(), bounds.top()); in SkNoPixelsDevice()
489 this->setOrigin(SkM44(), bounds.left(), bounds.top()); in resetForNextPicture()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng-win.c645 rect.left = 0L; in rpng_win_display_image()
657 rect.left = 0L; in rpng_win_display_image()
/third_party/skia/third_party/externals/libwebp/examples/
H A Dgifdec.c238 int left, int top, int width, int height) { in ClearRectangle()
241 uint32_t* dst = picture->argb + top * stride + left; in ClearRectangle()
237 ClearRectangle(WebPPicture* const picture, int left, int top, int width, int height) ClearRectangle() argument
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dwebp_enc.c60 uint8_t* const left = enc->preds_ - 1; in ResetBoundaryPredictions() local
65 left[i * enc->preds_w_] = B_DC_PRED; in ResetBoundaryPredictions()
170 + samples_size // top/left samples in InitVP8Encoder()
/third_party/skia/third_party/externals/icu/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()

Completed in 23 milliseconds

1...<<101102103104105106107108109110>>...163