Home
last modified time | relevance | path

Searched defs:BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D960521-1.c7 #define BLOCK_SIZE (STACK_SIZE / (sizeof (*a) + sizeof (*b))) macro
9 #define BLOCK_SIZE 32768 macro
/openbsd/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dudivsi3.S99 # define BLOCK_SIZE 10 macro
101 # define BLOCK_SIZE 12 macro
/openbsd/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/Tar/
H A DConstant.pm39 use constant BLOCK_SIZE => sub { my $n = int($_[0]/BLOCK); $n++ if $_[0] % BLOCK; $n * BLOCK }; constant
/openbsd/sys/arch/sparc64/include/
H A Dpsl.h225 #define BLOCK_SIZE 64 macro