Searched defs:bin (Results 1 - 19 of 19) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Duuid.c22 int uuid_str2bin(const char *str, u8 *bin) argument
28 opos = bin;
57 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) argument
62 bin[0], bin[1], bin[2], bin[3],
63 bin[4], bin[5], bin[
[all...]
/external/bluetooth/bluez/audio/
H A Dgsta2dpsink.h48 GstBin bin; member in struct:_GstA2dpSink
/external/opencore/codecs_v2/audio/aac/dec/src/
H A Dps_pwr_transient_detection.cpp183 Int32 bin; local
292 for (bin = 0; bin < NO_BINS; bin++) /* NO_BINS = 20 */
299 accu = h_ps_dec->aPeakDecayFast[bin];
313 h_ps_dec->aPeakDecayFast[bin] = accu;
333 } /* bin */
H A Dps_decorrelate.cpp175 Int32 bin; local
279 bin = bins2groupMap[gr];
280 rTmp = aTransRatio[bin];
H A Dps_init_stereo_mixing.cpp223 Int32 bin; local
281 bin = bins2groupMap[group];
287 tmp = pms->aaIidIndex[env][bin];
312 tmp = pms->aaIccIndex[env][bin];
386 bin = bins2groupMap[group];
392 tmp = pms->aaIidIndex[env][bin];
417 tmp = pms->aaIccIndex[env][bin];
/external/zlib/examples/
H A Dgzjoin.c76 /* bin buffered input file type */
83 } bin; typedef in typeref:struct:__anon6249
86 local void bclose(bin *in)
97 /* open a buffered file for input, return a pointer to type bin, or NULL on
99 local bin *bopen(char *name)
101 bin *in;
103 in = malloc(sizeof(bin));
120 local int bload(bin *in)
144 local unsigned long bget4(bin *in)
156 local void bskip(bin *i
[all...]
/external/icu4c/common/
H A Dubidi_props.c76 const uint8_t *bin, int32_t length, UErrorCode *pErrorCode) {
80 bdpProto->indexes=(const int32_t *)bin;
98 bin+=size;
103 utrie_unserialize(&bdpProto->trie, bin, size, pErrorCode);
107 bin+=size;
111 bdpProto->mirrors=(const uint32_t *)bin;
112 bin+=size;
116 bdpProto->jgArray=bin;
117 bin+=size;
153 ubidi_openBinary(const uint8_t *bin, int32_ argument
75 ubidi_openData(UBiDiProps *bdpProto, const uint8_t *bin, int32_t length, UErrorCode *pErrorCode) argument
[all...]
H A Ducase.c77 const uint8_t *bin, int32_t length, UErrorCode *pErrorCode) {
81 cspProto->indexes=(const int32_t *)bin;
99 bin+=size;
104 utrie_unserialize(&cspProto->trie, bin, size, pErrorCode);
108 bin+=size;
112 cspProto->exceptions=(const uint16_t *)bin;
113 bin+=size;
118 cspProto->unfold=(const UChar *)bin;
119 bin+=size;
158 ucase_openBinary(const uint8_t *bin, int32_ argument
76 ucase_openData(UCaseProps *cspProto, const uint8_t *bin, int32_t length, UErrorCode *pErrorCode) argument
[all...]
/external/icu4c/i18n/
H A Dtblcoll.cpp129 RuleBasedCollator::RuleBasedCollator(const uint8_t *bin, int32_t length, argument
135 ucollator = ucol_openBinary(bin, length, base->ucollator, &status);
H A Ducol.cpp314 ucol_initFromBinary(const uint8_t *bin, int32_t length, argument
332 UCATableHeader *colData = (UCATableHeader *)bin;
343 result = ucol_initCollator((const UCATableHeader *)bin, result, base, status);
352 ucol_setOptionsFromHeader(result, (UColOptionSet *)(bin+((const UCATableHeader *)bin)->options), status);
376 ucol_openBinary(const uint8_t *bin, int32_t length, argument
380 return ucol_initFromBinary(bin, length, base, NULL, status);
/external/icu4c/tools/genbidi/
H A Dgenbidi.c233 const Binaries *bin; local
238 bin=(const Binaries *)context;
242 fprintf(stderr, "genbidi: syntax error in %s.txt field 0 at %s\n", bin->ucdFile, fields[0][0]);
249 if(i==bin->binariesCount) {
253 if(isToken(bin->binaries[i].propName, s)) {
258 if(bin->binaries[i].vecMask==0) {
260 (int)bin->binaries[i].vecMask, bin->ucdFile, bin->binaries[i].propName);
264 upvec_setValue(pv, start, end, bin
273 parseBinariesFile(char *filename, char *basename, const char *suffix, const Binaries *bin, UErrorCode *pErrorCode) argument
[all...]
/external/icu4c/tools/genprops/
H A Dprops2.c334 const Binaries *bin; local
339 bin=(const Binaries *)context;
343 fprintf(stderr, "genprops: syntax error in %s.txt field 0 at %s\n", bin->ucdFile, fields[0][0]);
350 if(i==bin->binariesCount) {
357 if(isToken(bin->binaries[i].propName, s)) {
362 if(bin->binaries[i].vecShift>=32) {
364 (int)bin->binaries[i].vecShift, bin->ucdFile, bin->binaries[i].propName);
367 uv=U_MASK(bin
382 parseBinariesFile(char *filename, char *basename, const char *suffix, const Binaries *bin, UErrorCode *pErrorCode) argument
[all...]
/external/openssl/crypto/jpake/
H A Djpake.c154 unsigned char *bin = OPENSSL_malloc(l); local
157 BN_bn2bin(bn, bin);
158 SHA1_Update(sha, bin, l);
159 OPENSSL_free(bin);
/external/srec/portable/src/
H A Dpmemblock.c95 int i, bin; local
96 for (i = 0, bin = 1; i < NUM_TRACKING_BINS; i++, bin <<= 1)
98 if ((int)size <= bin)
138 uint32 bin = findBin(size); local
139 uint32 binsize = 1 << bin;
144 if (bin == 0)
146 if (bin == 1)
148 if (bin == 2)
150 if (bin
222 uint32 bin = findBin(size); local
[all...]
/external/icu4c/tools/gencase/
H A Dgencase.c127 const Binaries *bin; local
132 bin=(const Binaries *)context;
136 fprintf(stderr, "gencase: syntax error in %s.txt field 0 at %s\n", bin->ucdFile, fields[0][0]);
143 if(i==bin->binariesCount) {
147 if(isToken(bin->binaries[i].propName, s)) {
152 if(bin->binaries[i].vecMask==0) {
154 (int)bin->binaries[i].vecMask, bin->ucdFile, bin->binaries[i].propName);
158 upvec_setValue(pv, start, end, bin
167 parseBinariesFile(char *filename, char *basename, const char *suffix, const Binaries *bin, UErrorCode *pErrorCode) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_wext.c1409 u8 bin[8]; local
1417 hexstr2bin(spos, bin, bytes);
1418 res->res.tsf += WPA_GET_BE64(bin);
/external/libffi/src/
H A Ddlmalloc.c1576 specially. Top is never included in any bin, is used only if
1756 | bin index of this chunk |
1797 bins. Under current bin calculations, this ranges from 6 up to 21
1947 is not kept in a bin.
1950 An array of bin headers for free chunks. These bins hold chunks
1951 with sizes less than MIN_LARGE_SIZE bytes. Each bin contains
1953 use in double-linked lists, each bin header acts as a malloc_chunk
1962 from TREE_SHIFT to TREE_SHIFT+16. The last bin holds anything
1967 treebins ("treemap). Each bin sets its bit when non-empty, and
1969 bin
3236 sbinptr bin = smallbin_at(m,i); local
[all...]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_malloc.c1622 specially. Top is never included in any bin, is used only if
1802 | bin index of this chunk |
1843 bins. Under current bin calculations, this ranges from 6 up to 21
1957 is not kept in a bin.
1960 An array of bin headers for free chunks. These bins hold chunks
1961 with sizes less than MIN_LARGE_SIZE bytes. Each bin contains
1963 use in double-linked lists, each bin header acts as a malloc_chunk
1972 from TREE_SHIFT to TREE_SHIFT+16. The last bin holds anything
1977 treebins ("treemap). Each bin sets its bit when non-empty, and
1979 bin
3248 sbinptr bin = smallbin_at(m,i); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c29377 u32 bin = i/p->iDivisor; local
29415 u32 bin = i/p->iDivisor; local
29484 u32 bin = i/p->iDivisor; local
[all...]

Completed in 486 milliseconds