OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OI_INT
(Results
1 - 9
of
9
) sorted by null
/system/bt/embdrv/sbc/decoder/include/
oi_string.h
103
OI_INT
OI_MemCmp(void const* s1, void const* s2, uint32_t n);
141
OI_INT
OI_Strcmp(OI_CHAR const* s1, OI_CHAR const* s2);
153
OI_INT
OI_Strncmp(OI_CHAR const* s1, OI_CHAR const* s2, uint32_t len);
169
OI_INT
OI_StrcmpInsensitive(OI_CHAR const* s1, OI_CHAR const* s2);
184
OI_INT
OI_StrncmpInsensitive(OI_CHAR const* s1, OI_CHAR const* s2, OI_UINT len);
oi_osinterface.h
68
void OI_LogError(OI_MODULE module,
OI_INT
lineno, OI_STATUS status);
oi_utils.h
267
OI_INT
OI_atoi(const OI_CHAR* str);
333
OI_INT
* index);
oi_codec_sbc_private.h
143
OI_INT
adjustToFitBitpool(const OI_UINT bitpool, uint32_t* bitneeds,
147
INLINE
OI_INT
allocAdjustedBits(uint8_t* dest,
OI_INT
bits,
OI_INT
excess);
149
INLINE
OI_INT
allocExcessBits(uint8_t* dest,
OI_INT
excess);
oi_cpu_dep.h
113
OI_INT
; /**< Integer values use native integer data type for target CPU. */
/system/bt/embdrv/sbc/decoder/srce/
bitalloc.c
143
OI_INT
bits = scale_factor[sb];
161
OI_INT
bits = scale_factor[sb];
192
*
OI_INT
bits = bitadjust + bitneeds[s];
245
OI_INT
adjustToFitBitpool(const OI_UINT bitpool, uint32_t* bitneeds,
248
OI_INT
maxBitadjust = 0;
249
OI_INT
bitadjust = (bitcount > bitpool) ? -8 : 8;
250
OI_INT
chop = 8;
259
OI_INT
i;
300
INLINE
OI_INT
allocAdjustedBits(uint8_t* dest,
OI_INT
bits, OI_INT excess)
[
all
...]
readsamplesjoint.inc
81
OI_INT
sf = *sf_array++;
95
OI_INT
sf = *sf_array++;
bitalloc-sbc.c
53
OI_INT
bitadjust;
decoder-private.c
198
OI_INT
sf;
Completed in 160 milliseconds