/external/flac/include/share/ |
D | alloc.h | 105 static inline void *safe_malloc_add_4op_(size_t size1, size_t size2, size_t size3, size_t size4) in safe_malloc_add_4op_() argument 113 size4 += size3; in safe_malloc_add_4op_() 114 if(size4 < size3) in safe_malloc_add_4op_() 116 return safe_malloc_(size4); in safe_malloc_add_4op_() 185 …line void *safe_realloc_add_4op_(void *ptr, size_t size1, size_t size2, size_t size3, size_t size4) in safe_realloc_add_4op_() argument 193 size4 += size3; in safe_realloc_add_4op_() 194 if(size4 < size3) in safe_realloc_add_4op_() 196 return realloc(ptr, size4); in safe_realloc_add_4op_()
|
/external/llvm-project/libcxx/test/std/utilities/intseq/intseq.general/ |
D | integer_seq.pass.cpp | 31 using size4 = std::make_index_sequence<4>; // generates size_t: 0,1,2,3 in main() typedef 43 static_assert ( std::is_same<size4::value_type, size_t>::value, "size4 type wrong" ); in main() 44 static_assert ( size4::size () == 4, "size4 size wrong" ); in main() 66 auto t4 = extract ( tup, size4 ()); in main() 67 static_assert ( std::tuple_size<decltype(t4)>::value == size4::size (), "t4 size wrong"); in main()
|
/external/libcxx/test/std/utilities/intseq/intseq.general/ |
D | integer_seq.pass.cpp | 30 using size4 = std::make_index_sequence<4>; // generates size_t: 0,1,2,3 in main() typedef 42 static_assert ( std::is_same<size4::value_type, size_t>::value, "size4 type wrong" ); in main() 43 static_assert ( size4::size () == 4, "size4 size wrong" ); in main() 65 auto t4 = extract ( tup, size4 ()); in main() 66 static_assert ( std::tuple_size<decltype(t4)>::value == size4::size (), "t4 size wrong"); in main()
|
/external/llvm-project/lld/test/ELF/lto/ |
D | weak.ll | 10 ; RUN: llc %t/size4.ll -o %t-size4.o -filetype=obj 18 ; RUN: ld.lld %t-size1.bc %t-size4.o -o %t3.so -shared 21 ; RUN: ld.lld %t-size4.o %t-size1.bc -o %t4.so -shared 44 ;--- size4.ll
|
/external/e2fsprogs/intl/ |
D | xsize.h | 78 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) in xsum4() argument 80 return xsum (xsum (xsum (size1, size2), size3), size4); in xsum4()
|
/external/llvm/test/CodeGen/AArch64/ |
D | Redundantstore.ll | 17 %size4 = bitcast i8* %add.ptr3 to i32* 18 store i32 %conv2, i32* %size4, align 4
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | Redundantstore.ll | 17 %size4 = bitcast i8* %add.ptr3 to i32* 18 store i32 %conv2, i32* %size4, align 4
|
/external/toybox/toys/pending/ |
D | fdisk.c | 53 end_sector, end_cyl, start4[4], size4[4]; member 424 end = start + swap_le32toh((unsigned char*)(p->size4)) -1; in consistency_check() 473 secs = swap_le32toh(p->size4); in list_partitions() 933 end_sec[i] = begin_sec[i] + swap_le32toh(p->size4) - 1; in add_partition() 952 set_levalue(p->size4, end - start + 1); in add_partition() 961 set_levalue(p->size4, end - start + 1 + (dos_flag? g_sectors: 1)); in add_partition() 1097 end_sec[i] = begin_sec[i] + swap_le32toh(p->size4) - 1; in verify_table() 1123 swap_le32toh(pex->part->size4) - 1; in verify_table() 1153 num = swap_le32toh(p->size4); in move_begning() 1165 set_levalue(p->size4, end - new_start +1); in move_begning() [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | std_based_type.hpp | 42 typedef tvec4<std::size_t, defaultp> size4; typedef
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | enqueue-kernel.ll | 64 …%block.size4 = getelementptr inbounds <{ i32, i32, i8 addrspace(1)*, i64 addrspace(1)*, i64, i8 }>… 65 store i32 41, i32 addrspace(5)* %block.size4, align 8
|
/external/llvm-project/mlir/test/Transforms/ |
D | canonicalize.mlir | 1115 func @static_dynamic_tensor_from_elements(%size1: index, %size4: index) -> tensor<3x?x?x7x?xindex> { 1118 %0 = dynamic_tensor_from_elements %size1, %c5, %size4 {
|