Searched refs:table (Results 1 – 19 of 19) sorted by relevance
/picolibc-latest/newlib/libc/ctype/ |
D | categories.c | 25 bisearch_cat(uint32_t ucs, const struct _category *table, int max) in bisearch_cat() argument 30 if (ucs < table[0].first || ucs > (uint32_t) (table[max].first + table[max].delta)) in bisearch_cat() 35 if (ucs > (uint32_t) (table[mid].first + table[mid].delta)) in bisearch_cat() 37 else if (ucs < table[mid].first) in bisearch_cat() 40 return table[mid].cat; in bisearch_cat()
|
D | towctrans_l.c | 67 bisearch (wint_t ucs, const struct caseconv_entry *table, size_t max) in bisearch() argument 72 if (ucs < first(table[0]) || ucs > last(table[max])) in bisearch() 77 if (ucs > last(table[mid])) in bisearch() 79 else if (ucs < first(table[mid])) in bisearch() 82 return &table[mid]; in bisearch()
|
D | mkunidata | 47 else echo $data not available, skipping table generation 55 echo generating character category table for "isw*.c" 58 echo generating case conversion table for "tow*.c"
|
/picolibc-latest/newlib/libc/iconv/lib/ |
D | aliasesi.c | 93 const char *table, in find_alias() argument 99 const char *ptable = table; in find_alias() 100 const char *table_end = table + len; in find_alias() 102 if (table == NULL || alias == NULL || *table == '\0' || *alias == '\0') in find_alias() 111 if (!((p == table || isspace (*(p-1)) || *(p-1) == '\n') in find_alias() 119 while(--p > table && *p != '\n'); in find_alias()
|
D | encoding.deps | 150 CES: table 158 CES: table 166 CES: table 174 CES: table 182 CES: table 190 CES: table 198 CES: table 206 CES: table 214 CES: table 222 CES: table [all …]
|
/picolibc-latest/newlib/libc/string/ |
D | wcwidth.c | 109 bisearch(uint32_t ucs, const struct interval *table, int max) in bisearch() argument 114 if (ucs < table[0].first || ucs > table[max].last) in bisearch() 119 if (ucs > table[mid].last) in bisearch() 121 else if (ucs < table[mid].first) in bisearch()
|
D | mkunidata | 54 else echo $data not available, skipping table generation 64 echo generating combining characters table 67 echo generating ambiguous width characters table 70 echo generating wide characters table
|
/picolibc-latest/doc/ |
D | ctype.md | 5 table of per-character classification data and have the individual 6 functions index the table and extract the relevant data. This is quite 8 table introduces a fairly large fixed cost. 14 table indexing operations and without the overhead of the table.
|
/picolibc-latest/newlib/libc/iconv/ |
D | iconv.tex | 216 table / cp775 226 table / cp850 248 table / cp855 258 table / cp866 299 table / iso_8859_1 309 table / iso_8859_10 319 table / iso_8859_11 329 table / iso_8859_13 339 table / iso_8859_14 349 table / iso_8859_15 [all …]
|
/picolibc-latest/newlib/libc/signal/ |
D | signal.tex | 27 @table @code 45 @end table 55 @table @code 69 @end table
|
/picolibc-latest/newlib/doc/ |
D | doc.str | 9 "@table @code\n" catstr 14 "@end table\n"
|
/picolibc-latest/newlib/libc/iconv/ces/ |
D | CMakeLists.txt | 38 table.c 39 table-pcs.c
|
D | meson.build | 38 'table.c', 39 'table-pcs.c',
|
/picolibc-latest/newlib/libc/time/ |
D | time.tex | 35 @table @code 65 @end table
|
/picolibc-latest/picocrt/machine/x86/ |
D | crt0-64.S | 61 # set the page table base address
|
/picolibc-latest/newlib/libc/locale/ |
D | locale.tex | 47 @table @code 145 @end table
|
/picolibc-latest/newlib/ |
D | NEWS | 92 - Unicode table generation scripts fixed/enhanced
|
D | ChangeLog-2015 | 6348 (__ctype_cp): Use the new definitions. Make sure that the table 8272 and add declaration of __ctype_ptr__. Remove older ctype table pointers 9171 signal table, just use a default, in case initialization cause 13695 * libc/iconv/ces/table-pcs.c: Ditto. 13696 * libc/iconv/ces/table.c: Ditto. 16425 arrays to account for the fact that the originating table 17936 * libc/posix/closedir.c: Add locking support and hash table cleanup. 17943 clean up leftover hash table entries. 24668 close-on-exec flag not set. Initialize child's entire fd table. 24684 * libc/sys/win32/crt0.c (passover): fix up the state table. [all …]
|
/picolibc-latest/ |
D | COPYING.picolibc | 41 newlib/libc/iconv/ces/table.c 291 Files: newlib/libc/iconv/ces/table-pcs.c
|