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

  /external/opencore/protocols/rtp/src/
rtcp.cpp 452 SDES_chunk* RTCP_SDES::get_chunk(uint chunk_index)
454 if (chunk_index >= max_chunks)
459 if (chunk_index >= chunk_count)
461 chunk_count = chunk_index + 1;
464 if (chunk_index >= NUM_PREALLOCATED_RTCP_CHUNKS)
471 return additional_chunks + (chunk_index - NUM_PREALLOCATED_RTCP_CHUNKS);
474 return chunk_array + chunk_index;
477 const SDES_chunk* RTCP_SDES::read_chunk(uint chunk_index) const
479 if (chunk_index >= chunk_count)
484 if (chunk_index >= NUM_PREALLOCATED_RTCP_CHUNKS
    [all...]
  /external/v8/src/
unicode.cc 342 int chunk_index = c >> 15; local
343 switch (chunk_index) {
371 int chunk_index = c >> 15; local
372 switch (chunk_index) {
404 int chunk_index = c >> 15; local
405 switch (chunk_index) {
433 int chunk_index = c >> 15; local
434 switch (chunk_index) {
453 int chunk_index = c >> 15; local
454 switch (chunk_index) {
476 int chunk_index = c >> 15; local
490 int chunk_index = c >> 15; local
512 int chunk_index = c >> 15; local
540 int chunk_index = c >> 15; local
565 int chunk_index = c >> 15; local
605 int chunk_index = c >> 15; local
645 int chunk_index = c >> 15; local
685 int chunk_index = c >> 15; local
722 int chunk_index = c >> 15; local
    [all...]

Completed in 71 milliseconds