Home
last modified time | relevance | path

Searched defs:amount (Results 1 – 25 of 74) sorted by relevance

123

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h90 static inline uint32_t LSL_C(const uint32_t value, const uint32_t amount, in LSL_C()
101 static inline uint32_t LSL(const uint32_t value, const uint32_t amount, in LSL()
114 static inline uint32_t LSR_C(const uint32_t value, const uint32_t amount, in LSR_C()
125 static inline uint32_t LSR(const uint32_t value, const uint32_t amount, in LSR()
138 static inline uint32_t ASR_C(const uint32_t value, const uint32_t amount, in ASR_C()
156 static inline uint32_t ASR(const uint32_t value, const uint32_t amount, in ASR()
169 static inline uint32_t ROR_C(const uint32_t value, const uint32_t amount, in ROR_C()
182 static inline uint32_t ROR(const uint32_t value, const uint32_t amount, in ROR()
214 const uint32_t amount, const uint32_t carry_in, in Shift_C()
254 const uint32_t amount, const uint32_t carry_in, in Shift()
/openbsd/sys/arch/hppa/spmath/
H A Dhppa.h18 #define Shiftdouble(left,right,amount,dest) \ argument
23 #define Variableshiftdouble(left,right,amount,dest) \ argument
30 #define Variable_shift_double(left,right,amount,dest) \ argument
/openbsd/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp434 bool x86AssemblyInspectionEngine::sub_rsp_pattern_p(int &amount) { in sub_rsp_pattern_p()
452 bool x86AssemblyInspectionEngine::add_rsp_pattern_p(int &amount) { in add_rsp_pattern_p()
471 bool x86AssemblyInspectionEngine::lea_rsp_pattern_p(int &amount) { in lea_rsp_pattern_p()
497 bool x86AssemblyInspectionEngine::lea_rbp_rsp_pattern_p(int &amount) { in lea_rbp_rsp_pattern_p()
524 bool x86AssemblyInspectionEngine::lea_rbx_rsp_pattern_p(int &amount) { in lea_rbx_rsp_pattern_p()
1503 int amount; in AugmentUnwindPlanFromCallSite() local
/openbsd/lib/libcurses/tinfo/
H A Ddoalloc.c48 _nc_doalloc(void *oldp, size_t amount) in _nc_doalloc()
H A Dlib_tputs.c133 size_t amount = SP_PARM->out_inuse; in NCURSES_SP_NAME() local
/openbsd/usr.bin/tftp/
H A Dtftp.c133 unsigned long amount; in sendfile() local
279 unsigned long amount; in recvfile() local
562 printstats(const char *direction, unsigned long amount) in printstats()
/openbsd/games/hack/
H A Ddef.gold.h68 long amount; member
H A Dhack.wield.c124 chwepon(struct obj *otmp, int amount) in chwepon()
H A Dhack.mkobj.c196 long amount = (num ? num : 1 + (rnd(dlevel+2) * rnd(30))); in mkgold() local
H A Dhack.do.c88 long amount = OGOLD(obj); in drop() local
/openbsd/gnu/usr.bin/texinfo/info/
H A Ddisplay.c451 display_scroll_display (int start, int end, int amount) in display_scroll_display()
565 int start, end, amount; in display_scroll_line_starts() local
H A Dsession.c542 int start, end, amount; in set_window_pagetop() local
557 int start, end, amount; in set_window_pagetop() local
1489 int start, end, amount; variable
1620 int amount; variable
/openbsd/gnu/llvm/lldb/source/Core/
H A DProgress.cpp39 void Progress::Increment(uint64_t amount) { in Increment()
/openbsd/lib/libcrypto/
H A Dcrypto_lock.c84 CRYPTO_add_lock(int *pointer, int amount, int type, const char *file, in CRYPTO_add_lock()
/openbsd/sys/dev/ic/
H A Dne2000.c611 u_short amount) in ne2000_ring_copy()
668 u_int8_t *dst, size_t amount, int useword) in ne2000_readmem()
/openbsd/usr.sbin/nsd/
H A Dbuffer.c92 buffer_reserve(buffer_type *buffer, size_t amount) in buffer_reserve()
/openbsd/sbin/unwind/libunbound/sldns/
H A Dsbuffer.c93 sldns_buffer_reserve(sldns_buffer *buffer, size_t amount) in sldns_buffer_reserve()
/openbsd/usr.sbin/unbound/sldns/
H A Dsbuffer.c93 sldns_buffer_reserve(sldns_buffer *buffer, size_t amount) in sldns_buffer_reserve()
/openbsd/gnu/llvm/lldb/examples/synthetic/recognizer_function/
H A Dprogram.cpp97 void set_amount(int amount) { in set_amount()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DStream.cpp168 void Stream::IndentMore(unsigned amount) { m_indent_level += amount; } in IndentMore()
171 void Stream::IndentLess(unsigned amount) { in IndentLess()
/openbsd/gnu/llvm/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp311 void ConnectionGenericFile::IncrementFilePointer(DWORD amount) { in IncrementFilePointer()
/openbsd/gnu/usr.bin/gcc/gcc/config/h8300/
H A Dh8300.c414 unsigned HOST_WIDE_INT amount; local
931 HOST_WIDE_INT amount; local
3367 int amount; local
3931 int amount; local
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff64-rs6000.c839 bfd_size_type amount; local
1063 bfd_size_type amount = bfd_coff_filhsz (abfd); local
1081 bfd_size_type amount = bfd_coff_aoutsz (abfd); local
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoff64-rs6000.c840 bfd_size_type amount; local
1064 bfd_size_type amount = bfd_coff_filhsz (abfd); local
1082 bfd_size_type amount = bfd_coff_aoutsz (abfd); local
H A Daout-arm.c212 bfd_vma *amount; variable

123