Searched refs:max_index (Results 101 - 125 of 150) sorted by relevance

123456

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_vbuf.c108 ushort max_index )
111 assert( setup->vertex_buffer_size >= (max_index+1) * setup->vertex_size );
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_prim_vbuf.c126 ushort max_index )
129 assert( cvbr->vertex_buffer_size >= (max_index+1) * cvbr->vertex_size );
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8l.c586 int max_index = 0; local
592 if (symbol_index >= max_index) {
593 max_index = symbol_index + 1;
596 histogram_image_size = max_index;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_emit.c175 draw->pt.max_index);
H A Ddraw_pt_fetch_shade_emit.c165 draw->pt.max_index );
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_emit.c175 draw->pt.max_index);
H A Ddraw_pt_fetch_shade_emit.c165 draw->pt.max_index );
/external/webp/src/enc/
H A Dvp8l.c586 int max_index = 0; local
592 if (symbol_index >= max_index) {
593 max_index = symbol_index + 1;
596 histogram_image_size = max_index;
/external/chromium/chrome/browser/sync/glue/
H A Dsession_model_associator.cc267 const int max_index = std::min(current_index + max_sync_navigation_count, local
280 for (int i = min_index; i < max_index; ++i) {
285 if (i == max_index - 1) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h737 info.max_index = ~0;
762 info.max_index = ~0;
789 info.max_index = ~0;
816 info.max_index = ~0;
841 info.max_index = ~0;
875 info.max_index = ~0;
908 info.max_index = ~0;
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h737 info.max_index = ~0;
762 info.max_index = ~0;
789 info.max_index = ~0;
816 info.max_index = ~0;
841 info.max_index = ~0;
875 info.max_index = ~0;
908 info.max_index = ~0;
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c136 uint32_t max_index; // Largest assigned record index - 0 if no additional records registered member in struct:_DNSServiceRef_t
395 x->max_index = 0;
462 sdr->max_index = 0;
1668 rref->record_index = sdRef->max_index++;
1733 rref->record_index = sdRef->max_index++;
1800 if (!sdRef->max_index) { syslog(LOG_WARNING, "dnssd_clientstub DNSServiceRemoveRecord called with bad DNSServiceRef"); return kDNSServiceErr_BadReference; }
/external/chromium/chrome/browser/sessions/
H A Dsession_service.cc1070 const int max_index = std::min(current_index + max_persist_navigation_count, local
1075 std::pair<int, int>(min_index, max_index);
1091 for (int i = min_index; i < max_index; ++i) {
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_impl.cc1699 int max_index) {
1700 DCHECK_LE(max_index, source.GetEntryCount());
1702 for (int i = 0; i < max_index; i++) {
1697 InsertEntriesFrom( const NavigationControllerImpl& source, int max_index) argument
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlinker.cpp1258 * \param max_index Maximum number of generic locations. This corresponds
1269 unsigned max_index)
1273 unsigned used_locations = (max_index >= 32)
1274 ? ~0 : ~((1 << max_index) - 1);
1334 if ((var->location >= (int)(max_index + generic_base))
1267 assign_attribute_or_color_locations(gl_shader_program *prog, unsigned target_index, unsigned max_index) argument
/external/mesa3d/src/glsl/
H A Dlinker.cpp1258 * \param max_index Maximum number of generic locations. This corresponds
1269 unsigned max_index)
1273 unsigned used_locations = (max_index >= 32)
1274 ? ~0 : ~((1 << max_index) - 1);
1334 if ((var->location >= (int)(max_index + generic_base))
1267 assign_attribute_or_color_locations(gl_shader_program *prog, unsigned target_index, unsigned max_index) argument
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc61 const char* const haystack[], size_t max_index) {
62 for (index=0; index<max_index; ++index) {
60 find_string(size_t& index, const std::string& needle, const char* const haystack[], size_t max_index) argument
/external/chromium_org/chrome/browser/sync/sessions2/
H A Dsessions_sync_manager.cc850 const int max_index = std::min(current_index + kMaxSyncNavigationCount, local
863 for (int i = min_index; i < max_index; ++i) {
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Ddragged_tab_controller_gtk.cc572 int max_index = local
574 return std::max(0, std::min(max_index, index));
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpcommon.cc61 const char* const haystack[], size_t max_index) {
62 for (index=0; index<max_index; ++index) {
60 find_string(size_t& index, const std::string& needle, const char* const haystack[], size_t max_index) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_vbo.c723 nv50->vb_elt_limit = info->max_index - info->min_index;
769 boolean shorten = info->max_index <= 65535;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_vbo.c792 nvc0->vb_elt_limit = info->max_index - info->min_index;
843 boolean shorten = info->max_index <= 65535;
/external/eigen/Eigen/src/Core/
H A DPlainObjectBase.h29 Index max_index = (size_t(1) << (8 * sizeof(Index) - 1)) - 1; // assume Index is signed local
32 : (rows > max_index / cols);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_vbo.c723 nv50->vb_elt_limit = info->max_index - info->min_index;
769 boolean shorten = info->max_index <= 65535;
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_vbo.c792 nvc0->vb_elt_limit = info->max_index - info->min_index;
843 boolean shorten = info->max_index <= 65535;

Completed in 1133 milliseconds

123456