Searched refs:SIZE (Results 1 - 25 of 145) sorted by relevance

123456

/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_remove/
H A Dsetup.ksh35 partition_disk $SIZE $DISK 6
/freebsd-12-stable/tests/sys/cddl/zfs/tests/grow_pool/
H A Dsetup.ksh38 log_must partition_disk $SIZE $DISK 2
42 log_must set_partition $PARTITION "" $SIZE $DISK0
43 log_must set_partition $PARTITION "" $SIZE $DISK1
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dbsd.h48 that says to advance the location counter by SIZE bytes. */
50 #define ASM_OUTPUT_SKIP(FILE,SIZE) \
51 fprintf (FILE, "\t.space "HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE))
59 #define ASM_OUTPUT_COMMON(FILE, NAME, SIZE, ROUNDED) \
67 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \
H A Datt.h37 #define ASM_OUTPUT_ASCII(FILE, PTR, SIZE) \
39 { size_t i = 0, limit = (SIZE); \
59 that says to advance the location counter by SIZE bytes. */
61 #define ASM_OUTPUT_SKIP(FILE,SIZE) \
62 fprintf ((FILE), "\t.set .,.+%u\n", (int)(SIZE))
H A Dsysv4.h96 NAME whose size is SIZE bytes and alignment is ALIGN bytes.
99 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
100 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
104 #define ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX(FILE, ENCODING, SIZE, ADDR, DONE) \
106 if ((SIZE) == 4 && ((ENCODING) & 0x70) == DW_EH_PE_datarel) \
H A Dx86-64.h57 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
58 x86_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
61 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \
62 x86_elf_aligned_common (FILE, NAME, SIZE, ALIGN);
H A Dlynx.h39 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
40 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
H A Dlinux.h128 NAME whose size is SIZE bytes and alignment is ALIGN bytes.
131 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
132 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
152 #define ASM_MAYBE_OUTPUT_ENCODED_ADDR_RTX(FILE, ENCODING, SIZE, ADDR, DONE) \
154 if ((SIZE) == 4 && ((ENCODING) & 0x70) == DW_EH_PE_datarel) \
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_create/
H A Dsetup.ksh44 partition_disk $SIZE $DISK 7
49 partition_disk $SIZE $disk 7
/freebsd-12-stable/tests/sys/cddl/zfs/tests/zinject/
H A Dsetup.ksh43 partition_disk $SIZE $DISK 7
48 partition_disk $SIZE $disk 7
/freebsd-12-stable/contrib/gcc/config/
H A Ddarwin9.h5 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \
7 unsigned HOST_WIDE_INT _new_size = (SIZE); \
/freebsd-12-stable/tests/sys/cddl/zfs/tests/no_space/
H A Dsetup.ksh38 log_must set_partition 1 "" $SIZE $DISK
/freebsd-12-stable/tests/sys/cddl/zfs/tests/grow_replicas/
H A Dsetup.ksh40 partition_disk $SIZE $DISK 4
45 log_must set_partition $PARTITION "" $SIZE $DISK0
46 log_must set_partition $PARTITION "" $SIZE $DISK1
47 log_must set_partition $PARTITION "" $SIZE $DISK2
48 log_must set_partition $PARTITION "" $SIZE $DISK3
/freebsd-12-stable/tests/sys/cddl/zfs/tests/threadsappend/
H A Dthreadsappend_001_pos.ksh90 SIZE=`$LS -l ${TESTDIR}/${TESTFILE} | $AWK '{print $5}'`
91 if [[ $SIZE -ne $FILE_SIZE ]]; then
/freebsd-12-stable/tests/sys/cddl/zfs/tests/write_dirs/
H A Dsetup.ksh39 log_must set_partition $PARTITION "" $SIZE $DISK
/freebsd-12-stable/contrib/gcc/config/arm/
H A Dunknown-elf.h57 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
69 ASM_OUTPUT_SKIP (FILE, SIZE ? (int)(SIZE) : 1); \
74 #define ASM_OUTPUT_ALIGNED_DECL_LOCAL(FILE, DECL, NAME, SIZE, ALIGN) \
84 fprintf (FILE, "\t.space\t%d\n", SIZE ? (int)(SIZE) : 1); \
H A Daout.h257 #define ASM_OUTPUT_COMMON(STREAM, NAME, SIZE, ROUNDED) \
263 (int)(ROUNDED), (int)(SIZE)); \
273 #define ASM_OUTPUT_ALIGNED_LOCAL(STREAM, NAME, SIZE, ALIGN) \
279 fprintf (STREAM, "\t.space\t%d\n", (int)(SIZE)); \
286 #define ASM_OUTPUT_ALIGNED_BSS(STREAM, DECL, NAME, SIZE, ALIGN) \
287 asm_output_aligned_bss (STREAM, DECL, NAME, SIZE, ALIGN)
/freebsd-12-stable/usr.sbin/bluetooth/hccontrol/
H A Dutil.c40 #define SIZE(x) (sizeof((x))/sizeof((x)[0])) macro
50 return (link_type >= SIZE(t)? "?" : t[link_type]);
61 return (type >= SIZE(t)? "?" : t[type]);
74 return (scan >= SIZE(t)? "?" : t[scan]);
93 return (encrypt >= SIZE(t1)? "?" : t1[encrypt]);
95 return (encrypt >= SIZE(t)? "?" : t[encrypt]);
108 return (coding >= SIZE(t)? "?" : t[coding]);
121 return (data >= SIZE(t)? "?" : t[data]);
138 for (n = 0; n < SIZE(t); n++) {
169 return (ver >= SIZE(
[all...]
/freebsd-12-stable/contrib/sendmail/libsm/
H A Db-strcmp.c20 #define SIZE 512 macro
56 char src1[SIZE], src2[SIZE];
87 (void) sm_strlcpy(src1, "1234567890", SIZE);
88 (void) sm_strlcpy(src2, "1234567890", SIZE);
91 (void) sm_strlcpy(src1, "1234567890", SIZE);
92 (void) sm_strlcpy(src2, "1234567891", SIZE);
95 (void) sm_strlcpy(src1, "1234567892", SIZE);
96 (void) sm_strlcpy(src2, "1234567891", SIZE);
/freebsd-12-stable/contrib/one-true-awk/
H A Dmaketab.c109 #define SIZE (LASTTOKEN - FIRSTTOKEN + 1) macro
110 const char *table[SIZE];
111 char *names[SIZE];
124 for (i = SIZE; --i >= 0; )
131 printf("static char *printname[%d] = {\n", SIZE);
150 printf("\nCell *(*proctab[%d])(Node **, int) = {\n", SIZE);
151 for (i=0; i<SIZE; i++)
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Dxcoff.h223 /* This is how to advance the location counter by SIZE bytes. */
227 #define ASM_OUTPUT_SKIP(FILE,SIZE) \
228 fprintf (FILE, "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n", SKIP_ASM_OP, (SIZE))
235 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \
239 fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", (SIZE), \
241 else if ((SIZE) > 4) \
242 fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",3\n", (SIZE)); \
244 fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED"\n", (SIZE)); \
255 #define ASM_OUTPUT_LOCAL(FILE, NAME, SIZE, ROUNDED) \
259 (TARGET_32BIT ? (SIZE)
[all...]
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c57 #define SIZE 256 macro
71 ATF_REQUIRE((dstbuf = malloc(SIZE)) != NULL);
72 ATF_REQUIRE((srcbuf = malloc(SIZE)) != NULL);
73 ATF_REQUIRE((visbuf = malloc(SIZE * 4 + 1)) != NULL);
75 for (i = 0; i < SIZE; i++)
79 ATF_REQUIRE(strsvisx(visbuf, srcbuf, SIZE, styles[i], "") > 0);
80 memset(dstbuf, 0, SIZE);
83 for (j = 0; j < SIZE; j++)
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbstowcs.c73 #define SIZE 256 macro
148 wchar_t wbuf[SIZE];
149 char buf[SIZE];
150 char visbuf[SIZE];
170 REQUIRE_ERRNO((ssize_t)mbstowcs(wbuf, t->data, SIZE-1), -1);
171 REQUIRE_ERRNO((ssize_t)wcstombs(buf, wbuf, SIZE-1), -1);
195 if (wcswidth(wbuf, SIZE-1) != t->width) {
198 (void)printf(" got : %d\n", wcswidth(wbuf, SIZE-1));
/freebsd-12-stable/contrib/gdb/gdb/config/i386/
H A Dnm-i386sol2.h31 #define TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT(SIZE) 1
/freebsd-12-stable/contrib/gdb/gdb/config/sparc/
H A Dnm-sol2.h43 #define TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT(SIZE) 1

Completed in 208 milliseconds

123456