/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 3510 std::cout << "| c:" << std::setw(kNameBoxSize - 4) << std::left << key in OnExit() 3513 std::cout << "| t:" << std::setw(kNameBoxSize - 4) << std::left << key in OnExit() 3517 std::cout << "| " << std::setw(kNameBoxSize - 2) << std::left << key in OnExit()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 1390 // left-hand side of assignments). Although ruled out by ECMA as early errors, 3106 // LogicalORExpression, pickup parsing where we left off. in ParseLogicalExpression() 3158 ExpressionT left; in ParseConditionalContinuation() local 3166 left = ParseAssignmentExpression(); in ParseConditionalContinuation() 3174 ExpressionT expr = factory()->NewConditional(expression, left, right, pos); in ParseConditionalContinuation() 3891 // no effect on VariableProxy objects appearing on the left-hand side of in ParseFormalParameter()
|
/third_party/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 4126 auto lerpX = [&](U16 left, U16 right) -> U16 { 4127 I16 width = (I16)(right - left) << 7; 4128 U16 middle = (right + left) << 7;
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | res_func.S | 626 | for this condition. The restore flag (RES_FLG) is left clear.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | res_func.S | 626 | for this condition. The restore flag (RES_FLG) is left clear.
|
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
H A D | ipu3-css.c | 1755 r[i].left = 0; in imgu_css_fmt_try()
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 2122 /* LED to indicate left side */ 4660 uint8_t left; member 5974 /* Poll until the finger has left the sensor */
|
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
H A D | ipu3-css.c | 1740 r[i].left = 0; in imgu_css_fmt_try()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_resource.cpp | 1127 src_box.left = box->x; in transfer_image_part_to_buf()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | RendererVk.cpp | 3758 << callbackData.size << "; type=" << std::setw(15) << std::left in processCallback()
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 865 Group names that were simply an alias for a GL type have been left
|
/third_party/rust/crates/syn/src/gen/ |
H A D | visit.rs | 1419 v.visit_expr(&*node.left); in visit_expr_assign() 1458 v.visit_expr(&*node.left); in visit_expr_binary()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_4_autogen.cpp | 3490 GL_ScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) in GL_ScissorIndexed() argument 3494 "context = %d, index = %u, left = %d, bottom = %d, width = %d, height = %d", CID(context), in GL_ScissorIndexed() 3495 index, left, bottom, width, height); in GL_ScissorIndexed() 3502 index, left, bottom, width, height)); in GL_ScissorIndexed() 3505 context->scissorIndexed(index, left, bottom, width, height); in GL_ScissorIndexed() 3507 ANGLE_CAPTURE(ScissorIndexed, isCallValid, context, index, left, bottom, width, height); in GL_ScissorIndexed()
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 4232 // If it happily moves, we are left in that state, otherwise it is time to start reading from our cache 9068 std::string left; 9567 optWidth = (std::max)(optWidth, cols.left.size() + 2); 9573 TextFlow::Column( cols.left ).width( optWidth ).indent( 2 ) + 13456 << std::left << std::setw(16) << "description: " << "A Catch2 test executable\n" 13457 << std::left << std::setw(16) << "category: " << "testframework\n" 13458 << std::left << std::setw(16) << "framework: " << "Catch Test\n" 13459 << std::left << std::setw(16) << "version: " << libraryVersion() << std::endl; 15566 // Are there enough bytes left to avoid accessing out-of-bounds memory?
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 19195 == __ios_base::left); 26167 static const fmtflags left = _S_left; 26634 left(ios_base& __base) 26636 __base.setf(ios_base::left, ios_base::adjustfield); 30237 if ((__flags & ios_base::adjustfield) == ios_base::left) 30299 if (__adjust == ios_base::left) [all...] |
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 1979 typedef void (APIENTRYP PFNGLSCISSORINDEXEDPROC) (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height); 2068 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height); 4077 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 4078 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 4333 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 4334 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 1960 typedef void (APIENTRYP PFNGLSCISSORINDEXEDPROC) (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height); 2049 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height); 4064 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 4065 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 4320 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 4321 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 2016 typedef void (APIENTRYP PFNGLSCISSORINDEXEDPROC) (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height); 2105 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height); 4059 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 4060 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 4315 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 4316 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 2016 typedef void (APIENTRYP PFNGLSCISSORINDEXEDPROC) (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height); 2105 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height); 4059 typedef void (APIENTRYP PFNGLMATRIXFRUSTUMEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 4060 typedef void (APIENTRYP PFNGLMATRIXORTHOEXTPROC) (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 4315 GLAPI void APIENTRY glMatrixFrustumEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar); 4316 GLAPI void APIENTRY glMatrixOrthoEXT (GLenum mode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar);
|
/third_party/elfutils/src/ |
H A D | readelf.c | 3649 left (Elf_Data *data, in left() function 3701 while (left (data, p) >= 4) in print_attributes() 3710 if (unlikely (len > left (data, p))) in print_attributes()
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 4261 auto left = Utils::OpenHandle(this); in InstanceOf() local 4265 !i::Object::InstanceOf(isolate, left, right).ToHandle(&result); in InstanceOf() 5486 // Check left side if flat. in Unaligned() 5487 i::String left = cons_string.first(); in Unaligned() local 5488 i::ConsString left_as_cons = i::String::VisitFlat(this, left, 0); in Unaligned() 5496 if (left.length() < right.length()) { in Unaligned() 5507 // Descend left in place. in Unaligned() 6899 Local<String> v8::String::Concat(Isolate* v8_isolate, Local<String> left, in Concat() argument 6902 i::Handle<i::String> left_string = Utils::OpenHandle(*left); in Concat() 9241 // We left th in ContextDisposedNotification() [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adv7604.c | 1936 sel->r.left = 0; in adv76xx_get_selection()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | adv7604.c | 1953 sel->r.left = 0; in adv76xx_get_selection()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_intrapred.asm | 802 ; dest, left, right, src, tmp
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 223 // We have to shift the mantissa to the left (or not at all). The input in FPRound() 1487 T AddWithCarry(bool set_flags, T left, T right, int carry_in = 0);
|