Searched defs:bin (Results 1 - 25 of 86) sorted by last modified time

1234

/external/zlib/src/examples/
H A Dgzjoin.c77 /* bin buffered input file type */
84 } bin; typedef in typeref:struct:__anon34353
87 local void bclose(bin *in)
98 /* open a buffered file for input, return a pointer to type bin, or NULL on
100 local bin *bopen(char *name)
102 bin *in;
104 in = malloc(sizeof(bin));
121 local int bload(bin *in)
145 local unsigned long bget4(bin *in)
157 local void bskip(bin *i
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wext.c1315 u8 bin[8]; local
1323 if (hexstr2bin(spos, bin, bytes) < 0) {
1327 res->res.tsf += WPA_GET_BE64(bin);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c842 void bin_clear_free(void *bin, size_t len) argument
844 if (bin) {
845 os_memset(bin, 0, len);
846 os_free(bin);
H A Dutils_module_tests.c43 u8 bin[100]; local
53 binlen = printf_decode(bin, sizeof(bin), buf);
55 os_memcmp(bin, test->data, binlen) != 0) {
57 bin, binlen);
61 binlen = printf_decode(bin, sizeof(bin), test->encoded);
63 os_memcmp(bin, test->data, binlen) != 0) {
65 bin, binlen);
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/drivers/
H A Ddriver_wext.c1315 u8 bin[8]; local
1323 if (hexstr2bin(spos, bin, bytes) < 0) {
1327 res->res.tsf += WPA_GET_BE64(bin);
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c842 void bin_clear_free(void *bin, size_t len) argument
844 if (bin) {
845 os_memset(bin, 0, len);
846 os_free(bin);
H A Dutils_module_tests.c43 u8 bin[100]; local
53 binlen = printf_decode(bin, sizeof(bin), buf);
55 os_memcmp(bin, test->data, binlen) != 0) {
57 bin, binlen);
61 binlen = printf_decode(bin, sizeof(bin), test->encoded);
63 os_memcmp(bin, test->data, binlen) != 0) {
65 bin, binlen);
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/drivers/
H A Ddriver_wext.c1315 u8 bin[8]; local
1323 if (hexstr2bin(spos, bin, bytes) < 0) {
1327 res->res.tsf += WPA_GET_BE64(bin);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c842 void bin_clear_free(void *bin, size_t len) argument
844 if (bin) {
845 os_memset(bin, 0, len);
846 os_free(bin);
H A Dutils_module_tests.c43 u8 bin[100]; local
53 binlen = printf_decode(bin, sizeof(bin), buf);
55 os_memcmp(bin, test->data, binlen) != 0) {
57 bin, binlen);
61 binlen = printf_decode(bin, sizeof(bin), test->encoded);
63 os_memcmp(bin, test->data, binlen) != 0) {
65 bin, binlen);
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/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c335 " %s/../../bin/vgdb%s%s --pid=%d ...command...\n",
349 " target remote | %s/../../bin/vgdb%s%s --pid=%d\n",
573 int unhexify (char *bin, const char *hex, int count) argument
583 *bin++ = fromhex (hex[0]) * 16 + fromhex (hex[1]);
615 int hexify (char *hex, const char *bin, int count) argument
621 count = strlen (bin);
624 *hex++ = tohex ((*bin >> 4) & 0xf);
625 *hex++ = tohex (*bin++ & 0xf);
631 /* builds an image of bin according to byte order of the architecture
633 char* heximage (char *buf, char *bin, in argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c37649 u32 bin = i/p->iDivisor; local
37687 u32 bin = i/p->iDivisor; local
37756 u32 bin = i/p->iDivisor; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c37669 u32 bin = i/p->iDivisor; local
37707 u32 bin = i/p->iDivisor; local
37776 u32 bin = i/p->iDivisor; local
[all...]
/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/qemu/distrib/sdl-1.2.15/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/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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/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/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c95 const struct cmd_bin *bin)
100 LP_DBG(DEBUG_RAST, "%s %d,%d\n", __FUNCTION__, bin->x, bin->y);
102 task->bin = bin;
103 task->x = bin->x * TILE_SIZE;
104 task->y = bin->y * TILE_SIZE;
147 * This is a bin command called during bin processing.
209 * This is a bin comman
94 lp_rast_tile_begin(struct lp_rasterizer_task *task, const struct cmd_bin *bin) argument
636 do_rasterize_bin(struct lp_rasterizer_task *task, const struct cmd_bin *bin) argument
720 struct cmd_bin *bin; local
[all...]
H A Dlp_rast_debug.c92 debug_bin( const struct cmd_bin *bin )
95 const struct cmd_block *head = bin->head;
98 debug_printf("bin %d,%d:\n", bin->x, bin->y);
232 const struct cmd_bin *bin,
238 int tx = bin->x * TILE_SIZE;
239 int ty = bin->y * TILE_SIZE;
246 for (block = bin->head; block; block = block->next) {
288 lp_debug_bin( const struct cmd_bin *bin) argument
231 do_debug_bin( struct tile *tile, const struct cmd_bin *bin, boolean print_cmds) argument
319 struct cmd_bin *bin = lp_scene_get_bin((struct lp_scene *) scene, x, y); local
346 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); local
417 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); local
[all...]
H A Dlp_rast_priv.h82 const struct cmd_bin *bin; member in struct:lp_rasterizer_task
316 lp_debug_bin( const struct cmd_bin *bin );
H A Dlp_scene.c96 const struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); local
97 if (bin->head) {
108 * at each bin.
117 /* Remove all commands from a bin. Tries to reuse some of the memory
118 * allocated to the bin, however.
123 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); local
125 bin->last_state = NULL;
126 bin->head = bin->tail;
127 if (bin
205 struct cmd_bin *bin = lp_scene_get_bin(scene, i, j); local
451 struct cmd_bin *bin = NULL; local
[all...]

Completed in 685 milliseconds

1234