Searched refs:sz (Results 276 - 300 of 743) sorted by relevance

<<11121314151617181920>>

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DInsnFormat.java183 int sz = list.size();
184 StringBuffer sb = new StringBuffer(sz * 5 + 2);
188 for (int i = 0; i < sz; i++) {
439 int sz = list.size();
441 if (sz < 2) {
448 for (int i = 0; i < sz; i++) {
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol-minimal.c24 #define NOTE_ALIGN(sz) (((sz) + 3) & ~3)
59 size_t sz = min(size, descsz); local
60 memcpy(bf, ptr, sz);
61 memset(bf + sz, 0, size - sz);
/external/valgrind/main/drd/
H A Ddrd_semaphore.c67 Word sz; local
70 sz = VG_(sizeXA)(p->last_sem_post_seg);
73 p->a1, sz - 1, sz);
76 if (sz > 0)
78 sg = *(Segment**)VG_(indexXA)(p->last_sem_post_seg, sz - 1);
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_encoder.c278 pkt->data.raw.sz + priv->enc.cx_data_pad_before +
279 priv->enc.cx_data_pad_after <= priv->enc.cx_data_dst_buf.sz) {
283 pkt->data.raw.sz);
286 modified_pkt->data.raw.sz += priv->enc.cx_data_pad_before +
292 priv->enc.cx_data_dst_buf.buf = dst_buf + pkt->data.raw.sz;
293 priv->enc.cx_data_dst_buf.sz -= pkt->data.raw.sz;
314 ctx->priv->enc.cx_data_dst_buf.sz = 0;
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_draw.c70 for (j = 0; j < sz; j++) { \
79 for (j = 0; j < sz; j++) { \
115 GLuint count, GLuint sz)
122 for (j = 0; j < sz; j++) {
180 const GLuint sz = input->Size; local
181 GLubyte *buf = get_space(ctx, count * sz * sizeof(GLfloat));
213 convert_half_to_float(input, ptr, fptr, count, sz);
224 stride = sz * sizeof(GLfloat);
113 convert_half_to_float(const struct gl_client_array *input, const GLubyte *ptr, GLfloat *fptr, GLuint count, GLuint sz) argument
/external/chromium_org/third_party/skia/third_party/ktx/
H A Dktx.h119 PixelData(const uint8_t *ptr, size_t sz) : fDataSz(sz), fDataPtr(ptr) { } argument
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_malloc.c894 int sz, N, rc; local
901 if( Tcl_GetIntFromObj(interp, objv[1], &sz) ) return TCL_ERROR;
904 if( sz<0 ){
908 buf = malloc( sz*N + 1 );
909 rc = sqlite3_config(SQLITE_CONFIG_SCRATCH, buf, sz, N);
934 int sz, N, rc; local
941 if( Tcl_GetIntFromObj(interp, objv[1], &sz) ) return TCL_ERROR;
944 if( sz<0 ){
948 buf = malloc( sz*N );
949 rc = sqlite3_config(SQLITE_CONFIG_PAGECACHE, buf, sz,
1037 int sz, cnt; local
1072 int sz, cnt; local
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRopMethod.java155 int sz = blocks.size();
161 for (int i = 0; i < sz; i++) {
/external/e2fsprogs/lib/blkid/
H A Ddevname.c162 size_t sz; local
170 if (fgets(name, sizeof(name), f) && (sz = strlen(name)) > 1) {
171 name[sz - 1] = '\0';
368 int ma, mi, sz, num = 0; local
377 &ma, &mi, &sz, device) != 4)
402 unsigned long long sz; local
433 &ma, &mi, &sz, ptname) != 4)
459 if (sz > 1)
/external/kernel-headers/original/uapi/linux/
H A Dnetlink.h142 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
/external/libvpx/libvpx/vpx/src/
H A Dvpx_encoder.c282 pkt->data.raw.sz + priv->enc.cx_data_pad_before +
283 priv->enc.cx_data_pad_after <= priv->enc.cx_data_dst_buf.sz) {
287 pkt->data.raw.sz);
290 modified_pkt->data.raw.sz += priv->enc.cx_data_pad_before +
296 priv->enc.cx_data_dst_buf.buf = dst_buf + pkt->data.raw.sz;
297 priv->enc.cx_data_dst_buf.sz -= pkt->data.raw.sz;
318 ctx->priv->enc.cx_data_dst_buf.sz = 0;
/external/mesa3d/src/mesa/tnl/
H A Dt_draw.c70 for (j = 0; j < sz; j++) { \
79 for (j = 0; j < sz; j++) { \
115 GLuint count, GLuint sz)
122 for (j = 0; j < sz; j++) {
180 const GLuint sz = input->Size; local
181 GLubyte *buf = get_space(ctx, count * sz * sizeof(GLfloat));
213 convert_half_to_float(input, ptr, fptr, count, sz);
224 stride = sz * sizeof(GLfloat);
113 convert_half_to_float(const struct gl_client_array *input, const GLubyte *ptr, GLfloat *fptr, GLuint count, GLuint sz) argument
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_CheckBox.cpp127 for (FX_INT32 i=0,sz=pField->CountControls(); i<sz; i++)
H A DFFL_RadioButton.cpp120 for (FX_INT32 i=0,sz=pField->CountControls(); i<sz; i++)
/external/qemu/android/utils/
H A Dpath.c589 int sz; local
601 sz = lseek(fd, 0, SEEK_END);
602 if(sz < 0) break;
605 *pSize = (size_t) sz;
610 data = (char*) malloc(sz + 1);
613 if (read(fd, data, sz) != sz)
617 data[sz] = 0;
/external/skia/third_party/ktx/
H A Dktx.h118 PixelData(const uint8_t *ptr, size_t sz) : fDataSz(sz), fDataPtr(ptr) { } argument
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_save_api.c111 GLuint sz = save->vertex_size; local
112 const GLfloat *src = src_buffer + prim->start * sz;
125 memcpy(dst + i * sz, src + (nr - ovf + i) * sz,
126 sz * sizeof(GLfloat));
131 memcpy(dst + i * sz, src + (nr - ovf + i) * sz,
132 sz * sizeof(GLfloat));
137 memcpy(dst + i * sz, src + (nr - ovf + i) * sz,
631 GLint sz = save->attrsz[j]; local
647 save_fixup_vertex(struct gl_context *ctx, GLuint attr, GLuint sz) argument
[all...]
/external/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c111 GLuint sz = save->vertex_size; local
112 const GLfloat *src = src_buffer + prim->start * sz;
125 memcpy(dst + i * sz, src + (nr - ovf + i) * sz,
126 sz * sizeof(GLfloat));
131 memcpy(dst + i * sz, src + (nr - ovf + i) * sz,
132 sz * sizeof(GLfloat));
137 memcpy(dst + i * sz, src + (nr - ovf + i) * sz,
631 GLint sz = save->attrsz[j]; local
647 save_fixup_vertex(struct gl_context *ctx, GLuint attr, GLuint sz) argument
[all...]
/external/openssl/crypto/bio/
H A Dbss_dgram.c268 union { size_t s; int i; } sz = {0}; local
279 sz.i = sizeof(timeout);
281 (void*)&timeout, &sz.i) < 0)
289 sz.i = sizeof(data->socket_timeout);
291 &(data->socket_timeout), (void *)&sz) < 0)
293 else if (sizeof(sz.s)!=sizeof(sz.i) && sz.i==0)
294 OPENSSL_assert(sz.s<=sizeof(data->socket_timeout));
744 union { size_t s; int i; } sz local
793 union { size_t s; int i; } sz = {0}; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMMatrixReadOnly.h51 DOMMatrix* scaleNonUniform(double sx, double sy = 1, double sz = 1,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_fast_quantize_b_armv6.asm49 ssub16 r9, r9, lr ; x = (z ^ sz) - sz
63 ssub16 r12, r12, r11 ; x = (z ^ sz) - sz
72 ssub16 r0, r0, lr ; x = (y ^ sz) - sz
82 ssub16 r10, r10, r11 ; x = (y ^ sz) - sz
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_decoder.h86 * to their bitstream by setting the sz member appropriately.
89 unsigned int sz; /**< Size of this structure */ member in struct:vpx_codec_stream_info
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c249 GLuint sz = ALIGN(ALIGN(w,8) * h, 64)/8; local
253 assert(sz <= sizeof(stipple));
254 memset(stipple, 0, sz);
257 * sz above:
275 sz,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c249 GLuint sz = ALIGN(ALIGN(w,8) * h, 64)/8; local
253 assert(sz <= sizeof(stipple));
254 memset(stipple, 0, sz);
257 * sz above:
275 sz,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c249 GLuint sz = ALIGN(ALIGN(w,8) * h, 64)/8; local
253 assert(sz <= sizeof(stipple));
254 memset(stipple, 0, sz);
257 * sz above:
275 sz,

Completed in 723 milliseconds

<<11121314151617181920>>