Home
last modified time | relevance | path

Searched refs:step (Results 1 – 9 of 9) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dsmoothstep.sh39 step=$1
40 …y=`echo ${yprec} k ${step} ${nsteps} / sx _2 lx 3 ^ '*' 3 lx 2 ^ '*' + p | dc | tr -d '\\\\\n' | s…
45 step=$1
46 …y=`echo ${yprec} k ${step} ${nsteps} / sx 6 lx 5 ^ '*' _15 lx 4 ^ '*' + 10 lx 3 ^ '*' + p | dc | t…
51 step=$1
52 …y=`echo ${yprec} k ${step} ${nsteps} / sx _20 lx 7 ^ '*' 70 lx 6 ^ '*' + _84 lx 5 ^ '*' + 35 lx 4 …
86 /* STEP(step, h, x, y) */ \\
/third_party/ulib/musl/src/regex/
A Dfnmatch.c31 *step = 0; in str_next()
38 *step = 1; in str_next()
41 *step = k; in str_next()
44 *step = 1; in str_next()
51 *step = 0; in pat_next()
54 *step = 1; in pat_next()
56 *step = 2; in pat_next()
83 *step = 1; in pat_next()
86 *step = k + 1; in pat_next()
98 *step = 0; in pat_next()
[all …]
/third_party/ulib/jemalloc/test/unit/
A Dsmoothstep.c4 #define STEP(step, h, x, y) \ argument
/third_party/ulib/lz4/
A Dlz4.c501 unsigned step = 1; in LZ4_compress_generic() local
508 forwardIp += step; in LZ4_compress_generic()
509 step = (searchMatchNb++ >> LZ4_skipTrigger); in LZ4_compress_generic()
769 unsigned step = 1; in LZ4_compress_destSize_generic() local
776 forwardIp += step; in LZ4_compress_destSize_generic()
777 step = (searchMatchNb++ >> LZ4_skipTrigger); in LZ4_compress_destSize_generic()
/third_party/lib/acpica/source/compiler/
A Dnew_table.txt64 table in common/dmtbinfo.c (created in step 2 above) will suffice.
A Dreadme.txt120 automatically displayed by VC. Also, you can use F4 to step through
/third_party/dev/ethernet/e1000/
A DREADME70 NOTE: To compile the driver into the kernel, go directly to step 4.
/third_party/ulib/jemalloc/src/
A Darena.c411 #define STEP(step, h, x, y) \ in arena_decay_backlog_npages_limit() argument
/third_party/lib/acpica/
A Dchanges.txt217 AML Debugger: Add thread ID support so that single-step mode only applies
283 - Disallow "execute" command during execution/single-step of a method.
3486 the need for a separate preprocessing step during builds. On Windows, it
7055 multiple integers within _CID packages. Includes single-step support for
10203 (20050526). This problem also affected the single-step disassembly in the
13740 Implemented a new option to disassemble and compile in one step.
13743 step.
13779 well as the single-step disassembly for the AML debugger and the

Completed in 32 milliseconds