Searched refs:sz (Results 26 - 50 of 106) sorted by relevance

12345

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
125 sz = sizeof(struct ctrl_msgbuf) + 256;
126 p_cmsgbuf = (struct ctrl_msgbuf *) malloc(sz);
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
125 sz = sizeof(struct ctrl_msgbuf) + 256;
126 p_cmsgbuf = (struct ctrl_msgbuf *) malloc(sz);
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
125 sz = sizeof(struct ctrl_msgbuf) + 256;
126 p_cmsgbuf = (struct ctrl_msgbuf *) malloc(sz);
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
125 sz = sizeof(struct ctrl_msgbuf) + 256;
126 p_cmsgbuf = (struct ctrl_msgbuf *) malloc(sz);
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
125 sz = sizeof(struct ctrl_msgbuf) + 256;
126 p_cmsgbuf = (struct ctrl_msgbuf *) malloc(sz);
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.cpp119 int length, sz; local
125 sz = sizeof(struct ctrl_msgbuf) + 256;
126 p_cmsgbuf = (struct ctrl_msgbuf *) malloc(sz);
135 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
/hardware/qcom/gps/msm8998/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn.cpp118 int length, sz; local
124 sz = sizeof(struct ctrl_msgbuf) + 256;
125 p_cmsgbuf = (struct ctrl_msgbuf *) malloc(sz);
134 length = loc_eng_dmn_conn_glue_msgrcv(loc_api_server_msgqid, p_cmsgbuf, sz);
/hardware/broadcom/libbt/src/
H A Dupio.c150 int fd, sz, id; local
166 sz = read(fd, &buf, sizeof(buf));
169 if (sz >= 9 && memcmp(buf, "bluetooth", 9) == 0)
288 int sz; local
335 sz = write(fd, &buffer, 1);
337 if (sz < 0) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dobj_int_extract.c71 int parse_macho(uint8_t *base_buf, size_t sz, output_fmt_t mode) { argument
217 #define COPY_STRUCT(dst, buf, ofst, sz) do {\
218 if(ofst + sizeof((*(dst))) > sz) goto bail;\
233 size_t sz; /* Buffer size */ member in struct:__anon975
244 COPY_STRUCT(&elf->e_ident, elf->buf, 0, elf->sz);
260 COPY_STRUCT(&elf->hdr32, elf->buf, 0, elf->sz);
277 COPY_STRUCT(&elf->hdr64, elf->buf, 0, elf->sz);
306 elf->sz);
322 elf->sz);
366 COPY_STRUCT(sym32, elf->buf, ofst, elf->sz);
387 parse_elf(uint8_t *buf, size_t sz, output_fmt_t mode) argument
632 parse_coff(uint8_t *buf, size_t sz) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Drate_hist.c30 int *sz; member in struct:rate_hist
55 hist->sz = calloc(hist->samples, sizeof(*hist->sz));
68 free(hist->sz);
86 hist->sz[idx] = (int)pkt->data.frame.sz;
100 sum_sz += hist->sz[i_idx];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dtwopass_encoder.c86 const size_t pkt_size = pkt->data.twopass_stats.sz;
87 stats->buf = realloc(stats->buf, stats->sz + pkt_size);
88 memcpy((uint8_t *)stats->buf + stats->sz, pkt_buf, pkt_size);
89 stats->sz += pkt_size;
113 pkt->data.frame.sz,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
H A Dvpx_codec_internal.h373 unsigned int sz; member in struct:vpx_codec_priv
500 size_t sz = sizeof(info->detail); local
504 vsnprintf(info->detail, sz - 1, fmt, ap);
506 info->detail[sz - 1] = '\0';
518 unsigned long sz; member in struct:__anon1191
524 // Allocates mmap.priv and sets mmap.base based on mmap.sz/align/flags
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dmem_ops.h135 #define mem_get_s_generic(end,sz) \
136 static signed MEM_VALUE_T mem_get_s##end##sz(const void *vmem) {\
138 signed MEM_VALUE_T val = mem_get_##end##sz(mem);\
139 return (val << (MEM_VALUE_T_SZ_BITS - sz)) >> (MEM_VALUE_T_SZ_BITS - sz);\
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_dx_iface.c93 ctx->priv->sz = sizeof(*ctx->priv);
101 ctx->priv->alg_priv->si.sz = sizeof(ctx->priv->alg_priv->si);
137 mmap.sz = sizeof(vpx_codec_alg_priv_t);
257 unsigned int sz; local
259 if (si->sz >= sizeof(vp8_stream_info_t))
260 sz = sizeof(vp8_stream_info_t);
262 sz = sizeof(vpx_codec_stream_info_t);
264 memcpy(si, &ctx->si, sz);
265 si->sz = sz;
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_codec.c145 mmap->priv = calloc(1, mmap->sz + align);
147 mmap->priv = malloc(mmap->sz + align);
178 if (mmaps[i].sz < mem_reqs[i].calc_sz(&cfg, init_flags)) {
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;
/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A DUeventObserver.cpp61 int sz = 64 * 1024; local
73 if (setsockopt(mUeventFd, SOL_SOCKET, SO_RCVBUFFORCE, &sz, sizeof(sz))) {
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/observers/
H A DUeventObserver.cpp61 int sz = 64 * 1024; local
73 if (setsockopt(mUeventFd, SOL_SOCKET, SO_RCVBUFFORCE, &sz, sizeof(sz))) {
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c171 * @param[out] data Place to store data, size of sz, must be at least size
173 * @param[in] sz Size of data.
176 inv_error_t inv_save_mpl_states(unsigned char *data, size_t sz) argument
182 if (data == NULL || sz == 0)
184 if (sz >= ds.total_size) {
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c171 * @param[out] data Place to store data, size of sz, must be at least size
173 * @param[in] sz Size of data.
176 inv_error_t inv_save_mpl_states(unsigned char *data, size_t sz) argument
182 if (data == NULL || sz == 0)
184 if (sz >= ds.total_size) {
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dnetlink.h149 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dnetlink.h141 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dnetlink.h149 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dnetlink.h141 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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

Completed in 460 milliseconds

12345