Home
last modified time | relevance | path

Searched refs:SIZE (Results 1 – 25 of 97) sorted by relevance

1234

/dragonfly/sys/dev/drm/include/linux/
H A Dkfifo.h59 #define kfifo_alloc(FIFO, SIZE, GFP) \ argument
60 _kfifo_alloc(&(FIFO)->kf_meta, &(FIFO)->kf_buf, (SIZE), (GFP))
113 #define kfifo_out_peek(FIFO, PTR, SIZE) \ argument
114 _kfifo_out_peek(&(FIFO)->kf_meta, (FIFO)->kf_buf, (PTR), (SIZE))
148 #define kfifo_out(FIFO, PTR, SIZE) \ argument
149 _kfifo_out(&(FIFO)->kf_meta, (FIFO)->kf_buf, (PTR), (SIZE))
186 #define kfifo_in(FIFO, PTR, SIZE) \ argument
187 _kfifo_in(&(FIFO)->kf_meta, (FIFO)->kf_buf, (PTR), (SIZE))
247 #define _KFIFO_TYPE(TYPE, SIZE) \ argument
248 struct __STRUCT_KFIFO(TYPE, SIZE, 0, TYPE)
[all …]
/dragonfly/sys/sys/
H A Dibaa.h3 #define SIZE (1 << ALPHA) macro
4 #define MASK (SIZE - 1)
5 #define ind(x) ((x) & (SIZE - 1))
9 uint32_t IBAA_memory[SIZE];
10 uint32_t IBAA_results[SIZE];
/dragonfly/contrib/awk/
H A Dmaketab.c110 #define SIZE (LASTTOKEN - FIRSTTOKEN + 1) macro
111 const char *table[SIZE];
112 char *names[SIZE];
135 printf("static const char * const printname[%d] = {\n", SIZE); in main()
176 printf("\nCell *(*proctab[%d])(Node **, int) = {\n", SIZE); in main()
177 for (i=0; i<SIZE; i++) in main()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Datt.h42 #define ASM_OUTPUT_ASCII(FILE, PTR, SIZE) \ argument
44 { size_t i = 0, limit = (SIZE); \
67 #define ASM_OUTPUT_SKIP(FILE,SIZE) \ argument
68 fprintf ((FILE), "\t.set .,.+%u\n", (int)(SIZE))
H A Dx86-64.h56 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument
57 x86_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
60 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \ argument
61 x86_elf_aligned_common (FILE, NAME, SIZE, ALIGN);
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Datt.h41 #define ASM_OUTPUT_ASCII(FILE, PTR, SIZE) \ argument
43 { size_t i = 0, limit = (SIZE); \
66 #define ASM_OUTPUT_SKIP(FILE,SIZE) \ argument
67 fprintf ((FILE), "\t.set .,.+%u\n", (int)(SIZE))
H A Dx86-64.h55 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \ argument
56 x86_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
59 #define ASM_OUTPUT_ALIGNED_DECL_COMMON(FILE, DECL, NAME, SIZE, ALIGN) \ argument
60 x86_elf_aligned_decl_common (FILE, DECL, NAME, SIZE, ALIGN);
/dragonfly/contrib/gcc-8.0/gcc/
H A Dfunction.h539 #define ARGS_SIZE_TREE(SIZE) \ argument
540 ((SIZE).var == 0 ? ssize_int ((SIZE).constant) \
541 : size_binop (PLUS_EXPR, fold_convert (ssizetype, (SIZE).var), \
542 ssize_int ((SIZE).constant)))
545 #define ARGS_SIZE_RTX(SIZE) \ argument
546 ((SIZE).var == 0 ? gen_int_mode ((SIZE).constant, Pmode) \
547 : expand_normal (ARGS_SIZE_TREE (SIZE)))
H A Dpoly-int-types.h81 #define vector_element_size(SIZE, NELTS) \ argument
82 (exact_div (SIZE, NELTS).to_constant ())
/dragonfly/usr.bin/usbhidaction/
H A Dusbhidaction.c69 #define SIZE 4000 macro
282 char buf[SIZE], name[SIZE], value[SIZE], debounce[SIZE], action[SIZE]; in parse_conf()
283 char usbuf[SIZE], coll[SIZE], *tmp; in parse_conf()
468 char cmdbuf[SIZE], *p, *q; in docmd()
472 for (p = cmd->action, q = cmdbuf; *p && q < &cmdbuf[SIZE-1]; ) { in docmd()
475 len = &cmdbuf[SIZE-1] - q; in docmd()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dsync.c135 #if SIZE == 1 && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1
140 #elif SIZE == 2 && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2
145 #elif SIZE == 4 && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4
150 #elif SIZE == 8 && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8
155 #elif SIZE == 16 && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16
/dragonfly/contrib/gcc-4.7/gcc/config/
H A Delfos.h104 #define ASM_OUTPUT_SKIP(FILE, SIZE) \ argument
106 SKIP_ASM_OP, (SIZE))
168 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \ argument
174 (SIZE), (ALIGN) / BITS_PER_UNIT); \
186 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ argument
192 ASM_OUTPUT_ALIGNED_COMMON (FILE, NAME, SIZE, ALIGN); \
/dragonfly/contrib/cvs-1.12/lib/
H A Dxsize.h102 #define size_overflow_p(SIZE) \ argument
103 ((SIZE) == SIZE_MAX)
105 #define size_in_bounds_p(SIZE) \ argument
106 ((SIZE) != SIZE_MAX)
/dragonfly/contrib/diffutils/lib/
H A Dxsize.h109 #define size_overflow_p(SIZE) \ argument
110 ((SIZE) == SIZE_MAX)
112 #define size_in_bounds_p(SIZE) \ argument
113 ((SIZE) != SIZE_MAX)
/dragonfly/contrib/gcc-8.0/gcc/config/
H A Delfos.h101 #define ASM_OUTPUT_SKIP(FILE, SIZE) \ argument
103 SKIP_ASM_OP, (SIZE))
165 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \ argument
171 (SIZE), (ALIGN) / BITS_PER_UNIT); \
183 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \ argument
189 ASM_OUTPUT_ALIGNED_COMMON (FILE, NAME, SIZE, ALIGN); \
/dragonfly/games/hack/
H A Dhack.o_init.c94 end = SIZE(objects); in init_objects()
159 if (first >= LAST_GEM || first >= SIZE(objects) || in setgemprobs()
185 for (i = 0; i < SIZE(objects); i++) { in savenames()
201 for (i = 0; i < SIZE(objects); i++) in restnames()
217 end = SIZE(objects); in dodiscovered()
H A Dhack.timeout.c75 for (upp = u.uprops; upp < u.uprops + SIZE(u.uprops); upp++) in timeout()
125 if (i > 0 && i <= SIZE(stoned_texts)) in stoned_dialogue()
126 pline("%s", stoned_texts[SIZE(stoned_texts) - i]); in stoned_dialogue()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dexpr.h123 #define ARGS_SIZE_TREE(SIZE) \ argument
124 ((SIZE).var == 0 ? ssize_int ((SIZE).constant) \
125 : size_binop (PLUS_EXPR, fold_convert (ssizetype, (SIZE).var), \
126 ssize_int ((SIZE).constant)))
129 #define ARGS_SIZE_RTX(SIZE) \ argument
130 ((SIZE).var == 0 ? GEN_INT ((SIZE).constant) \
131 : expand_normal (ARGS_SIZE_TREE (SIZE)))
/dragonfly/usr.sbin/quot/
H A Dquot.c91 #define SIZE(n) (n) macro
93 #define SIZE(n) ((int)(((quad_t)(n) * 512 + blocksize - 1)/blocksize)) macro
366 ksz = SIZE(sz); in dofsizes()
397 SIZE(sz += fp->fsz_sz[i])); in dofsizes()
428 printf("%5d",SIZE(usr->space)); in douser()
434 SIZE(usr->spc30), in douser()
435 SIZE(usr->spc60), in douser()
436 SIZE(usr->spc90)); in douser()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dnbio_v6_1.c83 doorbell_range = REG_SET_FIELD(doorbell_range, BIF_SDMA0_DOORBELL_RANGE, SIZE, 2); in nbio_v6_1_sdma_doorbell_range()
85 doorbell_range = REG_SET_FIELD(doorbell_range, BIF_SDMA0_DOORBELL_RANGE, SIZE, 0); in nbio_v6_1_sdma_doorbell_range()
124 ih_doorbell_range = REG_SET_FIELD(ih_doorbell_range, BIF_IH_DOORBELL_RANGE, SIZE, 2); in nbio_v6_1_ih_doorbell_range()
126 ih_doorbell_range = REG_SET_FIELD(ih_doorbell_range, BIF_IH_DOORBELL_RANGE, SIZE, 0); in nbio_v6_1_ih_doorbell_range()
H A Dnbio_v7_0.c94 doorbell_range = REG_SET_FIELD(doorbell_range, BIF_SDMA0_DOORBELL_RANGE, SIZE, range); in nbio_v7_0_sdma_doorbell_range()
96 doorbell_range = REG_SET_FIELD(doorbell_range, BIF_SDMA0_DOORBELL_RANGE, SIZE, 0); in nbio_v7_0_sdma_doorbell_range()
120 ih_doorbell_range = REG_SET_FIELD(ih_doorbell_range, BIF_IH_DOORBELL_RANGE, SIZE, 2); in nbio_v7_0_ih_doorbell_range()
122 ih_doorbell_range = REG_SET_FIELD(ih_doorbell_range, BIF_IH_DOORBELL_RANGE, SIZE, 0); in nbio_v7_0_ih_doorbell_range()
/dragonfly/usr.sbin/efivar/
H A Defiutil.c116 #define SIZE(dp, edp) (size_t)((intptr_t)(void *)edp - (intptr_t)(void *)dp) macro
163 while (dp < edp && SIZE(dp, edp) > sizeof(efidp_header)) { in efi_print_load_option()
164 efidp_format_device_path(buf, sizeof(buf), dp, SIZE(dp, edp)); in efi_print_load_option()
/dragonfly/sys/dev/pccard/pccbb/
H A Dpccbb_pci.c108 #define PCI_MASK_CONFIG(DEV,REG,MASK,SIZE) \ argument
109 pci_write_config(DEV, REG, pci_read_config(DEV, REG, SIZE) MASK, SIZE)
110 #define PCI_MASK2_CONFIG(DEV,REG,MASK1,MASK2,SIZE) \ argument
112 pci_read_config(DEV, REG, SIZE) MASK1) MASK2, SIZE)
/dragonfly/lib/libc/stdlib/
H A Dradixsort.c66 #define SIZE 512 /* Default stack size. */ macro
130 stack s[SIZE], *sp, *sp0, *sp1, temp; in r_sort_a()
156 if (sp + nc > s + SIZE) { /* Get more stack. */ in r_sort_a()
252 if (sp + nc > s + SIZE) { in r_sort_b()
/dragonfly/test/debug/
H A Dcrc32hw.c342 #define SIZE (262144*3) macro
343 #define CHUNK SIZE
354 buf = malloc(SIZE); in main()
359 while ((got = read(0, buf, SIZE)) > 0) { in main()

1234