Searched refs:blob (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/stdlib/ |
D | tst-arc4random-thread.c | 49 struct blob struct 59 struct blob *blob; argument 94 #define DYNARRAY_ELEMENT struct blob 103 const struct blob *left = left1; in compare_blob() 104 const struct blob *right = right1; in compare_blob() 127 dynarray_blob_size (result) * sizeof (struct blob)); in copy_result_to_global() 155 struct blob *place = dynarray_blob_emplace (&result); in inner_thread() 201 struct blob *result = arg->blob; in get_one_blob_thread() 213 struct blob *shared_result = arg->blob; in fork_thread_subprocess() 240 struct blob *shared_result in fork_thread() [all …]
|
/glibc-2.36/support/ |
D | blob_repeat.c | 289 support_blob_repeat_free (struct support_blob_repeat *blob) in support_blob_repeat_free() argument 291 if (blob->size > 0) in support_blob_repeat_free() 294 if (blob->use_malloc) in support_blob_repeat_free() 295 free (blob->start); in support_blob_repeat_free() 297 xmunmap (blob->start, blob->size); in support_blob_repeat_free() 300 *blob = (struct support_blob_repeat) { 0 }; in support_blob_repeat_free()
|
D | support_test_compare_blob.c | 33 report_blob (const char *what, const unsigned char *blob, in report_blob() argument 36 if (blob == NULL && length > 0) in report_blob() 41 char *quoted = support_quote_blob (blob, length); in report_blob() 47 printf (" %02X", blob[i]); in report_blob()
|
D | support_test_compare_string_main.c | 38 report_string (const char *what, const UCHAR *blob, in report_string() argument 44 char *quoted = SUPPORT_QUOTE_BLOB (blob, length); in report_string() 50 printf (" %02X", (unsigned int) blob[i]); in report_string()
|
D | support_quote_blob_main.c | 23 SUPPORT_QUOTE_BLOB (const void *blob, size_t length) in SUPPORT_QUOTE_BLOB() argument 28 const CHAR *p = blob; in SUPPORT_QUOTE_BLOB()
|
D | support.h | 75 char *support_quote_blob (const void *blob, size_t length); 81 char *support_quote_blob_wide (const void *blob, size_t length);
|
/glibc-2.36/scripts/ |
D | glibcelf.py | 868 def unpack(blob: memoryview) -> 'Ident': 871 ei_pad = struct.unpack('4s5B7s', blob) 950 def __init__(self, blob): argument 956 self.blob = blob 960 blob = self.blob 963 if blob[endindex] == 0: 964 return bytes(blob[index:endindex])
|
/glibc-2.36/localedata/locales/ |
D | sv_SE | 64 % (https://github.com/unicode-org/cldr/blob/master/common/collation/sv.xml) 82 % (https://github.com/unicode-org/cldr/blob/master/common/main/sv.xml)
|
D | or_IN | 71 % (see: https://github.com/unicode-org/cldr/blob/master/common/collation/or.xml)
|