/third_party/icu/icu4c/source/i18n/ |
H A D | double-conversion-utils.h | 318 int size() const { return buffer_.length(); } 413 "source and destination size mismatch");
|
/third_party/icu/icu4c/source/common/ |
H A D | uvector.h | 112 * 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 D | lws-struct.h | 204 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 D | init.h | 115 c->rbs_area[0].size = bspstore - rbs_base; in common_init()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | etnaviv_drm.h | 31 * 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 D | bignum.h | 48 * 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 D | deqp-runner.sh | 31 mount -t tmpfs -o nosuid,nodev,size=2G,mode=1755 tmpfs ${SHADER_CACHE_DIR}
|
/third_party/libabigail/tests/ |
H A D | test-abidiff-exit.cc | 196 "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 D | test-diff-suppr.cc | 2215 ABG_ASSERT(completed_tasks.size() == num_tests); in main()
|
H A D | test-diff-pkg.cc | 1281 ABG_ASSERT(completed_tasks.size() == num_tests); in main()
|
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_drm.h | 31 * 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 D | mga_drm.h | 115 * 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 D | tegra_drm.h | 23 * @size: 25 * The size, in bytes, of the buffer object to be created. 27 __u64 size; member
|
/third_party/libcoap/include/coap3/ |
H A D | coap_pdu.h | 370 * @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 D | test_wellknown.c | 197 addr.size = sizeof(struct sockaddr_in6); in t_wkc_tests_create()
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-objects-arguments.c | 92 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 D | FuzzerSHA1.cpp | 218 ComputeSHA1(U.data(), U.size(), Hash); in Hash()
|
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-ws.c | 45 * 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 D | exceptions.hpp | 73 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 D | etnaviv_noop.c | 168 drm_shim_bo_init(bo, create->size); in etnaviv_ioctl_gem_new()
|
/third_party/mesa3d/src/freedreno/decode/scripts/ |
H A D | texturator-to-unit-test.lua | 95 function A6XX_TEX_CONST(pkt, size)
|
/third_party/mesa3d/src/freedreno/ir2/ |
H A D | instr-a2xx.h | 247 uint8_t size : 4; member
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_delay.c | 117 return reg->size; in post_ra_reg_elems()
|
/third_party/mesa3d/src/freedreno/isa/ |
H A D | encode.c | 332 ptr = instrs = rzalloc_size(v, info->size); in isa_assemble()
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | cmdline.c | 178 fwrite(binary.data, 1, binary.size, fp); in compile_shader()
|