Searched refs:PAD (Results 1 - 24 of 24) sorted by relevance

/openbsd-current/sys/conf/
H A Dmakegap.sh18 PAD=$1
38 LONG($PAD);
47 } :text =$PAD
50 LONG($PAD);
54 } :rodata =$PAD
57 LONG($PAD);
61 } :data =$PAD
/openbsd-current/regress/sys/kern/noexec/
H A Dnoexec.c51 #define PAD 64*1024 macro
55 static u_int64_t mutable[(PAD + TESTSZ + PAD + MAXPAGESIZE) / 8]
234 size_t datasiz = (PAD + TESTSZ + PAD +
242 p = &data[(PAD + page_size) / 8];
250 size_t bsssiz = (PAD + TESTSZ + PAD +
258 p = &bss[(PAD + page_size) / 8];
265 p = &mutable[(PAD
[all...]
/openbsd-current/sbin/iked/
H A Dpfkey.c344 #define PAD(len) \ macro
374 PAD(speer.ss_len);
385 PAD(ssrc.ss_len);
395 PAD(smask.ss_len);
405 PAD(sdst.ss_len);
415 PAD(dmask.ss_len);
444 #undef PAD macro
717 #define PAD(len) \ macro
746 PAD(ssrc.ss_len);
756 PAD(sds
864 #undef PAD macro
946 #define PAD macro
1016 #undef PAD macro
1088 #define PAD macro
1148 #undef PAD macro
1251 #define PAD macro
1310 #undef PAD macro
[all...]
/openbsd-current/gnu/llvm/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h919 #define __sanitizer_syscall_pre_pread(fd, buf, nbyte, PAD, offset) \
921 (long long)(nbyte), (long long)(PAD), \
923 #define __sanitizer_syscall_post_pread(res, fd, buf, nbyte, PAD, offset) \
925 (long long)(nbyte), (long long)(PAD), \
927 #define __sanitizer_syscall_pre_pwrite(fd, buf, nbyte, PAD, offset) \
929 (long long)(nbyte), (long long)(PAD), \
931 #define __sanitizer_syscall_post_pwrite(res, fd, buf, nbyte, PAD, offset) \
933 (long long)(nbyte), (long long)(PAD), \
1043 #define __sanitizer_syscall_pre_mmap(addr, len, prot, flags, fd, PAD, pos) \
1046 (long long)(flags), (long long)(fd), (long long)(PAD), (lon
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dpad.h26 PAD ** xpadlarr_alloc; /* Pointer to beginning of array of AVs.
31 PAD * pad_1; /* this slice of PAD * array always alloced */
32 PAD * pad_2; /* maybe unalloced */
200 =for apidoc Amx|PAD **|PadlistARRAY|PADLIST * padlist
233 =for apidoc Amx|SV **|PadARRAY|PAD * pad
236 =for apidoc Amx|SSize_t|PadMAX|PAD * pad
313 =for apidoc m|void|PAD_SAVE_LOCAL|PAD *opad|PAD *npad
317 =for apidoc m|void|PAD_RESTORE_LOCAL|PAD *opa
[all...]
H A Dpad.c50 The CvDEPTH'th entry of a PADLIST is a PAD (an AV) which is the stack frame
108 If the 'name' is C<&> the corresponding entry in the PAD
131 =for apidoc AmnxU|PAD *|PL_comppad
196 PAD *pad;
197 PAD **ary;
249 Newx(ary, 2, PAD *);
252 ary[0] = (PAD *)padname;
400 PAD * const comppad = PadlistARRAY(padlist)[1];
441 PAD * const sv = PadlistARRAY(padlist)[ix--];
1308 PAD * cons
[all...]
H A Dcop.h828 PAD *prevcomppad; /* the caller's PL_comppad */
841 PAD *prevcomppad; /* the caller's PL_comppad */
946 PAD *oldcomppad; /* needed to map itervar_u.svp during thread clone */
H A Dscope.c1614 PL_comppad = (PAD*)a0.any_ptr;
1627 svp = AvARRAY((PAD*)a1.any_ptr) + (PADOFFSET)a2.any_uv;
H A Dintrpvar.h191 PERLVAR(I, comppad, PAD *) /* storage for lexically scoped temporaries */
H A Ddump.c2979 PAD *comppad;
H A Dperl.h3303 typedef AV PAD; typedef
H A Dsv.c14977 ncx->blk_sub.prevcomppad = (PAD*)ptr_table_fetch(PL_ptr_table,
15013 (PAD*)ptr_table_fetch(PL_ptr_table,
15031 (PAD*)ptr_table_fetch(PL_ptr_table,
H A Dproto.h3368 PERL_CALLCONV PAD **
3369 Perl_padlist_store(pTHX_ PADLIST *padlist, I32 key, PAD *val)
H A Dregexec.c6485 PAD* last_pad = NULL;
/openbsd-current/lib/libc/stdio/
H A Dvfprintf.c348 * BEWARE, these `goto error' on error, and PAD uses `n'.
361 #define PAD(howmany, with) do { \ macro
376 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \
993 PAD(width - realsz, blanks);
1005 PAD(width - realsz, zeroes);
1008 PAD(dprec - size, zeroes);
1022 PAD(-expt, zeroes);
1038 PAD(prec - ndig, zeroes);
1050 PAD(width - realsz, blanks);
H A Dvfwprintf.c353 * PAD uses `n' and 'n3', and PRINTANDPAD uses 'n', 'n2', and 'n3'.
361 #define PAD(howmany, with) do { \ macro
376 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \
987 PAD(width - realsz, blanks);
999 PAD(width - realsz, zeroes);
1002 PAD(dprec - size, zeroes);
1016 PAD(-expt, zeroes);
1033 PAD(prec - ndig, zeroes);
1045 PAD(width - realsz, blanks);
/openbsd-current/gnu/usr.bin/perl/lib/unicore/To/
H A DNameAlia.pl102 80 PAD: abbreviation
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp633 BuildMI(MBB, I, DL, TII->get(R600::PAD));
/openbsd-current/gnu/usr.bin/perl/ext/B/
H A DB.xs1305 PAD *comppad = PadlistARRAY(padlist)[1];
2185 PAD **padp = PadlistARRAY(padlist);
H A DB.pm1290 =head2 PAD-RELATED CLASSES
/openbsd-current/gnu/usr.bin/perl/ext/Devel-Peek/
H A DPeek.pm520 PADNAME = 0x22e9ec0(0x22eed00) PAD = 0x22e9ea8(0x22eecd0)
/openbsd-current/usr.bin/kdump/
H A Dkdump.c631 PAD = -7, enumerator in enum:__anon25
/openbsd-current/gnu/usr.bin/perl/lib/B/
H A DDeparse.pm2936 } elsif (class($op) =~ /^(SV|PAD)OP$/) {
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A DName.pl554 PAD
66179 CUNEIFORM SIGN PAD
[all...]

Completed in 691 milliseconds