Home
last modified time | relevance | path

Searched refs:xhint (Results 1 – 25 of 35) sorted by relevance

12

/dports/security/libgcrypt/libgcrypt-1.9.4/src/
H A Dstdmem.c124 _gcry_private_malloc_secure (size_t n, int xhint) in _gcry_private_malloc_secure() argument
137 if (!(p = _gcry_secmem_malloc (n + EXTRA_ALIGN + 5, xhint))) in _gcry_private_malloc_secure()
148 return _gcry_secmem_malloc (n, xhint); in _gcry_private_malloc_secure()
159 _gcry_private_realloc (void *a, size_t n, int xhint) in _gcry_private_realloc() argument
177 b = _gcry_private_malloc_secure (n, xhint); in _gcry_private_realloc()
189 return _gcry_secmem_realloc (a, n, xhint); in _gcry_private_realloc()
H A Dstdmem.h27 void *_gcry_private_malloc_secure (size_t n, int xhint) _GCRY_GCC_ATTR_MALLOC;
28 void *_gcry_private_realloc (void *a, size_t n, int xhint);
H A Dsecmem.h26 void *_gcry_secmem_malloc (size_t size, int xhint) _GCRY_GCC_ATTR_MALLOC;
27 void *_gcry_secmem_realloc (void *a, size_t newsize, int xhint);
H A Dsecmem.c626 _gcry_secmem_malloc_internal (size_t size, int xhint) in _gcry_secmem_malloc_internal() argument
676 if ((xhint || auto_expand) && !fips_mode ()) in _gcry_secmem_malloc_internal()
739 _gcry_secmem_malloc (size_t size, int xhint) in _gcry_secmem_malloc() argument
744 p = _gcry_secmem_malloc_internal (size, xhint); in _gcry_secmem_malloc()
805 _gcry_secmem_realloc_internal (void *p, size_t newsize, int xhint) in _gcry_secmem_realloc_internal() argument
821 a = _gcry_secmem_malloc_internal (newsize, xhint); in _gcry_secmem_realloc_internal()
837 _gcry_secmem_realloc (void *p, size_t newsize, int xhint) in _gcry_secmem_realloc() argument
842 a = _gcry_secmem_realloc_internal (p, newsize, xhint); in _gcry_secmem_realloc()
H A Dglobal.c971 _gcry_malloc_secure_core (size_t n, int xhint) in _gcry_malloc_secure_core() argument
975 do_malloc (n, (GCRY_ALLOC_FLAG_SECURE | (xhint? GCRY_ALLOC_FLAG_XHINT:0)), in _gcry_malloc_secure_core()
1012 _gcry_realloc_core (void *a, size_t n, int xhint) in _gcry_realloc_core() argument
1029 p = _gcry_private_realloc (a, n, xhint); in _gcry_realloc_core()
1106 _gcry_strdup_core (const char *string, int xhint) in _gcry_strdup_core() argument
1114 string_cp = _gcry_malloc_secure_core (string_n + 1, xhint); in _gcry_strdup_core()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/src/
H A Dstdmem.c124 _gcry_private_malloc_secure (size_t n, int xhint) in _gcry_private_malloc_secure() argument
137 if (!(p = _gcry_secmem_malloc (n + EXTRA_ALIGN + 5, xhint))) in _gcry_private_malloc_secure()
148 return _gcry_secmem_malloc (n, xhint); in _gcry_private_malloc_secure()
159 _gcry_private_realloc (void *a, size_t n, int xhint) in _gcry_private_realloc() argument
177 b = _gcry_private_malloc_secure (n, xhint); in _gcry_private_realloc()
189 return _gcry_secmem_realloc (a, n, xhint); in _gcry_private_realloc()
H A Dstdmem.h27 void *_gcry_private_malloc_secure (size_t n, int xhint) _GCRY_GCC_ATTR_MALLOC;
28 void *_gcry_private_realloc (void *a, size_t n, int xhint);
H A Dsecmem.h26 void *_gcry_secmem_malloc (size_t size, int xhint) _GCRY_GCC_ATTR_MALLOC;
27 void *_gcry_secmem_realloc (void *a, size_t newsize, int xhint);
H A Dsecmem.c626 _gcry_secmem_malloc_internal (size_t size, int xhint) in _gcry_secmem_malloc_internal() argument
676 if ((xhint || auto_expand) && !fips_mode ()) in _gcry_secmem_malloc_internal()
739 _gcry_secmem_malloc (size_t size, int xhint) in _gcry_secmem_malloc() argument
744 p = _gcry_secmem_malloc_internal (size, xhint); in _gcry_secmem_malloc()
805 _gcry_secmem_realloc_internal (void *p, size_t newsize, int xhint) in _gcry_secmem_realloc_internal() argument
821 a = _gcry_secmem_malloc_internal (newsize, xhint); in _gcry_secmem_realloc_internal()
837 _gcry_secmem_realloc (void *p, size_t newsize, int xhint) in _gcry_secmem_realloc() argument
842 a = _gcry_secmem_realloc_internal (p, newsize, xhint); in _gcry_secmem_realloc()
H A Dglobal.c971 _gcry_malloc_secure_core (size_t n, int xhint) in _gcry_malloc_secure_core() argument
975 do_malloc (n, (GCRY_ALLOC_FLAG_SECURE | (xhint? GCRY_ALLOC_FLAG_XHINT:0)), in _gcry_malloc_secure_core()
1012 _gcry_realloc_core (void *a, size_t n, int xhint) in _gcry_realloc_core() argument
1029 p = _gcry_private_realloc (a, n, xhint); in _gcry_realloc_core()
1106 _gcry_strdup_core (const char *string, int xhint) in _gcry_strdup_core() argument
1114 string_cp = _gcry_malloc_secure_core (string_n + 1, xhint); in _gcry_strdup_core()
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DTextView.pm604 my $xhint = 0;
639 $xhint = (( $$b[ tb::BLK_X] > $x) ? -1 : 1);
665 $xhint = -1;
672 $xhint = 1;
675 if ( $xhint < 0) { # start of line
677 } elsif ( $xhint > 0) { # end of line
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-angrylion/n64video/rdp/
H A Drasterizer.c2420 uint32_t xhint = (xh >> 2) & 0x3ff; in rdp_tex_rect() local
2427 ewdata[4] = (xhint << 16) | ((xh & 3) << 14); in rdp_tex_rect()
2476 uint32_t xhint = (xh >> 2) & 0x3ff; in rdp_tex_rect_flip() local
2483 ewdata[4] = (xhint << 16) | ((xh & 3) << 14); in rdp_tex_rect_flip()
2521 uint32_t xhint = (xh >> 2) & 0x3ff; in rdp_fill_rect() local
2528 ewdata[4] = (xhint << 16) | ((xh & 3) << 14); in rdp_fill_rect()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dn64.cpp2276 const uint64_t xhint = (xh >> 2) & 0x3ff; in cmd_tex_rect() local
2281 …ewdata[2] = (xhint << 48) | ((xh & 3) << 46); // xh, xh frac, dxhdy (0), dxhdy frac … in cmd_tex_rect()
2320 const uint64_t xhint = (xh >> 2) & 0x3ff; in cmd_tex_rect_flip() local
2325 …ewdata[2] = (xhint << 48) | ((xh & 3) << 46); // xh, xh frac, dxhdy (0), dxhdy frac … in cmd_tex_rect_flip()
2926 const uint64_t xhint = (xh >> 2) & 0x3ff; in cmd_fill_rect() local
2931 ewdata[2] = (xhint << 48) | ((xh & 3) << 46); // xh, xh frac, dxhdy (0), dxhdy frac (0) in cmd_fill_rect()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dn64.cpp2276 const uint64_t xhint = (xh >> 2) & 0x3ff; in cmd_tex_rect() local
2281 …ewdata[2] = (xhint << 48) | ((xh & 3) << 46); // xh, xh frac, dxhdy (0), dxhdy frac … in cmd_tex_rect()
2320 const uint64_t xhint = (xh >> 2) & 0x3ff; in cmd_tex_rect_flip() local
2325 …ewdata[2] = (xhint << 48) | ((xh & 3) << 46); // xh, xh frac, dxhdy (0), dxhdy frac … in cmd_tex_rect_flip()
2926 const uint64_t xhint = (xh >> 2) & 0x3ff; in cmd_fill_rect() local
2931 ewdata[2] = (xhint << 48) | ((xh & 3) << 46); // xh, xh frac, dxhdy (0), dxhdy frac (0) in cmd_fill_rect()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtreeview.cpp1590 int xhint = delegateForIndex(index)->sizeHint(option, index).width(); in widthHintForIndex() local
1591 hint = qMax(hint, xhint + (isTreePosition(index.column()) ? indentationForItem(i) : 0)); in widthHintForIndex()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtreeview.cpp1590 int xhint = delegateForIndex(index)->sizeHint(option, index).width(); in widthHintForIndex() local
1591 hint = qMax(hint, xhint + (isTreePosition(index.column()) ? indentationForItem(i) : 0)); in widthHintForIndex()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtreeview.cpp1590 int xhint = delegateForIndex(index)->sizeHint(option, index).width(); in widthHintForIndex() local
1591 hint = qMax(hint, xhint + (isTreePosition(index.column()) ? indentationForItem(i) : 0)); in widthHintForIndex()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtreeview.cpp1590 int xhint = delegateForIndex(index)->sizeHint(option, index).width(); in widthHintForIndex() local
1591 hint = qMax(hint, xhint + (isTreePosition(index.column()) ? indentationForItem(i) : 0)); in widthHintForIndex()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtreeview.cpp1590 int xhint = delegateForIndex(index)->sizeHint(option, index).width(); in widthHintForIndex() local
1591 hint = qMax(hint, xhint + (isTreePosition(index.column()) ? indentationForItem(i) : 0)); in widthHintForIndex()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtreeview.cpp1590 int xhint = delegateForIndex(index)->sizeHint(option, index).width(); in widthHintForIndex() local
1591 hint = qMax(hint, xhint + (isTreePosition(index.column()) ? indentationForItem(i) : 0)); in widthHintForIndex()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtreeview.cpp1590 int xhint = delegateForIndex(index)->sizeHint(option, index).width(); in widthHintForIndex() local
1591 hint = qMax(hint, xhint + (isTreePosition(index.column()) ? indentationForItem(i) : 0)); in widthHintForIndex()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtreeview.cpp1590 int xhint = delegateForIndex(index)->sizeHint(option, index).width(); in widthHintForIndex() local
1591 hint = qMax(hint, xhint + (isTreePosition(index.column()) ? indentationForItem(i) : 0)); in widthHintForIndex()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtreeview.cpp1590 int xhint = delegateForIndex(index)->sizeHint(option, index).width(); in widthHintForIndex() local
1591 hint = qMax(hint, xhint + (isTreePosition(index.column()) ? indentationForItem(i) : 0)); in widthHintForIndex()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtreeview.cpp1590 int xhint = delegateForIndex(index)->sizeHint(option, index).width(); in widthHintForIndex() local
1591 hint = qMax(hint, xhint + (isTreePosition(index.column()) ? indentationForItem(i) : 0)); in widthHintForIndex()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/itemviews/
H A Dqtreeview.cpp1590 int xhint = delegateForIndex(index)->sizeHint(option, index).width(); in widthHintForIndex() local
1591 hint = qMax(hint, xhint + (isTreePosition(index.column()) ? indentationForItem(i) : 0)); in widthHintForIndex()

12