/third_party/libinput/tools/ |
H A D | libinput-measure-touchpad-size.py | 138 top = int(self.pos.y * self.rows) 141 for row in range(0, top): 148 for row in range(top + 1, self.rows):
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrTriangulator.h | 93 // sweep line has crossed the top vertex, but not the bottom vertex. It's sorted 94 // left-to-right based on the point where both edges are active (when both top vertices 95 // have been seen, so the "lower" top vertex of the two). If the top vertices are equal 106 // neighbouring edges at the top or bottom vertex. This is handled by merging the 361 * An Edge joins a top Vertex to a bottom Vertex. Edge ordering for the list of "edges above" and 374 * output may be incorrect, and adjusting the mesh topology to match (see comment at the top of 379 Edge(Vertex* top, Vertex* bottom, int winding, EdgeType type) in Edge() 381 , fTop(top) in Edge() 398 , fLine(top, botto in Edge() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | pkg_gencmn.cpp | 57 Therefore, the top of the name strings block is the offset of the first item, 499 uint32_t top=stringTop+length; in allocString() local 502 if(top>STRING_STORE_SIZE) { in allocString() 507 stringTop=top; in allocString()
|
/third_party/skia/src/utils/ |
H A D | SkPatchUtils.cpp | 186 // Level of detail per axis, based on the larger side between top and bottom or left and right in GetLevelOfDetail() 309 SkPoint bottom = fBottom.next(), top = fTop.next(); in MakeVertices() local 318 SkPoint s0 = SkPoint::Make((1.0f - v) * top.x() + v * bottom.x(), in MakeVertices() 319 (1.0f - v) * top.y() + v * bottom.y()); in MakeVertices()
|
/third_party/optimized-routines/math/ |
H A D | pow.c | 176 uint64_t ki, idx, top, sbits; in exp_inline() local 224 top = (ki + sign_bias) << (52 - EXP_TABLE_BITS); in exp_inline() 227 sbits = T[idx + 1] + top; in exp_inline()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | BitTracker.h | 84 return Uses.top(); in front() 218 // (4) x.T = x (i.e. T = "top") 336 // Generate a "top" cell of given size. 337 static RegisterCell top(uint16_t Width); 371 BitTracker::RegisterCell::top(uint16_t Width) {
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | cp.c | 95 struct stat top; 129 // Detect recursive copies via repeated top node (cp -R .. .) or in cp_node() 350 destdir = !stat(destname, &TT.top) && S_ISDIR(TT.top.st_mode); in cp_main()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | device9.c | 1410 pSourceRect->left, pSourceRect->top, in NineDevice9_UpdateSurface() 1431 copy_height = pSourceRect->bottom - pSourceRect->top; in NineDevice9_UpdateSurface() 1436 pSourceRect->top >= 0 && in NineDevice9_UpdateSurface() 1469 user_assert(!(pSourceRect->left % w) && !(pSourceRect->top % h), in NineDevice9_UpdateSurface() 1516 * However driver can expect that the top dimension is greater for src than dst. in NineDevice9_UpdateTexture() 1690 pSourceRect->left, pSourceRect->top, in NineDevice9_StretchRect() 1693 DBG("pDestRect=(%u,%u)-(%u,%u)\n", pDestRect->left, pDestRect->top, in NineDevice9_StretchRect() 1706 pSourceRect->top == 0 && in NineDevice9_StretchRect() 1711 pDestRect->top == 0 && in NineDevice9_StretchRect() 1731 pDestRect->top < in NineDevice9_StretchRect() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | libtommath.c | 811 top: in mp_invmod_slow() 893 goto top; in mp_invmod_slow() 1192 register mp_digit *bottom, *top; in mp_rshd() local 1199 /* top [offset into digits] */ in mp_rshd() 1200 top = a->dp + b; in mp_rshd() 1204 * the top of the window are copied to the bottom in mp_rshd() 1213 *bottom++ = *top++; in mp_rshd() 1216 /* zero the top digits */ in mp_rshd() 1271 /* ensure there are always at least MP_PREC digits extra on top */ in mp_grow() 1519 register mp_digit *top, *botto in mp_lshd() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | libtommath.c | 811 top: in mp_invmod_slow() 893 goto top; in mp_invmod_slow() 1192 register mp_digit *bottom, *top; in mp_rshd() local 1199 /* top [offset into digits] */ in mp_rshd() 1200 top = a->dp + b; in mp_rshd() 1204 * the top of the window are copied to the bottom in mp_rshd() 1213 *bottom++ = *top++; in mp_rshd() 1216 /* zero the top digits */ in mp_rshd() 1271 /* ensure there are always at least MP_PREC digits extra on top */ in mp_grow() 1519 register mp_digit *top, *botto in mp_lshd() local [all...] |
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_Image/prop/ |
H A D | index.js | 20 top:0,
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_Image/prop/ |
H A D | index.js | 20 top:0,
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_Image/prop/ |
H A D | index.js | 20 top:0,
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_Image/prop/ |
H A D | index.js | 20 top:0,
|
/third_party/ffmpeg/libavcodec/ |
H A D | aacps.h | 100 int AAC_RENAME(ff_ps_apply)(AVCodecContext *avctx, PSContext *ps, INTFLOAT L[2][38][64], INTFLOAT R[2][38][64], int top);
|
H A D | vp9dsp.h | 44 * dst/left/top is aligned by transform-size (i.e. 4, 8, 16 or 32 pixels) 46 * top[-1] is top/left; top[4,7] is top-right for 4x4 48 // FIXME(rbultje) maybe replace left/top pointers with HAVE_TOP/ 54 const uint8_t *top);
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | lossless_videodsp_init.c | 28 void ff_add_median_pred_sse2(uint8_t *dst, const uint8_t *top,
|
/third_party/backends/backend/ |
H A D | kodakaio.h | 160 SANE_Int left, top; /* in optres units? */ member
|
/third_party/libdrm/include/drm/ |
H A D | qxl_drm.h | 99 __u32 top; member
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | asinl.c | 30 #define CLOSETO1(u) (u.i.top >= 0xee00)
|
/third_party/musl/src/math/ |
H A D | asinl.c | 30 #define CLOSETO1(u) (u.i.top >= 0xee00)
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-frames.h | 75 void VisitThread(Isolate* isolate, ThreadLocalTop* top) override;
|
/third_party/node/deps/v8/src/heap/ |
H A D | conservative-stack-visitor.cc | 55 if (address > isolate_->heap()->old_space()->top() || in VisitConservativelyIfPointer()
|
H A D | paged-spaces-inl.h | 82 if (allocation_info_->top() != kNullAddress) { in TryFreeLast()
|
/third_party/node/deps/v8/src/execution/ |
H A D | v8threads.h | 54 virtual void VisitThread(Isolate* isolate, ThreadLocalTop* top) = 0;
|