HomeSort by relevance Sort by last modified time
    Searched refs:incr (Results 1 - 25 of 306) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_util.c 38 void draw_pt_split_prim(unsigned prim, unsigned *first, unsigned *incr)
43 *incr = 1;
47 *incr = 2;
52 *incr = 1;
56 *incr = 4;
60 *incr = 1;
64 *incr = 3;
68 *incr = 6;
74 *incr = 1;
78 *incr = 2
    [all...]
draw_split_tmp.h 29 unsigned first, incr; local
43 draw_pt_split_prim(prim, &first, &incr);
45 count = draw_pt_trim_count(count, first, incr);
54 assert(max_count_simple >= first + incr &&
55 max_count_loop >= first + incr &&
56 max_count_fan >= first + incr);
63 const unsigned rollback = first - incr;
69 * seg_start = N * (seg_max - rollback) = N' * incr,
73 * remaining = count - seg_start = first + N'' * incr.
90 draw_pt_trim_count(MIN2(max_count_simple, count), first, incr);
    [all...]
  /external/testng/src/test/java/test/triangle/
CountCalls.java 11 public static void incr () { method in class:CountCalls
Base.java 27 CountCalls.incr();
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_perf.h 74 #define LP_COUNT_ADD(counter, incr) lp_count.counter += (incr)
78 #define LP_COUNT_ADD(counter, incr) (void)(incr)
  /external/mesa3d/src/mesa/vbo/
vbo_split.c 61 GLboolean split_prim_inplace(GLenum mode, GLuint *first, GLuint *incr)
66 *incr = 1;
70 *incr = 2;
74 *incr = 1;
78 *incr = 3;
82 *incr = 1;
86 *incr = 4;
90 *incr = 2;
94 *incr = 1; /* so that count % incr works *
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
SignalGenerator.java 34 float incr = ((float)Math.PI * 2.0f) / (float)(size - 1); local
36 buffer[index] = (float)Math.sin(index * incr);
  /external/eigen/unsupported/test/
cxx11_tensor_uint128.cpp 41 uint64_t incr = internal::random<uint64_t>(1, 9999999999); local
43 for (uint64_t i2 = 1; i2 < 100 * incr; i2 += incr) {
47 for (uint64_t j2 = 1; j2 < 100 * incr; j2 += incr) {
60 uint64_t incr = internal::random<uint64_t>(1, 9999999999); local
62 for (uint64_t i2 = 1; i2 < 100 * incr; i2 += incr) {
66 for (uint64_t j2 = 1; j2 < 100 * incr; j2 += incr) {
79 uint64_t incr = internal::random<uint64_t>(1, 9999999999); local
98 uint64_t incr = internal::random<uint64_t>(1, 9999999999); local
117 uint64_t incr = internal::random<uint64_t>(1, 9999999999); local
132 int64_t incr = internal::random<int64_t>(1, 100); local
    [all...]
  /system/sepolicy/prebuilts/api/26.0/private/
mls_macros 9 ifelse(`$1',`$2',,`decl_cats(incr($1),$2)')dnl
23 ifelse(`$1',`$2',,`decl_sens(incr($1),$2)')dnl
26 define(`gen_dominance',`s$1 ifelse(`$1',`$2',,`gen_dominance(incr($1),$2)')')
44 ifelse(`$1',`$2',,`decl_levels(incr($1),$2,$3)')dnl
  /system/sepolicy/private/
mls_macros 9 ifelse(`$1',`$2',,`decl_cats(incr($1),$2)')dnl
23 ifelse(`$1',`$2',,`decl_sens(incr($1),$2)')dnl
26 define(`gen_dominance',`s$1 ifelse(`$1',`$2',,`gen_dominance(incr($1),$2)')')
44 ifelse(`$1',`$2',,`decl_levels(incr($1),$2,$3)')dnl
  /cts/tests/tests/media/libndkaudio/
WaveTableGenerator.cpp 34 float incr = (kPI * 2.0f) / (float) size; local
38 val += incr;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
find_min_max.cpp 29 incr = value of type Int representing the width of 2D block of data.
78 value of incr passed onto this function represents the amount the input_ptr
136 int incr)
148 /* incr = incr - BLKSIZE; */ /* 09/06/2001, already passed in as width - BLKSIZE */
166 input_ptr += incr;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inftrees.c 49 unsigned incr; /* for incrementing code, index */ local
233 incr = 1U << (len - drop);
237 fill -= incr;
242 incr = 1U << (len - 1);
243 while (huff & incr)
244 incr >>= 1;
245 if (incr != 0) {
246 huff &= incr - 1;
247 huff += incr;
314 incr = 1U << (len - 1);
    [all...]
  /external/zlib/src/contrib/infback9/
inftree9.c 49 unsigned incr; /* for incrementing code, index */ local
227 incr = 1U << (len - drop);
230 fill -= incr;
235 incr = 1U << (len - 1);
236 while (huff & incr)
237 incr >>= 1;
238 if (incr != 0) {
239 huff &= incr - 1;
240 huff += incr;
309 incr = 1U << (len - 1)
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/gen/
nice.c 56 nice(int incr)
64 if (setpriority(PRIO_PROCESS, 0, prio + incr) == -1) {
  /external/elfutils/tests/
run-funcscopes.sh 22 testrun_compare ${abs_builddir}/funcscopes -e testfile25 incr <<\EOF
25 incr (0x2e): 0x8048348 (/home/roland/build/stock-elfutils/inline-test.c:7) .. 0x804834e (/home/roland/build/stock-elfutils/inline-test.c:9)
  /external/syslinux/com32/lib/zlib/
inftrees.c 49 unsigned incr; /* for incrementing code, index */ local
233 incr = 1U << (len - drop);
237 fill -= incr;
242 incr = 1U << (len - 1);
243 while (huff & incr)
244 incr >>= 1;
245 if (incr != 0) {
246 huff &= incr - 1;
247 huff += incr;
315 incr = 1U << (len - 1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inftrees.c 49 unsigned incr; /* for incrementing code, index */ local
233 incr = 1U << (len - drop);
237 fill -= incr;
242 incr = 1U << (len - 1);
243 while (huff & incr)
244 incr >>= 1;
245 if (incr != 0) {
246 huff &= incr - 1;
247 huff += incr;
  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.c 113 static void inc_mv_component(int v, nmv_component_counts *comp_counts, int incr,
118 comp_counts->sign[s] += incr;
122 comp_counts->classes[c] += incr;
129 comp_counts->class0[d] += incr;
130 comp_counts->class0_fp[d][f] += incr;
131 comp_counts->class0_hp[e] += usehp * incr;
135 for (i = 0; i < b; ++i) comp_counts->bits[i][((d >> i) & 1)] += incr;
136 comp_counts->fp[f] += incr;
137 comp_counts->hp[e] += usehp * incr;
  /external/pdfium/third_party/zlib_v128/
inftrees.c 49 unsigned incr; /* for incrementing code, index */ local
233 incr = 1U << (len - drop);
237 fill -= incr;
242 incr = 1U << (len - 1);
243 while (huff & incr)
244 incr >>= 1;
245 if (incr != 0) {
246 huff &= incr - 1;
247 huff += incr;
  /external/python/cpython2/Modules/zlib/
inftrees.c 49 unsigned incr; /* for incrementing code, index */ local
233 incr = 1U << (len - drop);
237 fill -= incr;
242 incr = 1U << (len - 1);
243 while (huff & incr)
244 incr >>= 1;
245 if (incr != 0) {
246 huff &= incr - 1;
247 huff += incr;
  /external/zlib/src/
inftrees.c 49 unsigned incr; /* for incrementing code, index */ local
233 incr = 1U << (len - drop);
237 fill -= incr;
242 incr = 1U << (len - 1);
243 while (huff & incr)
244 incr >>= 1;
245 if (incr != 0) {
246 huff &= incr - 1;
247 huff += incr;
  /external/ltp/testcases/kernel/syscalls/brk/
brk01.c 67 int incr; local
80 incr = (Max_brk_byte_size - Beg_brk_val) / (MAX_SIZE_LC / 2);
82 if ((incr * 2) < 4096) /* make sure that process will grow */
83 incr += 4096 / 2;
91 * Every even lc value, grow by 2 incr and
92 * every odd lc value, strink by one incr.
102 nbrkpt = cur_brk_val + (2 * incr);
111 nbrkpt = cur_brk_val - incr;
115 printf("cur_brk_val = %d, nbrkpt = %d, incr = %d, lc = %d\n",
116 cur_brk_val, nbrkpt, incr, lc)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_prim.h 42 unsigned incr; member in struct:u_prim_vertex_count
149 assert(info->incr != 0);
154 return 1 + ((num - info->min) / info->incr);
172 if (count->incr > 1)
173 *nr -= (*nr % count->incr);
  /external/ltp/tools/pounder21/src/mem_alloc_test/
mem_alloc.c 216 * ALLOCATE data using sbrk(incr).
224 intptr_t incr = MALLOC_SIZE; // 64KB local
225 char *src = NULL; // to hold addr return from sbrk(incr)
228 src = sbrk(incr);
231 src = sbrk(-(2 * incr)); // freeing some space for later library calls
233 end_addr = src + (-(2 * incr)); // update end of heap
236 for (i = 0x0; i < incr; i += PAGE_SIZE)
240 end_addr = src + incr; // update end of heap
247 * DEALLOCATE data using sbrk(-incr).
255 intptr_t incr = MALLOC_SIZE; // 64K local
290 intptr_t incr = MALLOC_SIZE; \/\/ 64KB local
    [all...]

Completed in 1150 milliseconds

1 2 3 4 5 6 7 8 91011>>