| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| fb.c | 580 * If all set bits in the bitmap are contiguous, in [set_start, set_end), 584 scount_contiguous(size_t set_start, size_t set_end, size_t scount_start, 587 if (set_end <= scount_start || scount_end <= set_start) { 591 if (set_start <= scount_start && set_end >= scount_end) { 595 if (scount_start <= set_start && scount_end >= set_end) { 596 return set_end - set_start; 599 if (set_start < scount_start && set_end < scount_end) { 600 return set_end - scount_start; 603 if (scount_start < set_start && scount_end < set_end) { 614 ucount_contiguous(size_t set_start, size_t set_end, size_t ucount_start [all...] |
| /src/external/bsd/jemalloc/dist/test/unit/ |
| fb.c | 574 * If all set bits in the bitmap are contiguous, in [set_start, set_end), 579 size_t set_start, size_t set_end, size_t scount_start, size_t scount_end) { 581 if (set_end <= scount_start || scount_end <= set_start) { 585 if (set_start <= scount_start && set_end >= scount_end) { 589 if (scount_start <= set_start && scount_end >= set_end) { 590 return set_end - set_start; 593 if (set_start < scount_start && set_end < scount_end) { 594 return set_end - scount_start; 597 if (scount_start < set_start && scount_end < set_end) { 609 size_t set_start, size_t set_end, size_t ucount_start, size_t ucount_end) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| block.h | 62 void set_end (CORE_ADDR end) function in struct:blockrange 124 void set_end (CORE_ADDR end) function in struct:block
|
| buildsym.c | 239 block->set_end (end); 320 block->set_end (block->start ()); 363 pblock->block->set_end (block->end ());
|
| jit.c | 583 new_block->set_end (gdb_block_iter.end); 625 new_block->set_end (end);
|
| objfiles.c | 568 b->set_end (b->end () + delta[block_line_section]); 573 r.set_end (r.end () + delta[block_line_section]);
|
| mdebugread.c | 818 b->set_end (sh->value); 1168 top_stack->cur_block->set_end 1192 b_bad->set_end (cblock->end ()); 1228 top_stack->cur_block->set_end (sh->value + top_stack->procadr); 4113 top_stack->cur_block->set_end (0); 4616 bv->global_block ()->set_end (high); 4621 bv->static_block ()->set_end (bv->global_block ()->end ());
|
| /src/external/gpl3/gdb/dist/gdb/ |
| block.h | 62 void set_end (CORE_ADDR end) function in struct:blockrange 124 void set_end (CORE_ADDR end) function in struct:block
|
| buildsym.c | 239 block->set_end (end); 320 block->set_end (block->start ()); 363 pblock->block->set_end (block->end ());
|
| jit.c | 583 new_block->set_end (gdb_block_iter.end); 625 new_block->set_end (end);
|
| objfiles.c | 567 b->set_end (b->end () + delta[block_line_section]); 572 r.set_end (r.end () + delta[block_line_section]);
|
| mdebugread.c | 818 b->set_end (sh->value); 1168 top_stack->cur_block->set_end 1192 b_bad->set_end (cblock->end ()); 1228 top_stack->cur_block->set_end (sh->value + top_stack->procadr); 4116 top_stack->cur_block->set_end (0); 4619 bv->global_block ()->set_end (high); 4624 bv->static_block ()->set_end (bv->global_block ()->end ());
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| obj-coff.c | 1202 static symbolS *set_end; 1397 if (set_end != NULL 1404 SA_SET_SYM_ENDNDX (set_end, symp); 1405 set_end = NULL; 1410 if (set_end != NULL) 1412 S_GET_NAME (set_end)); 1413 set_end = next_set_end; 1198 static symbolS *set_end; local
|
| tc-ppc.c | 6068 static symbolS *set_end; 6105 if (set_end != NULL) 6107 SA_SET_SYM_ENDNDX (set_end, sym); 6108 set_end = NULL; 6137 set_end = ppc_last_function; 6053 static symbolS *set_end; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| obj-coff.c | 1204 static symbolS *set_end; 1399 if (set_end != NULL 1406 SA_SET_SYM_ENDNDX (set_end, symp); 1407 set_end = NULL; 1412 if (set_end != NULL) 1414 S_GET_NAME (set_end)); 1415 set_end = next_set_end; 1200 static symbolS *set_end; local
|
| tc-ppc.c | 6110 static symbolS *set_end; 6147 if (set_end != NULL) 6149 SA_SET_SYM_ENDNDX (set_end, sym); 6150 set_end = NULL; 6179 set_end = ppc_last_function; 6095 static symbolS *set_end; local
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-hash.c | 778 goto set_end; 789 goto set_end; 801 set_end:
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-hash.c | 778 goto set_end; 789 goto set_end; 801 set_end:
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-hash.c | 753 goto set_end; 764 goto set_end; 776 set_end:
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-hash.c | 778 goto set_end; 789 goto set_end; 801 set_end:
|
| /src/common/dist/zlib/contrib/minizip/ |
| skipset.h | 17 // any, when doing a set_end() or set_clear(). s is a pointer to the set 37 // set_end(&set); 46 // - set_end() ends the use of the set, freeing all memory 47 // - set_clear() empties the set, equivalent to set_end() and then set_start() 228 // happen during set_start(). Whether set_start() completed or not, set_end() 246 // out, then set_ok(set) will be false and set_end(set) will be safe. */ 270 // permitted after this is set_start(). Though another set_end() would do no 273 void set_end(set_t *set) { function
|
| zip.c | 474 set_end(&zip->set); 2162 set_end(&zi->set); /* set was zeroed, so this is safe */
|
| /src/external/bsd/wpa/dist/src/tls/ |
| x509v3.c | 289 const u8 *pos, *end, *set_pos, *set_end, *seq_pos, *seq_end; local 329 pos = set_end = hdr.payload + hdr.length; 331 if (asn1_get_next(set_pos, set_end - set_pos, &hdr) < 0 ||
|