Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 69) sorted by relevance

123

/picolibc-3.7.0-3.6.0/newlib/testsuite/newlib.string/
Dtstring.c39 void mycopy (char *target, char *source, int size) in mycopy() argument
45 target[i] = source[i]; in mycopy()
49 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 …]
Dmeson.build38 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-3.7.0-3.6.0/test/
Dmeson.build35 foreach target : targets
36 value = get_variable('target_' + target)
38 _libs = [get_variable('lib_c' + target)]
39 if is_variable('lib_semihost' + target)
40 _libs += [get_variable('lib_semihost' + target)]
48 if is_variable('crt0_semihost' + target)
49 _objs = [get_variable('crt0_semihost'+ target)]
50 elif is_variable('crt0_hosted' + target)
51 _objs = [get_variable('crt0_hosted'+ target)]
56 _c_args = value[1] + get_variable('test_c_args_' + target, test_c_args)
[all …]
Drand.c42 near(double got, double target, double close) in near() argument
44 if (got < target - close) in near()
46 if (got > target + close) in near()
/picolibc-3.7.0-3.6.0/newlib/libc/xdr/
Dxdr_array.c66 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-3.7.0-3.6.0/newlib/testsuite/newlib.iconv/
Dmeson.build49 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-3.7.0-3.6.0/test/semihost/
Dmeson.build79 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-3.7.0-3.6.0/newlib/testsuite/newlib.time/
Dmeson.build38 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-3.7.0-3.6.0/newlib/testsuite/newlib.wctype/
Dmeson.build40 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-3.7.0-3.6.0/newlib/testsuite/newlib.locale/
Dmeson.build44 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-3.7.0-3.6.0/newlib/testsuite/newlib.search/
Dmeson.build38 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-3.7.0-3.6.0/newlib/testsuite/newlib.stdio/
Dmeson.build42 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-3.7.0-3.6.0/newlib/testsuite/newlib.stdlib/
Dmeson.build38 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-3.7.0-3.6.0/test/libc-testsuite/
Dmeson.build35 foreach target : targets
36 value = get_variable('target_' + target)
38 _libs = [get_variable('lib_c' + target)]
39 if is_variable('lib_semihost' + target)
40 _libs += [get_variable('lib_semihost' + target)]
43 if is_variable('crt0_hosted' + target)
44 _objs = [get_variable('crt0_hosted'+ target)]
49 _c_args = value[1] + get_variable('test_c_args_' + target, test_c_args)
50 _link_args = value[1] + get_variable('test_link_args_' + target, test_link_args)
51 _link_depends = get_variable('test_link_depends_' + target, test_link_depends)
[all …]
/picolibc-3.7.0-3.6.0/newlib/
Dmeson.build46 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-3.7.0-3.6.0/picocrt/
Dmeson.build46 foreach target : targets
47 value = get_variable('target_' + target)
62 if target == '' variable
72 crt_name = join_paths(target, 'crt0.o')
73 crt_hosted_name = join_paths(target, 'crt0-hosted.o')
74 crt_minimal_name = join_paths(target, 'crt0-minimal.o')
75 crt_semihost_name = join_paths(target, 'crt0-semihost.o')
76 libcrt_name = join_paths(target, 'libcrt0')
77 libcrt_hosted_name = join_paths(target, 'libcrt0-hosted')
78 libcrt_minimal_name = join_paths(target, 'libcrt0-minimal')
[all …]
/picolibc-3.7.0-3.6.0/.github/
Ddo-cmake-linux4 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-3.7.0-3.6.0/newlib/libm/
Dmeson.build64 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-3.7.0-3.6.0/newlib/libm/test/
Dmeson.build151 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)]
163 if is_variable('crt0_hosted' + target)
164 objs = [get_variable('crt0_hosted'+ target)]
169 _c_args = value[1] + get_variable('test_c_args_' + target, test_c_args)
170 _link_args = value[1] + get_variable('test_link_args_' + target, test_link_args)
[all …]
/picolibc-3.7.0-3.6.0/newlib/libc/
Dmeson.build86 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-3.7.0-3.6.0/newlib/libc/stdio64/
Dfseeko64.c97 _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-3.7.0-3.6.0/newlib/libc/stdio/
Dfseeko.c103 _fpos_t target; in fseeko() local
233 target = offset; in fseeko()
242 target = st.st_size + offset; in fseeko()
287 if (target >= curoff && (size_t) target < (size_t) curoff + n) in fseeko()
289 register int o = target - curoff; in fseeko()
310 curoff = target & ~(fp->_blksize - 1); in fseeko()
318 n = target - curoff; in fseeko()
/picolibc-3.7.0-3.6.0/cmake/
DTC-clang-thumbv6m.cmake1 # 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
DTC-clang-thumbv7m.cmake1 # 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-3.7.0-3.6.0/newlib/libc/machine/x86/
Dmeson.build70 foreach target : targets
71 value = get_variable('target_' + target)
72 if target.startswith('32') or (target == '' and not is_x86_64)
77 set_variable('lib_machine' + target,
78 static_library('machine' + target,

123