/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_pkt.h | 1158 * 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 D | csdetect.cpp | 73 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 D | uspoof_conf.cpp | 112 static int32_t U_CALLCONV SPUStringCompare(UHashTok left, UHashTok right) { in SPUStringCompare() argument 114 static_cast<SPUString *>(left.pointer)); in SPUStringCompare()
|
H A D | tzrule.cpp | 25 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 D | vic41.c | 46 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 D | vic42.c | 46 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 D | vic40.c | 46 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 D | factory-base.h | 231 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 D | earley-parser.cc | 51 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 D | lima_state.c | 215 ctx->viewport.left = ctx->ext_viewport.left = in lima_set_viewport_states()
|
/third_party/libabigail/src/ |
H A D | abg-symtab-reader.cc | 122 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 D | vktDrawSimpleTest.cpp | 207 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 D | vktDrawIndexedTest.cpp | 246 xCoord >= refCoords.left && in iterate() 371 xCoord >= refInstancedCoords.left && in iterate()
|
H A D | vktDrawSimpleTest.cpp | 207 xCoord >= refCoords.left && in iterate() 358 xCoord >= refInstancedCoords.left && in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | SurfaceD3D.cpp | 194 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 D | DXGISwapChainWindowSurfaceWGL.cpp | 99 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 D | gl3cGLSLnoperspectiveTests.cpp | 534 const glw::GLuint left = noperspective_data[pixel]; in iterate() local 537 if (left != right) in iterate()
|
/third_party/skia/src/gpu/ops/ |
H A D | AtlasPathRenderer.cpp | 367 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 D | SkGlyphRun.cpp | 56 return SkRect::MakeLTRB(in.left() * scale + pos.x(), in sourceBounds() 89 bounds.fLeft += fontBounds.left(); in sourceBounds()
|
H A D | SkDevice.h | 59 * 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 D | rpng-win.c | 645 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 D | gifdec.c | 238 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 D | webp_enc.c | 60 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 D | collationweights.cpp | 74 // 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 D | csdetect.cpp | 73 charsetMatchComparator(const void * /*context*/, const void *left, const void *right) in charsetMatchComparator() argument 77 const CharsetMatch **csm_l = (const CharsetMatch **) left; in charsetMatchComparator()
|