Home
last modified time | relevance | path

Searched defs:left (Results 1226 - 1250 of 2610) sorted by relevance

1...<<41424344454647484950>>...105

/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_socket.c41 int left; in virgl_block_write() local
57 int left; in virgl_block_read() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_viewport.c267 float left, top, right, bottom, max_range, guardband_x, guardband_y; in si_emit_guardband() local
/third_party/nghttp2/src/
H A Dmemchunk.h65 size_t left() const { return std::end(buf) - last; } in left() function
254 auto left = count; in remove() local
H A Dshrpx_log.cc302 auto left = wleft(); in operator <<() local
320 auto left = wleft(); in operator <<() local
/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
H A Ducharstriebuilder.cpp136 compareElementStrings(const void *context, const void *left, const void *right) { in compareElementStrings() argument
/third_party/node/deps/brotli/c/enc/
H A Dentropy_encode.c116 size_t left, right; in BrotliCreateHuffmanTree() local
/third_party/mesa3d/src/mesa/main/
H A Dmatrix.c146 _mesa_Frustum( GLdouble left, GLdouble right, in _mesa_Frustum() argument
103 matrix_frustum(struct gl_matrix_stack* stack, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval, const char* caller) matrix_frustum() argument
160 _mesa_MatrixFrustumEXT( GLenum matrixMode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval ) _mesa_MatrixFrustumEXT() argument
180 matrix_ortho(struct gl_matrix_stack* stack, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval, const char* caller) matrix_ortho() argument
227 _mesa_Ortho( GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval ) _mesa_Ortho() argument
241 _mesa_MatrixOrthoEXT( GLenum matrixMode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval ) _mesa_MatrixOrthoEXT() argument
[all...]
/third_party/lwip/src/core/ipv4/
H A Dip4_frag.c771 u16_t left, fragsize; in ip4_frag() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dmove-optimizer.cc293 void MoveOptimizer::CompressMoves(ParallelMove* left, MoveOpVector* right) { in CompressMoves() argument
/third_party/node/deps/v8/src/compiler/
H A Djs-type-hint-lowering.cc67 JSSpeculativeBinopBuilder(const JSTypeHintLowering* lowering, const Operator* op, Node* left, Node* right, Node* effect, Node* control, FeedbackSlot slot) JSSpeculativeBinopBuilder() argument
347 ReduceBinaryOperation( const Operator* op, Node* left, Node* right, Node* effect, Node* control, FeedbackSlot slot) const ReduceBinaryOperation() argument
/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.cc619 context(), left, &if_left_number, &var_left_word32, &if_left_bigint, in Generate_BitwiseBinaryOpWithOptionalFeedback() local
597 Generate_BitwiseBinaryOpWithOptionalFeedback( Operation bitwise_op, TNode<Object> left, TNode<Object> right, const LazyNode<Context>& context, TNode<UintPtrT>* slot, const LazyNode<HeapObject>* maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode) Generate_BitwiseBinaryOpWithOptionalFeedback() argument
688 Generate_BitwiseBinaryOpWithSmiOperandAndOptionalFeedback( Operation bitwise_op, TNode<Object> left, TNode<Object> right, const LazyNode<Context>& context, TNode<UintPtrT>* slot, const LazyNode<HeapObject>* maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode) Generate_BitwiseBinaryOpWithSmiOperandAndOptionalFeedback() argument
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c752 int left; member
/third_party/node/deps/openssl/openssl/ssl/record/
H A Drecord.h27 size_t left; member
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DByteStringTest.java77 private boolean isArrayRange(byte[] left, byte[] right, int rightOffset, int length) { in isArrayRange() argument
86 private boolean isArray(byte[] left, byte[] right) { in isArray() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSeparateCompoundExpressions.cpp53 TIntermTyped *left = binary->getLeft(); in ViewBinaryChain() local
374 TIntermTyped *left = node.getLeft(); variable
399 TIntermTyped *left = node.getLeft(); variable
/third_party/skia/src/core/
H A DSkVMBlitter.cpp760 Make(const SkPixmap& device, const SkPaint& paint, const SkPixmap& sprite, int left, int top, SkArenaAlloc* alloc, sk_sp<SkShader> clip) Make() argument
H A DSkBlitter.cpp351 void SkRectClipBlitter::blitH(int left, int y, int width) { in blitH() argument
373 void SkRectClipBlitter::blitAntiH(int left, in argument
[all...]
/third_party/skia/src/effects/imagefilters/
H A DSkMatrixConvolutionImageFilter.cpp459 SkIRect left = SkIRect::MakeLTRB(dstBounds.left(), interior.top(), in onFilterImage() local
[all...]
/third_party/openssl/ssl/record/
H A Drecord.h27 size_t left; member
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdhuff_opt.c209 int left; in jpeg_make_d_ac_derived_tbl() local
/third_party/skia/third_party/externals/libwebp/examples/
H A Dgifdec.c237 ClearRectangle(WebPPicture* const picture, int left, int top, int width, int height) ClearRectangle() argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Drescaler_sse2.c79 int left; in RescalerImportRowExpand_SSE2() local
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddigestauth.c582 size_t left; /* number of characters left in 'header' for 'uri' */ in MHD_digest_auth_check() local
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_post.c504 size_t left = data->size - data->pos; in readBuffer() local

Completed in 27 milliseconds

1...<<41424344454647484950>>...105