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

12

/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/wpa_supplicant_8/hostapd/src/utils/
H A Duuid.c14 int uuid_str2bin(const char *str, u8 *bin) argument
20 opos = bin;
49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) argument
54 bin[0], bin[1], bin[2], bin[3],
55 bin[4], bin[5], bin[
[all...]
/external/wpa_supplicant_8/src/utils/
H A Duuid.c14 int uuid_str2bin(const char *str, u8 *bin) argument
20 opos = bin;
49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) argument
54 bin[0], bin[1], bin[2], bin[3],
55 bin[4], bin[5], bin[
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Duuid.c14 int uuid_str2bin(const char *str, u8 *bin) argument
20 opos = bin;
49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) argument
54 bin[0], bin[1], bin[2], bin[3],
55 bin[4], bin[5], bin[
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_floating_container.h60 GtkBin bin; member in struct:_GtkFloatingContainer
H A Dgtk_floating_container.cc135 GtkBin* bin = GTK_BIN(container); local
136 if (bin->child == widget) {
195 GtkBin* bin = GTK_BIN(widget); local
196 if (bin && bin->child) {
197 gtk_widget_size_request(bin->child, requisition);
217 GtkBin* bin = GTK_BIN(widget); local
218 if (bin->child) {
219 gtk_widget_size_allocate(bin->child, allocation);
/external/openssh/
H A Dbufbn.c102 u_char buf[2], *bin; local
120 bin = buffer_ptr(buffer);
121 if (BN_bin2bn(bin, bytes, value) == NULL) {
191 u_char *bin; local
193 if ((bin = buffer_get_string_ret(buffer, &len)) == NULL) {
198 if (len > 0 && (bin[0] & 0x80)) {
200 xfree(bin);
206 xfree(bin);
209 if (BN_bin2bn(bin, len, value) == NULL) {
211 xfree(bin);
[all...]
H A Dclientloop.c653 client_suspend_self(Buffer *bin, Buffer *bout, Buffer *berr) argument
669 buffer_free(bin);
680 buffer_init(bin);
967 process_escapes(Channel *c, Buffer *bin, Buffer *bout, Buffer *berr, argument
1036 client_suspend_self(bin, bout, berr);
1095 buffer_append(bin, "\004", 1);
1109 if (buffer_len(bin) == 0) {
1173 buffer_put_char(bin, escape_char);
1199 buffer_put_char(bin, ch);
/external/bluetooth/bluez/audio/
H A Dgsta2dpsink.h48 GstBin bin; member in struct:_GstA2dpSink
/external/aac/libSBRdec/src/
H A Dsbrdec_drc.cpp202 int band, bottomMdct, topMdct, bin, useLP; local
227 bin = 0;
351 for (bin = bottomQmf; bin < topQmf; bin++) {
352 FIXP_DBL drcFact1_mag = hDrcData->prevFact_mag[bin];
367 qmfRealSlot[bin] = fMult(qmfRealSlot[bin], drcFact_mag);
369 qmfImagSlot[bin] = fMult(qmfImagSlot[bin], drcFact_ma
[all...]
H A Dpsdec_hybrid.cpp381 int bin; local
426 for(bin=0; bin<8;bin++ ) {
427 mHybridReal[bin] = fft[FIXP_FFT_IDX_R(bin)] << 4;
428 mHybridImag[bin] = fft[FIXP_FFT_IDX_I(bin)] << 4;
H A Dpsdec.cpp593 INT i, m, sb, gr, bin; local
660 for ( bin = 8; bin < NO_MID_RES_BINS; bin++ ) {
663 for ( i = groupBorders20[bin+2]; i < groupBorders20[bin+3]; i++ ) { /* max loops: 29 */
666 aaPowerSlot[bin] = slotNrg;
672 for (bin=0; bin < NO_MID_RES_BINS; bin
940 INT bin = 0; local
[all...]
/external/libvpx/libmkv/
H A DEbmlWriter.c104 void Ebml_SerializeBinary(EbmlGlobal *glob, unsigned long class_id, unsigned long bin) argument
109 if (bin & 0x000000ff << ((size-1) * 8))
114 Ebml_WriteID(glob, bin);
/external/zlib/examples/
H A Dgzjoin.c76 /* bin buffered input file type */
83 } bin; typedef in typeref:struct:__anon14698
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/aac/libSBRenc/src/
H A Dps_main.cpp551 INT group, bin, col, band; local
564 /* Translate group to bin */
565 bin = hPsEncode->subband2parameterIndex[group];
569 bin >>= 1;
574 FIXP_QMF tmp = maxVal[0][bin];
584 maxVal[0][bin] = tmp;
586 tmp = maxVal[1][bin];
595 maxVal[1][bin] = tmp;
H A Dps_encode.cpp732 INT group, bin; local
738 /* Translate group to bin */
739 bin = hPsEncode->subband2parameterIndex[group];
743 bin = bin>>1;
746 hPsEncode->psBandNrgScale[bin] = (hPsEncode->psBandNrgScale[bin]==0)
748 : (fixMax(hPsEncode->iidGroupWidthLd[group],hPsEncode->psBandNrgScale[bin]) + 1) ;
855 int group, bin, col, subband, band; local
880 /* Translate group to bin */
[all...]
/external/icu4c/i18n/
H A Dtblcoll.cpp131 RuleBasedCollator::RuleBasedCollator(const uint8_t *bin, int32_t length, argument
137 ucollator = ucol_openBinary(bin, length, base->ucollator, &status);
/external/openssl/crypto/jpake/
H A Djpake.c153 unsigned char *bin = OPENSSL_malloc(l); local
156 BN_bn2bin(bn, bin);
157 SHA1_Update(sha, bin, l);
158 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/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind-low.c41 /* builds an image of bin according to byte order of the architecture
43 char* heximage (char *buf, char *bin, int count) argument
50 rev[i] = bin[count - i - 1];
53 hexify (buf, bin, count);
H A Dremote-utils.c271 " %s/../../bin/vgdb --pid=%d%s%s ...command...\n",
283 " target remote | %s/../../bin/vgdb --pid=%d%s%s\n",
486 int unhexify (char *bin, const char *hex, int count) argument
496 *bin++ = fromhex (hex[0]) * 16 + fromhex (hex[1]);
528 int hexify (char *hex, const char *bin, int count) argument
534 count = strlen (bin);
537 *hex++ = tohex ((*bin >> 4) & 0xf);
538 *hex++ = tohex (*bin++ & 0xf);
/external/opencv/cv/src/
H A Dcvhistogram.cpp115 CV_ERROR( CV_StsBadArg, "Only uniform bin ranges can be used here "
719 // Sets a value range for every histogram bin
1085 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1 ); local
1086 bin[0]++;
1105 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 ); local
1106 bin[0]++;
1354 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 ); local
1355 bin[0]++;
1382 int* bin = (int*)cvPtrND( mat, node_idx, 0, 1, 0 ); local
1383 bin[
1796 float* bin = (float*)cvPtrND( mat, node_idx, 0, 1, 0 ); local
2003 float* bin = (float*)cvPtrND( mat, node_idx, 0, 1, 0 ); local
2030 float* bin = (float*)cvPtrND( mat, node_idx, 0, 1, 0 ); local
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_wext.c1521 u8 bin[8]; local
1529 hexstr2bin(spos, bin, bytes);
1530 res->res.tsf += WPA_GET_BE64(bin);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wext.c1326 u8 bin[8]; local
1334 if (hexstr2bin(spos, bin, bytes) < 0) {
1338 res->res.tsf += WPA_GET_BE64(bin);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wext.c1326 u8 bin[8]; local
1334 if (hexstr2bin(spos, bin, bytes) < 0) {
1338 res->res.tsf += WPA_GET_BE64(bin);

Completed in 587 milliseconds

12