HomeSort by: relevance | last modified time | path
    Searched defs:bin (Results 1 - 25 of 102) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
execl-update-breakpoints.c 32 char *bin; local
35 bin = malloc (len + 1);
36 memcpy (bin, argv[0], len + 1);
37 if (bin[len - 1] == '1')
38 bin[len - 1] = '2';
40 execl (bin, bin, (char *) NULL);
long_long.c 66 long long bin, oct, dec, hex; member in struct:__anon20883
71 val.bin = 0x123456789abcdefLL; /* 64 bits = 16 hex digits */
76 val.hex = val.bin - val.dec | val.oct;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
execl-update-breakpoints.c 32 char *bin; local
35 bin = malloc (len + 1);
36 memcpy (bin, argv[0], len + 1);
37 if (bin[len - 1] == '1')
38 bin[len - 1] = '2';
40 execl (bin, bin, (char *) NULL);
long_long.c 66 long long bin, oct, dec, hex; member in struct:__anon558
71 val.bin = 0x123456789abcdefLL; /* 64 bits = 16 hex digits */
76 val.hex = val.bin - val.dec | val.oct;
  /src/distrib/dreamcast/instkernel/
Makefile 12 MDSET_SUFFIXES.-= bin create-bin
13 create-bin= ${OBJCOPY} -O binary ${.TARGET:R} ${.TARGET}
  /src/distrib/evbsh3/instkernel/instkernel/
Makefile 21 MDSET_SUFFIXES.-= bin create-bin
22 create-bin= ${OBJCOPY} -O binary ${.TARGET:R} ${.TARGET}
  /src/sys/arch/amiga/stand/dumpfont/
dumpfont.c 64 int bin = open ("bitmap", 1); local
65 if (bin >= 0)
67 write (bin, pp, 256*8);
68 close (bin);
  /src/external/bsd/jemalloc.old/dist/src/
