Searched refs:step (Results 1 – 9 of 9) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | smoothstep.sh | 39 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 D | fnmatch.c | 31 *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 D | smoothstep.c | 4 #define STEP(step, h, x, y) \ argument
|
| /third_party/ulib/lz4/ |
| A D | lz4.c | 501 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 D | new_table.txt | 64 table in common/dmtbinfo.c (created in step 2 above) will suffice.
|
| A D | readme.txt | 120 automatically displayed by VC. Also, you can use F4 to step through
|
| /third_party/dev/ethernet/e1000/ |
| A D | README | 70 NOTE: To compile the driver into the kernel, go directly to step 4.
|
| /third_party/ulib/jemalloc/src/ |
| A D | arena.c | 411 #define STEP(step, h, x, y) \ in arena_decay_backlog_npages_limit() argument
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 217 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 33 milliseconds