Home
last modified time | relevance | path

Searched defs:rm (Results 26 – 50 of 5373) sorted by relevance

12345678910>>...215

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/vmware/govmomi/govc/fields/
H A Drm.go28 type rm struct { struct
33 cli.Register("fields.rm", &rm{})
36 func (cmd *rm) Register(ctx context.Context, f *flag.FlagSet) {
41 func (cmd *rm) Process(ctx context.Context) error {
48 func (cmd *rm) Usage() string {
52 func (cmd *rm) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/vmware/govmomi/govc/fields/
H A Drm.go28 type rm struct { struct
33 cli.Register("fields.rm", &rm{})
36 func (cmd *rm) Register(ctx context.Context, f *flag.FlagSet) {
41 func (cmd *rm) Process(ctx context.Context) error {
48 func (cmd *rm) Usage() string {
52 func (cmd *rm) Run(ctx context.Context, f *flag.FlagSet) error {
/dports/math/pspp/pspp-1.4.1/src/libpspp/
H A Drange-map.c36 range_map_init (struct range_map *rm) in range_map_init()
44 range_map_is_empty (const struct range_map *rm) in range_map_is_empty()
54 range_map_insert (struct range_map *rm, in range_map_insert()
76 range_map_delete (struct range_map *rm, struct range_map_node *node) in range_map_delete()
84 range_map_lookup (const struct range_map *rm, in range_map_lookup()
97 range_map_first (const struct range_map *rm) in range_map_first()
106 range_map_next (const struct range_map *rm, in range_map_next()
136 first_node (const struct range_map *rm) in first_node()
144 next_node (const struct range_map *rm, const struct range_map_node *node) in next_node()
152 prev_node (const struct range_map *rm, const struct range_map_node *node) in prev_node()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Memory/
H A DromMapperSonyHBI55.c59 static void destroy(SonyHBI55* rm) in destroy()
76 static void reset(SonyHBI55* rm) in reset()
87 static void loadState(SonyHBI55* rm) in loadState()
102 static void saveState(SonyHBI55* rm) in saveState()
117 static void writeA(SonyHBI55* rm, UInt8 value) in writeA()
122 static void writeB(SonyHBI55* rm, UInt8 value) in writeB()
147 static void writeCLo(SonyHBI55* rm, UInt8 value) in writeCLo()
152 static void writeCHi(SonyHBI55* rm, UInt8 value) in writeCHi()
163 static UInt8 readCLo(SonyHBI55* rm) in readCLo()
169 static UInt8 readCHi(SonyHBI55* rm) in readCHi()
[all …]
H A DromMapperOpcodePsg.c46 static void saveState(RomMapperOpcodePsg* rm) in saveState()
51 static void loadState(RomMapperOpcodePsg* rm) in loadState()
56 static void destroy(RomMapperOpcodePsg* rm) in destroy()
69 static UInt8 peek(RomMapperOpcodePsg* rm, UInt16 ioPort) in peek()
74 static UInt8 read(RomMapperOpcodePsg* rm, UInt16 ioPort) in read()
79 static void write(RomMapperOpcodePsg* rm, UInt16 ioPort, UInt8 value) in write()
89 static void reset(RomMapperOpcodePsg* rm) in reset()
94 static void getDebugInfo(RomMapperOpcodePsg* rm, DbgDevice* dbgDevice) in getDebugInfo()
109 RomMapperOpcodePsg* rm = malloc(sizeof(RomMapperOpcodePsg)); in romMapperOpcodePsgCreate() local
H A DromMapperS1990.c49 static void saveState(RomMapperS1990* rm) in saveState()
59 static void loadState(RomMapperS1990* rm) in loadState()
69 static void destroy(RomMapperS1990* rm) in destroy()
80 static void updateStatus(RomMapperS1990* rm, UInt8 value) in updateStatus()
87 static UInt8 read(RomMapperS1990* rm, UInt16 ioPort) in read()
112 static void write(RomMapperS1990* rm, UInt16 ioPort, UInt8 value) in write()
128 static void reset(RomMapperS1990* rm) in reset()
134 static void getDebugInfo(RomMapperS1990* rm, DbgDevice* dbgDevice) in getDebugInfo()
147 RomMapperS1990* rm; in romMapperS1990Create() local
H A DromMapperJoyrexPsg.c46 static void saveState(RomMapperJoyrexPsg* rm) in saveState()
51 static void loadState(RomMapperJoyrexPsg* rm) in loadState()
56 static void destroy(RomMapperJoyrexPsg* rm) in destroy()
67 static UInt8 peek(RomMapperJoyrexPsg* rm, UInt16 ioPort) in peek()
72 static void write(RomMapperJoyrexPsg* rm, UInt16 ioPort, UInt8 value) in write()
77 static void reset(RomMapperJoyrexPsg* rm) in reset()
83 static void getDebugInfo(RomMapperJoyrexPsg* rm, DbgDevice* dbgDevice) in getDebugInfo()
95 RomMapperJoyrexPsg* rm = malloc(sizeof(RomMapperJoyrexPsg)); in romMapperJoyrexPsgCreate() local
H A DromMapperBeerIDE.c89 static void saveState(RomMapperBeerIde* rm) in saveState()
104 static void loadState(RomMapperBeerIde* rm) in loadState()
119 static void destroy(RomMapperBeerIde* rm) in destroy()
142 static UInt8 readA(RomMapperBeerIde* rm) in readA()
147 static UInt8 readB(RomMapperBeerIde* rm) in readB()
152 static void writeA(RomMapperBeerIde* rm, UInt8 value) in writeA()
158 static void writeB(RomMapperBeerIde* rm, UInt8 value) in writeB()
164 static void writeCLo(RomMapperBeerIde* rm, UInt8 value) in writeCLo()
169 static void writeCHi(RomMapperBeerIde* rm, UInt8 value) in writeCHi()
206 static void reset(RomMapperBeerIde* rm) in reset()
[all …]
H A DromMapperSvi328Fdc.c47 static void saveState(Svi328Fdc* rm) in saveState()
58 static void loadState(Svi328Fdc* rm) in loadState()
69 static void destroy(Svi328Fdc* rm) in destroy()
86 static UInt8 peekIo(Svi328Fdc* rm, UInt16 ioPort) in peekIo()
105 static UInt8 readIo(Svi328Fdc* rm, UInt16 ioPort) in readIo()
122 static void writeIo(Svi328Fdc* rm, UInt16 ioPort, UInt8 value) in writeIo()
162 static void reset(Svi328Fdc* rm) in reset()
167 static void getDebugInfo(Svi328Fdc* rm, DbgDevice* dbgDevice) in getDebugInfo()
182 Svi328Fdc* rm; in svi328FdcCreate() local
H A DromMapperMoonsound.c47 static void destroy(RomMapperMoonsound* rm) in destroy()
66 static void reset(RomMapperMoonsound* rm) in reset()
73 static void loadState(RomMapperMoonsound* rm) in loadState()
84 static void saveState(RomMapperMoonsound* rm) in saveState()
95 static UInt8 read(RomMapperMoonsound* rm, UInt16 ioPort) in read()
100 static UInt8 peek(RomMapperMoonsound* rm, UInt16 ioPort) in peek()
105 static void write(RomMapperMoonsound* rm, UInt16 ioPort, UInt8 data) in write()
110 static void getDebugInfo(RomMapperMoonsound* rm, DbgDevice* dbgDevice) in getDebugInfo()
133 RomMapperMoonsound* rm = malloc(sizeof(RomMapperMoonsound)); in romMapperMoonsoundCreate() local
H A DAmdFlash.c60 static int checkCommandEraseSector(AmdFlash* rm) in checkCommandEraseSector() argument
77 static int checkCommandEraseChip(AmdFlash* rm) in checkCommandEraseChip()
92 static int checkCommandProgram(AmdFlash* rm) in checkCommandProgram()
106 static int checkCommandManifacturer(AmdFlash* rm) in checkCommandManifacturer()
120 UInt8 amdFlashRead(AmdFlash* rm, UInt32 address) in amdFlashRead()
172 UInt8* amdFlashGetPage(AmdFlash* rm, UInt32 address) in amdFlashGetPage()
178 int amdFlashCmdInProgress(AmdFlash* rm) in amdFlashCmdInProgress()
183 void amdFlashReset(AmdFlash* rm) in amdFlashReset()
189 void amdFlashSaveState(AmdFlash* rm) in amdFlashSaveState()
207 void amdFlashLoadState(AmdFlash* rm) in amdFlashLoadState()
[all …]
H A DAtmelPerom.c60 static int checkCommandEraseSector(AtmelPerom* rm) in checkCommandEraseSector() argument
77 static int checkCommandEraseChip(AtmelPerom* rm) in checkCommandEraseChip()
92 static int checkCommandProgram(AtmelPerom* rm) in checkCommandProgram()
106 static int checkCommandManifacturer(AtmelPerom* rm) in checkCommandManifacturer()
120 UInt8 atmelPeromRead(AtmelPerom* rm, UInt32 address) in atmelPeromRead()
172 UInt8* atmelPeromGetPage(AtmelPerom* rm, UInt32 address) in atmelPeromGetPage()
178 int atmelPeromCmdInProgress(AtmelPerom* rm) in atmelPeromCmdInProgress()
183 void atmelPeromReset(AtmelPerom* rm) in atmelPeromReset()
189 void atmelPeromSaveState(AtmelPerom* rm) in atmelPeromSaveState()
207 void atmelPeromLoadState(AtmelPerom* rm) in atmelPeromLoadState()
[all …]
H A DromMapperOpcodeMegaRam.c55 static void slotUpdate(RomMapperOpcodeMegaRam* rm) in slotUpdate()
64 static void saveState(RomMapperOpcodeMegaRam* rm) in saveState()
78 static void loadState(RomMapperOpcodeMegaRam* rm) in loadState()
94 static void destroy(RomMapperOpcodeMegaRam* rm) in destroy()
107 static UInt8 peek(RomMapperOpcodeMegaRam* rm, UInt16 ioPort) in peek()
112 static UInt8 read(RomMapperOpcodeMegaRam* rm, UInt16 ioPort) in read()
117 static void write(RomMapperOpcodeMegaRam* rm, UInt16 ioPort, UInt8 value) in write()
123 static void reset(RomMapperOpcodeMegaRam* rm) in reset()
133 static void getDebugInfo(RomMapperOpcodeMegaRam* rm, DbgDevice* dbgDevice) in getDebugInfo()
152 RomMapperOpcodeMegaRam* rm = malloc(sizeof(RomMapperOpcodeMegaRam)); in romMapperOpcodeMegaRamCreate() local
H A DromMapperF4device.c46 static void saveState(RomMapperF4device* rm) in saveState()
55 static void loadState(RomMapperF4device* rm) in loadState()
64 static void destroy(RomMapperF4device* rm) in destroy()
74 static UInt8 read(RomMapperF4device* rm, UInt16 ioPort) in read()
79 static void write(RomMapperF4device* rm, UInt16 ioPort, UInt8 value) in write()
89 static void reset(RomMapperF4device* rm) in reset()
94 static void getDebugInfo(RomMapperF4device* rm, DbgDevice* dbgDevice) in getDebugInfo()
106 RomMapperF4device* rm = malloc(sizeof(RomMapperF4device)); in romMapperF4deviceCreate() local
H A DromMapperTurboRPcm.c53 static void saveState(RomMapperTurboRPcm* rm) in saveState()
66 static void loadState(RomMapperTurboRPcm* rm) in loadState()
81 static void destroy(RomMapperTurboRPcm* rm) in destroy()
93 static UInt8 getTimerCounter(RomMapperTurboRPcm* rm) in getTimerCounter()
106 static UInt8 read(RomMapperTurboRPcm* rm, UInt16 ioPort) in read()
117 static UInt8 peek(RomMapperTurboRPcm* rm, UInt16 ioPort) in peek()
128 static void write(RomMapperTurboRPcm* rm, UInt16 ioPort, UInt8 value) in write()
151 static void reset(RomMapperTurboRPcm* rm) in reset()
158 static void getDebugInfo(RomMapperTurboRPcm* rm, DbgDevice* dbgDevice) in getDebugInfo()
171 RomMapperTurboRPcm* rm = malloc(sizeof(RomMapperTurboRPcm)); in romMapperTurboRPcmCreate() local
/dports/math/octave-forge-statistics/statistics-1.4.3/install-conditionally/distributions/
H A Dpoissinv.m119 rm = 2.82298751e-07; variable
120 rm = -2.58136133e-06 + rm.*sk; variable
121 rm = 1.02118025e-05 + rm.*sk; variable
122 rm = -2.37996199e-05 + rm.*sk; variable
123 rm = 4.05347462e-05 + rm.*sk; variable
124 rm = -6.63730967e-05 + rm.*sk; variable
125 rm = 0.000124762566 + rm.*sk; variable
126 rm = -0.000256970731 + rm.*sk; variable
127 rm = 0.000558953132 + rm.*sk; variable
128 rm = -0.00133129194 + rm.*sk; variable
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/ia32/
H A Ddisasm-ia32.cc416 int mod, regop, rm; in PrintRightOperandHelper() local
524 int mod, regop, rm; in PrintOperands() local
552 int mod, regop, rm; in PrintImmediateOp() local
581 int mod, regop, rm; in F7Instruction() local
623 int mod, regop, rm; in D1D3C1Instruction() local
1067 int mod, regop, rm; in AVXInstruction() local
1608 int mod, regop, rm; in InstructionDecode() local
1796 int mod, regop, rm; in InstructionDecode() local
1807 int mod, regop, rm; in InstructionDecode() local
1845 int mod, regop, rm; in InstructionDecode() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/diagnostics/ia32/
H A Ddisasm-ia32.cc387 int mod, regop, rm; in PrintRightOperandHelper() local
475 int mod, regop, rm; in PrintOperands() local
501 int mod, regop, rm; in PrintImmediateOp() local
544 int mod, regop, rm; in F7Instruction() local
585 int mod, regop, rm; in D1D3C1Instruction() local
1061 int mod, regop, rm; in AVXInstruction() local
1773 int mod, regop, rm; in InstructionDecode() local
1976 int mod, regop, rm; in InstructionDecode() local
1986 int mod, regop, rm; in InstructionDecode() local
2033 int mod, regop, rm; in InstructionDecode() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/ia32/
H A Ddisasm-ia32.cc387 int mod, regop, rm; in PrintRightOperandHelper() local
475 int mod, regop, rm; in PrintOperands() local
501 int mod, regop, rm; in PrintImmediateOp() local
544 int mod, regop, rm; in F7Instruction() local
585 int mod, regop, rm; in D1D3C1Instruction() local
1049 int mod, regop, rm; in AVXInstruction() local
1743 int mod, regop, rm; in InstructionDecode() local
1940 int mod, regop, rm; in InstructionDecode() local
1950 int mod, regop, rm; in InstructionDecode() local
1997 int mod, regop, rm; in InstructionDecode() local
[all …]
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/ia32/
H A Ddisasm-ia32.cc391 int mod, regop, rm; in PrintRightOperandHelper() local
476 int mod, regop, rm; in PrintOperands() local
502 int mod, regop, rm; in PrintImmediateOp() local
545 int mod, regop, rm; in F7Instruction() local
586 int mod, regop, rm; in D1D3C1Instruction() local
1122 int mod, regop, rm; in AVXInstruction() local
1894 int mod, regop, rm; in InstructionDecode() local
1915 int mod, regop, rm; in InstructionDecode() local
2098 int mod, regop, rm; in InstructionDecode() local
2108 int mod, regop, rm; in InstructionDecode() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/containers/
H A Drow_map_benchmark.cc78 RowMap rm = factory(); in BenchRowMapInsertIntoEmpty() local
88 RowMap rm, in BenchRowMapSelect()
97 RowMap rm, in BenchRowMapFilterInto()
154 RowMap rm(CreateRange(kSize)); in BM_RowMapSelectRangeWithRange() local
161 RowMap rm(CreateRange(kSize)); in BM_RowMapSelectRangeWithBv() local
168 RowMap rm(CreateRange(kSize)); in BM_RowMapSelectRangeWithIv() local
175 RowMap rm(CreateBitVector(kSize)); in BM_RowMapSelectBvWithRange() local
182 RowMap rm(CreateBitVector(kSize)); in BM_RowMapSelectBvWithBv() local
189 RowMap rm(CreateBitVector(kSize)); in BM_RowMapSelectBvWithIv() local
217 RowMap rm(CreateRange(kSize)); in BM_RowMapFilterIntoRangeWithRange() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/containers/
H A Drow_map_benchmark.cc78 RowMap rm = factory(); in BenchRowMapInsertIntoEmpty() local
88 RowMap rm, in BenchRowMapSelect()
97 RowMap rm, in BenchRowMapFilterInto()
154 RowMap rm(CreateRange(kSize)); in BM_RowMapSelectRangeWithRange() local
161 RowMap rm(CreateRange(kSize)); in BM_RowMapSelectRangeWithBv() local
168 RowMap rm(CreateRange(kSize)); in BM_RowMapSelectRangeWithIv() local
175 RowMap rm(CreateBitVector(kSize)); in BM_RowMapSelectBvWithRange() local
182 RowMap rm(CreateBitVector(kSize)); in BM_RowMapSelectBvWithBv() local
189 RowMap rm(CreateBitVector(kSize)); in BM_RowMapSelectBvWithIv() local
217 RowMap rm(CreateRange(kSize)); in BM_RowMapFilterIntoRangeWithRange() local
[all …]
/dports/math/R-cran-sets/sets/R/
H A Dpredicates.R70 function(x, na.rm = FALSE)
79 function(x, y, na.rm = FALSE)
123 function(x, na.rm = FALSE)
132 function(x, na.rm = FALSE)
140 function(x, na.rm = FALSE)
148 function(x, na.rm = FALSE)
160 function(x, na.rm = FALSE)
183 function(x, na.rm = FALSE)
250 function(x, na.rm = FALSE)
255 function(x, na.rm = FALSE)
[all …]
H A Dsummary.R3 function(..., na.rm = FALSE)
24 median.set <- function(x, na.rm = FALSE) {
28 median.set <- function(x, na.rm = FALSE, ...) {
37 function(..., na.rm = FALSE)
47 function(x, ..., na.rm = FALSE)
65 median.gset <- function(x, na.rm = FALSE) {
80 median.gset <- function(x, na.rm = FALSE, ...) {
101 function(..., na.rm = FALSE)
111 function(x, ..., na.rm = FALSE)
117 median.cset <- function(x, na.rm = FALSE)
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/runtime/
H A Dtest_classLoader.cpp31 ResourceMark rm; in TEST_VM() local
39 ResourceMark rm; in TEST_VM() local
45 ResourceMark rm; in TEST_VM() local
51 ResourceMark rm; in TEST_VM() local
59 ResourceMark rm; in TEST_VM() local
65 ResourceMark rm; in TEST_VM() local
73 ResourceMark rm; in TEST_VM() local
79 ResourceMark rm; in TEST_VM() local
87 ResourceMark rm; in TEST_VM() local

12345678910>>...215