| /src/sys/lib/libkern/arch/powerpc/ |
| memset.S | 44 #define r_val %r0 define 47 li r_val, 0 /* Value to fill with */ 52 mr r_val, %r4 /* Value to fill with */ 65 1: stbu r_val, 1(r_dst) /* update memory */ 70 rlwimi r_val, r_val, 8, 16, 23 /* word extend fill value */ 71 rlwimi r_val, r_val, 16, 0, 15 76 stb r_val, 0(r_dst) 82 sth r_val, 0(r_dst [all...] |
| /src/external/bsd/flex/dist/src/ |
| scanopt.h | 69 int r_val; /* Value to be returned by scanopt_ex(). */ 68 int r_val; \/* Value to be returned by scanopt_ex(). *\/ member in struct:optspec_t
|
| /src/lib/libc/arch/powerpc/string/ |
| bzero.S | 51 #define r_val %r0 define 56 li r_val, 0 /* Value to stuff in */ 126 1: stbu r_val, 1(r_dst) /* Fill bytewise */ 150 1: stwu r_val, 4(r_dst) /* Fill wordwise */ 176 wbzero: li r_val, 0 201 1: stbu r_val, 1(r_dst) 230 1: stwu r_val, 4(r_dst) 252 1: stbu r_val, 1(r_dst)
|
| /src/sys/arch/x86/pci/ |
| pci_ranges.c | 77 pcireg_t r_val; member in struct:pci_alloc::pci_alloc_reg 151 r->r_val = curbar; 191 r[0].r_val = csr; 192 r[1].r_val = bcr; 228 r[0].r_val = io; 238 r[1].r_val = iohigh; 281 r[0].r_val = base0; 283 r[1].r_val = limit0; 401 r->r_val = curbar; 460 r[0].r_val = csr [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| pat_trie_base.hpp | 198 const_reference r_val = value(); local 199 return std::make_pair(p_traits->begin(p_traits->extract_key(r_val)), 200 p_traits->end(p_traits->extract_key(r_val)));
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| pat_trie_base.hpp | 198 const_reference r_val = value(); local 199 return std::make_pair(p_traits->begin(p_traits->extract_key(r_val)), 200 p_traits->end(p_traits->extract_key(r_val)));
|