Home
last modified time | relevance | path

Searched refs:size_ptr (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterBase/
H A Dsafemalloc.c108 size_t *size_ptr = (size_t*)commit; in alloc_guarded_memory() local
111 size_t *size_ptr = (size_t*)commit_size; in alloc_guarded_memory()
114 size_ptr[0] = length ; in alloc_guarded_memory()
115 size_ptr[1] = AS_WIN32_PAGE_MAGIC ; in alloc_guarded_memory()
128 size_t *size_ptr ; in get_guarded_memory_size() local
141 if( size_ptr[1] != AS_WIN32_PAGE_MAGIC ) in get_guarded_memory_size()
145 return size_ptr[0] ; in get_guarded_memory_size()
151 size_t *size_ptr ; in free_guarded_memory() local
161 if( size_ptr[1] != AS_WIN32_PAGE_MAGIC ) in free_guarded_memory()
170 … stderr, "FREE: ptr %p points to a block of %d bytes. commit = %p\n", ptr, size_ptr[0], size_ptr ); in free_guarded_memory()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/full_text/thesauri/
H A Dwn_db_segment.cpp31 size_type const *size_ptr = reinterpret_cast<size_type const*>( byte_ptr ); in db_segment() local
32 num_entries_ = size_ptr[0]; in db_segment()
35 size_ptr = reinterpret_cast<size_type const*>( byte_ptr ); in db_segment()
36 num_entries_ = size_ptr[0]; in db_segment()
38 offset_ = reinterpret_cast<offset_type const*>( &size_ptr[1] ); in db_segment()
/dports/graphics/p5-Image-PNG-QRCode/Image-PNG-QRCode-0.09/
H A Dimage-png-qrcode-perl.c50 SV ** size_ptr; in qrpng_internal() local
137 size_ptr = hv_fetch (options, "size", strlen ("size"), 0); in qrpng_internal()
138 if (size_ptr) { in qrpng_internal()
140 if (SvROK (* size_ptr) && SvTYPE (SvRV (* size_ptr)) < SVt_PVAV) { in qrpng_internal()
141 SV * sv = SvRV (* size_ptr); in qrpng_internal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/X86/
H A Dtaildup-heapallocsite.ll6 ; void f1(unsigned int *size_ptr) {
7 ; void *hg = alloc(size_ptr ? *size_ptr : 1UL);
18 define dso_local void @taildupit(i32* readonly %size_ptr) !dbg !8 {
20 …call void @llvm.dbg.value(metadata i32* %size_ptr, metadata !14, metadata !DIExpression()), !dbg !…
21 %tobool = icmp eq i32* %size_ptr, null, !dbg !18
25 %0 = load i32, i32* %size_ptr, align 4, !dbg !18, !tbaa !19
80 !14 = !DILocalVariable(name: "size_ptr", arg: 1, scope: !8, file: !1, line: 5, type: !11)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A Dtaildup-heapallocsite.ll6 ; void f1(unsigned int *size_ptr) {
7 ; void *hg = alloc(size_ptr ? *size_ptr : 1UL);
18 define dso_local void @taildupit(i32* readonly %size_ptr) !dbg !8 {
20 …call void @llvm.dbg.value(metadata i32* %size_ptr, metadata !14, metadata !DIExpression()), !dbg !…
21 %tobool = icmp eq i32* %size_ptr, null, !dbg !18
25 %0 = load i32, i32* %size_ptr, align 4, !dbg !18, !tbaa !19
80 !14 = !DILocalVariable(name: "size_ptr", arg: 1, scope: !8, file: !1, line: 5, type: !11)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A Dtaildup-heapallocsite.ll6 ; void f1(unsigned int *size_ptr) {
7 ; void *hg = alloc(size_ptr ? *size_ptr : 1UL);
18 define dso_local void @taildupit(i32* readonly %size_ptr) !dbg !8 {
20 …call void @llvm.dbg.value(metadata i32* %size_ptr, metadata !14, metadata !DIExpression()), !dbg !…
21 %tobool = icmp eq i32* %size_ptr, null, !dbg !18
25 %0 = load i32, i32* %size_ptr, align 4, !dbg !18, !tbaa !19
80 !14 = !DILocalVariable(name: "size_ptr", arg: 1, scope: !8, file: !1, line: 5, type: !11)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A Dtaildup-heapallocsite.ll6 ; void f1(unsigned int *size_ptr) {
7 ; void *hg = alloc(size_ptr ? *size_ptr : 1UL);
18 define dso_local void @taildupit(i32* readonly %size_ptr) !dbg !8 {
20 …call void @llvm.dbg.value(metadata i32* %size_ptr, metadata !14, metadata !DIExpression()), !dbg !…
21 %tobool = icmp eq i32* %size_ptr, null, !dbg !18
25 %0 = load i32, i32* %size_ptr, align 4, !dbg !18, !tbaa !19
80 !14 = !DILocalVariable(name: "size_ptr", arg: 1, scope: !8, file: !1, line: 5, type: !11)
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dtaildup-heapallocsite.ll6 ; void f1(unsigned int *size_ptr) {
7 ; void *hg = alloc(size_ptr ? *size_ptr : 1UL);
18 define dso_local void @taildupit(i32* readonly %size_ptr) !dbg !8 {
20 …call void @llvm.dbg.value(metadata i32* %size_ptr, metadata !14, metadata !DIExpression()), !dbg !…
21 %tobool = icmp eq i32* %size_ptr, null, !dbg !18
25 %0 = load i32, i32* %size_ptr, align 4, !dbg !18, !tbaa !19
80 !14 = !DILocalVariable(name: "size_ptr", arg: 1, scope: !8, file: !1, line: 5, type: !11)
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/X86/
H A Dtaildup-heapallocsite.ll6 ; void f1(unsigned int *size_ptr) {
7 ; void *hg = alloc(size_ptr ? *size_ptr : 1UL);
18 define dso_local void @taildupit(i32* readonly %size_ptr) !dbg !8 {
20 …call void @llvm.dbg.value(metadata i32* %size_ptr, metadata !14, metadata !DIExpression()), !dbg !…
21 %tobool = icmp eq i32* %size_ptr, null, !dbg !18
25 %0 = load i32, i32* %size_ptr, align 4, !dbg !18, !tbaa !19
80 !14 = !DILocalVariable(name: "size_ptr", arg: 1, scope: !8, file: !1, line: 5, type: !11)
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/X86/
H A Dtaildup-heapallocsite.ll6 ; void f1(unsigned int *size_ptr) {
7 ; void *hg = alloc(size_ptr ? *size_ptr : 1UL);
18 define dso_local void @taildupit(i32* readonly %size_ptr) !dbg !8 {
20 …call void @llvm.dbg.value(metadata i32* %size_ptr, metadata !14, metadata !DIExpression()), !dbg !…
21 %tobool = icmp eq i32* %size_ptr, null, !dbg !18
25 %0 = load i32, i32* %size_ptr, align 4, !dbg !18, !tbaa !19
80 !14 = !DILocalVariable(name: "size_ptr", arg: 1, scope: !8, file: !1, line: 5, type: !11)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dtaildup-heapallocsite.ll6 ; void f1(unsigned int *size_ptr) {
7 ; void *hg = alloc(size_ptr ? *size_ptr : 1UL);
18 define dso_local void @taildupit(i32* readonly %size_ptr) !dbg !8 {
20 …call void @llvm.dbg.value(metadata i32* %size_ptr, metadata !14, metadata !DIExpression()), !dbg !…
21 %tobool = icmp eq i32* %size_ptr, null, !dbg !18
25 %0 = load i32, i32* %size_ptr, align 4, !dbg !18, !tbaa !19
80 !14 = !DILocalVariable(name: "size_ptr", arg: 1, scope: !8, file: !1, line: 5, type: !11)
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/X86/
H A Dtaildup-heapallocsite.ll6 ; void f1(unsigned int *size_ptr) {
7 ; void *hg = alloc(size_ptr ? *size_ptr : 1UL);
18 define dso_local void @taildupit(i32* readonly %size_ptr) !dbg !8 {
20 …call void @llvm.dbg.value(metadata i32* %size_ptr, metadata !14, metadata !DIExpression()), !dbg !…
21 %tobool = icmp eq i32* %size_ptr, null, !dbg !18
25 %0 = load i32, i32* %size_ptr, align 4, !dbg !18, !tbaa !19
80 !14 = !DILocalVariable(name: "size_ptr", arg: 1, scope: !8, file: !1, line: 5, type: !11)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dtaildup-heapallocsite.ll6 ; void f1(unsigned int *size_ptr) {
7 ; void *hg = alloc(size_ptr ? *size_ptr : 1UL);
18 define dso_local void @taildupit(i32* readonly %size_ptr) !dbg !8 {
20 …call void @llvm.dbg.value(metadata i32* %size_ptr, metadata !14, metadata !DIExpression()), !dbg !…
21 %tobool = icmp eq i32* %size_ptr, null, !dbg !18
25 %0 = load i32, i32* %size_ptr, align 4, !dbg !18, !tbaa !19
80 !14 = !DILocalVariable(name: "size_ptr", arg: 1, scope: !8, file: !1, line: 5, type: !11)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/X86/
H A Dtaildup-heapallocsite.ll6 ; void f1(unsigned int *size_ptr) {
7 ; void *hg = alloc(size_ptr ? *size_ptr : 1UL);
18 define dso_local void @taildupit(i32* readonly %size_ptr) !dbg !8 {
20 …call void @llvm.dbg.value(metadata i32* %size_ptr, metadata !14, metadata !DIExpression()), !dbg !…
21 %tobool = icmp eq i32* %size_ptr, null, !dbg !18
25 %0 = load i32, i32* %size_ptr, align 4, !dbg !18, !tbaa !19
80 !14 = !DILocalVariable(name: "size_ptr", arg: 1, scope: !8, file: !1, line: 5, type: !11)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dtaildup-heapallocsite.ll6 ; void f1(unsigned int *size_ptr) {
7 ; void *hg = alloc(size_ptr ? *size_ptr : 1UL);
18 define dso_local void @taildupit(i32* readonly %size_ptr) !dbg !8 {
20 …call void @llvm.dbg.value(metadata i32* %size_ptr, metadata !14, metadata !DIExpression()), !dbg !…
21 %tobool = icmp eq i32* %size_ptr, null, !dbg !18
25 %0 = load i32, i32* %size_ptr, align 4, !dbg !18, !tbaa !19
80 !14 = !DILocalVariable(name: "size_ptr", arg: 1, scope: !8, file: !1, line: 5, type: !11)
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dtaildup-heapallocsite.ll6 ; void f1(unsigned int *size_ptr) {
7 ; void *hg = alloc(size_ptr ? *size_ptr : 1UL);
18 define dso_local void @taildupit(i32* readonly %size_ptr) !dbg !8 {
20 …call void @llvm.dbg.value(metadata i32* %size_ptr, metadata !14, metadata !DIExpression()), !dbg !…
21 %tobool = icmp eq i32* %size_ptr, null, !dbg !18
25 %0 = load i32, i32* %size_ptr, align 4, !dbg !18, !tbaa !19
80 !14 = !DILocalVariable(name: "size_ptr", arg: 1, scope: !8, file: !1, line: 5, type: !11)
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/
H A Dycf_utils.c63 intptr_t* size_ptr = block; in ycf_raw_malloc() local
64 *size_ptr = size + sizeof(intptr_t); in ycf_raw_malloc()
97 intptr_t* size_ptr = (intptr_t*)start; in ycf_free() local
98 ycf_memory_usage = ycf_memory_usage - *size_ptr; in ycf_free()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/lib_src/yielding_c_fun/
H A Dycf_utils.c63 intptr_t* size_ptr = block; in ycf_raw_malloc() local
64 *size_ptr = size + sizeof(intptr_t); in ycf_raw_malloc()
97 intptr_t* size_ptr = (intptr_t*)start; in ycf_free() local
98 ycf_memory_usage = ycf_memory_usage - *size_ptr; in ycf_free()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/
H A Dycf_utils.c63 intptr_t* size_ptr = block; in ycf_raw_malloc() local
64 *size_ptr = size + sizeof(intptr_t); in ycf_raw_malloc()
97 intptr_t* size_ptr = (intptr_t*)start; in ycf_free() local
98 ycf_memory_usage = ycf_memory_usage - *size_ptr; in ycf_free()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/
H A Dycf_utils.c63 intptr_t* size_ptr = block; in ycf_raw_malloc() local
64 *size_ptr = size + sizeof(intptr_t); in ycf_raw_malloc()
97 intptr_t* size_ptr = (intptr_t*)start; in ycf_free() local
98 ycf_memory_usage = ycf_memory_usage - *size_ptr; in ycf_free()
/dports/lang/erlang/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/
H A Dycf_utils.c63 intptr_t* size_ptr = block; in ycf_raw_malloc() local
64 *size_ptr = size + sizeof(intptr_t); in ycf_raw_malloc()
97 intptr_t* size_ptr = (intptr_t*)start; in ycf_free() local
98 ycf_memory_usage = ycf_memory_usage - *size_ptr; in ycf_free()
/dports/security/tpm2-tss/tpm2-tss-3.1.0/test/unit/
H A DTPM2B-marshal.c28 uint16_t *size_ptr = (uint16_t *) buffer; in tpm2b_marshal_success() local
43 assert_int_equal (*size_ptr, HOST_TO_BE_16(4)); in tpm2b_marshal_success()
46 size_ptr = (uint16_t *) buffer; in tpm2b_marshal_success()
56 assert_int_equal (*(size_ptr + 1), HOST_TO_BE_16(4)); in tpm2b_marshal_success()
58 size_ptr = (uint16_t *) (buffer + 2 + 2 + 4); in tpm2b_marshal_success()
61 assert_int_equal (*size_ptr, HOST_TO_BE_16(8)); in tpm2b_marshal_success()
75 uint16_t *size_ptr = (uint16_t *) (buffer + 10); in tpm2b_marshal_success_offset() local
90 assert_int_equal (*size_ptr, HOST_TO_BE_16(4)); in tpm2b_marshal_success_offset()
95 size_ptr = (uint16_t *) (buffer + offset); in tpm2b_marshal_success_offset()
105 assert_int_equal (*(size_ptr + 1), HOST_TO_BE_16(4)); in tpm2b_marshal_success_offset()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/IRCE/
H A Dnon_known_positive_end.ll5 define void @test_01(i32 *%arr, i32* %a_len_ptr, i32* %size_ptr) {
11 %size = load i32, i32* %size_ptr
39 define void @test_02(i32 *%arr, i32* %a_len_ptr, i32* %size_ptr) {
45 %size = load i32, i32* %size_ptr
72 define void @test_03(i32 *%arr, i32* %a_len_ptr, i32* %size_ptr) {
78 %size = load i32, i32* %size_ptr
105 define void @test_04(i32 *%arr, i32* %a_len_ptr, i32* %size_ptr) {
111 %size = load i32, i32* %size_ptr
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/IRCE/
H A Dnon_known_positive_end.ll5 define void @test_01(i32 *%arr, i32* %a_len_ptr, i32* %size_ptr) {
11 %size = load i32, i32* %size_ptr
39 define void @test_02(i32 *%arr, i32* %a_len_ptr, i32* %size_ptr) {
45 %size = load i32, i32* %size_ptr
72 define void @test_03(i32 *%arr, i32* %a_len_ptr, i32* %size_ptr) {
78 %size = load i32, i32* %size_ptr
105 define void @test_04(i32 *%arr, i32* %a_len_ptr, i32* %size_ptr) {
111 %size = load i32, i32* %size_ptr
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/IRCE/
H A Dnon_known_positive_end.ll5 define void @test_01(i32 *%arr, i32* %a_len_ptr, i32* %size_ptr) {
11 %size = load i32, i32* %size_ptr
39 define void @test_02(i32 *%arr, i32* %a_len_ptr, i32* %size_ptr) {
45 %size = load i32, i32* %size_ptr
72 define void @test_03(i32 *%arr, i32* %a_len_ptr, i32* %size_ptr) {
78 %size = load i32, i32* %size_ptr
105 define void @test_04(i32 *%arr, i32* %a_len_ptr, i32* %size_ptr) {
111 %size = load i32, i32* %size_ptr

12345678910>>...19