Home
last modified time | relevance | path

Searched refs:size (Results 26451 - 26475 of 31208) sorted by relevance

1...<<1051105210531054105510561057105810591060>>...1249

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dpthreadndk1.cpp119 size_t size; in PThreadAttrGetGuardSize() local
122 int ret = pthread_attr_getguardsize(&attr, &size); in PThreadAttrGetGuardSize()
124 ret |= size != testSize; in PThreadAttrGetGuardSize()
268 size_t size; in PThreadAttrSetGuardSize_One() local
271 pthread_attr_getguardsize(&attr, &size); in PThreadAttrSetGuardSize_One()
273 ret |= size != testSize; in PThreadAttrSetGuardSize_One()
/third_party/ffmpeg/libavcodec/
H A Dapedec.c52 /** Total size of all predictor histories */
188 int data_size; ///< frame data allocated size
374 * Decode value with given size in bits
1493 if (!avpkt->size) { in ape_decode_frame()
1497 if (avpkt->size < 8) { in ape_decode_frame()
1501 buf_size = avpkt->size & ~3; in ape_decode_frame()
1502 if (buf_size != avpkt->size) { in ape_decode_frame()
1503 av_log(avctx, AV_LOG_WARNING, "packet size is not a multiple of 4. " in ape_decode_frame()
1556 return avpkt->size; in ape_decode_frame()
1657 return !s->samples ? avpkt->size in ape_decode_frame()
[all...]
H A Don2avc.c55 void (*wtf)(struct On2AVCContext *ctx, float *out, float *in, int size);
531 static void wtf_40(On2AVCContext *c, float *out, float *src, int size) in wtf_40() argument
538 if (size == 512) { in wtf_40()
617 static void wtf_44(On2AVCContext *c, float *out, float *src, int size) in wtf_44() argument
624 if (size == 512) { in wtf_44()
846 int buf_size = avpkt->size; in on2avc_decode_frame()
865 av_log(avctx, AV_LOG_ERROR, "Invalid subframe size %d\n", in on2avc_decode_frame()
/third_party/astc-encoder/Source/
H A Dastcenccli_toplevel.cpp221 return (str.size() >= suffix.size()) && in ends_with()
222 (0 == str.compare(str.size() - suffix.size(), suffix.size(), suffix)); in ends_with()
397 if (slices.size() == dim_z) in load_uncomp_file()
510 // For decode the block size is set by the incoming image. in init_astcenc_config()
525 // Read and decode block size in init_astcenc_config()
528 print_error("ERROR: Block size must be specified\n"); in init_astcenc_config()
538 print_error("ERROR: Block size ' in init_astcenc_config()
[all...]
/third_party/backends/backend/
H A Dxerox_mfp.c99 * Decode jpeg from `infilename` into dev->decData of dev->decDataSize size.
364 DBG(3, "total image %d*%d size %d (win %d*%d), %d*%d %d data: %d, out %d bytes\n", in dev_stop()
492 size_t size = strlen(*s++) + 1; in max_string_size() local
493 if (size > max) in max_string_size()
494 max = size; in max_string_size()
533 /* this is reported maximum window size, will be fixed later */ in reset_options()
552 dev->opt[i].size = sizeof(SANE_Word); in init_options()
583 dev->opt[OPT_MODE].size = max_string_size(scan_modes); in init_options()
600 dev->opt[OPT_SOURCE].size = max_string_size(doc_sources); in init_options()
759 /* calc win size i in fix_window()
[all...]
/third_party/EGL/api/EGL/
H A Deglext.h716 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEBINARYEXTPROC) (EGLDeviceEXT device, EGLint name, EGLint max_size, void *value, EGLint *size);
718 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceBinaryEXT (EGLDeviceEXT device, EGLint name, EGLint max_size, void *value, EGLint *size);
1311 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETSTREAMMETADATANVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLint n, EGLint offset, EGLint size, const void *data);
1312 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMMETADATANVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum name, EGLint n, EGLint offset, EGLint size, void *data);
1315 EGLAPI EGLBoolean EGLAPIENTRY eglSetStreamMetadataNV (EGLDisplay dpy, EGLStreamKHR stream, EGLint n, EGLint offset, EGLint size, const void *data);
1316 EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamMetadataNV (EGLDisplay dpy, EGLStreamKHR stream, EGLenum name, EGLint n, EGLint offset, EGLint size, void *data);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java507 for (int i = 0; i < fp.items.size(); ++i) { in hackTimes()
534 for (int i = 0; i < fp.items.size(); ++i) { in hackTimes()
554 for (int i = 0; i < fp.items.size(); ++i) { in getFilteredPattern()
1832 return toString(0, items.size()); in toString()
1908 // for (int i = 0; i < items.size(); ++i) {
1919 // if (start < items.size()) {
1926 // result.add(toString(start, items.size()));
1931 // for (int i = items.size()-1; i >= 0; --i) {
1936 // if (i < items.size() - 1) {
1937 // Object previousItem = items.get(items.size()
[all...]
H A DTimeZoneFormat.java1942 int size = GMTOffsetPatternType.values().length; in initGMTOffsetPatterns()
1943 if (gmtOffsetPatterns.length < size) { in initGMTOffsetPatterns()
1946 Object[][] gmtOffsetPatternItems = new Object[size][]; in initGMTOffsetPatterns()
1955 _gmtOffsetPatterns = new String[size]; in initGMTOffsetPatterns()
1956 System.arraycopy(gmtOffsetPatterns, 0, _gmtOffsetPatterns, 0, size); in initGMTOffsetPatterns()
2109 return items.toArray(new Object[items.size()]); in parseOffsetPattern()
3149 * (the size of array is 10).
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
H A DGlobalizationPreferencesTest.java292 if (resultLocales.size() != RESULTS_LOCALEIDS[i].length) { in TestSetLocales()
293 errln("FAIL: Number of locales mismatch - GP:" + resultLocales.size() in TestSetLocales()
326 if (resultLocales.size() != RESULTS_LOCALEIDS[i].length) { in TestSetLocales()
327 errln("FAIL: Number of locales mismatch - GP:" + resultLocales.size() in TestSetLocales()
356 if (resultLocales.size() != RESULTS_LOCALEIDS[i].length) { in TestSetLocales()
361 errln("FAIL: Number of locales mismatch - GP:" + resultLocales.size() in TestSetLocales()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DGlobalizationPreferencesTest.java295 if (resultLocales.size() != RESULTS_LOCALEIDS[i].length) { in TestSetLocales()
296 errln("FAIL: Number of locales mismatch - GP:" + resultLocales.size() in TestSetLocales()
329 if (resultLocales.size() != RESULTS_LOCALEIDS[i].length) { in TestSetLocales()
330 errln("FAIL: Number of locales mismatch - GP:" + resultLocales.size() in TestSetLocales()
359 if (resultLocales.size() != RESULTS_LOCALEIDS[i].length) { in TestSetLocales()
364 errln("FAIL: Number of locales mismatch - GP:" + resultLocales.size() in TestSetLocales()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateTimePatternGenerator.java487 for (int i = 0; i < fp.items.size(); ++i) { in hackTimes()
514 for (int i = 0; i < fp.items.size(); ++i) { in hackTimes()
534 for (int i = 0; i < fp.items.size(); ++i) { in getFilteredPattern()
1706 return toString(0, items.size()); in toString()
1784 // for (int i = 0; i < items.size(); ++i) {
1795 // if (start < items.size()) {
1802 // result.add(toString(start, items.size()));
1807 // for (int i = items.size()-1; i >= 0; --i) {
1812 // if (i < items.size() - 1) {
1813 // Object previousItem = items.get(items.size()
[all...]
H A DTimeZoneFormat.java1872 int size = GMTOffsetPatternType.values().length; in initGMTOffsetPatterns()
1873 if (gmtOffsetPatterns.length < size) { in initGMTOffsetPatterns()
1876 Object[][] gmtOffsetPatternItems = new Object[size][]; in initGMTOffsetPatterns()
1885 _gmtOffsetPatterns = new String[size]; in initGMTOffsetPatterns()
1886 System.arraycopy(gmtOffsetPatterns, 0, _gmtOffsetPatterns, 0, size); in initGMTOffsetPatterns()
2039 return items.toArray(new Object[items.size()]); in parseOffsetPattern()
3079 * (the size of array is 10).
/third_party/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp865 rootPrimaryIndexes.getBuffer(), rootPrimaryIndexes.size(), nodes.getBuffer(), p); in findOrInsertNodeForPrimary()
870 int32_t index = nodes.size(); in findOrInsertNodeForPrimary()
880 U_ASSERT(0 <= index && index < nodes.size()); in findOrInsertWeakNode()
947 U_ASSERT(0 <= index && index < nodes.size()); in insertTailoredNodeAfter()
976 int32_t newIndex = nodes.size(); in insertNodeBetween()
1401 for(int32_t rpi = 0; rpi < rootPrimaryIndexes.size(); ++rpi) { in makeTailoredCEs()
H A Dtimezone.cpp242 U_DEBUG_TZ_MSG(("gzbn: oldbundle= size %d, type %d, %s\n", ures_getSize(tmp), ures_getType(tmp), u_errorName(status))); in getZoneByName()
244 U_DEBUG_TZ_MSG(("gzbn: loaded ZONES, size %d, type %d, path %s %s\n", ures_getSize(tmp), ures_getType(tmp), ures_getPath(tmp), u_errorName(status))); in getZoneByName()
246 U_DEBUG_TZ_MSG(("gzbn: loaded z#%d, size %d, type %d, path %s, %s\n", idx, ures_getSize(oldbundle), ures_getType(oldbundle), ures_getPath(oldbundle), u_errorName(status))); in getZoneByName()
290 U_DEBUG_TZ_MSG(("Loading zone '%s' (%s, size %d) - %s\n", buf, ures_getKey((UResourceBundle*)&res), ures_getSize(&res), u_errorName(ec))); in openOlsonResource()
299 U_DEBUG_TZ_MSG(("not an alias - size %d\n", ures_getSize(&res))); in openOlsonResource()
631 int32_t size = ures_getSize(res); in initMap() local
632 int32_t *m = (int32_t *)uprv_malloc(size * sizeof(int32_t)); in initMap()
637 for (int32_t i = 0; i < size; i++) { in initMap()
1063 int32_t size; in getEquivalentID() local
1065 const int32_t *v = ures_getIntVector(r.getAlias(), &size, in getEquivalentID()
[all...]
/third_party/mesa3d/include/EGL/
H A Deglext.h715 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEVICEBINARYEXTPROC) (EGLDeviceEXT device, EGLint name, EGLint max_size, void *value, EGLint *size);
717 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDeviceBinaryEXT (EGLDeviceEXT device, EGLint name, EGLint max_size, void *value, EGLint *size);
1285 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETSTREAMMETADATANVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLint n, EGLint offset, EGLint size, const void *data);
1286 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMMETADATANVPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum name, EGLint n, EGLint offset, EGLint size, void *data);
1289 EGLAPI EGLBoolean EGLAPIENTRY eglSetStreamMetadataNV (EGLDisplay dpy, EGLStreamKHR stream, EGLint n, EGLint offset, EGLint size, const void *data);
1290 EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamMetadataNV (EGLDisplay dpy, EGLStreamKHR stream, EGLenum name, EGLint n, EGLint offset, EGLint size, void *data);
/third_party/libbpf/src/
H A Dbpf.c73 unsigned int size) in sys_bpf()
75 return syscall(__NR_bpf, cmd, attr, size); in sys_bpf()
79 unsigned int size) in sys_bpf_fd()
83 fd = sys_bpf(cmd, attr, size); in sys_bpf_fd()
87 int sys_bpf_prog_load(union bpf_attr *attr, unsigned int size, int attempts) in sys_bpf_prog_load() argument
92 fd = sys_bpf_fd(BPF_PROG_LOAD, attr, size); in sys_bpf_prog_load()
72 sys_bpf(enum bpf_cmd cmd, union bpf_attr *attr, unsigned int size) sys_bpf() argument
78 sys_bpf_fd(enum bpf_cmd cmd, union bpf_attr *attr, unsigned int size) sys_bpf_fd() argument
/third_party/lame/dshow/
H A DMpegac.cpp554 ULARGE_INTEGER size; in EndOfStream() local
555 size.QuadPart = m_rtBytePos; in EndOfStream()
556 pStream->SetSize(size); in EndOfStream()
593 ULARGE_INTEGER size; in BeginFlush() local
594 size.QuadPart = m_rtBytePos; in BeginFlush()
595 pStream->SetSize(size); in BeginFlush()
718 // DecideBufferSize - sets output buffers number and size
/third_party/lame/frontend/
H A Dparse.c649 " --pad-id3v2 same as '--pad-id3v2-size 128'\n" in help_id3tag()
650 " --pad-id3v2-size <value> adds version 2 tag, pad with extra <value> bytes\n" in help_id3tag()
1473 size_t size; in set_id3_albumart() local
1477 size = ftell(fpi); in set_id3_albumart()
1479 albumart = (char *)malloc(size); in set_id3_albumart()
1484 if (fread(albumart, 1, size, fpi) != size) { in set_id3_albumart()
1488 ret = id3tag_set_albumart(gfp, albumart, size) ? 4 : 0; in set_id3_albumart()
1891 T_ELIF("pad-id3v2-size") in parse_args_()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c167 /* if we're approach the maximum size, remove fourth of the entries in sanitize_hash()
1249 unsigned idx, const struct pipe_sampler_state *templ, size_t size) in cso_set_sampler()
1251 struct cso_sampler *cso = set_sampler(ctx, shader_stage, idx, templ, size); in cso_set_sampler()
1261 size_t size = ctx->sampler_format ? sizeof(struct pipe_sampler_state) : in cso_single_sampler() local
1263 if (cso_set_sampler(ctx, shader_stage, idx, templ, size)) in cso_single_sampler()
1340 /* ensure sampler size is a constant for memcmp */ in cso_set_samplers()
1341 size_t size = ctx->sampler_format ? sizeof(struct pipe_sampler_state) : in cso_set_samplers() local
1343 last = set_samplers(ctx, shader_stage, nr, templates, size); in cso_set_samplers()
1248 cso_set_sampler(struct cso_context *ctx, enum pipe_shader_type shader_stage, unsigned idx, const struct pipe_sampler_state *templ, size_t size) cso_set_sampler() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_uniforms.c64 unsigned size = 0; in uniform_storage_size() local
66 size += uniform_storage_size(glsl_get_struct_field(type, i)); in uniform_storage_size()
67 return size; in uniform_storage_size()
95 * is returned in type. The size parameter contains the highest
150 * match the new array size. The number of slots per array entry in update_array_sizes()
154 * the old (total) size. in update_array_sizes()
456 dr->size = glsl_get_length(deref_type); in add_var_use_deref()
464 if (dr->size == 0) { in add_var_use_deref()
469 dr->index = dr->size; in add_var_use_deref()
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c148 dests[i] = agx_temp(b->shader, vec.size); in agx_emit_split()
166 /* Ensure we've been scalarized and bit size lowered */ in agx_emit_load_const()
402 default: unreachable("Invalid bit size for load/store"); in agx_format_for_bits()
730 if (s0.size != AGX_SIZE_16) in agx_emit_alu()
738 if (s0.size != AGX_SIZE_32) in agx_emit_alu()
1319 agx_print_stats(agx_context *ctx, unsigned size, FILE *fp) in agx_print_stats() argument
1343 nr_ins, size, max_reg, nr_threads, ctx->loop_count, in agx_print_stats()
1570 /* If we have a fractional location added, we need to increase the size in agx_remap_varyings_fs()
1775 agx_print_stats(ctx, binary->size, stderr); in agx_compile_shader_nir()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_draw.c55 /* The PTB will request the tile alloc initial size per tile at start in start_binning()
119 config.tile_allocation_memory_size = job->tile_alloc->size; in start_binning()
655 /* XXX: Use combined input/output size flag in the common in v3d_emit_gl_shader_state()
742 enum { size = cl_packet_length(GL_SHADER_STATE_ATTRIBUTE_RECORD) }; in v3d_emit_gl_shader_state() enumerator
745 &vtx->attrs[i * size], attr) { in v3d_emit_gl_shader_state()
772 STATIC_ASSERT(sizeof(vtx->attrs) >= V3D_MAX_VS_INPUTS / 4 * size); in v3d_emit_gl_shader_state() local
1158 ib.size = rsc->bo->size; in v3d_draw_vbo()
1261 * needs some clamping to the buffer size. in v3d_draw_vbo()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dgldrv.h207 void (APIENTRY *glPointSize )( GLfloat size );
228 void (APIENTRY *glFeedbackBuffer )( GLsizei size, GLenum type, GLfloat *buffer );
229 void (APIENTRY *glSelectBuffer )( GLsizei size, GLuint *buffer );
345 void (APIENTRY *glColorPointer )(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
357 void (APIENTRY *glTexCoordPointer )(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
358 void (APIENTRY *glVertexPointer )(GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c103 unsigned ZLIB_INTERNAL deflate_read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
120 extern void ZLIB_INTERNAL copy_with_crc(z_streamp strm, Bytef *dst, long size);
343 /* We overlay pending_buf and sym_buf. This works since the average size
689 * a close to exact, as well as small, upper bound on the compressed size.
1216 ZLIB_INTERNAL unsigned deflate_read_buf(strm, buf, size) in deflate_read_buf()
1219 unsigned size;
1223 if (len > size) len = size;
1350 * UNALIGNED_OK if your compiler uses a different size.
1733 /* Smallest worthy block size whe
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsinfo.c1030 le16_to_cpu(ace->size)); in ntfs_dump_acl()
1380 printf("\tData size:\t\t %u (0x%x)\n", in ntfs_dump_attribute_header()
1410 printf("\tData size:\t\t %llu (0x%llx)\n", in ntfs_dump_attribute_header()
1413 printf("\tAllocated size:\t\t %llu (0x%llx)\n", in ntfs_dump_attribute_header()
1417 printf("\tInitialized size:\t %llu (0x%llx)\n", in ntfs_dump_attribute_header()
1423 printf("\tCompressed size:\t %llu (0x%llx)\n", in ntfs_dump_attribute_header()
2019 s64 size; in ntfs_dump_attr_reparse_point() local
2025 (ntfschar*)NULL, 0, &size); in ntfs_dump_attr_reparse_point()
2202 s64 size; in ntfs_dump_attr_logged_utility_stream() local
2207 ntfs_attr_get_name(attr), attr->name_length, &size); in ntfs_dump_attr_logged_utility_stream()
[all...]

Completed in 81 milliseconds

1...<<1051105210531054105510561057105810591060>>...1249