Home
last modified time | relevance | path

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

123

/picolibc-3.5.0-3.4.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()
59 static char target[MAX_1] = "A"; variable
79 tmp1 = target; in main()
90 if (memset (target, 'X', 0) != target || in main()
91 memcpy (target, "Y", 0) != target || in main()
92 memmove (target, "K", 0) != target || in main()
95 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)]
55 if target == '' variable
58 test_name = test + '_' + target
/picolibc-3.5.0-3.4.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)]
43 if is_variable('crt0_semihost' + target)
44 _objs = [get_variable('crt0_semihost'+ target)]
45 elif is_variable('crt0_hosted' + target)
46 _objs = [get_variable('crt0_hosted'+ target)]
51 have_crt_minimal = is_variable('crt0_minimal' + target)
[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.5.0-3.4.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.5.0-3.4.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.5.0-3.4.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)]
55 if target == '' variable
58 test_name = test + '_' + target
/picolibc-3.5.0-3.4.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)]
57 if target == '' variable
60 test_name = test + '_' + target
/picolibc-3.5.0-3.4.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)]
55 if target == '' variable
58 test_name = test + '_' + target
/picolibc-3.5.0-3.4.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)]
61 if target == '' variable
64 test_name = test + '_' + target
/picolibc-3.5.0-3.4.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)]
59 if target == '' variable
62 test_name = test + '_' + target
/picolibc-3.5.0-3.4.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)]
55 if target == '' variable
58 test_name = test + '_' + target
/picolibc-3.5.0-3.4.0/test/semihost/
Dmeson.build75 foreach target : targets
76 value = get_variable('target_' + target)
78 _libs = [get_variable('lib_c' + target)]
79 _libs += [get_variable('lib_semihost' + target)]
80 if is_variable('crt0_semihost' + target)
81 _objs = [get_variable('crt0_semihost'+ target)]
82 elif is_variable('crt0_hosted' + target)
83 _objs = [get_variable('crt0_hosted'+ target)]
94 if target == '' variable
97 semihost_test_name = semihost_test + '_' + target
[all …]
/picolibc-3.5.0-3.4.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.5.0-3.4.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.5.0-3.4.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)]
56 if is_variable('crt0_hosted' + target)
57 _objs = [get_variable('crt0_hosted'+ target)]
66 if target == '' variable
69 test_name = test + '_' + target
/picolibc-3.5.0-3.4.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)]
69 if target == '' variable
72 t1_name = t1 + '_' + target
/picolibc-3.5.0-3.4.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.5.0-3.4.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.5.0-3.4.0/newlib/libc/stdio64/
Dfseeko64.c97 _fpos64_t target; in fseeko64() local
231 target = offset; in fseeko64()
236 target = st.st_size + offset; in fseeko64()
281 if (target >= curoff && target < curoff + n) in fseeko64()
283 register int o = target - curoff; in fseeko64()
303 curoff = target & ~((_fpos64_t)(fp->_blksize - 1)); in fseeko64()
311 n = target - curoff; in fseeko64()
/picolibc-3.5.0-3.4.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 && target < 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.5.0-3.4.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.5.0-3.4.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,
/picolibc-3.5.0-3.4.0/newlib/libm/test/
Dmeson.build134 foreach target : targets
135 value = get_variable('target_' + target)
137 libs = [get_variable('lib_c' + target)]
138 if is_variable('lib_semihost' + target)
139 libs += [get_variable('lib_semihost' + target)]
141 if is_variable('crt0_hosted' + target)
142 objs = [get_variable('crt0_hosted'+ target)]
147 if target == '' variable
150 test_name = 'math_test_' + target

123