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

1 2 3 4 5 6 7 8 91011>>

  /src/external/amdgpu-firmware/radeon/lc/
Makefile 8 banks_k_2_smc.bin \
9 bonaire_ce.bin bonaire_k_smc.bin bonaire_mc.bin bonaire_me.bin \
10 bonaire_mec.bin bonaire_pfp.bin bonaire_rlc.bin bonaire_sdma.bin \
11 bonaire_sdma1.bin bonaire_smc.bin bonaire_uvd.bin bonaire_vce.bin
    [all...]
  /src/sys/dev/microcode/radeon/
Makefile 10 R100_cp.bin \
11 R200_cp.bin \
12 R300_cp.bin \
13 R420_cp.bin \
14 R520_cp.bin \
15 RS600_cp.bin \
16 RS690_cp.bin \
17 R600_me.bin R600_pfp.bin R600_rlc.bin R600_uvd.bin
    [all...]
  /src/external/amdgpu-firmware/radeon/uc/
Makefile 10 R100_cp.bin \
11 R200_cp.bin \
12 R300_cp.bin \
13 R420_cp.bin \
14 R520_cp.bin \
15 RS600_cp.bin \
16 RS690_cp.bin \
17 R600_me.bin R600_pfp.bin R600_rlc.bin R600_uvd.bin
    [all...]
  /src/sys/arch/dreamcast/conf/
Makefile.dreamcast.inc 9 echo ${OBJCOPY} -O binary $@ $@.bin; \
10 ${OBJCOPY} -O binary $@ $@.bin; \
11 chmod 755 $@.bin
  /src/external/amdgpu-firmware/amdgpu/
Makefile 6 dist/arcturus_asd.bin \
7 dist/arcturus_gpu_info.bin \
8 dist/arcturus_mec.bin \
9 dist/arcturus_mec2.bin \
10 dist/arcturus_rlc.bin \
11 dist/arcturus_sdma.bin \
12 dist/arcturus_smc.bin \
13 dist/arcturus_sos.bin \
14 dist/arcturus_ta.bin \
15 dist/arcturus_vcn.bin \
    [all...]
  /src/usr.bin/machine/
machine.sh 0 #!/bin/sh
2 exec /usr/bin/uname -m
  /src/external/bsd/ntp/bin/ntptrace/
ntptrace.awk 0 #!/bin/sh
3 /usr/bin/awk '
  /src/external/bsd/ntp/dist/html/hints/
solaris.xtra.S99ntpd 0 #!/bin/sh
3 if [ -x /usr/local/bin/xntpd ]; then
8 /usr/local/bin/tickadj -s
9 /usr/local/bin/ntpdate -v server1 server2
11 /usr/local/bin/xntpd
15 pid=`/usr/bin/ps -e | /usr/bin/grep xntpd | /usr/bin/sed -e 's/^ *//' -e 's/ .*//'`
18 /usr/bin/kill ${pid}
  /src/external/bsd/ppp/dist/sample/
ip-down 0 #!/bin/sh
19 PATH=/usr/sbin:/sbin:/usr/bin:/bin
ip-up 0 #!/bin/sh
20 PATH=/usr/sbin:/sbin:/usr/bin:/bin
  /src/external/bsd/tre/
Makefile 2 SUBDIR= lib .WAIT bin
  /src/sys/dev/microcode/qat/
Makefile 10 FILES+= mmp_firmware_c2xxx.bin mof_firmware_c2xxx.bin
11 FILES+= qat_c3xxx.bin qat_c3xxx_mmp.bin
12 FILES+= qat_c62x.bin qat_c62x_mmp.bin
13 FILES+= qat_d15xx.bin qat_d15xx_mmp.bin
  /src/usr.bin/c11/
c11.sh 0 #!/bin/sh
2 exec /usr/bin/cc -std=c11 "$@"
  /src/usr.bin/c17/
c17.sh 0 #!/bin/sh
2 exec /usr/bin/cc -std=c17 "$@"
  /src/usr.bin/c89/
c89.sh 0 #!/bin/sh
2 exec /usr/bin/cc -std=c89 "$@"
  /src/usr.bin/c99/
c99.sh 0 #!/bin/sh
2 exec /usr/bin/cc -std=c99 "$@"
  /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);
  /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);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
cache_bin.h 15 * cache_bin_array_descriptor_t objects and reading out per-bin stats it
21 * The size in bytes of each cache bin stack. We also use this to indicate
28 * Leave a noticeable mark pattern on the cache bin stack boundaries, in case a
43 * individual bin. The cache bins track their bounds looking just at the low
53 * alongside it, but is otherwise not modified by any cache bin operations.
60 * bin.
91 * The stack grows down. Whenever the bin is nonempty, the head points
133 /* The maximum number of cached items in the bin. */
187 * If a cache bin was zero initialized (either because it lives in static or
192 cache_bin_still_zero_initialized(cache_bin_t *bin) {
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/internal/
cache_bin.h 15 * cache_bin_array_descriptor_t objects and reading out per-bin stats it
21 * The size in bytes of each cache bin stack. We also use this to indicate
28 * Leave a noticeable mark pattern on the cache bin stack boundaries, in case a
43 * individual bin. The cache bins track their bounds looking just at the low
53 * alongside it, but is otherwise not modified by any cache bin operations.
60 * bin.
91 * The stack grows down. Whenever the bin is nonempty, the head points
133 /* The maximum number of cached items in the bin. */
187 * If a cache bin was zero initialized (either because it lives in static or
192 cache_bin_still_zero_initialized(cache_bin_t *bin) {
    [all...]
  /src/external/bsd/wpa/dist/src/utils/
uuid.c 15 int uuid_str2bin(const char *str, u8 *bin)
21 opos = bin;
50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len)
55 bin[0], bin[1], bin[2], bin[3],
56 bin[4], bin[5], bin[6], bin[7]
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Code/Shell/
func_waste.sh 5 /usr/bin/echo "Function C"
11 /usr/bin/echo "Function B"
18 /usr/bin/echo "Function A"
  /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/sys/arch/evbmips/conf/
Makefile.evbmips.inc 27 echo ${OBJCOPY} -S -O binary $@ $@.bin; \
28 ${OBJCOPY} -S -O binary $@ $@.bin
30 EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.bin@}
50 echo ${TOOL_GZIP_N} -9c $@.bin '>' $@.bin.gz; \
51 ${TOOL_GZIP_N} -9c $@.bin > $@.bin.gz; \
52 echo ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} $@.bin.gz $@.ub; \
53 ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} $@.bin.gz $@.ub
55 EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.bin.gz@
    [all...]
  /src/external/bsd/pdisk/
Makefile 3 SUBDIR+= bin

Completed in 63 milliseconds

1 2 3 4 5 6 7 8 91011>>