HomeSort by relevance Sort by last modified time
    Searched refs:segment_size (Results 1 - 15 of 15) sorted by null

  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.cc 59 size_t segment_size = segment->size(); local
60 if (segment_size > kMaximumSubdirectoryLength) {
64 segment_size = kMaximumSubdirectoryLength - 2;
68 if ((*segment)[segment_size - 1] == kEscapeChar) {
69 segment_size -= 1;
70 } else if ((*segment)[segment_size - 2] == kEscapeChar) {
71 segment_size -= 2;
73 dest->append(segment->data(), segment_size);
76 segment->erase(0, segment_size);
78 // At this point, if we had segment_size=3, and segment="abcd"
    [all...]
  /external/chromium_org/net/tools/dump_cache/
url_to_filename_encoder.cc 59 size_t segment_size = segment->size(); local
60 if (segment_size > kMaximumSubdirectoryLength) {
64 segment_size = kMaximumSubdirectoryLength - 2;
68 if ((*segment)[segment_size - 1] == kEscapeChar) {
69 segment_size -= 1;
70 } else if ((*segment)[segment_size - 2] == kEscapeChar) {
71 segment_size -= 2;
73 dest->append(segment->data(), segment_size);
76 segment->erase(0, segment_size);
78 // At this point, if we had segment_size=3, and segment="abcd"
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_vsplit_tmp.h 66 if (icount > vsplit->segment_size)
134 assert(icount + !!close <= vsplit->segment_size);
221 const unsigned max_count_simple = vsplit->segment_size; \
222 const unsigned max_count_loop = vsplit->segment_size - 1; \
223 const unsigned max_count_fan = vsplit->segment_size;
245 assert(icount + !!close_loop <= vsplit->segment_size);
267 assert(icount <= vsplit->segment_size);
287 const unsigned max_count_loop = vsplit->segment_size - 1; \
288 const unsigned max_count_fan = vsplit->segment_size;
draw_pt_vsplit.c 34 #define SEGMENT_SIZE 1024
46 ushort segment_size; member in struct:vsplit_frontend
49 unsigned fetch_elts[SEGMENT_SIZE];
50 ushort draw_elts[SEGMENT_SIZE];
51 ushort identity_draw_elts[SEGMENT_SIZE];
101 assert(vsplit->cache.num_fetch_elts < vsplit->segment_size);
177 vsplit->segment_size = MIN2(SEGMENT_SIZE, vsplit->max_vertices);
212 for (i = 0; i < SEGMENT_SIZE; i++)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit_tmp.h 66 if (icount > vsplit->segment_size)
134 assert(icount + !!close <= vsplit->segment_size);
221 const unsigned max_count_simple = vsplit->segment_size; \
222 const unsigned max_count_loop = vsplit->segment_size - 1; \
223 const unsigned max_count_fan = vsplit->segment_size;
245 assert(icount + !!close_loop <= vsplit->segment_size);
267 assert(icount <= vsplit->segment_size);
287 const unsigned max_count_loop = vsplit->segment_size - 1; \
288 const unsigned max_count_fan = vsplit->segment_size;
draw_pt_vsplit.c 34 #define SEGMENT_SIZE 1024
46 ushort segment_size; member in struct:vsplit_frontend
49 unsigned fetch_elts[SEGMENT_SIZE];
50 ushort draw_elts[SEGMENT_SIZE];
51 ushort identity_draw_elts[SEGMENT_SIZE];
101 assert(vsplit->cache.num_fetch_elts < vsplit->segment_size);
177 vsplit->segment_size = MIN2(SEGMENT_SIZE, vsplit->max_vertices);
212 for (i = 0; i < SEGMENT_SIZE; i++)
  /external/stressapptest/src/
disk_blocks.h 75 int64 segment_size,
disk_blocks.cc 170 int64 segment_size, string device_name) {
175 segment_size_ = segment_size;
worker.h 675 int64 segment_size,
worker.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/media/
audio_input_renderer_host.cc 246 const uint32 segment_size = (sizeof(media::AudioInputBufferParameters) + local
253 segment_size * entry->shared_memory_segment_count)) {
  /external/chromium_org/third_party/libwebp/webp/
encode.h 186 int segment_size[4]; // number of macroblocks in each segments member in struct:WebPAuxStats
  /external/webp/include/webp/
encode.h 186 int segment_size[4]; // number of macroblocks in each segments member in struct:WebPAuxStats
  /external/chromium_org/third_party/libwebp/enc/
frame.c 235 enc->pic_->stats->segment_size[n] = p[n];
  /external/webp/src/enc/
frame.c 235 enc->pic_->stats->segment_size[n] = p[n];

Completed in 1099 milliseconds