/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/search/ |
A D | _hsearch_r.c | 76 if (htab->table != NULL) in hcreate_r() 89 if (htab->table == NULL) in hcreate_r() 111 free (htab->table); in libc_hidden_def() 114 htab->table = NULL; in libc_hidden_def() 160 if (htab->table[idx].used) in libc_hidden_def() 165 if (htab->table[idx].used == hval in libc_hidden_def() 168 *retval = &htab->table[idx].entry; in libc_hidden_def() 196 while (htab->table[idx].used); in libc_hidden_def() 211 htab->table[idx].used = hval; in libc_hidden_def() 212 htab->table[idx].entry = item; in libc_hidden_def() [all …]
|
/l4re-core-master/lua/lib/contrib/doc/ |
A D | lua.css | 84 table hr { 114 table { selector 129 table.columns td { 136 table.book td { 140 table.book td.cover { 144 table.book img { 148 table.book span {
|
A D | index.css | 9 table { selector
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | get_kernel_syms.c | 14 int get_kernel_syms(struct kernel_sym *table); 15 _syscall1(int, get_kernel_syms, struct kernel_sym *, table)
|
/l4re-core-master/ned/doc/ |
A D | ned.dox | 54 The initial objects provided to Ned itself are accessible via the table 57 the \c L4.Env table. 65 table \c L4.Proto. The definition is not complete and only covers 107 is a table that contains information about the initial objects an application 113 last optional argument is a table containing the POSIX environment variables 118 The main elements of the initial object table are: 131 \c log_tag and \c log_color, from this table, as arguments. 137 \li \c caps The table with application-specific named capabilities (default is 138 an empty table). If the table does not contain a capability with the 140 into the table. [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/ |
A D | gen-unicode-ctype.c | 506 char table[0x110000]; in output_charclass() local 513 table[i] = (int) func (i); in output_charclass() 520 if (!table[i]) in output_charclass() 530 while (i < 0x110000 && table[i]); in output_charclass() 564 char table[0x110000]; in output_charmap() local 571 table[i] = (func (i) != i); in output_charmap() 577 if (table[i]) in output_charmap()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/man/ |
A D | ld.so.texi | 117 @table @file 130 @end table 135 @table @code 171 @end table 176 @table @samp 209 @end table 228 @table @samp 241 @end table 259 @table @samp 280 @end table
|
/l4re-core-master/ned/server/src/ |
A D | ned.lua | 11 local table = require "table" 240 return self.loader.log_fab:create(Proto.Log, table.unpack(self.log_args)); 312 return table.unpack(a);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | ctype.h | 231 #define __tobody(c, f, table, args) \ 237 __res = __UCLIBC_CTYPE_IN_TO_DOMAIN(__c) ? (table)[__c] : __c; \ 241 __res = (table)[(int) (c)]; \
|
A D | search.h | 99 struct _ENTRY *table; member
|
/l4re-core-master/l4re/include/ |
A D | env | 55 * available entries in capability table (provided by the micro kernel). 58 * task's capability table and the L4 runtime environment provides 59 * convenience functions to retrieve the capabilities. See the table below 74 * - First free entry in capability table
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/ |
A D | ctype.cc | 58 delete[] this->table(); in ~ctype()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/ |
A D | ctype.cc | 58 delete[] this->table(); in ~ctype()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/ |
A D | ctype.cc | 58 delete[] this->table(); in ~ctype()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/ |
A D | ctype.cc | 58 delete[] this->table(); in ~ctype()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/ |
A D | ctype.cc | 58 delete[] this->table(); in ~ctype()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/ |
A D | ctype.cc | 58 delete[] this->table(); in ~ctype()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/ |
A D | ctype.cc | 58 delete[] this->table(); in ~ctype()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++98/ |
A D | ctype.cc | 57 delete[] this->table(); in ~ctype()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ia64/ |
A D | memmove.S | 158 addl tmp4 = @ltoff(.table), gp 240 .table: label
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/c6x/ |
A D | crt1.S | 38 ;; B14 --> pointer to application DSBT table
|
/l4re-core-master/l4sys/include/ |
A D | vm | 37 * microkernel employs an appropriate page-table format for hosting VMs, such
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | _fpmaxtostr.c | 128 #error unsupported FPMAX_MAX_10_EXP. please increase table 173 #error unsupported FPMAX_MAX_EXP. please increase table
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/ |
A D | regex_internal.h | 685 const int32_t *table, *indirect; in internal_function() 692 table = (const int32_t *) _NL_CURRENT (LC_COLLATE, _NL_COLLATE_TABLEMB); in internal_function()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/metag/ |
A D | memset.S | 74 SUB PC,CPC1,A1.2 ! Jump into table below
|