Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 731) sorted by relevance

12345678910>>...30

/glibc-2.36/sysdeps/sparc/sparc32/
Dmemset.S23 #define ZERO_BIG_BLOCK(base, offset, source) \ argument
24 std source, [base + offset + 0x00]; \
25 std source, [base + offset + 0x08]; \
26 std source, [base + offset + 0x10]; \
27 std source, [base + offset + 0x18]; \
28 std source, [base + offset + 0x20]; \
29 std source, [base + offset + 0x28]; \
30 std source, [base + offset + 0x30]; \
31 std source, [base + offset + 0x38];
33 #define ZERO_LAST_BLOCKS(base, offset, source) \ argument
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/
Dgetdents64.c93 struct dirent64 *source = (struct dirent64 *) p;
96 __ino_t ino = source->d_ino;
97 __off64_t offset = source->d_off;
98 unsigned int reclen = source->d_reclen;
99 unsigned char type = source->d_type;
102 if (__glibc_unlikely (ino != source->d_ino))
122 memmove (p + result_name_offset, source->d_name,
/glibc-2.36/elf/
Ddl-find_object.h51 _dl_find_object_internal_copy (const struct dl_find_object_internal *source, in _dl_find_object_internal_copy() argument
55 atomic_load_relaxed (&source->map_start)); in _dl_find_object_internal_copy()
57 atomic_load_relaxed (&source->map_end)); in _dl_find_object_internal_copy()
59 atomic_load_relaxed (&source->map)); in _dl_find_object_internal_copy()
61 atomic_load_relaxed (&source->eh_frame)); in _dl_find_object_internal_copy()
64 atomic_load_relaxed (&source->eh_dbase)); in _dl_find_object_internal_copy()
68 atomic_load_relaxed (&source->eh_count)); in _dl_find_object_internal_copy()
/glibc-2.36/locale/
Dgen-translit.py60 self.source = s
131 if col > 2 and col + len(translit.codepoints.source) + 4 >= 79:
137 write("L\"{}\"".format(translit.codepoints.source))
138 col += len(translit.codepoints.source) + 3
169 if col > 2 and col + len(translit.replacement.source) + 6 >= 79:
175 write("L\"{}\\0\"".format(translit.replacement.source))
176 col += len(translit.replacement.source) + 5
/glibc-2.36/sysdeps/sparc/sparc64/
Dmemset.S28 #define SET_BLOCKS(base, offset, source) \ argument
29 stx source, [base - offset - 0x18]; \
30 stx source, [base - offset - 0x10]; \
31 stx source, [base - offset - 0x08]; \
32 stx source, [base - offset - 0x00];
34 #define ZERO_BLOCKS(base, offset, source) \ argument
35 stx source, [base - offset - 0x38]; \
36 stx source, [base - offset - 0x30]; \
37 stx source, [base - offset - 0x28]; \
38 stx source, [base - offset - 0x20]; \
[all …]
/glibc-2.36/scripts/
Dgen-rrtypes.py34 source = "http://www.iana.org/assignments/dns-parameters/dns-parameters-4.csv" variable
43 def get_types(source): argument
44 for row in csv.reader(io.TextIOWrapper(urllib.request.urlopen(source))):
54 types = list(get_types(source))
/glibc-2.36/libio/
Diofopncook.c139 cookie_io_functions_t source) in set_callbacks() argument
142 PTR_MANGLE (source.read); in set_callbacks()
143 PTR_MANGLE (source.write); in set_callbacks()
144 PTR_MANGLE (source.seek); in set_callbacks()
145 PTR_MANGLE (source.close); in set_callbacks()
147 *target = source; in set_callbacks()
/glibc-2.36/sysdeps/alpha/
Dstxcpy.S161 ldq_u t2, 8(a1) # .. e1 : read next high-order source word
203 or t0, t1, t1 # e1 : first (partial) source word complete
228 zapnot t1, t6, t1 # .. e1 : kill source bytes >= null
239 ldq_u t1, 0(a1) # e0 : load first source word
262 lda t2, -1 # e1 : mask out leading garbage in source
283 zapnot t2, t7, t2 # .. e1 : prepare source word; mirror changes
284 and t1, t2, t1 # e1 : to source validity mask
288 andnot t0, t2, t0 # .. e1 : zero place for source to reside
Dstxncpy.S191 ldq_u t2, 8(a1) # e0 : read next high-order source word
237 or t0, t1, t0 # e0 : first (partial) source word complete
265 zapnot t0, t7, t0 # .. e1 : kill source bytes > null
297 ldq_u t1, 0(a1) # e0 : load first source word
343 zapnot t2, t7, t2 # e0 : prepare source word; mirror changes
344 zapnot t1, t7, t1 # .. e1 : to source validity mask
346 andnot t0, t2, t0 # e0 : zero place for source to reside
/glibc-2.36/nptl/
Dpthread_attr_copy.c24 __pthread_attr_copy (pthread_attr_t *target, const pthread_attr_t *source) in __pthread_attr_copy() argument
29 temp.external = *source; in __pthread_attr_copy()
36 struct pthread_attr *isource = (struct pthread_attr *) source; in __pthread_attr_copy()
/glibc-2.36/sysdeps/alpha/alphaev6/
Dstxcpy.S173 ldq_u t2, 8(a1) # U : read next high-order source word
220 or t0, t1, t1 # E : first (partial) source word complete (stall)
243 zapnot t1, t6, t1 # U : kill source bytes >= null (stall)
259 ldq_u t1, 0(a1) # L : load first source word
281 lda t2, -1 # E : mask out leading garbage in source
301 zapnot t2, t10, t2 # U : prepare source word; mirror changes (stall)
303 and t1, t2, t1 # E : to source validity mask
306 andnot t0, t2, t0 # .. e1 : zero place for source to reside (stall)
Dstxncpy.S221 ldq_u t2, 8(a1) # L : read next high-order source word
270 or t0, t1, t0 # E : first (partial) source word complete
299 zapnot t0, t7, t0 # U : kill source bytes > null
334 ldq_u t1, 0(a1) # L : load first source word
381 zapnot t2, t7, t2 # U : prepare source word; mirror changes (stall)
383 zapnot t1, t7, t1 # U : to source validity mask
384 andnot t0, t2, t0 # E : zero place for source to reside
/glibc-2.36/sysdeps/unix/
Dmake-syscalls.sh103 echo " echo 'strong_alias ($strong, $source)'; \\"
105 echo " echo 'versioned_symbol (libc, $source, $base, $ver)'; \\"
130 echo " echo 'strong_alias ($strong, $source)'; \\"
132 echo " echo 'compat_symbol (libc, $source, $base, $ver)'; \\"
/glibc-2.36/posix/
Dglob.c132 # define D_TYPE_TO_RESULT(source) (source)->d_type, in readdir_result_type() argument
135 # define D_TYPE_TO_RESULT(source) in readdir_result_type()
142 #define READDIR_RESULT_INITIALIZER(source) \ argument
144 source->d_name, \
145 D_TYPE_TO_RESULT (source) \
158 convert_dirent (const struct dirent *source) in convert_dirent() argument
160 if (source == NULL) in convert_dirent()
165 struct readdir_result result = READDIR_RESULT_INITIALIZER (source); in convert_dirent()
173 convert_dirent64 (const struct dirent64 *source) in convert_dirent64() argument
175 if (source == NULL) in convert_dirent64()
[all …]
/glibc-2.36/
DCOPYING24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
139 source code, which must be distributed under the terms of Sections
144 cost of physically performing source distribution, a complete
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
155 The source code for a work means the preferred form of the work for
156 making modifications to it. For an executable work, complete source
157 code means all the source code for all modules it contains, plus any
[all …]
DLICENSES15 Redistribution and use in source and binary forms, with or without
19 1. Redistributions of source code must retain the above copyright
85 Redistribution and use in source and binary forms, with or without
89 * Redistributions of source code must retain the above copyright
143 Redistribution and use in source and binary forms, with or without
146 1. Redistributions of source code must retain the above copyright
177 Redistribution and use in source and binary forms, with or without
181 * Redistributions of source code must retain the above copyright
209 The author(s) grant permission for redistribution and use in source and
219 2. Redistributions of source code must retain the authors' copyright
[all …]
/glibc-2.36/manual/examples/
DREADME1 These are source files for example code that appears in The GNU C
5 Documentation License, you can use these source files on their own
/glibc-2.36/manual/
Dcrypt.texi7 to a cryptographic randomness source, if one is provided by the
205 @cindex randomness source
229 @dfn{randomness source} supplied by the operating system. The
230 randomness source is a CRNG at heart, but it also continually
258 The operating system does not implement a randomness source, or does
272 booted and the randomness source has not yet been initialized.
293 Use the @file{/dev/random} (blocking) source instead of the
294 @file{/dev/urandom} (non-blocking) source to obtain randomness.
297 some time, even after the randomness source has been initialized. If it
299 booted and the randomness source has not yet been initialized.
[all …]
Dlgpl-2.1.texi36 for this service if you wish); that you receive source code or can get
48 you. You must make sure that they, too, receive or can get the source
144 making modifications to it. For a library, complete source code means
145 all the source code for all modules it contains, plus any associated
159 complete source code as you receive it, in any medium, provided that
247 it with the complete corresponding machine-readable source code, which
253 source code from the same place satisfies the requirement to
254 distribute the source code, even though third parties are not
255 compelled to copy the source along with the object code.
272 derivative work of the Library even though the source code is not.
[all …]
Dmaint.texi49 The names of the modules (source files) in this section of the library.
90 the source and header files listed in the other standard variables.
318 the library source tree and explains the mechanisms used to select
323 library source directory. This directory contains a hierarchy of
326 Each subdirectory of @file{sysdeps} contains source files for a
361 @file{generic}. This means that any system-dependent source file must
381 system-independent source code or makefiles (including the
385 If you come across a file that is in one of the main source directories
390 system-dependent, it @strong{must not} appear in one of the main source
411 what to distribute for each subdirectory of the main source tree.
[all …]
/glibc-2.36/locale/programs/
Dld-identification.c38 const char *source; member
149 TEST_ELEM (source); in identification_finish()
218 add_locale_string (&file, identification->source); in identification_output()
321 STR_ELEM (source); in identification_read()
/glibc-2.36/sysdeps/s390/
Dmemset-z900.S164 lgr %r0,%r2 # save source address
167 sgr %r4,%r4 # no source for MVCLE, only a pad byte
171 lgr %r2,%r0 # return value is source address
/glibc-2.36/sysdeps/arm/armv6/
Dstrcpy.S50 @ To cater to long strings, we want 8 byte alignment in the source.
139 @ Here, source is aligned to 8, but the destination is not word
/glibc-2.36/benchtests/
DREADME55 and then copy the source and build directories to the target and run the
73 without copying the source nor build directories.
118 - include-sources: This should be assigned a comma-separated list of source
120 and functions (specifically, this includes using "#include "source").
121 See pthread_once-inputs and pthreads_once-source.c for an example of how
/glibc-2.36/sysdeps/ia64/fpu/
DREADME5 This source code in this directory is currently based on Intel libm
20 can be imported into the libc source tree at $LIBC with the following

12345678910>>...30