Home
last modified time | relevance | path

Searched refs:size (Results 19826 - 19850 of 29124) sorted by relevance

1...<<791792793794795796797798799800>>...1165

/third_party/gn/src/gn/
H A Dcommand_refs.cc201 return results.size(); in DoAllListOutput()
226 return results.size(); in DoDirectListOutput()
342 if (args.size() <= 1) {
361 for (size_t i = 1; i < args.size(); i++) {
/third_party/fsverity-utils/lib/
H A Dsign_digest.c235 static BIO *new_mem_buf(const void *buf, size_t size) in new_mem_buf() argument
239 if (WARN_ON(size > INT_MAX)) in new_mem_buf()
247 bio = BIO_new_mem_buf((void *)buf, size); in new_mem_buf()
/third_party/alsa-lib/src/timer/
H A Dtimer.c440 * \brief get size of the snd_timer_info_t structure in bytes
441 * \return size of the snd_timer_info_t structure in bytes
559 * \brief get size of the snd_timer_params_t structure in bytes
560 * \return size of the snd_timer_params_t structure in bytes
719 * \brief set timer queue size (32-1024)
721 * \param queue_size The queue size to set
730 * \brief get queue size
732 * \return queue size
786 * \brief get size of the snd_timer_status_t structure in bytes
787 * \return size o
944 snd_timer_read(snd_timer_t *timer, void *buffer, size_t size) snd_timer_read() argument
[all...]
/third_party/backends/backend/genesys/
H A Dlow.h210 void sanei_genesys_write_ahb(Genesys_Device* dev, std::uint32_t addr, std::uint32_t size,
321 void sanei_genesys_read_data_from_scanner(Genesys_Device* dev, std::uint8_t* data, size_t size);
401 int bits, int max, int size);
/third_party/cares/include/
H A Dares.h323 void *(*amalloc)(size_t size),
325 void *(*arealloc)(void *ptr, size_t size));
745 ares_socklen_t size);
/third_party/cups-filters/filter/
H A Dbannertopdf.c83 pwg_media_t *size_found; /* page size found for given name */ in get_pagesize()
110 if ((val = cupsGetOption("media-size", noptions, options)) != NULL || in get_pagesize()
112 (val = cupsGetOption("page-size", noptions, options)) != NULL || in get_pagesize()
217 int size = sizeof(char) * 40; in human_time() local
218 char *buf = malloc(size); in human_time()
223 strftime(buf, size, "%c", localtime(&time)); in human_time()
305 /* Banner font size */ in get_known_opts()
306 opt = add_opt(opt, "banner-font-size", in get_known_opts()
307 cupsGetOption("banner-font-size", noptions, options)); in get_known_opts()
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H A Dssp-debug.c45 fprintf(stdout, "size %u\n", blob15->size); in ssp_print_calculated()
94 fprintf(stdout, "aux_blob size %u\n", blob_aux->size); in ssp_print_calculated()
95 for (j = 0; j < blob_aux->size; j += 4) { in ssp_print_calculated()
/third_party/icu/icu4c/source/tools/icuswap/
H A Dicuswap.cpp12 * tab size: 8 (not used)
62 int32_t size; in fileSize() local
65 size=(int32_t)ftell(f); in fileSize()
67 return size; in fileSize()
/third_party/icu/icu4c/source/samples/cal/
H A Dcal.c312 int32_t size = 1 + udat_getSymbols(fmt, type, idx + lowestIndex, NULL, 0, status); in get_symbols() local
314 array[idx] = (UChar *) malloc(sizeof(UChar) * size); in get_symbols()
317 udat_getSymbols(fmt, type, idx + lowestIndex, array[idx], size, status); in get_symbols()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRegion.java216 regions = new ArrayList<Region>(regionCodes.size()); in loadRegionData()
410 if ( r.type == RegionType.DEPRECATED && r.preferredValues.size() == 1) { in getInstance()
446 if ( r.type == RegionType.DEPRECATED && r.preferredValues.size() == 1) { in getInstance()
/third_party/icu/icu4c/source/common/
H A Ducnvhz.cpp10 * tab size: 8 (not used)
537 int32_t size, bufferSizeNeeded = sizeof(struct cloneHZStruct); in _HZ_SafeClone() local
543 if (*pBufferSize == 0){ /* 'preflighting' request - set needed size into *pBufferSize */ in _HZ_SafeClone()
556 size = (int32_t)sizeof(UConverter); in _HZ_SafeClone()
558 ucnv_safeClone(((UConverterDataHZ*)cnv->extraInfo)->gbConverter, &localClone->subCnv, &size, status); in _HZ_SafeClone()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DLikelySubtagsBuilder.java213 if (scripts.size() == 1) { in writeScripts()
216 if (regions.size() > 1) { in writeScripts()
233 if (regions.size() == 1) { in writeRegions()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUServiceThreadTest.java222 int s = factories.size(); in iterate()
352 List factories = new ArrayList(locales.size()); in getFactoryCollection()
437 Factory[] factories = (Factory[])fc.toArray(new Factory[fc.size()]); in Test04_WitheringService()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBImporter.java138 for (int i=0; i < gv.size(); i++) { in importResource()
152 for (int i=0; i < gv.size(); i++) { in importResource()
217 for (int i=0; i < v.size(); i++) { in resolveEncodings()
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/
H A DJacocoReportCheck.java116 if (noCoverageSet.size() > 0) { in main()
125 if (coveredButExcludedSet.size() > 0) { in main()
136 if (noCoverageSet.size() > 0) { in main()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DFormattedValueTest.java173 assertEquals(baseMessage + "All known fields should be in the iterator", uniqueFields.size(), allAttributes.size()); in checkFormattedValue()
184 int attributesRemaining = currentAttributes.size(); in checkFormattedValue()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DFormattedValueTest.java171 assertEquals(baseMessage + "All known fields should be in the iterator", uniqueFields.size(), allAttributes.size()); in checkFormattedValue()
176 int attributesRemaining = currentAttributes.size(); in checkFormattedValue()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceThreadTest.java219 int s = factories.size(); in iterate()
349 List factories = new ArrayList(locales.size()); in getFactoryCollection()
434 Factory[] factories = (Factory[])fc.toArray(new Factory[fc.size()]); in Test04_WitheringService()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DRegion.java210 regions = new ArrayList<Region>(regionCodes.size()); in loadRegionData()
386 if ( r.type == RegionType.DEPRECATED && r.preferredValues.size() == 1) { in getInstance()
421 if ( r.type == RegionType.DEPRECATED && r.preferredValues.size() == 1) { in getInstance()
/third_party/libunwind/libunwind/include/
H A Ddwarf_i.h13 the size of an unw_word_t. */
369 int size = dwarf_addr_size (as); in dwarf_read_encoded_pointer_inlined() local
370 *addr = (initial_addr + size - 1) & -size; in dwarf_read_encoded_pointer_inlined()
/third_party/libuv/test/
H A Dtest-tty.c150 static void tty_raw_alloc(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in tty_raw_alloc() argument
151 buf->base = malloc(size); in tty_raw_alloc()
152 buf->len = size; in tty_raw_alloc()
H A Dtest-ping-pong.c55 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
56 buf->base = malloc(size); in alloc_cb()
57 buf->len = size; in alloc_cb()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-misc.h92 * lws_buflist_total_len(): Get the total size of the buflist
175 * Iterates through the buflist segments showing position and size.
200 * \param size: bytes left in destination buffer
208 lws_snprintf(char *str, size_t size, const char *format, ...) LWS_FORMAT(3);
215 * \param size: bytes left in destination buffer
221 lws_strncpy(char *dest, const char *src, size_t size);
299 * the size of strlen(h)
616 lws_set_allocator(void *(*realloc)(void *ptr, size_t size, const char *reason));
/third_party/libunwind/libunwind/src/ia64/
H A Dunwind_decoder.h62 * UNW_DEC_MEM_STACK_F(fmt,t,size,arg)
293 unw_word t, size; in unw_decode_p7_p10() local
302 size = unw_decode_uleb128 (&dp); in unw_decode_p7_p10()
303 UNW_DEC_MEM_STACK_F(P7, t, size, arg); in unw_decode_p7_p10()
/third_party/libbpf/include/uapi/linux/
H A Dperf_event.h395 __u32 size; member
488 * Defines size of the user stack to dump on samples.
681 __u32 size; /* Header size up to __reserved[] fields. */ member
717 * data_{offset,size} indicate the location and size of the perf record
723 __u64 data_size; /* data buffer size */
726 * AUX area is defined by aux_{offset,size} fields that should be set
814 __u16 size; member
857 * relative to header.size
[all...]

Completed in 34 milliseconds

1...<<791792793794795796797798799800>>...1165