/third_party/json/tests/thirdparty/fifo_map/ |
H A D | fifo_map.hpp | 271 size_type size() const noexcept 273 return m_map.size();
|
/third_party/lame/libmp3lame/ |
H A D | util.h | 133 void calloc_aligned(aligned_pointer_t * ptr, unsigned int size, unsigned int bytes); 141 int buf_size; /* size of buffer (in number of bytes) */ 156 int size; /* size of our bag */ member 277 #define MAX_HEADER_LEN 40 /* max size of header is 38 */
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_array_to_ssa.c | 114 dst->size = arr->length; in read_value_beginning() 129 src_reg->size = arr->length; in read_value_beginning()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 37 * 3. enum bitfields need to be at least one bit extra in size so the most 113 unsigned point_size_per_vertex:1; /**< size computed in vertex shader */ 216 float point_size; /**< used when no per-vertex size */ 504 unsigned size; /**< size of the readable sub-range in bytes */ member 529 unsigned size; /**< size of the accessible sub-range in bytes */ member 672 * space in the buffer, not the size of the attached buffer. 674 * 'buffer->width0 - buffer_offset', so buffer_size refers to the size 1008 unsigned req_local_mem; /**< Required size o [all...] |
/third_party/mesa3d/src/gallium/frontends/clover/util/ |
H A D | functional.hpp | 254 operator()(T &x) const -> decltype(x.size()) { in decltype() 255 return x.size(); in decltype()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | subpicture.c | 278 for (j = 0; j < surf->subpics.size/sizeof(vlVaSubpicture *); j++) { in vlVaDeassociateSubpicture() 283 while (surf->subpics.size && util_dynarray_top(&surf->subpics, vlVaSubpicture *) == NULL) in vlVaDeassociateSubpicture()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr.h | 209 size_t size() const { return m_instructions.size();} in size() function in r600::Block
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_image_view.c | 80 desc.buffer.numElements = image->u.buf.size / bytes_per_block; in svga_create_uav_image() 192 SVGA_DBG(DEBUG_UAV, " buffer res=0x%x format=%d offset=%d size=%d\n", in svga_set_shader_images() 194 img->u.buf.offset, img->u.buf.size); in svga_set_shader_images()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-decoder.h | 230 void DecodeFunctionBody(uint32_t index, uint32_t size, uint32_t offset, 235 void set_code_section(uint32_t offset, uint32_t size);
|
H A D | function-compiler.cc | 180 if (sig->returns().size() > 1) { in UseGenericWrapper() 183 if (sig->returns().size() == 1) { in UseGenericWrapper()
|
H A D | init-expr-interface.cc | 125 for (size_t i = 0; i < field_values.size(); i++) { in StructNewWithRtt() 166 for (uint32_t i = 0; i < field_values.size(); i++) { in StructNewDefault()
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | global.cc | 11 if (exports.size() <= i || !exports[i]->global()) { 19 if (exports.size() <= i || !exports[i]->func()) {
|
H A D | global.c | 11 if (exports->size <= i || !wasm_extern_as_global(exports->data[i])) { in get_export_global() 19 if (exports->size <= i || !wasm_extern_as_func(exports->data[i])) { in get_export_func()
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip.cc | 56 files->reserve(files->size() + paths.size());
|
/third_party/node/test/parallel/ |
H A D | test-buffer-fill.js | 229 function genBuffer(size, args) { 230 const b = Buffer.allocUnsafe(size);
|
H A D | test-console.js | 209 const timesMapSize = console._times.size; 216 assert.strictEqual(console._times.size, timesMapSize);
|
/third_party/node/deps/zlib/google/ |
H A D | zip.cc | 56 files->reserve(files->size() + paths.size());
|
/third_party/node/src/ |
H A D | node_realm.cc | 135 if (values.size() > i && id == values[i].id) { \ in DeserializeProperties() 175 // There are only two ways to have a stack size > 1: 1) the user manually in ExecuteBootstrapper() 265 for (size_t i = 0; i < binding_data_store_.size(); ++i) { in RunCleanup()
|
H A D | node_sockaddr-inl.h | 222 tracker->TrackFieldWithSize("list", size() * sizeof(Pair)); in MemoryInfo() 227 // exist, create it. If an item is created, check the size of the 248 // over the size limit... in Upsert() 249 if (map_.size() > max_size_) { in Upsert()
|
/third_party/nghttp2/src/ |
H A D | shrpx_downstream.h | 83 size_t num_fields() const { return headers_.size() + trailers_.size(); } in num_fields() 98 // name pointed by name.c_str() of length name.size() is made, and 118 // name pointed by name.c_str() of length name.size() is made, and
|
H A D | h2load_http2_session.cc | 255 if (client_->reqidx == config->nva.size()) { in submit_request() 262 nghttp2_submit_request(session_, nullptr, nva.data(), nva.size(), in submit_request()
|
H A D | nghttpd.cc | 125 -c, --header-table-size=<SIZE> in print_help() 126 Specify decoder header table size. in print_help() 127 --encoder-header-table-size=<SIZE> in print_help() 128 Specify encoder header table size. The decoder (client) in print_help() 129 specifies the maximum dynamic table size it accepts. in print_help() 130 Then the negotiated dynamic table size is the minimum of in print_help() 153 Sets the stream level initial window size to 2**<N>-1. in print_help() 155 Sets the connection level initial window size to in print_help() 215 {"header-table-size", required_argument, nullptr, 'c'}, in main() 233 {"encoder-header-table-size", required_argumen in main() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | brkeng.cpp | 149 int32_t i = fEngines->size(); in getEngineFor() 353 int32_t beforeSize = foundBreaks.size(); in findBreaks()
|
H A D | ucmndata.cpp | 55 return info->size; in udata_getInfoSize() 58 uint16_t x=info->size; in udata_getInfoSize()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | compute.c | 96 * program for the compute shader stage has a variable work group size." in validate_DispatchCompute() 101 "glDispatchCompute(variable work group size forbidden)"); in validate_DispatchCompute() 119 * shader stage has a fixed work group size." in validate_DispatchComputeGroupSizeARB() 124 "glDispatchComputeGroupSizeARB(fixed work group size " in validate_DispatchComputeGroupSizeARB() 146 * or equal to zero or greater than the maximum local work group size in validate_DispatchComputeGroupSizeARB() 147 * for compute shaders with variable group size in validate_DispatchComputeGroupSizeARB() 167 * for compute shaders with variable group size in validate_DispatchComputeGroupSizeARB() 224 GLsizei size = 3 * sizeof(GLuint); in valid_dispatch_indirect() local 225 const uint64_t end = (uint64_t) indirect + size; in valid_dispatch_indirect() 275 * compute shader stage has a variable work group size in valid_dispatch_indirect() [all...] |