inspect.c 60 bin_t *bin = arena_get_bin(arena, szind, binshard); local
62 malloc_mutex_lock(tsdn, &bin->lock);
64 *bin_nregs = *nregs * bin->stats.curslabs;
65 assert(*bin_nregs >= bin->stats.curregs);
66 *bin_nfree = *bin_nregs - bin->stats.curregs;
71 if (bin->slabcur != NULL) {
72 slab = bin->slabcur;
74 slab = edata_heap_first(&bin->slabs_nonfull);
77 malloc_mutex_unlock(tsdn, &bin->lock);
  /src/external/bsd/jemalloc/dist/src/
inspect.c 60 bin_t *bin = arena_get_bin(arena, szind, binshard); local
62 malloc_mutex_lock(tsdn, &bin->lock);
64 *bin_nregs = *nregs * bin->stats.curslabs;
65 assert(*bin_nregs >= bin->stats.curregs);
66 *bin_nfree = *bin_nregs - bin->stats.curregs;
71 if (bin->slabcur != NULL) {
72 slab = bin->slabcur;
74 slab = edata_heap_first(&bin->slabs_nonfull);
77 malloc_mutex_unlock(tsdn, &bin->lock);
  /src/sys/external/isc/libsodium/dist/test/default/
codecs.c 13 unsigned char *bin; local
208 bin = (unsigned char *) sodium_malloc(bin_len);
212 randombytes_buf(bin, bin_len);
213 memcpy(buf1, bin, bin_len);
214 b64 = sodium_bin2base64(b64_, b64_len, bin, bin_len,
217 assert(sodium_base642bin(bin, bin_len + 10, b64, b64_len,
221 assert(memcmp(bin, buf1, bin_len) == 0);
222 sodium_free(bin);
  /src/usr.sbin/mdsetimage/
bin_nlist.c 40 #include "bin.h"
76 struct bininfo *bin; local
78 if ((bin = malloc(sizeof(*bin))) == NULL) {
82 bin->kfd = kfd;
83 bin->fname = kfile;
85 return bin;
95 struct bininfo *bin = binp; local
104 warnx("%s: unknown executable format", bin->fname);
109 fprintf(stderr, "%s is an %s binary\n", bin->fname
    [all...]
mdsetimage.c 56 #include "bin.h"
82 void *bin; local
144 bin = bin_open(kfd, kfile, bfdname);
146 if (bin_find_md_root(bin, mappedkfile, ksb.st_size, text_start,
229 bin_put_32(bin, fssb.st_size, buf);
240 bin_close(bin);
  /src/libexec/httpd/lua/
glue.c 212 /* cgi_setbin(httpd, bin) */
217 const char *bin; local
220 bin = luaL_checkstring(L, 2);
221 bozo_cgi_setbin(httpd, bin);
  /src/crypto/external/apache2/openssl/dist/Configurations/platform/
BASE.pm 35 sub bin { return $_[0]->binname($_[1]) . $_[0]->binext() } subroutine
  /src/crypto/external/bsd/openssl/dist/Configurations/platform/
BASE.pm 35 sub bin { return $_[0]->binname($_[1]) . $_[0]->binext() } subroutine
  /src/external/bsd/jemalloc.old/dist/test/unit/
cache_bin.c 4 do_fill_test(cache_bin_t *bin, cache_bin_info_t *info, void **ptrs,
9 assert_true(cache_bin_ncached_get_local(bin, info) == 0, "");
11 cache_bin_init_ptr_array_for_fill(bin, info, &arr, nfill_attempt);
15 cache_bin_finish_fill(bin, info, &arr, nfill_succeed);
16 expect_true(cache_bin_ncached_get_local(bin, info) == nfill_succeed,
18 cache_bin_low_water_set(bin);
21 ptr = cache_bin_alloc(bin, &success);
25 expect_true(cache_bin_low_water_get(bin, info)
28 expect_true(cache_bin_ncached_get_local(bin, info) == 0, "");
29 expect_true(cache_bin_low_water_get(bin, info) == 0, "")
107 cache_bin_t bin; local
327 cache_bin_t bin; local
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
cache_bin.c 4 do_fill_test(cache_bin_t *bin, void **ptrs, cache_bin_sz_t ncached_max,
8 assert_true(cache_bin_ncached_get_local(bin) == 0, "");
10 cache_bin_init_ptr_array_for_fill(bin, &arr, nfill_attempt);
14 cache_bin_finish_fill(bin, &arr, nfill_succeed);
15 expect_true(cache_bin_ncached_get_local(bin) == nfill_succeed, "");
16 cache_bin_low_water_set(bin);
19 ptr = cache_bin_alloc(bin, &success);
24 cache_bin_low_water_get(bin) == nfill_succeed - i - 1, "");
26 expect_true(cache_bin_ncached_get_local(bin) == 0, "");
27 expect_true(cache_bin_low_water_get(bin) == 0, "")
104 cache_bin_t bin; local
317 cache_bin_t bin; local
    [all...]
  /src/common/dist/zlib/examples/
gzjoin.c 77 /* bin buffered input file type */
84 } bin; typedef in typeref:struct:__anon52
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 *in, unsigned skip
    [all...]
  /src/sys/arch/x86/isa/
isa_machdep.c 350 struct btinfo_netif *bin = lookup_bootinfo(BTINFO_NETIF); local
351 if (bin == NULL)
361 if (bin->bus == BI_BUS_ISA &&
368 bin->addr.iobase == iaa->ia_io[0].ir_addr)
  /src/external/gpl3/binutils/dist/opcodes/
xgate-dis.c 88 unsigned int bin = 0; local
92 bin <<= 1;
95 bin |= (*s == '1');
101 assert (opcodePTR->bin_opcode == bin);
  /src/external/gpl3/binutils/dist/zlib/examples/
gzjoin.c 77 /* bin buffered input file type */
84 } bin; typedef in typeref:struct:__anon10982
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 *in, unsigned skip
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
xgate-dis.c 88 unsigned int bin = 0; local
92 bin <<= 1;
95 bin |= (*s == '1');
101 assert (opcodePTR->bin_opcode == bin);
  /src/external/gpl3/binutils.old/dist/zlib/examples/
gzjoin.c 77 /* bin buffered input file type */
84 } bin; typedef in typeref:struct:__anon12429
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 *in, unsigned skip
    [all...]
  /src/external/gpl3/gdb/dist/zlib/examples/
gzjoin.c 77 /* bin buffered input file type */
84 } bin; typedef in typeref:struct:__anon19993
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 *in, unsigned skip
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
xgate-dis.c 88 unsigned int bin = 0; local
92 bin <<= 1;
95 bin |= (*s == '1');
101 assert (opcodePTR->bin_opcode == bin);

Completed in 79 milliseconds

1 2 3 4 5