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

  /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/elfutils/0.153/libdw/
dwarf_next_cfi.c 160 uint_fast8_t segment_size = 0; local
174 segment_size = *bytes++;
177 if (unlikely (segment_size != 0))
  /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 351 const uint32 segment_size = local
358 base::CheckedNumeric<uint32> size = segment_size;
  /external/chromium_org/third_party/libwebp/webp/
encode.h 197 int segment_size[4]; // number of macroblocks in each segments member in struct:WebPAuxStats
  /external/webp/include/webp/
encode.h 197 int segment_size[4]; // number of macroblocks in each segments member in struct:WebPAuxStats
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 2103 const int64 segment_size = writer->Position() - payload_pos_; local
2168 const int64 segment_size = MaxOffset(); local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 2215 const int64 segment_size = writer->Position() - payload_pos_; local
2281 const int64 segment_size = MaxOffset(); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 2215 const int64 segment_size = writer->Position() - payload_pos_; local
2281 const int64 segment_size = MaxOffset(); local
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
frame.c 202 enc->pic_->stats->segment_size[n] = p[n];
  /external/webp/src/enc/
frame.c 202 enc->pic_->stats->segment_size[n] = p[n];
  /external/elfutils/0.153/src/
readelf.c 5291 uint_fast8_t segment_size = 0; local
    [all...]

Completed in 688 milliseconds