Searched refs:search (Results 1 – 25 of 31) sorted by relevance
12
| /picolibc-latest/ |
| D | find-copyright | 71 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/ |
| D | TC-thumbv6m.cmake | 14 # search programs in the host environment 17 # search headers and libraries in the target environment
|
| D | TC-thumbv7m.cmake | 14 # search programs in the host environment 17 # search headers and libraries in the target environment
|
| D | TC-clang-thumbv6m.cmake | 14 # search programs in the host environment 17 # search headers and libraries in the target environment
|
| D | TC-clang-thumbv7m.cmake | 14 # search programs in the host environment 17 # search headers and libraries in the target environment
|
| /picolibc-latest/newlib/libc/machine/hppa/ |
| D | strcat.S | 54 search: label 58 comib,tr r0,r0,search
|
| D | memcmp.S | 43 combt,<,n r0,count,search /*N <= 0 yields equality */ 46 search: combf,=,n s1,s2,findout /*s1 != s2? */ label
|
| D | strncmp.S | 39 combt,<,n r0,count,search /* N <= 0 yields equality */ 42 search: combf,=,n s1,s2,findout /* s1 != s2? */ label
|
| D | strncat.S | 52 search: label 56 comib,tr r0,r0,search
|
| /picolibc-latest/newlib/libc/stdlib/ |
| D | stdlib.tex | 21 * Function bsearch:: Binary search 93 @include search/bsearch.def 156 @include search/qsort.def
|
| /picolibc-latest/newlib/libc/string/ |
| D | strings.tex | 36 * 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
|
| D | wcstrings.tex | 32 * Function wcsrchr:: Reverse search for wide character in string
|
| /picolibc-latest/newlib/libc/machine/i960/ |
| D | strlen.S | 103 mov g7,g4 # move word with null to search word
|
| D | strrchr.S | 126 mov g3,g6 # save word of all char to short circuit search
|
| D | strcpy.S | 136 mov g7,g4 # move word with null to search word
|
| D | strlen_ca.S | 128 lda (g7),g6 # move odd word to search word
|
| /picolibc-latest/newlib/libc/ |
| D | CMakeLists.txt | 47 add_subdirectory(search)
|
| D | meson.build | 37 'posix', 'search', 'signal', 'ssp', 'stdlib',
|
| /picolibc-latest/newlib/testsuite/ |
| D | meson.build | 44 'newlib.search',
|
| /picolibc-latest/newlib/libc/machine/arc64/ |
| D | memmove.S | 58 ; Backwards search 158 ; Backwards search
|
| D | strcat.S | 45 ; 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/ |
| D | CMakeLists.txt | 80 search.h
|
| D | meson.build | 79 'search.h',
|
| /picolibc-latest/newlib/ |
| D | HOWTO | 137 * 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/ |
| D | README.md | 21 picolibc.specs.in)_ which sets the search path for
|
12