/picolibc-latest/newlib/testsuite/newlib.string/ |
D | tstring.c | 39 static void mycopy (char *target, char *source, int size) in mycopy() argument 45 target[i] = source[i]; in mycopy() 49 static void myset (char *target, char ch, int size) in myset() argument 55 target[i] = ch; in myset() 82 char *target = getbuf(MAX_1, "A"); in main() local 91 tmp1 = target; in main() 101 if (memset (target, 'X', 0) != target || in main() 102 memcpy (target, "Y", 0) != target || in main() 103 memmove (target, "K", 0) != target || in main() 106 strcat (target, "") != target) in main() [all …]
|
D | meson.build | 38 foreach target : targets 39 value = get_variable('target_' + target) 41 _libs = [get_variable('lib_c' + target)] 42 if is_variable('lib_semihost' + target) 43 _libs += [get_variable('lib_semihost' + target)] 45 if is_variable('crt0_hosted' + target) 46 _objs = [get_variable('crt0_hosted'+ target)] 51 _c_args = value[1] + get_variable('test_c_args_' + target, test_c_args) 52 _link_args = value[1] + get_variable('test_link_args_' + target, test_link_args) 53 _link_depends = get_variable('test_link_depends_' + target, test_link_depends) [all …]
|
/picolibc-latest/test/ |
D | meson.build | 114 foreach target : targets 115 value = get_variable('target_' + target) 117 _libs = [get_variable('lib_c' + target)] 118 if is_variable('lib_semihost' + target) 119 _libs += [get_variable('lib_semihost' + target)] 127 if is_variable('crt0_semihost' + target) 128 _objs = [get_variable('crt0_semihost'+ target)] 129 elif is_variable('crt0_hosted' + target) 130 _objs = [get_variable('crt0_hosted'+ target)] 135 _c_args = value[1] + get_variable('test_c_args_' + target, test_c_args) [all …]
|
D | rand.c | 43 near(double got, double target, double close) in near() argument 45 if (got < target - close) in near() 47 if (got > target + close) in near()
|
/picolibc-latest/newlib/libc/xdr/ |
D | xdr_array.c | 66 caddr_t target = *addrp; in xdr_array() local 87 if (target == NULL) in xdr_array() 93 *addrp = target = mem_alloc (nodesize); in xdr_array() 94 if (target == NULL) in xdr_array() 100 memset (target, 0, nodesize); in xdr_array() 115 stat = (*elproc) (xdrs, target); in xdr_array() 116 target += elsize; in xdr_array()
|
/picolibc-latest/newlib/testsuite/newlib.iconv/ |
D | meson.build | 49 foreach target : targets 50 value = get_variable('target_' + target) 52 _libs = [get_variable('lib_c' + target)] 53 if is_variable('lib_semihost' + target) 54 _libs += [get_variable('lib_semihost' + target)] 57 if is_variable('crt0_semihost' + target) 58 _objs = [get_variable('crt0_semihost'+ target)] 59 elif is_variable('crt0_hosted' + target) 60 _objs = [get_variable('crt0_hosted'+ target)] 65 _c_args = value[1] + get_variable('test_c_args_' + target, test_c_args) [all …]
|
/picolibc-latest/test/semihost/ |
D | meson.build | 79 foreach target : targets 80 value = get_variable('target_' + target) 82 _libs = [get_variable('lib_c' + target)] 83 _libs += [get_variable('lib_semihost' + target)] 84 if is_variable('crt0_semihost' + target) 85 _objs = [get_variable('crt0_semihost'+ target)] 86 elif is_variable('crt0_hosted' + target) 87 _objs = [get_variable('crt0_hosted'+ target)] 92 _c_args = value[1] + get_variable('test_c_args_' + target, test_c_args) 93 _link_args = value[1] + get_variable('test_link_args_' + target, test_link_args) [all …]
|
/picolibc-latest/newlib/testsuite/newlib.locale/ |
D | meson.build | 44 foreach target : targets 45 value = get_variable('target_' + target) 47 _libs = [get_variable('lib_c' + target)] 48 if is_variable('lib_semihost' + target) 49 _libs += [get_variable('lib_semihost' + target)] 51 if is_variable('crt0_hosted' + target) 52 _objs = [get_variable('crt0_hosted'+ target)] 57 _c_args = value[1] + get_variable('test_c_args_' + target, test_c_args) 58 _link_args = value[1] + get_variable('test_link_args_' + target, test_link_args) 59 _link_depends = get_variable('test_link_depends_' + target, test_link_depends) [all …]
|
/picolibc-latest/newlib/testsuite/newlib.search/ |
D | meson.build | 38 foreach target : targets 39 value = get_variable('target_' + target) 41 _libs = [get_variable('lib_c' + target)] 42 if is_variable('lib_semihost' + target) 43 _libs += [get_variable('lib_semihost' + target)] 45 if is_variable('crt0_hosted' + target) 46 _objs = [get_variable('crt0_hosted'+ target)] 51 _c_args = value[1] + get_variable('test_c_args_' + target, test_c_args) 52 _link_args = value[1] + get_variable('test_link_args_' + target, test_link_args) 53 _link_depends = get_variable('test_link_depends_' + target, test_link_depends) [all …]
|
/picolibc-latest/newlib/testsuite/newlib.stdio/ |
D | meson.build | 42 foreach target : targets 43 value = get_variable('target_' + target) 45 _libs = [get_variable('lib_c' + target)] 46 if is_variable('lib_semihost' + target) 47 _libs += [get_variable('lib_semihost' + target)] 49 if is_variable('crt0_hosted' + target) 50 _objs = [get_variable('crt0_hosted'+ target)] 55 _c_args = value[1] + get_variable('test_c_args_' + target, test_c_args) 56 _link_args = value[1] + get_variable('test_link_args_' + target, test_link_args) 57 _link_depends = get_variable('test_link_depends_' + target, test_link_depends) [all …]
|
/picolibc-latest/newlib/testsuite/newlib.stdlib/ |
D | meson.build | 38 foreach target : targets 39 value = get_variable('target_' + target) 41 _libs = [get_variable('lib_c' + target)] 42 if is_variable('lib_semihost' + target) 43 _libs += [get_variable('lib_semihost' + target)] 45 if is_variable('crt0_hosted' + target) 46 _objs = [get_variable('crt0_hosted'+ target)] 51 _c_args = value[1] + get_variable('test_c_args_' + target, test_c_args) 52 _link_args = value[1] + get_variable('test_link_args_' + target, test_link_args) 53 _link_depends = get_variable('test_link_depends_' + target, test_link_depends) [all …]
|
/picolibc-latest/newlib/testsuite/newlib.time/ |
D | meson.build | 38 foreach target : targets 39 value = get_variable('target_' + target) 41 _libs = [get_variable('lib_c' + target)] 42 if is_variable('lib_semihost' + target) 43 _libs += [get_variable('lib_semihost' + target)] 45 if is_variable('crt0_hosted' + target) 46 _objs = [get_variable('crt0_hosted'+ target)] 51 _c_args = value[1] + get_variable('test_c_args_' + target, test_c_args) 52 _link_args = value[1] + get_variable('test_link_args_' + target, test_link_args) 53 _link_depends = get_variable('test_link_depends_' + target, test_link_depends) [all …]
|
/picolibc-latest/newlib/testsuite/newlib.wctype/ |
D | meson.build | 40 foreach target : targets 41 value = get_variable('target_' + target) 43 _libs = [get_variable('lib_c' + target)] 44 if is_variable('lib_semihost' + target) 45 _libs += [get_variable('lib_semihost' + target)] 47 if is_variable('crt0_hosted' + target) 48 _objs = [get_variable('crt0_hosted'+ target)] 53 _c_args = value[1] + get_variable('test_c_args_' + target, test_c_args) 54 _link_args = value[1] + get_variable('test_link_args_' + target, test_link_args) 55 _link_depends = get_variable('test_link_depends_' + target, test_link_depends) [all …]
|
/picolibc-latest/newlib/ |
D | meson.build | 46 foreach target : targets 47 value = get_variable('target_' + target) 52 if is_variable('lib_' + libname + target) 53 libobjs += get_variable('lib_' + libname + target).extract_all_objects(recursive:true) 55 libsrcs_target += get_variable('src_' + libname + target, []) 60 if target == '' variable 65 libc_name = join_paths(target, 'libc') 66 libg_name = join_paths(target, 'libg') 67 libm_name = join_paths(target, 'libm') 79 set_variable('lib_c' + target, local_lib_c_target) [all …]
|
/picolibc-latest/picocrt/ |
D | meson.build | 47 foreach target : targets 48 value = get_variable('target_' + target) 63 if target == '' variable 75 crt_name = join_paths(target, 'crt0.o') 76 crt_hosted_name = join_paths(target, 'crt0-hosted.o') 77 crt_minimal_name = join_paths(target, 'crt0-minimal.o') 78 crt_semihost_name = join_paths(target, 'crt0-semihost.o') 79 crt_none_name = join_paths(target, 'crt0-none.o') 80 libcrt_name = join_paths(target, 'libcrt0') 81 libcrt_hosted_name = join_paths(target, 'libcrt0-hosted') [all …]
|
/picolibc-latest/test/libc-testsuite/ |
D | meson.build | 52 foreach target : targets 53 value = get_variable('target_' + target) 55 _libs = [get_variable('lib_c' + target)] 56 if is_variable('lib_semihost' + target) 57 _libs += [get_variable('lib_semihost' + target)] 60 if is_variable('crt0_hosted' + target) 61 _objs = [get_variable('crt0_hosted'+ target)] 71 _c_args = value[1] + get_variable('test_c_args_' + target, test_c_args) 72 _link_args = value[1] + _lib_files + get_variable('test_link_args_' + target, test_link_args) 73 _link_depends = get_variable('test_link_depends_' + target, test_link_depends) + _libs [all …]
|
/picolibc-latest/.github/ |
D | do-cmake-linux | 4 for target in cmake-thumbv6m cmake-clang-thumbv6m cmake-thumbv7m cmake-clang-thumbv7m; do 5 "$HERE"/do-cmake-test "$target" "$@" "$@" 7 "$HERE"/do-cmake-test "$target" "$@" -DCMAKE_BUILD_TYPE="$buildtype" "$@"
|
/picolibc-latest/newlib/libm/ |
D | meson.build | 64 foreach target : targets 65 value = get_variable('target_' + target) 70 if is_variable('lib_' + libname + target) 71 libobjs += get_variable('lib_' + libname + target).extract_all_objects(recursive:true) 73 libsrcs_target += get_variable('src_libm_' + libname + target, []) 76 set_variable('src_mpart_' + target, libsrcs_target) 78 if target == '' variable 81 libmpart_name = 'mpart' + '_' + target 90 set_variable('lib_mpart' + target, local_lib_mpart_target)
|
/picolibc-latest/newlib/libc/ |
D | meson.build | 86 foreach target : targets 87 value = get_variable('target_' + target) 92 if is_variable('lib_' + libname + target) 93 libobjs += get_variable('lib_' + libname + target).extract_all_objects(recursive:true) 95 libsrcs_target += get_variable('src_' + libname + target, []) 98 set_variable('src_cpart_' + target, libsrcs_target) 100 if target == '' variable 103 libcpart_name = 'cpart' + '_' + target 112 set_variable('lib_cpart' + target, local_lib_cpart_target)
|
/picolibc-latest/newlib/libc/stdio64/ |
D | fseeko64.c | 97 _fpos64_t target; in fseeko64() local 231 target = offset; in fseeko64() 237 target = st.st_size + offset; in fseeko64() 282 if (target >= curoff && (size_t) target < (size_t) curoff + n) in fseeko64() 284 register int o = target - curoff; in fseeko64() 304 curoff = target & ~((_fpos64_t)(fp->_blksize - 1)); in fseeko64() 312 n = target - curoff; in fseeko64()
|
/picolibc-latest/newlib/libc/stdio/ |
D | fseeko.c | 102 _fpos_t target; in fseeko() local 232 target = offset; in fseeko() 241 target = st.st_size + offset; in fseeko() 286 if (target >= curoff && (size_t) target < (size_t) curoff + n) in fseeko() 288 register int o = target - curoff; in fseeko() 309 curoff = target & ~(fp->_blksize - 1); in fseeko() 317 n = target - curoff; in fseeko()
|
/picolibc-latest/newlib/libm/test/ |
D | meson.build | 151 foreach target : targets 153 if target in skip_math_test 157 value = get_variable('target_' + target) 159 _libs = [get_variable('lib_c' + target)] 160 if is_variable('lib_semihost' + target) 161 _libs += [get_variable('lib_semihost' + target)] 164 if is_variable('crt0_hosted' + target) 165 _objs = [get_variable('crt0_hosted'+ target)] 175 _c_args = value[1] + get_variable('test_c_args_' + target, test_c_args) 176 _link_args = value[1] + _lib_files + get_variable('test_link_args_' + target, test_link_args) [all …]
|
/picolibc-latest/cmake/ |
D | TC-clang-thumbv6m.cmake | 1 # the name of the target operating system 7 set(TARGET_COMPILE_OPTIONS -m32 -target thumbv6m-none-eabi -mfloat-abi=soft -nostdlib) 10 # where is the target environment located 17 # search headers and libraries in the target environment
|
D | TC-clang-thumbv7m.cmake | 1 # the name of the target operating system 7 set(TARGET_COMPILE_OPTIONS -m32 -target thumbv7m-none-eabi -mfloat-abi=soft -nostdlib) 10 # where is the target environment located 17 # search headers and libraries in the target environment
|
/picolibc-latest/newlib/libc/machine/x86/ |
D | meson.build | 69 foreach target : targets 70 value = get_variable('target_' + target) 71 if target.startswith('32') or (target == '' and not is_x86_64) 76 set_variable('lib_machine' + target, 77 static_library('machine' + target,
|