Home
last modified time | relevance | path

Searched refs:below (Results 1 - 25 of 166) sorted by relevance

1234567

/third_party/skia/docs/examples/
H A DMatrix_isSimilarity.cpp11 int below = 175; in REG_FIDDLE() local
24 canvas->drawString(str, 40, below, p); in REG_FIDDLE()
25 below += 20; in REG_FIDDLE()
/third_party/alsa-utils/alsamixer/
H A Dwidget.c123 PANEL *panel, *below; in window_size_changed() local
134 for (panel = panel_below(NULL); panel; panel = below) { in window_size_changed()
135 below = panel_below(panel); in window_size_changed()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.cc72 // Check whether to also merge with the region below. in Merge()
74 auto below = above; in Merge() local
75 --below; in Merge()
76 if (below->end() == new_region.begin()) { in Merge()
77 merged_region = {below->begin(), below->size() + merged_region.size()}; in Merge()
78 regions_.erase(below); in Merge()
86 // No element below, and not adjavent to {above}: insert and done. in Merge()
92 auto below = above; in Merge() local
93 --below; in Merge()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ddo-plot59 set key below
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ddo-plot59 set key below
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Ddo-plot59 set key below
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Ddo-plot59 set key below
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ddo-plot59 set key below
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.c167 The code below was created for 10.33 (see ChangeLog 10.33 #4) when the
174 no issues. The only small worry is the comment below about languages that do
/third_party/libunwind/libunwind/doc/
H A Dunw_set_cache_size.tex29 Otherwise the negative value of one of the error-codes below is
H A Dlibunwind-dynamic.tex90 \Type{unw\_dyn\_info\_t} structure are described below:
121 The format of these sub-members is described in detail below.
153 descriptors'' below for more details.
187 architecture-specific (see architecture-specific sections below).
278 of the \Type{unw\_dyn\_operation\_t} values described below.
296 Section ``Operation tags'' below.
352 is described in the architecture-specific sections below.
H A Dunw_apply_reg_state.tex28 Otherwise the negative value of one of the error-codes below is
H A Dunw_step.tex27 negative value of one of the error-codes below is returned.
H A Dunw_is_signal_frame.tex36 not. Otherwise, a negative value of one of the error-codes below is
H A Dunw_set_reg.tex41 Otherwise the negative value of one of the error-codes below is
H A Dunw_get_fpreg.tex40 Otherwise the negative value of one of the error-codes below is
H A Dunw_init_local.tex48 Otherwise the negative value of one of the error-codes below is
H A Dunw_get_reg.tex41 Otherwise the negative value of one of the error-codes below is
/third_party/node/deps/npm/lib/utils/
H A Dread-user-info.js11 Enter one below. You can also pass one on the command line by appending --otp=123456.
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_windows/
H A Dcontinuous.bat17 REM uncomment the line below.
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreadme.tex128 explained below. This description corresponds to a formal Relax NG
212 \item \attr{api} - an API name (see \tag{feature} below) which
463 function prototype of a command as described below, up to the
466 its name and type, as described below. If a command takes no
486 described below. Many GL commands don't have GLX protocol defined,
610 this feature, as described below.
695 this extension, as described below.
860 fall in several categories discussed below.
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgm107.asm219 // These 2 sources are calculated in the first two lines below, and then
222 // or <= 0 (denorm). Those cases will be handled respectively below
289 // steps below. Take 2 as a threshold in exponent field, and multiply
319 // In the code below, each step is written as:
H A Dgk110.asm192 // These 2 sources are calculated in the first two lines below, and then
195 // or <= 0 (denorm). Those cases will be handled respectively below
258 // steps below. Take 2 as a threshold in exponent field, and multiply
282 // In the code below, each step is written as:
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9lpf_16bpp_neon.S99 @ The rest of the calculation of flat8in is interleaved below
299 @ The rest of the calculation of flat8out is interleaved below
301 @ The rest of the calculation of flat8in is interleaved below
432 @ matter for the flat8out part below, since we only update those pixels
433 @ which won't be touched below.
/third_party/libunwind/libunwind/tests/
H A Dx64-test-dwarf-expressions.S32 # RAX flows back unchanged. Adding any function calls to the below may clobber

Completed in 14 milliseconds

1234567