HomeSort by relevance Sort by last modified time
    Searched defs:min_index (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/chrome/common/extensions/docs/server2/
document_parser.py 79 def min_index(lhs, rhs): function in function:RemoveTitle
85 title_start = min_index('<h1', '<H1')
88 title_end = min_index('/h1>', '/H1>')
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_vsplit_tmp.h 33 * Fetch all elements in [min_index, max_index] with bias, and use the
42 const unsigned min_index = draw->pt.user.min_index; local
52 if (min_index == 0 && sizeof(ib[0]) == sizeof(draw_elts[0])) {
58 if (idx < min_index || idx > max_index) {
71 if (max_index - min_index > icount - 1)
74 if (elt_bias < 0 && min_index < -elt_bias)
83 fetch_start = min_index + elt_bias;
84 fetch_count = max_index - min_index + 1;
87 if (min_index == 0)
    [all...]
draw_private.h 180 unsigned min_index; member in struct:draw_context::__anon17326::__anon17329
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_draw_private.h 110 unsigned min_index[QSZ]; member in struct:draw_cmd
151 unsigned min_index,
160 unsigned min_index,
svga_swtnl_private.h 72 ushort min_index; member in struct:svga_vbuf_render
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit_tmp.h 33 * Fetch all elements in [min_index, max_index] with bias, and use the
42 const unsigned min_index = draw->pt.user.min_index; local
52 if (min_index == 0 && sizeof(ib[0]) == sizeof(draw_elts[0])) {
58 if (idx < min_index || idx > max_index) {
71 if (max_index - min_index > icount - 1)
74 if (elt_bias < 0 && min_index < -elt_bias)
83 fetch_start = min_index + elt_bias;
84 fetch_count = max_index - min_index + 1;
87 if (min_index == 0)
    [all...]
draw_private.h 180 unsigned min_index; member in struct:draw_context::__anon30885::__anon30888
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_private.h 110 unsigned min_index[QSZ]; member in struct:draw_cmd
151 unsigned min_index,
160 unsigned min_index,
svga_swtnl_private.h 72 ushort min_index; member in struct:svga_vbuf_render
  /external/chromium_org/components/domain_reliability/
scheduler.cc 178 size_t min_index = kInvalidCollectorIndex; local
185 min_index = i;
188 } else if (min_index == kInvalidCollectorIndex ||
191 min_index = i;
195 DCHECK_NE(kInvalidCollectorIndex, min_index);
197 *collector_index_out = min_index;
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_primitive_restart.c 68 GLuint min_index; member in struct:sub_primitive
104 sub_prims[scan_num].min_index = (GL##TYPE) 0xffffffff; \
114 sub_prims[scan_num].min_index = (GL##TYPE) 0xffffffff; \
121 UPDATE_MIN2(sub_prims[scan_num].min_index, scan_index); \
215 GL_TRUE, sub_prim->min_index, sub_prim->max_index,
vbo_split_inplace.c 49 GLuint min_index; member in struct:split_context
76 ib.count = split->max_index - split->min_index + 1;
78 split->min_index * _mesa_sizeof_type(ib.type));
82 split->dstprim[i].start -= split->min_index;
85 assert(split->max_index >= split->min_index);
95 split->min_index,
103 split->min_index = ~0;
124 split->min_index = MIN2(split->min_index, prim->start);
135 if ((prim->start > split->min_index &
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_primitive_restart.c 68 GLuint min_index; member in struct:sub_primitive
104 sub_prims[scan_num].min_index = (GL##TYPE) 0xffffffff; \
114 sub_prims[scan_num].min_index = (GL##TYPE) 0xffffffff; \
121 UPDATE_MIN2(sub_prims[scan_num].min_index, scan_index); \
215 GL_TRUE, sub_prim->min_index, sub_prim->max_index,
vbo_split_inplace.c 49 GLuint min_index; member in struct:split_context
76 ib.count = split->max_index - split->min_index + 1;
78 split->min_index * _mesa_sizeof_type(ib.type));
82 split->dstprim[i].start -= split->min_index;
85 assert(split->max_index >= split->min_index);
95 split->min_index,
103 split->min_index = ~0;
124 split->min_index = MIN2(split->min_index, prim->start);
135 if ((prim->start > split->min_index &
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dsp_helper.cc 105 int16_t min_index = 0; local
120 min_index = std::max(0, peak_index[i] - 2);
144 memset(&data[min_index], 0,
145 sizeof(data[0]) * (max_index - min_index + 1));
expand.cc 362 int16_t min_index = std::max(fs_mult_20, local
367 &(audio_history[signal_length - fs_mult_dist_len]), min_index,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_draw_upload.c 361 unsigned int min_index = brw->vb.min_index; local
383 printf("%s %d..%d\n", __FUNCTION__, min_index, max_index);
479 * only the used elements [min_index, max_index] so long as we adjust all
483 delta = min_index;
489 min_index = delta = 0;
498 copy_array_to_vbo_array(brw, upload[0], min_index, max_index,
517 copy_array_to_vbo_array(brw, upload[i], min_index, max_index,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c 361 unsigned int min_index = brw->vb.min_index; local
383 printf("%s %d..%d\n", __FUNCTION__, min_index, max_index);
479 * only the used elements [min_index, max_index] so long as we adjust all
483 delta = min_index;
489 min_index = delta = 0;
498 copy_array_to_vbo_array(brw, upload[0], min_index, max_index,
517 copy_array_to_vbo_array(brw, upload[i], min_index, max_index,
  /external/qemu/block/
qcow2-cluster.c 106 int min_index, i; local
109 min_index = 0;
114 min_index = i;
117 return min_index;
164 int min_index; local
176 min_index = l2_cache_new_entry(bs);
177 *l2_table = s->l2_cache + (min_index << s->l2_bits);
186 s->l2_cache_offsets[min_index] = l2_offset;
187 s->l2_cache_counts[min_index] = 1;
232 int min_index; local
    [all...]
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.cc 916 const int min_index = std::max(0, current_index - kMaxSyncNavigationCount); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_vbuf.c 263 int start_index, unsigned num_indices, int min_index,
297 /* Subtract min_index so that indexing with the index buffer works. */
299 map -= vb->stride * min_index;
421 int start_index, unsigned num_indices, int min_index,
526 start_index, num_indices, min_index,
999 int start_vertex, min_index; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.c 263 int start_index, unsigned num_indices, int min_index,
297 /* Subtract min_index so that indexing with the index buffer works. */
299 map -= vb->stride * min_index;
421 int start_index, unsigned num_indices, int min_index,
526 start_index, num_indices, min_index,
999 int start_vertex, min_index; local
    [all...]
  /external/chromium_org/ash/shelf/
shelf_view.cc 1201 int min_index = -1; local
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_service.cc 1310 const int min_index = std::max(0, local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_state.h 540 unsigned min_index; /**< the min index */ member in struct:pipe_draw_info

Completed in 1493 milliseconds

1 2