/glibc-2.36/iconvdata/ |
D | iso-2022-cn-ext.c | 440 int used; \ 446 used = GB2312_set; \ 451 used = ISO_IR_165_set; \ 456 used = CNS11643_1_set; \ 466 used = CNS11643_2_set; \ 476 if (used != GB2312_set) \ 481 used = GB2312_set; \ 486 if (used != ISO_IR_165_set) \ 491 used = ISO_IR_165_set; \ 496 if (used != CNS11643_1_set) \ [all …]
|
D | iso-2022-cn.c | 269 int used; \ 275 used = GB2312_set; \ 280 used = CNS11643_1_set; \ 290 used = CNS11643_2_set; \ 294 if (used == GB2312_set) \ 301 used = GB2312_set + CNS11643_1_set - used; \ 314 if (set != used) \ 318 if ((ann & (16 << (used >> 3))) == 0) \ 328 assert ((used >> 3) >= 1 && (used >> 3) <= 3); \ 329 escseq = ")A)G*H" + ((used >> 3) - 1) * 2; \ [all …]
|
/glibc-2.36/malloc/ |
D | dynarray-skeleton.c | 134 size_t used; member 199 list->u.dynarray_header.used = 0; in DYNARRAY_NAME() 210 (list->u.dynarray_header.array, list->u.dynarray_header.used); in DYNARRAY_FREE() 230 (list->u.dynarray_header.array, list->u.dynarray_header.used); in DYNARRAY_NAME() 233 list->u.dynarray_header.used = 0; in DYNARRAY_NAME() 243 return list->u.dynarray_header.used; in DYNARRAY_NAME() 274 return list->u.dynarray_header.array + list->u.dynarray_header.used; in DYNARRAY_NAME() 291 list->u.dynarray_header.array[list->u.dynarray_header.used++] = item; in DYNARRAY_NAME() 306 if (__glibc_unlikely (list->u.dynarray_header.used in DYNARRAY_NAME() 314 list->u.dynarray_header.array[list->u.dynarray_header.used++] = item; in DYNARRAY_NAME() [all …]
|
D | dynarray_finalize.c | 32 size_t used = list->used; in __libc_dynarray_finalize() local 35 if (used == 0) in __libc_dynarray_finalize() 45 size_t allocation_size = used * element_size; in __libc_dynarray_finalize() 55 { .array = heap_array, .length = used }; in __libc_dynarray_finalize()
|
D | dynarray_resize.c | 32 list->used = size; in __libc_dynarray_resize() 53 memcpy (new_array, list->array, list->used * element_size); in __libc_dynarray_resize() 61 list->used = size; in __libc_dynarray_resize()
|
/glibc-2.36/locale/programs/ |
D | simple-hash.c | 51 unsigned long used; member 103 if (table[idx].used) in insert_entry() 121 table[idx].used = hval; in insert_entry_2() 153 if (table[idx].used) in insert_entry_2() 155 table[idx].used, in insert_entry_2() 157 table[idx].used), in insert_entry_2() 172 if (table[idx].used == 0) in find_entry() 186 if (table[idx].used == 0) in set_entry() 235 if (table[idx].used) in lookup() 237 if (table[idx].used == hval && table[idx].keylen == keylen in lookup() [all …]
|
/glibc-2.36/elf/ |
D | tst-dlmopen2.c | 16 char used[DL_NNS]; in do_test() local 20 memset (used, '\0', sizeof (used)); in do_test() 21 used[LM_ID_BASE] = 1; in do_test() 46 else if (used[ns] != 0) in do_test() 54 used[ns] = 1; in do_test()
|
D | Versions | 8 # functions used in other libraries 27 # This symbol is used only for empty version map and will be removed 32 # functions used in other libraries 46 # functions used in other libraries 48 # historically used by Garbage Collectors 63 # Those are in the dynamic linker, but used by libc.so.
|
D | tst-unique4lib.cc | 7 const int S<N>::j __attribute__ ((used)) = -1; 9 static int a[24] __attribute__ ((used)) = 17 static int b __attribute__ ((used)) = S<1>::j;
|
D | cache.c | 60 bool used; member 83 p->used = false; in new_glibc_hwcaps_subdirectory() 108 if (p->used) in glibc_hwcaps_count() 125 if (p->used) in assign_glibc_hwcaps_indices() 476 if (p->used) in write_extensions() 794 hwcaps->used = true; in add_to_cache() 843 int used; member 928 entry->used = 1; in search_aux_cache() 937 unsigned int isa_level, const char *soname, int used) in insert_to_aux_cache() argument 953 entry->used = used; in insert_to_aux_cache() [all …]
|
/glibc-2.36/support/ |
D | support-open-dev-null-range.c | 64 size_t used; member 72 r->used = 0; in range_init() 79 if (r->used == r->total) in range_add() 84 r->ranges[r->used].lowfd = lowfd; in range_add() 85 r->ranges[r->used].len = len; in range_add() 86 r->used++; in range_add() 92 for (size_t i = 0; i < r->used; i++) in range_close()
|
/glibc-2.36/stdio-common/ |
D | xbug.c | 8 int room, used; member 21 b->used = 0; in InitBuffer() 28 while (b->used + len > b->room) { in AppendToBuffer() 32 strncpy(b->buff + b->used, str, len); in AppendToBuffer() 33 b->used += len; in AppendToBuffer() 42 buffer->used = 0; in ReadFile()
|
/glibc-2.36/misc/ |
D | hsearch_r.c | 34 unsigned int used; member 166 if (htab->table[idx].used) in weak_alias() 169 if (htab->table[idx].used == hval in weak_alias() 194 if (htab->table[idx].used == hval in weak_alias() 201 while (htab->table[idx].used); in weak_alias() 216 htab->table[idx].used = hval; in weak_alias()
|
/glibc-2.36/mach/ |
D | Versions | 3 # variables used in Mach-specific macros 7 # functions used in inline functions and macros 10 # functions used by RPC stubs 52 # internal functions used by other libraries (e.g. librt) 72 # functions used by RPC stubs
|
/glibc-2.36/string/ |
D | Versions | 6 # functions used in inline functions or macros 9 # functions used in other libraries 44 # functions used in macros and other libraries 60 # extern inline functions used by <bits/string2.h> 70 # functions used in macros.
|
/glibc-2.36/stdlib/ |
D | strtod_l.c | 1492 int used = 0; in ____STRTOF_INTERNAL() local 1513 used = MANT_DIG + cnt; \ in ____STRTOF_INTERNAL() 1514 retval[0] = quot >> (BITS_PER_MP_LIMB - used); \ in ____STRTOF_INTERNAL() 1532 used = MANT_DIG - bits; \ in ____STRTOF_INTERNAL() 1533 if (used > 0) \ in ____STRTOF_INTERNAL() 1534 __mpn_lshift_1 (retval, RETURN_LIMB_SIZE, used, quot); \ in ____STRTOF_INTERNAL() 1543 quot, BITS_PER_MP_LIMB - 1 - used, in ____STRTOF_INTERNAL() 1550 int used = 0; in ____STRTOF_INTERNAL() local 1576 used = MANT_DIG - bits; in ____STRTOF_INTERNAL() 1577 if (used > 0) in ____STRTOF_INTERNAL() [all …]
|
/glibc-2.36/libio/ |
D | Versions | 6 # functions used in inline functions or macros 9 # functions used in inline functions or macros 13 # functions used in other libraries 83 # functions used in other libraries 86 # functions used in libstdc++ 107 # functions used in libstdc++
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | Versions | 4 # functions used in inline functions or macros 7 # functions used in other libraries 58 # functions used in inline functions or macros 125 # Changed timer_t. Only used by some 64-bit targets. 317 # functions used in other libraries 324 # functions used by nscd
|
/glibc-2.36/scripts/ |
D | pylintrc | 62 # number of statements analyzed. This is used by the global evaluation report 66 # Add a comment according to your evaluation note. This is used by the global 70 # Template used to display messages. This is a python new-style format string 71 # used to format the massage information. See doc for all details 101 # List of builtins function names that should not be used, separated by a comma 158 # (i.e. not used). 177 # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1 204 # List of interface methods to ignore, separated by a comma. This is used for 208 # List of method names used to declare (i.e. assign) instance attributes. 220 # Deprecated modules which should not be used, separated by a comma
|
/glibc-2.36/hurd/ |
D | Versions | 3 # variables used in macros & inline functions 6 # functions used in libmachuser and libhurduser 114 # internal symbols used by other libraries (e.g. librt) 120 # functions used in macros & inline functions
|
/glibc-2.36/nss/ |
D | nss_test.h | 98 static void __attribute__((used)) 106 static int __attribute__((used)) 143 static int __attribute__((used)) 187 static void __attribute__((used)) 201 static int __attribute__((used))
|
/glibc-2.36/posix/ |
D | Versions | 9 # functions used in other libraries 14 # functions used by libstdc++ 2.7.2 71 # functions used in other libraries 88 # functions used in other libraries
|
/glibc-2.36/manual/ |
D | message.texi | 29 translations. I.e., these files contain for each of the messages used 59 identifier is used. 78 can be used by the functions. 115 opaque type and can be used in calls to the other functions to refer to 181 Since @code{%} is used as a meta character there must be a way to 188 message catalogs while still allowing different languages to be used. 200 The remaining problem is to decide which must be used. The value 204 @code{NLSPATH} environment variable is not used. The catalog must exist 226 If no environment variable is set the @code{"C"} locale is used which 271 The function @code{catgets} has to be used to access the message catalog [all …]
|
D | locale.texi | 168 This category applies to selecting the language used in the user 202 automatically control the locale used by the library functions, because 397 name is used if possible. 539 As a special case, locale names used with @code{LC_ALL} can combine 553 The path used for finding locale data can be set using the 566 security reasons, and only the default directory is used. 610 applicable to a given situation it should be used since it is very 661 These are the decimal-point separators used in formatting non-monetary 669 These are the separators used to delimit groups of digits to the left of 687 member is used over and over again for all the remaining groups, or [all …]
|
/glibc-2.36/time/ |
D | Versions | 9 # functions used in other libraries 58 # these internal names are used by libstdc++ 81 # same as clock_gettime; used in other libraries
|