Home
last modified time | relevance | path

Searched refs:left (Results 1651 - 1675 of 1819) sorted by relevance

1...<<61626364656667686970>>...73

/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128_stream_test.cc50 case std::ios::left: in StreamFormatToString()
51 flagstr.push_back("std::ios::left"); in StreamFormatToString()
92 constexpr std::ios::fmtflags kLeft = std::ios::left;
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc1897 bool Simulator::CarryFrom(int32_t left, int32_t right, int32_t carry) { in CarryFrom() argument
1898 uint32_t uleft = static_cast<uint32_t>(left); in CarryFrom()
1907 bool Simulator::BorrowFrom(int32_t left, int32_t right) { in BorrowFrom() argument
1908 uint32_t uleft = static_cast<uint32_t>(left); in BorrowFrom()
1916 bool Simulator::OverflowFromSigned(T1 alu_out, T1 left, T1 right, in OverflowFromSigned() argument
1921 overflow = ((left >= 0 && right >= 0) || (left < 0 && right < 0)) in OverflowFromSigned()
1923 && ((left < 0 && alu_out >= 0) || (left >= 0 && alu_out < 0)); in OverflowFromSigned()
1926 overflow = ((left < in OverflowFromSigned()
[all...]
/third_party/glfw/deps/
H A Dnuklear.h1441 /// NK_WINDOW_SCALE_LEFT | Puts window scaler in the left-bottom corner instead right-bottom
1545 /// Returns a `nk_rect` struct with window upper left window position and size
1561 /// Returns a `nk_vec2` struct with window upper left position
1650 /// Returns the upper left position of the currently visible and non-clipped
1664 /// returns `nk_vec2` struct with upper left screen position (no scrollbar offset)
2911 /// __img__ | Image to display inside the header on the left of the label
2930 /// __img__ | Image to display inside the header on the left of the label
2949 /// __img__ | Image to display inside the header on the left of the label
2995 /// __img__ | Image to display inside the header on the left of the label
3885 to use the font atlas. There are a number of details I left ou
4450 struct nk_color left; global() member
8903 nk_fill_rect_multi_color(struct nk_command_buffer *b, struct nk_rect rect, struct nk_color left, struct nk_color top, struct nk_color right, struct nk_color bottom) nk_fill_rect_multi_color() argument
10192 nk_draw_list_fill_rect_multi_color(struct nk_draw_list *list, struct nk_rect rect, struct nk_color left, struct nk_color top, struct nk_color right, struct nk_color bottom) nk_draw_list_fill_rect_multi_color() argument
10867 unsigned right, left = 0, stack[NK_MAX_SORT_STACK], pos = 0; nk_rp_qsort() local
23650 struct nk_rect left; nk_do_property() local
[all...]
/third_party/python/Python/
H A Dcompile.c2831 int left = check_is_arg(e->v.Compare.left); in check_compare() local
2837 if (!right || !left) { in check_compare()
2844 left = right; in check_compare()
2951 VISIT(c, expr, e->v.Compare.left); in compiler_jump_if()
4659 VISIT(c, expr, e->v.Compare.left); in compiler_compare()
5834 VISIT(c, expr, e->v.BinOp.left); in compiler_visit_expr1()
8732 // SWAPs are to our left, and potential swaperands are to our right: in apply_static_swaps()
/third_party/python/Lib/test/
H A Dtest_os.py2473 ctypes.POINTER(wintypes.DWORD)) # bytes left
2492 # Bytes read/avail/left are left as NULL and unused
2625 def assertPathEqual(self, left, right):
2626 left = os.path.normcase(left)
2633 if has_prefix(left):
2634 left = left[4:]
2637 self.assertEqual(left, righ
[all...]
/third_party/node/deps/ada/
H A Dada.cpp7917 uint16_t left = composition[0];
7919 while (left + 2 < right) {
7921 uint16_t middle = left + (((right - left) >> 1) & ~1);
7923 left = middle;
7929 if (composition_data[left] == input[input_count + 1]) {
7930 input[initial_composition_count] = composition_data[left + 1];
7933 [composition_index[composition_data[left + 1] >> 8]]
7934 [composition_data[left + 1] % 256];
11279 // So we have 32-digit_count*8 bits left
[all...]
/third_party/backends/backend/
H A Dplustek.c811 /* top-left x */ in init_options()
821 /* top-left y */ in init_options()
2391 int left, top; in local_sane_start() local
2452 left = (int)(SANE_UNFIX (s->val[OPT_TL_X].w)*dpi_x/ in local_sane_start()
2468 crop.ImgDef.crArea.x = left; /* offset from left edge to area you want to scan */ in local_sane_start()
H A Dmagicolor.c1230 s->left, s->top, /* top/left start */ in mc_set_scanning_parameters()
1421 /* TODO: Use OPT_RESOLUTION or fixed 600dpi for left/top/width/height? */ in mc_init_parameters()
1422 s->left = ((SANE_UNFIX(s->val[OPT_TL_X].w) / MM_PER_INCH) * optres) + 0.5; in mc_init_parameters()
2473 /* top-left x */ in init_options()
2483 /* top-left y */ in init_options()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl.cpp1011 void Context::frustum(GLdouble left, in frustum() argument
1316 void Context::ortho(GLdouble left, in ortho() argument
2583 void Context::scissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) in scissorIndexed() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2455 rect.left = sourceRect.x; in copyImage2D()
2473 rect.left = sourceRect.x; in copyImageCube()
2524 rect.left = sourceBox.x; in copyTexture()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fIntegerStateQueryTests.cpp1216 GLint left = rnd.getInt(-64000, 64000); in test() local
1221 glScissor(left, bottom, width, height); in test()
1222 m_verifier->verifyInteger4(m_testCtx, GL_SCISSOR_BOX, left, bottom, width, height); in test()
/third_party/ffmpeg/libavformat/
H A Dmpegts.c3673 int left = FFMIN(check_count - i, CHECK_BLOCK); in mpegts_probe() local
3674 int score = analyze(p->buf + TS_PACKET_SIZE *i, TS_PACKET_SIZE *left, TS_PACKET_SIZE , 1); in mpegts_probe()
3675 int dvhs_score = analyze(p->buf + TS_DVHS_PACKET_SIZE*i, TS_DVHS_PACKET_SIZE*left, TS_DVHS_PACKET_SIZE, 1); in mpegts_probe()
3676 int fec_score = analyze(p->buf + TS_FEC_PACKET_SIZE *i, TS_FEC_PACKET_SIZE *left, TS_FEC_PACKET_SIZE , 1); in mpegts_probe()
3897 /* flush pes data left */ in mpegts_read_packet()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_cmd_buffer.c3612 uint32_t left; in pvr_setup_isp_depth_bias_scissor_state() local
3648 left = x / region_clip_align_size; in pvr_setup_isp_depth_bias_scissor_state()
3668 word0.left = left; in pvr_setup_isp_depth_bias_scissor_state()
/third_party/node/deps/v8/src/compiler/
H A Djs-native-context-specialization.cc339 base::Optional<const StringConstantBase*> left = in ReduceJSAdd() local
341 if (!left.has_value()) return NoChange(); in ReduceJSAdd()
346 shared_zone()->New<StringCons>(left.value(), right.value()); in ReduceJSAdd()
386 Node* object = n.left(); in ReduceJSInstanceOf()
H A Djs-call-reducer.cc1167 TNode<Object> left = Argument(0);
1169 TNode<Number> left_number = SpeculativeToNumber(left);
1497 // Set up variable behavior depending on the reduction kind (left/right).
2394 Node* left = n.Argument(0);
2399 left = effect =
2402 left, effect, control);
2407 left = graph()->NewNode(simplified()->NumberToUint32(), left);
2409 Node* value = graph()->NewNode(simplified()->NumberImul(), left, right);
6925 // to two inputs from the left wit
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c298 * Y axes respectively, relative to top-left of pixel. In NIR, (0, 0) in bi_varying_src0_for_barycentric()
729 /* Sample index above is left as zero. For multisampling, we need to in bi_pixel_indices()
2708 bi_index left, right; in bi_emit_alu() local
2711 left = bi_clper_old_i32(b, s0, lane1); in bi_emit_alu()
2714 left = bi_clper_i32(b, s0, lane1, in bi_emit_alu()
2723 bi_fadd_to(b, sz, dst, right, bi_neg(left)); in bi_emit_alu()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp4409 const SDNode *left = N0.getOperand(0).getNode(); in PerformADDCombineWithOperands() local
4412 if (isa<ConstantSDNode>(left) || isa<ConstantSDNode>(right)) in PerformADDCombineWithOperands()
4416 for (SDNode::use_iterator UI = left->use_begin(), UE = left->use_end(); UI != UE; ++UI) { in PerformADDCombineWithOperands()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.c2606 u8 *pos, size_t left) in fils_decrypt_assoc()
2681 pos, left - AES_BLOCK_SIZE); in fils_decrypt_assoc()
2683 if (wpa_fils_validate_key_confirm(sm, pos, left - AES_BLOCK_SIZE) < 0) { in fils_decrypt_assoc()
2688 return left - AES_BLOCK_SIZE; in fils_decrypt_assoc()
2604 fils_decrypt_assoc(struct wpa_state_machine *sm, const u8 *fils_session, const struct ieee80211_mgmt *mgmt, size_t frame_len, u8 *pos, size_t left) fils_decrypt_assoc() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth.c2487 u8 *pos, size_t left) in fils_decrypt_assoc()
2562 pos, left - AES_BLOCK_SIZE); in fils_decrypt_assoc()
2564 if (wpa_fils_validate_key_confirm(sm, pos, left - AES_BLOCK_SIZE) < 0) { in fils_decrypt_assoc()
2569 return left - AES_BLOCK_SIZE; in fils_decrypt_assoc()
2485 fils_decrypt_assoc(struct wpa_state_machine *sm, const u8 *fils_session, const struct ieee80211_mgmt *mgmt, size_t frame_len, u8 *pos, size_t left) fils_decrypt_assoc() argument
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h591 // In both cases, the ExactAssemblyScope is left with enough remaining space for
888 // On return, the boolean values pointed to will indicate whether `left` and
891 const Operand& left, in GetCselSynthesisInformation()
898 left, in GetCselSynthesisInformation()
906 const Operand& left, in Csel()
909 CselHelper(this, rd, left, right, cond); in Csel()
8203 // `should_synthesise_right` will indicate whether `left` and `right`
8207 Operand left,
8217 int64_t left,
8226 int64_t left,
890 GetCselSynthesisInformation(const Register& rd, const Operand& left, const Operand& right, bool* should_synthesise_left, bool* should_synthesise_right) GetCselSynthesisInformation() argument
905 Csel(const Register& rd, const Operand& left, const Operand& right, Condition cond) Csel() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A DlibGL_autogen.cpp439 void GL_APIENTRY glFrustum(GLdouble left, in glFrustum() argument
446 return GL_Frustum(left, right, bottom, top, zNear, zFar); in glFrustum()
890 glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) in glOrtho() argument
892 return GL_Ortho(left, right, bottom, top, zNear, zFar); in glOrtho()
4808 glScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) in glScissorIndexed() argument
4810 return GL_ScissorIndexed(index, left, bottom, width, height); in glScissorIndexed()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp415 int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule. in sampleTextureNonProjected()
452 int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule. in sampleTextureNonProjected()
747 int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule. in sampleTextureNonProjected()
795 int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule. in sampleTextureNonProjected()
842 int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule. in sampleTextureNonProjected()
1003 const int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule. in fetchTexture()
1065 void computeQuadTexCoord1D (std::vector<float>& dst, float left, float right) in computeQuadTexCoord1D() argument
1069 dst[0] = left; in computeQuadTexCoord1D()
1070 dst[1] = left; in computeQuadTexCoord1D()
1075 void computeQuadTexCoord1DArray (std::vector<float>& dst, int layerNdx, float left, floa argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c2778 save_Frustum(GLdouble left, GLdouble right, in save_Frustum() argument
2786 n[1].f = (GLfloat) left; in save_Frustum()
2794 CALL_Frustum(ctx->Exec, (left, right, bottom, top, nearval, farval)); in save_Frustum()
3376 save_Ortho(GLdouble left, GLdouble right, in save_Ortho() argument
3384 n[1].f = (GLfloat) left; in save_Ortho()
3392 CALL_Ortho(ctx->Exec, (left, right, bottom, top, nearval, farval)); in save_Ortho()
4708 save_ScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, in save_ScissorIndexed() argument
4717 n[2].i = left; in save_ScissorIndexed()
4723 CALL_ScissorIndexed(ctx->Exec, (index, left, bottom, width, height)); in save_ScissorIndexed()
9414 save_MatrixOrthoEXT(GLenum matrixMode, GLdouble left, GLdoubl argument
9437 save_MatrixFrustumEXT(GLenum matrixMode, GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble nearval, GLdouble farval) save_MatrixFrustumEXT() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dqsvenc.c1610 enc_roi->ROI[i].Left = FFALIGN(roi->left, mb_size); in set_roi_encode_ctrl()
1615 roi->top, roi->left, roi->bottom, roi->right, in set_roi_encode_ctrl()
/third_party/ffmpeg/libswscale/
H A Dutils.c342 pos += 128; // relative to ideal left edge in get_local_pos()
579 /* try to reduce the filter-size (step1 find size and shift left) */ in initFilter()
587 /* get rid of near zero elements on the left by shifting left */ in initFilter()
600 // move filter coefficients left in initFilter()
676 // move filter coefficients left to compensate for filterPos in initFilter()
678 int left = FFMAX(j + (*filterPos)[i], 0); in initFilter() local
679 filter[i * filterSize + left] += filter[i * filterSize + j]; in initFilter()
2283 /* shift left / or right if "shift" is negative */

Completed in 206 milliseconds

1...<<61626364656667686970>>...73