/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
D | osmemapi.c | 101 __u32 total_size = Size + sizeof(struct os_mem_block) + sizeof(__u32); in os_memoryAlloc() local 105 …("MTT:%s:%d ::os_memoryAlloc(0x%p, %lu) : %lu\n",__FUNCTION__, __LINE__,OsContext,Size,total_size); in os_memoryAlloc() 114 if (total_size < 6 * 4096) in os_memoryAlloc() 116 if (total_size < 2 * 4096) in os_memoryAlloc() 119 blk = kmalloc(total_size, flags); in os_memoryAlloc() 136 blk = vmalloc(total_size); in os_memoryAlloc() 144 os_profile (OsContext, 4, total_size); in os_memoryAlloc() 149 *(__u32 *)((unsigned char *)blk + total_size - sizeof(__u32)) = MEM_BLOCK_END; in os_memoryAlloc() 299 __u32 total_size = Size + sizeof(struct os_mem_block) + sizeof(__u32); in os_memoryAlloc4HwDma() local 308 blk = kmalloc(total_size, flags | GFP_DMA); in os_memoryAlloc4HwDma() [all …]
|
/hardware/invensense/libsensors_iio/software/core/mllite/ |
D | storage_manager.c | 38 size_t total_size; /**< Size in bytes to store non volatile data */ member 50 ds.total_size = sizeof(struct data_header_t); in inv_init_storage_manager() 82 ds.total_size += size + sizeof(struct data_header_t); in inv_register_load_store() 94 *size = ds.total_size; in inv_get_mpl_state_size() 175 if (sz >= ds.total_size) { in inv_save_mpl_states() 192 ds.total_size - sizeof(struct data_header_t)); in inv_save_mpl_states() 194 hd->size = ds.total_size; in inv_save_mpl_states()
|
/hardware/ril/mock-ril/src/cpp/ |
D | msgheader.pb.cpp | 312 int total_size = 0; in ByteSize() local 317 total_size += 1 + in ByteSize() 324 total_size += 1 + in ByteSize() 331 total_size += 1 + in ByteSize() 338 total_size += 1 + in ByteSize() 345 total_size += in ByteSize() 350 _cached_size_ = total_size; in ByteSize() 352 return total_size; in ByteSize()
|
/hardware/qcom/media/mm-video/vidc/common/src/ |
D | extra_data_handler.cpp | 231 OMX_U32 slice_offset = 0, slice_size = 0, total_size = 0; in parse_sliceinfo() local 251 if (slice_offset != total_size) { in parse_sliceinfo() 257 total_size += slice_size; in parse_sliceinfo() 261 if (pBufHdr->nFilledLen != total_size) { in parse_sliceinfo() 263 "total slices size[%d]", pBufHdr->nFilledLen, total_size); in parse_sliceinfo()
|
/hardware/qcom/gps/loc_api/libloc_api/ |
D | loc_eng_xtra.cpp | 126 predicted_orbits_data_ptr->total_size = length; in qct_loc_eng_inject_xtra_data()
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_common.xdr | 674 rpc_uint32 total_size; 783 rpc_uint32 total_size;
|
D | loc_api_common_xdr.c | 1146 if (!xdr_rpc_uint32 (xdrs, &objp->total_size)) in xdr_rpc_loc_predicted_orbits_data_s_type() 1387 if (!xdr_rpc_uint32 (xdrs, &objp->total_size)) in xdr_rpc_loc_efs_data_s_type()
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/ |
D | loc_api_common.h | 703 rpc_uint32 total_size; member 831 rpc_uint32 total_size; member
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/ |
D | loc_api_rpcgen_common_rpc.h | 766 rpc_uint32 total_size; member 911 rpc_uint32 total_size; member
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
D | loc_api_common.xdr | 738 rpc_uint32 total_size; 862 rpc_uint32 total_size;
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/ |
D | loc_api_rpcgen_common_xdr.c | 1172 if (!xdr_rpc_uint32 (xdrs, &objp->total_size)) in xdr_rpc_loc_predicted_orbits_data_s_type() 1440 if (!xdr_rpc_uint32 (xdrs, &objp->total_size)) in xdr_rpc_loc_efs_data_s_type()
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_common.xdr | 635 rpc_uint32 total_size;
|
D | loc_api_common_xdr.c | 1077 if (!xdr_rpc_uint32 (xdrs, &objp->total_size)) in xdr_rpc_loc_predicted_orbits_data_s_type()
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/ |
D | loc_api_common.h | 676 rpc_uint32 total_size; member
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/ |
D | LocApiRpcAdapter.cpp | 823 predicted_orbits_data_ptr->total_size = length; in setXtraData()
|