Home
last modified time | relevance | path

Searched refs:size (Results 10926 - 10950 of 31284) sorted by relevance

1...<<431432433434435436437438439440>>...1252

/third_party/jerryscript/tests/unit-core/
H A Dtest-to-length.cpp53 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument
56 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn()
H A Dtest-abort.cpp56 static void* context_alloc_fn(size_t size, void* cb_data) in context_alloc_fn() argument
59 size_t newSize = size > JERRY_SCRIPT_MEM_SIZE ? JERRY_SCRIPT_MEM_SIZE : size; in context_alloc_fn()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerDictionary.h46 uint8_t size() const { return Size; } in size() function in fuzzer::FixedWord
73 PrintASCII(W.data(), W.size()); in Print()
107 size_t size() const { return Size; }
/third_party/json/include/nlohmann/detail/
H A Dhash.hpp59 auto seed = combine(type, j.size()); in hash()
71 auto seed = combine(type, j.size()); in hash()
111 auto seed = combine(type, j.get_binary().size()); in hash()
/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzInWindow.cs45 int size = (int)((0 - _bufferOffset) + _blockSize - _streamPos); in ReadBlock()
46 if (size == 0) in ReadBlock()
48 int numReadBytes = _stream.Read(_bufferBase, (int)(_bufferOffset + _streamPos), size); in ReadBlock()
/third_party/mesa3d/src/amd/compiler/
H A Daco_reindex_ssa.cpp43 uint32_t new_id = ctx.temp_rc.size(); in reindex_defs()
116 program->allocationID = program->temp_rc.size(); in reindex_ssa()
126 program->allocationID = program->temp_rc.size(); in reindex_ssa()
/third_party/mesa3d/src/broadcom/drm-shim/
H A Dv3d_noop.c65 drm_shim_bo_init(&bo->base, create->size); in v3d_ioctl_create_bo()
67 assert(UINT_MAX - v3d.next_offset > create->size); in v3d_ioctl_create_bo()
69 v3d.next_offset += create->size; in v3d_ioctl_create_bo()
/third_party/mesa3d/src/amd/drm-shim/
H A Dradeon_noop_drm_shim.c96 size_t size = ALIGN(create->size, 4096); in radeon_ioctl_gem_create() local
98 drm_shim_bo_init(bo, size); in radeon_ioctl_gem_create()
/third_party/mesa3d/src/compiler/clc/
H A Dclc.h83 size_t size; member
189 void clc_libclc_serialize(struct clc_libclc *lib, void **serialized, size_t *size);
191 struct clc_libclc *clc_libclc_deserialize(const void *serialized, size_t size);
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-proxy/
H A Dmain.c160 size_t size; in app_system_state_nf() local
169 size = lws_system_blob_get_size(ab); in app_system_state_nf()
170 if (size) in app_system_state_nf()
/third_party/ltp/include/old/
H A Dtest.h126 const void *buf, size_t size, const char *arg_fmt, ...)
128 #define tst_resm_hexd(ttype, buf, size, arg_fmt, ...) \
129 tst_resm_hexd_(__FILE__, __LINE__, (ttype), (buf), (size), \
/third_party/ltp/testcases/commands/mkswap/
H A Dmkswap01.sh21 # Here get the size of the device and align it down to be the
22 # multiple of $PAGE_SIZE and use that as the size for testing.
61 tst_res TINFO "Page size specified by 'mkswap -p' \
62 is not equal to system's page size."
68 tst_res TINFO "Device size specified by 'mkswap' \
69 greater than real size."
86 # the device size minus a page size, however for some kernels, the
88 # to the value minus an extra page size, e.g. on RHEL5.11GA.
107 local size
[all...]
/third_party/ltp/testcases/kernel/fs/doio/
H A Dopen_flags.c242 int size; in openflags2symbols() local
248 size = sizeof(Open_flags) / sizeof(struct open_flag_t); in openflags2symbols()
263 for (ind = 1; ind < size; ind++) { in openflags2symbols()
/third_party/ltp/include/
H A Dsafe_net_fn.h51 int sockfd, void *buf, size_t size, int flags);
74 char *name, size_t size);
77 const char *name, size_t size);
H A Dtst_safe_sysv_ipc.h35 int safe_shmget(const char *file, const int lineno, key_t key, size_t size,
37 #define SAFE_SHMGET(key, size, shmflg) \
38 safe_shmget(__FILE__, __LINE__, (key), (size), (shmflg))
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dqueue.cpp66 for(std::vector<cl_queue_properties>::size_type i = 0; i != properties.size(); i += 2) { in command_queue()
126 pipe->svm_migrate(pipe, svm_pointers.size(), svm_pointers.data(), in svm_migrate()
156 if (queued_events.size() > 1000) in sequence()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_draw_arrays.c99 size_t size = ~0; in softpipe_draw_vbo() local
105 size = sp->vertex_buffer[i].buffer.resource->width0; in softpipe_draw_vbo()
107 draw_set_mapped_vertex_buffer(draw, i, buf, size); in softpipe_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_cs.c51 key->cs.grid_size[0] = svga->curr.grid_info.size[0]; in make_cs_key()
52 key->cs.grid_size[1] = svga->curr.grid_info.size[1]; in make_cs_key()
53 key->cs.grid_size[2] = svga->curr.grid_info.size[2]; in make_cs_key()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_pipeline_cache.c38 size_t size) in pvr_pipeline_cache_load()
45 blob_reader_init(&blob, data, size); in pvr_pipeline_cache_load()
138 *pDataSize = blob.size; in pvr_GetPipelineCacheData()
36 pvr_pipeline_cache_load(struct pvr_pipeline_cache *cache, const void *data, size_t size) pvr_pipeline_cache_load() argument
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dfactor.hpp67 if (d >= factors.size()) { in next_grid_factor()
71 } else if (i >= factors[d].size()) { in next_grid_factor()
117 auto best = std::make_pair(T(1), std::vector<T>(grid.size(), T(1))); in find_grid_optimal_factor()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dresource9.c69 * the available texture memory size. in NineResource9_ctor()
80 This->size = util_resource_size(&This->info); in NineResource9_ctor()
82 p_atomic_add(&This->base.device->available_texture_mem, -This->size); in NineResource9_ctor()
122 /* NOTE: size is 0, unless something has actually been allocated */ in NineResource9_dtor()
124 p_atomic_add(&This->base.device->available_texture_mem, This->size); in NineResource9_dtor()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_mpeg12.c47 assert(buf->size >= sizeof(VAPictureParameterBufferMPEG2) && buf->num_elements == 1); in vlVaHandlePictureParameterBufferMPEG12()
85 assert(buf->size >= sizeof(VAIQMatrixBufferMPEG2) && buf->num_elements == 1); in vlVaHandleIQMatrixBufferMPEG12()
110 assert(buf->size >= sizeof(VASliceParameterBufferMPEG2)); in vlVaHandleSliceParameterBufferMPEG12()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dcontext.cpp115 size_t size, void *r_buf, size_t *r_size) try { in clGetContextInfo()
116 property_buffer buf { r_buf, size, r_size }; in clGetContextInfo()
125 buf.as_scalar<cl_uint>() = ctx.devices().size(); in clGetContextInfo()
114 clGetContextInfo(cl_context d_ctx, cl_context_info param, size_t size, void *r_buf, size_t *r_size) clGetContextInfo() argument
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dtrap.c92 if (exports.size < 2) { in main()
132 if (trace.size > 0) { in main()
133 for (size_t i = 0; i < trace.size; ++i) { in main()
/third_party/node/test/parallel/
H A Dtest-stream-readable-reading-readingMore.js8 read(size) {}
68 read(size) {}
118 read(size) {}

Completed in 17 milliseconds

1...<<431432433434435436437438439440>>...1252