/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | CollationKey.java | 108 * Upper bound that will match strings of exact size 177 m_length_ = key.size - 1; in CollationKey() 343 int size = m_key_.length >> 1; in hashCode() 344 StringBuilder key = new StringBuilder(size); in hashCode()
|
/third_party/libuv/test/ |
H A D | benchmark-ping-pongs.c | 56 static void buf_alloc(uv_handle_t* tcp, size_t size, uv_buf_t* buf) { in buf_alloc() argument 63 ab = malloc(size + sizeof(*ab)); in buf_alloc() 64 ab->uv_buf_t.len = size; in buf_alloc()
|
/third_party/mbedtls/programs/util/ |
H A D | pem2der.c | 120 long size; in load_file() local 127 if ((size = ftell(f)) == -1) { in load_file() 133 *n = (size_t) size; in load_file()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zFolderInStream.cpp | 104 UInt32 index, UInt64 size, const UInt32 *crc)
110 NWindows::NCOM::PropVarEm_Set_UInt64(&prop, size);
140 Z7_COM7F_IMF(CFolderInStream::Read(void *data, UInt32 size, UInt32 *processedSize))
in Read() argument 144 while (size != 0)
in Read() 156 if (cur > size)
in Read() 157 cur = size;
in Read() 160 size -= cur;
in Read() 169 UInt32 cur = size;
in Read() 232 const UInt64 size = _crcStream_Spec->GetSize();
233 _pos = size;
[all...] |
/third_party/jerryscript/tests/unit-core/ |
H A D | test-newtarget.cpp | 130 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument 133 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn()
|
H A D | test-api-promise.cpp | 203 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument 206 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn()
|
H A D | test-api-binary-operations-instanceof.cpp | 63 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument 66 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn()
|
/third_party/json/tests/src/ |
H A D | unit-alt-string.cpp | 73 std::size_t size() const noexcept 75 return str_impl.size(); 152 return {s.data(), s.size()}; in substr()
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | map-iterators.js | 70 var elementCount = m.size; 106 var elementCount = m.size; 126 assert(m.size === 0);
|
/third_party/mesa3d/src/broadcom/cle/ |
H A D | v3d_packet_helpers.h | 178 int size = end - start + 1; in __gen_unpack_sint() local 182 return (val << (64 - size)) >> (64 - size); in __gen_unpack_sint()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/ |
H A D | minimal-secure-streams.c | 128 size_t size; in app_system_state_nf() local 138 size = lws_system_blob_get_size(ab); in app_system_state_nf() 139 if (size) in app_system_state_nf()
|
/third_party/ltp/include/ |
H A D | tst_test.h | 63 const void *buf, size_t size, const char *arg_fmt, ...) 66 #define tst_res_hexd(ttype, buf, size, arg_fmt, ...) \ 67 tst_resm_hexd_(__FILE__, __LINE__, (ttype), (buf), (size), \ 210 /* Minimum size(MB) of MemAvailable required by the test */ 213 /* Minimum size(MB) of SwapFree required by the test */ 257 /* Minimal device size in megabytes */
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_cs.c | 216 svga->curr.grid_info.size[0] = info->grid[0]; in svga_launch_grid() 217 svga->curr.grid_info.size[1] = info->grid[1]; in svga_launch_grid() 218 svga->curr.grid_info.size[2] = info->grid[2]; in svga_launch_grid()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_device.c | 273 size_t size; in DrvSetCallbackProcs() local 278 size = MIN2(nProcs * sizeof *pProcs, sizeof stw_dev->callbacks); in DrvSetCallbackProcs() 279 memcpy(&stw_dev->callbacks, pProcs, size); in DrvSetCallbackProcs()
|
/third_party/mesa3d/src/gallium/winsys/sw/hgl/ |
H A D | hgl_sw_winsys.cpp | 64 unsigned size; member 129 haikuDisplayTarget->size = haikuDisplayTarget->stride * blockSize; in hgl_winsys_displaytarget_create() 139 = align_malloc(haikuDisplayTarget->size, alignment); in hgl_winsys_displaytarget_create()
|
/third_party/mesa3d/src/gallium/winsys/sw/gdi/ |
H A D | gdi_sw_winsys.c | 56 unsigned size; member 146 gdt->size = gdt->stride * height; in gdi_sw_displaytarget_create() 148 gdt->data = align_malloc(gdt->size, alignment); in gdi_sw_displaytarget_create()
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx_pixmap.c | 104 if (munmap(p->buffer, p->size)) in pixmap_destroy() 141 &p->size, p->path, PATH_MAX)) { in apple_glx_pixmap_create() 156 p->buffer = mmap(NULL, p->size, PROT_READ | PROT_WRITE, in apple_glx_pixmap_create()
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | trap.cc | 78 if (exports.size() < 2 || in run() 107 if (trace.size() > 0) { in run() 108 for (size_t i = 0; i < trace.size(); ++i) { in run()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | inode.h | 140 * For directories, they hold the index size, provided the 143 s64 data_size; /* Data size of unnamed DATA attribute 145 s64 allocated_size; /* Allocated size stored in the filename 146 index. (NOTE: Equal to allocated size of 148 encrypted files and to compressed size 212 extern int ntfs_inode_free_space(ntfs_inode *ni, int size); 216 extern int ntfs_inode_get_times(ntfs_inode *ni, char *value, size_t size); 219 size_t size, int flags);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | usr_lib_ops.h | 52 int (*pthread_attr_setstack)(pthread_attr_t *a, void *addr, size_t size); 53 int (*pthread_attr_getstack)(const pthread_attr_t *restrict a, void **restrict addr, size_t *restrict size); 110 void *(*malloc)(size_t size);
|
/third_party/mesa3d/src/intel/isl/ |
H A D | gen_format_layout.py | 84 .${mask} = { ISL_${channel.type}, ${channel.start}, ${channel.size} }, 150 _splitter = re.compile(r'\s*(?P<type>[a-z]+)(?P<size>[0-9]+)') 156 self.size = None 161 self.size = int(grouped.group('size')) 191 bit = bit + chan.size
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_draw_arrays.c | 85 size_t size = ~0; in llvmpipe_draw_vbo() local 91 size = lp->vertex_buffer[i].buffer.resource->width0; in llvmpipe_draw_vbo() 93 draw_set_mapped_vertex_buffer(draw, i, buf, size); in llvmpipe_draw_vbo()
|
/third_party/icu/icu4c/source/test/perf/charperf/ |
H A D | charperf.cpp | 69 int size = - _remainingArgc; in CharPerformanceTest() local 70 argv += argc - size; in CharPerformanceTest() 71 argc = size; in CharPerformanceTest()
|
/third_party/libdrm/tegra/ |
H A D | job.c | 45 size_t size; in drm_tegra_job_add_command() local 47 size = (job->num_commands + 1) * sizeof(*commands); in drm_tegra_job_add_command() 49 commands = realloc(job->commands, size); in drm_tegra_job_add_command()
|
/third_party/ltp/testcases/kernel/syscalls/preadv2/ |
H A D | preadv203.c | 72 off_t off, size_t size) in verify_short_read() 84 "Wrong value read pos %zu size %zu %c (%i) %c (%i)!", in verify_short_read() 85 checked, size, exp_val, exp_val, in verify_short_read() 90 if (++checked >= size) in verify_short_read() 71 verify_short_read(struct iovec *iov, size_t iov_cnt, off_t off, size_t size) verify_short_read() argument
|