/openbsd/lib/libc/db/recno/ |
H A D | rec_get.c | 112 __rec_fpipe(BTREE *t, recno_t top) in __rec_fpipe() 166 __rec_vpipe(BTREE *t, recno_t top) in __rec_vpipe() 221 __rec_fmap(BTREE *t, recno_t top) in __rec_fmap() 269 __rec_vmap(BTREE *t, recno_t top) in __rec_vmap()
|
/openbsd/lib/libcrypto/bn/ |
H A D | bn_rand.c | 123 bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) in bnrand() 202 BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() 209 BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand() 217 BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-tahoe.c | 37 struct top /* tahoe instruction operand */ struct 39 int top_ndx; /* -1, or index register. eg 7=[R7] */ argument 40 int top_reg; /* -1, or register number. eg 7 = R7 or (R7) */ argument 41 byte top_mode; /* Addressing mode byte. This byte, defines argument 44 char top_access; /* Access type wanted for this operand argument 46 char top_width; /* Operand width expected, one of "bwlq?-:!" */ argument 48 char * top_error; /* Say if operand is inappropriate */ argument 54 byte top_dispsize; /* Number of bytes in the displacement if we argument
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_stack.h | 156 top() { return c.back(); } in top() function 163 top() const { return c.back(); } in top() function
|
/openbsd/sys/lib/libsa/ |
H A D | alloc.c | 125 static char *top = (char *)HEAP_START; variable 128 static char *top = end; variable
|
/openbsd/lib/libc/db/btree/ |
H A D | bt_conv.c | 56 indx_t i, top; in __bt_pgin() local 121 indx_t i, top; in __bt_pgout() local
|
/openbsd/sys/net80211/ |
H A D | ieee80211_rssadapt.c | 86 int flags = 0, i, rateidx = 0, thridx, top; in ieee80211_rssadapt_choose() local 180 u_int i, thridx, top; in ieee80211_rssadapt_lower_rate() local 220 int i, rate, top; in ieee80211_rssadapt_raise_rate() local
|
/openbsd/usr.bin/mail/ |
H A D | names.c | 86 struct name *top, *np, *t; in extract() local 116 char *cp, *top; in detract() local 207 struct name *np, *top; in outof() local
|
/openbsd/gnu/gcc/libdecnumber/ |
H A D | decimal128.c | 109 uByte top; /* work */ in decimal128FromNumber() local 200 uInt top = d128->bytes[0] & 0x7f; /* top byte, less sign bit */ in decimal128ToNumber() local
|
H A D | decimal64.c | 109 uByte top; /* work */ in decimal64FromNumber() local 196 uInt top = d64->bytes[0] & 0x7f; /* top byte, less sign bit */ in decimal64ToNumber() local
|
H A D | decimal32.c | 109 uByte top; /* work */ in decimal32FromNumber() local 197 uInt top = d32->bytes[0] & 0x7f; /* top byte, less sign bit */ in decimal32ToNumber() local
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/ |
H A D | find_fn_imps.hpp | 50 top() const in top() function in PB_DS_CLASS_C_DEC
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/ |
H A D | find_fn_imps.hpp | 50 top() const in top() function in PB_DS_CLASS_C_DEC
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_xgmi.c | 343 struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info; in amdgpu_xgmi_show_num_hops() local 362 struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info; in amdgpu_xgmi_show_num_links() local 691 struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info; in amdgpu_xgmi_get_hops_count() local 704 struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info; in amdgpu_xgmi_get_num_links() local
|
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/ |
H A D | find_fn_imps.hpp | 50 top() const in top() function in PB_DS_CLASS_C_DEC
|
/openbsd/sys/arch/amd64/stand/efiboot/ |
H A D | heap.h | 20 static char *top = NULL; variable
|
/openbsd/sys/arch/arm64/stand/efiboot/ |
H A D | heap.h | 20 static char *top = NULL; variable
|
/openbsd/sys/arch/armv7/stand/efiboot/ |
H A D | heap.h | 20 static char *top = NULL; variable
|
/openbsd/sys/arch/riscv64/stand/efiboot/ |
H A D | heap.h | 20 static char *top = NULL; variable
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20000819-1.c | 5 int *p, *top; in foo() local
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | operators33.C | 20 struct fcell *top; variable
|
/openbsd/lib/libc/gmon/ |
H A D | mcount.c | 50 struct tostruct *top, *prevtop; in _MCOUNT_DECL() local
|
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
H A D | mips_pro.c | 32 top (int y) in top() function
|
/openbsd/sys/lib/libkern/ |
H A D | mcount.c | 52 struct tostruct *top, *prevtop; in _MCOUNT_DECL() local
|
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/ |
H A D | Stack.pm | 45 sub top { subroutine
|