Home
last modified time | relevance | path

Searched refs:curs (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/test/test_sqlite3/
H A Dtest_hooks.py162 curs = con.cursor()
163 curs.execute("""
169 curs.execute("""
183 curs = con.cursor()
186 curs.execute,
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DFeatureTag.java34 curs("Cursive Positioning"), enum constant
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttinterp.c6862 FT_Vector* curs; /* arrays */ member
6879 dx = SUB_LONG( worker->curs[p].x, worker->orgs[p].x ); in _iup_worker_shift()
6883 worker->curs[i].x = ADD_LONG( worker->curs[i].x, dx ); in _iup_worker_shift()
6886 worker->curs[i].x = ADD_LONG( worker->curs[i].x, dx ); in _iup_worker_shift()
6929 cur1 = worker->curs[ref1].x; in _iup_worker_interpolate()
6930 cur2 = worker->curs[ref2].x; in _iup_worker_interpolate()
6952 worker->curs[i].x = x; in _iup_worker_interpolate()
6986 worker->curs[ in _iup_worker_interpolate()
[all...]
/third_party/astc-encoder/Source/
H A Dstb_image.h3570 __m128i curs = _mm_slli_epi16(curr, 2); in stbi__resample_row_hv_2_simd() local
3573 __m128i curb = _mm_add_epi16(curs, bias); in stbi__resample_row_hv_2_simd()
3609 int16x8_t curs = vshlq_n_s16(curr, 2); in stbi__resample_row_hv_2_simd()
3612 int16x8_t even = vaddq_s16(curs, prvd); in stbi__resample_row_hv_2_simd()
3613 int16x8_t odd = vaddq_s16(curs, nxtd); in stbi__resample_row_hv_2_simd()
/third_party/mksh/
H A Dedit.c2051 size_t curs = xcp - xbuf; in x_search_dir() local
2054 if (strncmp(xbuf, *hp, curs) == 0) { in x_search_dir()
2056 x_goto(xbuf + curs); in x_search_dir()

Completed in 25 milliseconds