OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expect_sub
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/test/unit/
fxp.c
167
expect_sub
(const char *astr, const char *bstr, const char* resultstr) {
function
176
expect_sub
("0", "0", "0");
177
expect_sub
("1", "0", "1");
178
expect_sub
("1", "1", "0");
179
expect_sub
("3.5", "1.5", "2");
180
expect_sub
("0.3", "0.1", "0.2");
181
expect_sub
("456", "123", "333");
/src/external/bsd/jemalloc/dist/test/unit/
fxp.c
166
expect_sub
(const char *astr, const char *bstr, const char *resultstr) {
function
175
expect_sub
("0", "0", "0");
176
expect_sub
("1", "0", "1");
177
expect_sub
("1", "1", "0");
178
expect_sub
("3.5", "1.5", "2");
179
expect_sub
("0.3", "0.1", "0.2");
180
expect_sub
("456", "123", "333");
Completed in 23 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026