代码搜索:Overlapping
找到约 346 项符合「Overlapping」的源代码
代码结果 346
www.eeworm.com/read/340665/3270827
c memmove.c
/*
FUNCTION
---move possibly overlapping memory
INDEX
memmove
ANSI_SYNOPSIS
#include
void *memmove(void *, const void *, size_t );
TRAD_SYNOPSIS
#
www.eeworm.com/read/340665/3279146
c 20010124-1.c
/* Verify that structure return doesn't invoke memcpy on
overlapping objects. */
extern void abort (void);
typedef __SIZE_TYPE__ size_t;
struct S {
char stuff[1024];
};
union U {
struct {
www.eeworm.com/read/322306/3526290
c memmove.c
/*
FUNCTION
---move possibly overlapping memory
INDEX
memmove
ANSI_SYNOPSIS
#include
void *memmove(void *, const void *, size_t );
TRAD_SYNOPSIS
#
www.eeworm.com/read/298657/3861776
c memmove.c
/*
FUNCTION
---move possibly overlapping memory
INDEX
memmove
ANSI_SYNOPSIS
#include
void *memmove(void *, const void *, size_t );
TRAD_SYNOPSIS
#
www.eeworm.com/read/279968/4130978
c memmove.c
/*
FUNCTION
---move possibly overlapping memory
INDEX
memmove
ANSI_SYNOPSIS
#include
void *memmove(void *, const void *, size_t );
TRAD_SYNOPSIS
#
www.eeworm.com/read/440906/1780786
c 20010124-1.c
/* Verify that structure return doesn't invoke memcpy on
overlapping objects. */
extern void abort (void);
typedef __SIZE_TYPE__ size_t;
struct S {
char stuff[1024];
};
union U {
struct {
www.eeworm.com/read/162519/5540876
c cls_24byte.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Depending on the ABI. Check overlapping.
Limitations: none.
PR: none.
Originator:
www.eeworm.com/read/162519/5540880
c cls_5_1_byte.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Depending on the ABI. Check overlapping.
Limitations: none.
PR: none.
Originator:
www.eeworm.com/read/162519/5540894
c cls_6byte.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Depending on the ABI. Check overlapping.
Limitations: none.
PR: none.
Originator:
www.eeworm.com/read/162519/5540897
c cls_8byte.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Depending on the ABI. Check overlapping.
Limitations: none.
PR: none.
Originator: