Home
last modified time | relevance | path

Searched refs:size (Results 26151 - 26175 of 31208) sorted by relevance

1...<<1041104210431044104510461047104810491050>>...1249

/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-utils.h318 int size() const { return buffer_.length(); }
413 "source and destination size mismatch");
/third_party/icu/icu4c/source/common/
H A Duvector.h112 * equal if they are of the same size and all elements are equal,
190 inline int32_t size(void) const {return count;} in size() function in UVector
197 * Change the size of this vector as follows: If newSize is
225 * one index and shortening the size of the vector by one. If the
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-struct.h204 sizeof (((type *)0)->blobptr_name), /* size of blob pointer */ \
206 0, /* size of blob length member */ \
216 size_t size; member
/third_party/libunwind/libunwind/src/ia64/
H A Dinit.h115 c->rbs_area[0].size = bspstore - rbs_base; in common_init()
/third_party/mesa3d/include/drm-uapi/
H A Detnaviv_drm.h31 * 2) Keep fields aligned to their size
102 __u64 size; /* in */ member
203 __u32 stream_size; /* in, cmdstream size */
234 __u64 user_size; /* in, page aligned user size */
/third_party/mbedtls/include/mbedtls/
H A Dbignum.h48 * Maximum size MPIs are allowed to grow to in number of limbs.
54 * Maximum window size used for modular exponentiation. Default: 3
60 * Reduction in size, reduces speed.
62 #define MBEDTLS_MPI_WINDOW_SIZE 3 /**< Maximum window size used. */
67 * Maximum size of MPIs allowed in bits and bytes for user-MPIs.
87 * of 10 (decimal) for a number of MBEDTLS_MPI_MAX_BITS size.
189 * This is always an unsigned integer type with no padding bits. The size
196 * This is always an signed integer type with no padding bits. The size
444 * \brief Return the total size of an MPI value in bytes.
477 * \param buflen The available size i
[all...]
/third_party/mesa3d/.gitlab-ci/
H A Ddeqp-runner.sh31 mount -t tmpfs -o nosuid,nodev,size=2G,mode=1755 tmpfs ${SHADER_CACHE_DIR}
/third_party/libabigail/tests/
H A Dtest-abidiff-exit.cc196 "data/test-abidiff-exit/test-member-size-v0.o",
197 "data/test-abidiff-exit/test-member-size-v1.o",
203 "data/test-abidiff-exit/test-member-size-report0.txt",
204 "output/test-abidiff-exit/test-member-size-report0.txt"
207 "data/test-abidiff-exit/test-member-size-v0.o",
208 "data/test-abidiff-exit/test-member-size-v1.o",
214 "data/test-abidiff-exit/test-member-size-report1.txt",
215 "output/test-abidiff-exit/test-member-size-report1.txt"
486 for (std::vector<std::string>::size_type i = 0; i < strings.size(); ++i) in do_prefix_strings()
H A Dtest-diff-suppr.cc2215 ABG_ASSERT(completed_tasks.size() == num_tests); in main()
H A Dtest-diff-pkg.cc1281 ABG_ASSERT(completed_tasks.size() == num_tests); in main()
/third_party/libdrm/etnaviv/
H A Detnaviv_drm.h31 * 2) Keep fields aligned to their size
102 __u64 size; /* in */ member
203 __u32 stream_size; /* in, cmdstream size */
234 __u64 user_size; /* in, page aligned user size */
/third_party/libdrm/include/drm/
H A Dmga_drm.h115 * regions, subject to a minimum region size of (1<<16) == 64k.
118 * clients, the region size is the minimum granularity.
271 int size; member
323 * Requested size of the primary DMA region.
341 * Requested size of each secondary DMA buffer.
362 * Desired AGP GART size, measured in megabytes.
H A Dtegra_drm.h23 * @size:
25 * The size, in bytes, of the buffer object to be created.
27 __u64 size; member
/third_party/libcoap/include/coap3/
H A Dcoap_pdu.h370 * @p size maximum message size. The function returns a pointer to the
379 * @param size The maximum allowed number of byte for the message.
383 coap_mid_t mid, size_t size);
434 * @param length The actual size of @p data.
474 * some cases the maximum data size of an opton can be exceeded if not stripped
546 * @param total Returns the total size of the body.
/third_party/libcoap/tests/
H A Dtest_wellknown.c197 addr.size = sizeof(struct sockaddr_in6); in t_wkc_tests_create()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects-arguments.c92 byte_p += ((size_t) bytecode_data_p->size) << JMEM_ALIGNMENT_LOG; in ecma_op_create_arguments_object()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerSHA1.cpp218 ComputeSHA1(U.data(), U.size(), Hash); in Hash()
/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-ws.c45 * Size of websocket header size.
50 * Payload mask size in bytes of a websocket package.
55 * Maximum message size with 1 byte size field.
77 uint8_t size; /**< size of the message */ member
/third_party/json/include/nlohmann/detail/
H A Dexceptions.hpp73 for (std::size_t i = 0; i < current->m_parent->m_value.array->size(); ++i) in diagnostics()
/third_party/mesa3d/src/etnaviv/drm-shim/
H A Detnaviv_noop.c168 drm_shim_bo_init(bo, create->size); in etnaviv_ioctl_gem_new()
/third_party/mesa3d/src/freedreno/decode/scripts/
H A Dtexturator-to-unit-test.lua95 function A6XX_TEX_CONST(pkt, size)
/third_party/mesa3d/src/freedreno/ir2/
H A Dinstr-a2xx.h247 uint8_t size : 4; member
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_delay.c117 return reg->size; in post_ra_reg_elems()
/third_party/mesa3d/src/freedreno/isa/
H A Dencode.c332 ptr = instrs = rzalloc_size(v, info->size); in isa_assemble()
/third_party/mesa3d/src/asahi/compiler/
H A Dcmdline.c178 fwrite(binary.data, 1, binary.size, fp); in compile_shader()

Completed in 33 milliseconds

1...<<1041104210431044104510461047104810491050>>...1249