Home
last modified time | relevance | path

Searched refs:szB (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/devel/valgrind/valgrind-dragonfly-dragonfly/tests/
H A Dmalloc.h16 static void* memalign16(size_t szB) in memalign16() argument
21 posix_memalign((void **)&x, 16, szB); in memalign16()
23 x = memalign(16, szB); in memalign16()
32 static void* memalign32(size_t szB) in memalign32() argument
37 posix_memalign((void **)&x, 32, szB); in memalign32()
39 x = memalign(32, szB); in memalign32()
48 static void* memalign64(size_t szB) in memalign64() argument
53 posix_memalign((void **)&x, 64, szB); in memalign64()
55 x = memalign(64, szB); in memalign64()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/tests/
H A Dmalloc.h16 static void* memalign16(size_t szB) in memalign16() argument
21 posix_memalign((void **)&x, 16, szB); in memalign16()
23 x = memalign(16, szB); in memalign16()
32 static void* memalign32(size_t szB) in memalign32() argument
37 posix_memalign((void **)&x, 32, szB); in memalign32()
39 x = memalign(32, szB); in memalign32()
48 static void* memalign64(size_t szB) in memalign64() argument
53 posix_memalign((void **)&x, 64, szB); in memalign64()
55 x = memalign(64, szB); in memalign64()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/exp-sgcheck/
H A Dsg_main.c174 if (fb1->szB < fb2->szB) return -1; in StackBlock__cmp()
175 if (fb1->szB > fb2->szB) return 1; in StackBlock__cmp()
315 sb0->szB = sb1->szB; in StackBlocks__find_and_dealloc__or_add()
403 if (gb1->szB < gb2->szB) return -1; in GlobalBlock__cmp()
404 if (gb1->szB > gb2->szB) return 1; in GlobalBlock__cmp()
552 nyu->szB = descr->szB; in add_blocks_to_StackTree()
696 nyu->szB = descr->szB; in add_block_to_GlobalTree()
774 key.szB = szB; in del_GlobalTree_range()
913 szB = inv->Inv.Stack0.szB; in gen_delta_str()
1648 sKey.szB = szB; in classify_address()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/exp-sgcheck/
H A Dsg_main.c174 if (fb1->szB < fb2->szB) return -1; in StackBlock__cmp()
175 if (fb1->szB > fb2->szB) return 1; in StackBlock__cmp()
315 sb0->szB = sb1->szB; in StackBlocks__find_and_dealloc__or_add()
403 if (gb1->szB < gb2->szB) return -1; in GlobalBlock__cmp()
404 if (gb1->szB > gb2->szB) return 1; in GlobalBlock__cmp()
552 nyu->szB = descr->szB; in add_blocks_to_StackTree()
696 nyu->szB = descr->szB; in add_block_to_GlobalTree()
774 key.szB = szB; in del_GlobalTree_range()
913 szB = inv->Inv.Stack0.szB; in gen_delta_str()
1648 sKey.szB = szB; in classify_address()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/
H A Dmc_malloc_wrappers.c199 mc->szB = szB; in create_MC_Chunk()
245 if (found_mc->szB != mc->szB in in_block_list()
564 old_szB = old_mc->szB; in MC_()
654 return ( mc ? mc->szB : 0 ); in MC_()
678 mc->szB = newSizeB; in MC_()
999 hi = mc->szB == 0 ? mc->data : mc->data + mc->szB - 1; in MC_()
1046 if (mc->data + szB > addr + szB) { in MC_()
1048 hi = addr + szB; in MC_()
1050 max = addr + szB; in MC_()
1127 mc->szB = szB; in MC_()
[all …]
H A Dmc_leakcheck.c384 if (mc->szB > 1) { in find_active_chunks()
552 tl_assert(ptr < ch->data + ch->szB + (ch->szB==0 ? 1 : 0)); in lc_is_a_chunk_ptr()
1353 xto->xt_lr[r].vid[d].szB += xtl->xt_lr[r].vid[d].szB; in MC_()
1365 xtl.xt_lr[i].vid[XT_Value].szB = lr->szB; in XT_insert_lr()
1369 if (lr->szB > lr->old_szB) in XT_insert_lr()
1370 xtl.xt_lr[i].vid[XT_Increase].szB = lr->szB - lr->old_szB; in XT_insert_lr()
1372 xtl.xt_lr[i].vid[XT_Decrease].szB = lr->old_szB - lr->szB; in XT_insert_lr()
1579 old_lr->szB += ch->szB; in print_results()
1588 lr->szB = ch->szB; in print_results()
2257 if (szB == 1) in MC_()
[all …]
H A Dmc_errors.c340 lr->szB, in pp_LossRecord()
360 lr->szB, d_direct_bytes, in pp_LossRecord()
374 lr->szB, d_direct_bytes, in pp_LossRecord()
389 lr->szB, d_direct_bytes, in pp_LossRecord()
398 lr->szB, d_direct_bytes, in pp_LossRecord()
764 extra.Err.Addr.szB = szB; in MC_()
776 extra.Err.Value.szB = szB; in MC_()
878 extra.Err.Overlap.szB = szB; in MC_()
1016 return ( extra1->Err.Addr.szB == extra2->Err.Addr.szB in MC_()
1020 return ( extra1->Err.Value.szB == extra2->Err.Value.szB in MC_()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/
H A Dmc_malloc_wrappers.c199 mc->szB = szB; in create_MC_Chunk()
245 if (found_mc->szB != mc->szB in in_block_list()
564 old_szB = old_mc->szB; in MC_()
654 return ( mc ? mc->szB : 0 ); in MC_()
678 mc->szB = newSizeB; in MC_()
999 hi = mc->szB == 0 ? mc->data : mc->data + mc->szB - 1; in MC_()
1046 if (mc->data + szB > addr + szB) { in MC_()
1048 hi = addr + szB; in MC_()
1050 max = addr + szB; in MC_()
1127 mc->szB = szB; in MC_()
[all …]
H A Dmc_leakcheck.c384 if (mc->szB > 1) { in find_active_chunks()
552 tl_assert(ptr < ch->data + ch->szB + (ch->szB==0 ? 1 : 0)); in lc_is_a_chunk_ptr()
1353 xto->xt_lr[r].vid[d].szB += xtl->xt_lr[r].vid[d].szB; in MC_()
1365 xtl.xt_lr[i].vid[XT_Value].szB = lr->szB; in XT_insert_lr()
1369 if (lr->szB > lr->old_szB) in XT_insert_lr()
1370 xtl.xt_lr[i].vid[XT_Increase].szB = lr->szB - lr->old_szB; in XT_insert_lr()
1372 xtl.xt_lr[i].vid[XT_Decrease].szB = lr->old_szB - lr->szB; in XT_insert_lr()
1579 old_lr->szB += ch->szB; in print_results()
1588 lr->szB = ch->szB; in print_results()
2257 if (szB == 1) in MC_()
[all …]
H A Dmc_errors.c340 lr->szB, in pp_LossRecord()
360 lr->szB, d_direct_bytes, in pp_LossRecord()
374 lr->szB, d_direct_bytes, in pp_LossRecord()
389 lr->szB, d_direct_bytes, in pp_LossRecord()
398 lr->szB, d_direct_bytes, in pp_LossRecord()
764 extra.Err.Addr.szB = szB; in MC_()
776 extra.Err.Value.szB = szB; in MC_()
878 extra.Err.Overlap.szB = szB; in MC_()
1016 return ( extra1->Err.Addr.szB == extra2->Err.Addr.szB in MC_()
1020 return ( extra1->Err.Value.szB == extra2->Err.Value.szB in MC_()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_debuginfo/
H A Dreaddwarf3.c534 if (die >= cc->escn_debug_info.szB + cc->escn_debug_types.szB) { in uncook_die()
536 die -= cc->escn_debug_info.szB + cc->escn_debug_types.szB; in uncook_die()
1144 cts->szB = 1; in get_Form_contents()
1149 cts->szB = 2; in get_Form_contents()
1154 cts->szB = 4; in get_Form_contents()
1159 cts->szB = 8; in get_Form_contents()
1169 cts->szB = 8; in get_Form_contents()
1764 if (cts->szB < 0) { in get_GX()
1770 if (cts->szB > 0) { in get_GX()
3180 || typeE.Te.TyBase.szB < 0 || typeE.Te.TyBase.szB > 32 in parse_type_DIE()
[all …]
H A Dreadmacho.c117 if (szB < sizeof(struct fat_header)) in ML_()
122 if (szB < sizeof(struct MACH_HEADER)) in ML_()
225 sli.szB = arch.size; in map_image_aboard()
246 if (sli.szB > ML_(img_size)(sli.img)) { in map_image_aboard()
278 vg_assert(sli.szB > 0); in map_image_aboard()
623 res.szB = sect.size; in getsectdata()
641 if (sli.szB < 16) in check_uuid_matches()
647 DiOffT max1_off = sli.ioff + sli.szB; in check_uuid_matches()
1136 debug_info_mscn.szB, debug_abbv_mscn.szB, in ML_()
1137 debug_line_mscn.szB, debug_str_mscn.szB, in ML_()
[all …]
H A Dmisc.c45 void* ML_(dinfo_zalloc) ( const HChar* cc, SizeT szB ) { in ML_()
47 vg_assert(szB > 0); in ML_()
48 v = VG_(arena_malloc)( VG_AR_DINFO, cc, szB ); in ML_()
49 VG_(memset)(v, 0, szB); in ML_()
53 void ML_(dinfo_shrink_block)( void* ptr, SizeT szB ) { in ML_()
54 VG_(arena_realloc_shrink)( VG_AR_DINFO, ptr, szB ); in ML_()
H A Dtytypes.c127 te->Te.TyBase.szB, te->Te.TyBase.enc, in ML_()
156 te->Te.TyStOrUn.szB, in ML_()
525 r = Int__cmp(te1->Te.TyBase.szB, te2->Te.TyBase.szB); in ML_()
533 r = Int__cmp(te1->Te.TyPorR.szB, te2->Te.TyPorR.szB); in ML_()
547 r = UWord__cmp(te1->Te.TyStOrUn.szB, te2->Te.TyStOrUn.szB); in ML_()
555 r = Int__cmp(te1->Te.TyEnum.szB, te2->Te.TyEnum.szB); in ML_()
680 vg_assert(ent->Te.TyBase.szB > 0); in ML_()
681 return mk_MaybeULong_Just( ent->Te.TyBase.szB ); in ML_()
695 vg_assert(ent->Te.TyPorR.szB == 4 || ent->Te.TyPorR.szB == 8); in ML_()
696 return mk_MaybeULong_Just( ent->Te.TyPorR.szB ); in ML_()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_debuginfo/
H A Dreaddwarf3.c534 if (die >= cc->escn_debug_info.szB + cc->escn_debug_types.szB) { in uncook_die()
536 die -= cc->escn_debug_info.szB + cc->escn_debug_types.szB; in uncook_die()
1144 cts->szB = 1; in get_Form_contents()
1149 cts->szB = 2; in get_Form_contents()
1154 cts->szB = 4; in get_Form_contents()
1159 cts->szB = 8; in get_Form_contents()
1169 cts->szB = 8; in get_Form_contents()
1764 if (cts->szB < 0) { in get_GX()
1770 if (cts->szB > 0) { in get_GX()
3180 || typeE.Te.TyBase.szB < 0 || typeE.Te.TyBase.szB > 32 in parse_type_DIE()
[all …]
H A Dreadmacho.c117 if (szB < sizeof(struct fat_header)) in ML_()
122 if (szB < sizeof(struct MACH_HEADER)) in ML_()
225 sli.szB = arch.size; in map_image_aboard()
246 if (sli.szB > ML_(img_size)(sli.img)) { in map_image_aboard()
278 vg_assert(sli.szB > 0); in map_image_aboard()
623 res.szB = sect.size; in getsectdata()
641 if (sli.szB < 16) in check_uuid_matches()
647 DiOffT max1_off = sli.ioff + sli.szB; in check_uuid_matches()
1136 debug_info_mscn.szB, debug_abbv_mscn.szB, in ML_()
1137 debug_line_mscn.szB, debug_str_mscn.szB, in ML_()
[all …]
H A Dmisc.c45 void* ML_(dinfo_zalloc) ( const HChar* cc, SizeT szB ) { in ML_()
47 vg_assert(szB > 0); in ML_()
48 v = VG_(arena_malloc)( VG_AR_DINFO, cc, szB ); in ML_()
49 VG_(memset)(v, 0, szB); in ML_()
53 void ML_(dinfo_shrink_block)( void* ptr, SizeT szB ) { in ML_()
54 VG_(arena_realloc_shrink)( VG_AR_DINFO, ptr, szB ); in ML_()
H A Dtytypes.c127 te->Te.TyBase.szB, te->Te.TyBase.enc, in ML_()
156 te->Te.TyStOrUn.szB, in ML_()
525 r = Int__cmp(te1->Te.TyBase.szB, te2->Te.TyBase.szB); in ML_()
533 r = Int__cmp(te1->Te.TyPorR.szB, te2->Te.TyPorR.szB); in ML_()
547 r = UWord__cmp(te1->Te.TyStOrUn.szB, te2->Te.TyStOrUn.szB); in ML_()
555 r = Int__cmp(te1->Te.TyEnum.szB, te2->Te.TyEnum.szB); in ML_()
680 vg_assert(ent->Te.TyBase.szB > 0); in ML_()
681 return mk_MaybeULong_Just( ent->Te.TyBase.szB ); in ML_()
695 vg_assert(ent->Te.TyPorR.szB == 4 || ent->Te.TyPorR.szB == 8); in ML_()
696 return mk_MaybeULong_Just( ent->Te.TyPorR.szB ); in ML_()
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/dialog/
H A Dlibkvidialog.cpp305 QString szB = szButton0; in KviKvsCallbackTextInput() local
307 if(KviQString::equalCIN(szB, "default=", 8)) in KviKvsCallbackTextInput()
310 szB.remove(0, 8); in KviKvsCallbackTextInput()
315 szB.remove(0, 7); in KviKvsCallbackTextInput()
326 QString szB = szButton1; in KviKvsCallbackTextInput() local
328 if(KviQString::equalCIN(szB, "default=", 8)) in KviKvsCallbackTextInput()
331 szB.remove(0, 8); in KviKvsCallbackTextInput()
336 szB.remove(0, 7); in KviKvsCallbackTextInput()
347 QString szB = szButton2; in KviKvsCallbackTextInput() local
352 szB.remove(0, 8); in KviKvsCallbackTextInput()
[all …]
/dports/devel/apache-commons-daemon/commons-daemon-1.2.3-native-src/windows/apps/prunmgr/
H A Dprunmgr.c392 WCHAR szB[SIZ_DESLEN]; in __generalLoggingSave() local
421 WCHAR szB[SIZ_HUGLEN]; in __generalJvmSave() local
434 lstrcpyW(szB, L"auto"); in __generalJvmSave()
447 szB[0] = L'\0'; in __generalJvmSave()
457 szB[0] = L'\0'; in __generalJvmSave()
460 apxAtoulW(szB)); in __generalJvmSave()
462 szB[0] = L'\0'; in __generalJvmSave()
464 apxAtoulW(szB)); in __generalJvmSave()
466 szB[0] = L'\0'; in __generalJvmSave()
477 WCHAR szB[SIZ_HUGLEN]; in __generalStartSave() local
[all …]
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfsound/winsrc/
H A Ddebug.c146 HDC hdc;RECT r;HBRUSH hBO;char szB[16]; in DisplayADSRInfos() local
179 SetDlgItemText(hW,IDC_SADSR8,szB); in DisplayADSRInfos()
222 int ch=iSelChannel;char szB[16]; in DisplayChannelInfos() local
242 wsprintf(szB,"%04x",s_chan[ch].iRightVolRaw); in DisplayChannelInfos()
243 SetDlgItemText(hW,IDC_CI17,szB); in DisplayChannelInfos()
244 wsprintf(szB,"%04x",s_chan[ch].iLeftVolRaw); in DisplayChannelInfos()
245 SetDlgItemText(hW,IDC_CI18,szB); in DisplayChannelInfos()
251 wsprintf(szB,"%04x",spuCtrl); in DisplayChannelInfos()
252 SetDlgItemText(hW,IDC_STA2,szB); in DisplayChannelInfos()
253 wsprintf(szB,"%04x",spuStat); in DisplayChannelInfos()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dcalloc-overflow.c13 size_t szB = 0x1000000010000001ULL; in main() local
15 size_t szB = 0x10000001UL; in main() local
17 x = calloc(szB, 0x10); in main()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Dcalloc-overflow.c13 size_t szB = 0x1000000010000001ULL; in main() local
15 size_t szB = 0x10000001UL; in main() local
17 x = calloc(szB, 0x10); in main()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/massif/
H A Dms_print.in263 my ($szB, $szB_scaled) = @_;
277 if ($szB < 1000) { return sprintf("%5d", $szB); }
307 my ($szB) = @_;
311 my $szB_scaled = $szB;
325 return (max_label_2($szB, $szB_scaled), $unit);
331 my ($szB) = @_;
336 my $szB_scaled = $szB;
341 return (max_label_2($szB, $szB_scaled), $unit);
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/massif/
H A Dms_print.in263 my ($szB, $szB_scaled) = @_;
277 if ($szB < 1000) { return sprintf("%5d", $szB); }
307 my ($szB) = @_;
311 my $szB_scaled = $szB;
325 return (max_label_2($szB, $szB_scaled), $unit);
331 my ($szB) = @_;
336 my $szB_scaled = $szB;
341 return (max_label_2($szB, $szB_scaled), $unit);

123456789