Home
last modified time | relevance | path

Searched refs:alloc (Results 1 – 16 of 16) sorted by relevance

/btstack/3rd-party/bluedroid/decoder/srce/
H A Ddecoder-oina.c45 OI_UINT8 alloc, in OI_CODEC_SBC_DecoderConfigureRaw() argument
74 if (alloc > SBC_SNR) { in OI_CODEC_SBC_DecoderConfigureRaw()
87 context->common.frameInfo.alloc = alloc; in OI_CODEC_SBC_DecoderConfigureRaw()
H A Dframing-sbc.c50 printf(" alloc: %s\n", OI_CODEC_SBC_AllocText[frameInfo->alloc]); in OI_CODEC_SBC_DumpConfig()
H A Ddecoder-private.c112 frame->alloc = SBC_LOUDNESS; in OI_SBC_ReadHeader_mSBC()
151 frame->alloc = (d1 & BIT1) >> 1; in OI_SBC_ReadHeader()
H A Dbitalloc.c146 if (common->frameInfo.alloc == SBC_SNR) { in computeBitneed()
/btstack/platform/corefoundation/
H A Dbtstack_link_key_db_corefoundation.m54 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
64 remote_devices = [[NSMutableDictionary alloc] initWithCapacity:([dict count]+5)];
99 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
142 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
155 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
162 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
H A Dbtstack_device_name_db_corefoundation.m57 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
67 remote_devices = [[NSMutableDictionary alloc] initWithCapacity:([dict count]+5)];
99 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
142 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
154 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
160 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
H A Drfcomm_service_db_corefoundation.m57 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
60 rfcomm_services = [[NSMutableDictionary alloc] initWithCapacity:([dict count]+5)];
133 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
/btstack/3rd-party/bluedroid/decoder/include/
H A Doi_codec_sbc.h142 OI_UINT8 alloc; /**< The bit allocation method. Input parameter. */ member
307 OI_UINT8 alloc,
/btstack/3rd-party/bluedroid/decoder/
H A DMakefile.inc3 alloc.c \
/btstack/3rd-party/lwip/core/src/core/
H A Daltcp.c196 if (allocator->alloc == NULL) { in altcp_new_ip_type()
200 conn = allocator->alloc(allocator->arg, ip_type); in altcp_new_ip_type()
H A Dtcp_out.c230 u16_t alloc = length; in tcp_pbuf_prealloc() local
240 alloc = max_length; in tcp_pbuf_prealloc()
259 alloc = LWIP_MIN(max_length, LWIP_MEM_ALIGN_SIZE(TCP_OVERSIZE_CALC_LENGTH(length))); in tcp_pbuf_prealloc()
263 p = pbuf_alloc(layer, alloc, PBUF_RAM); in tcp_pbuf_prealloc()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Daltcp.h86 altcp_new_fn alloc; member
/btstack/doc/notes/
H A DSDP.txt52 * alloc { btstack_linked_list_item_t ; ServiceRecord }
/btstack/port/archive/pic32-harmony/app.X/nbproject/
H A DMakefile-default.mk60 … ../../../example/spp_counter.c ../../../3rd-party/bluedroid/decoder/srce/alloc.c ../../../3rd-par…
63 …in.o ${OBJECTDIR}/_ext/97075643/spp_counter.o ${OBJECTDIR}/_ext/770672057/alloc.o ${OBJECTDIR}/_ex…
64 ….d ${OBJECTDIR}/_ext/97075643/spp_counter.o.d ${OBJECTDIR}/_ext/770672057/alloc.o.d ${OBJECTDIR}/_…
67 …in.o ${OBJECTDIR}/_ext/97075643/spp_counter.o ${OBJECTDIR}/_ext/770672057/alloc.o ${OBJECTDIR}/_ex…
70 … ../../../example/spp_counter.c ../../../3rd-party/bluedroid/decoder/srce/alloc.c ../../../3rd-par…
152 ${OBJECTDIR}/_ext/770672057/alloc.o: ../../../3rd-party/bluedroid/decoder/srce/alloc.c nbproject/M…
154 @${RM} ${OBJECTDIR}/_ext/770672057/alloc.o.d
155 @${RM} ${OBJECTDIR}/_ext/770672057/alloc.o
156 …672057/alloc.o.d" -o ${OBJECTDIR}/_ext/770672057/alloc.o ../../../3rd-party/bluedroid/decoder/srce…
813 ${OBJECTDIR}/_ext/770672057/alloc.o: ../../../3rd-party/bluedroid/decoder/srce/alloc.c nbproject/M…
[all …]
/btstack/3rd-party/lwip/core/
H A DUPGRADING111 * Added LWIP_MEMPOOL_* (declare/init/alloc/free) to declare private memp pools
H A DCHANGELOG3196 string, point on one of your's ethernetif field, or alloc a string you will free yourself).