Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 31) sorted by relevance

12

/picolibc-latest/
Dfind-copyright71 m = cpr_line.search(line)
84 if regex.search(line):
90 if modified.search(line):
93 if derived.search(line):
97 if lower.search(line):
99 elif upper.search(line) and not lower.search(line):
121 if re.search(r'NetBSD', copyright):
123 if (re.search(r'Redistributions *(of)? *source +code', copyright) and
124 re.search(r'Redistributions +in +binary +form', copyright)):
125 if re.search(r'[tT]he +names? of', copyright):
[all …]
/picolibc-latest/cmake/
DTC-thumbv6m.cmake14 # search programs in the host environment
17 # search headers and libraries in the target environment
DTC-thumbv7m.cmake14 # search programs in the host environment
17 # search headers and libraries in the target environment
DTC-clang-thumbv6m.cmake14 # search programs in the host environment
17 # search headers and libraries in the target environment
DTC-clang-thumbv7m.cmake14 # search programs in the host environment
17 # search headers and libraries in the target environment
/picolibc-latest/newlib/libc/machine/hppa/
Dstrcat.S54 search: label
58 comib,tr r0,r0,search
Dmemcmp.S43 combt,<,n r0,count,search /*N <= 0 yields equality */
46 search: combf,=,n s1,s2,findout /*s1 != s2? */ label
Dstrncmp.S39 combt,<,n r0,count,search /* N <= 0 yields equality */
42 search: combf,=,n s1,s2,findout /* s1 != s2? */ label
Dstrncat.S52 search: label
56 comib,tr r0,r0,search
/picolibc-latest/newlib/libc/stdlib/
Dstdlib.tex21 * Function bsearch:: Binary search
93 @include search/bsearch.def
156 @include search/qsort.def
/picolibc-latest/newlib/libc/string/
Dstrings.tex36 * Function memrchr:: Reverse search for character in memory
39 * Function rindex:: Reverse search for character in string
62 * Function strrchr:: Reverse search for character in string
Dwcstrings.tex32 * Function wcsrchr:: Reverse search for wide character in string
/picolibc-latest/newlib/libc/machine/i960/
Dstrlen.S103 mov g7,g4 # move word with null to search word
Dstrrchr.S126 mov g3,g6 # save word of all char to short circuit search
Dstrcpy.S136 mov g7,g4 # move word with null to search word
Dstrlen_ca.S128 lda (g7),g6 # move odd word to search word
/picolibc-latest/newlib/libc/
DCMakeLists.txt47 add_subdirectory(search)
Dmeson.build37 'posix', 'search', 'signal', 'ssp', 'stdlib',
/picolibc-latest/newlib/testsuite/
Dmeson.build44 'newlib.search',
/picolibc-latest/newlib/libc/machine/arc64/
Dmemmove.S58 ; Backwards search
158 ; Backwards search
Dstrcat.S45 ; Do 4 byte search until there are no more 4 byte chunks
46 ; Then, do 1 byte search
47 ; Otherwise, 1 byte search until alignment
48 ; Then, do 4 byte search as previously specified
/picolibc-latest/newlib/libc/include/
DCMakeLists.txt80 search.h
Dmeson.build79 'search.h',
/picolibc-latest/newlib/
DHOWTO137 * autom4te.cache/: Generated by aclocal to cache system search results. Safe
148 a new file, it must be manually included -- there is no mechanism to search
236 Note that the Makefiles do not use VPATH to search source files across
/picolibc-latest/hello-world/
DREADME.md21 picolibc.specs.in)_ which sets the search path for

12