OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gend
(Results
1 - 4
of
4
) sorted by null
/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp
28
void setg(CharT* gbeg, CharT* gnext, CharT*
gend
)
30
base::setg(gbeg, gnext,
gend
);
37
CharT*
gend
= base::egptr();
local
41
assert(base::egptr() ==
gend
);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp
28
void setg(CharT* gbeg, CharT* gnext, CharT*
gend
)
30
base::setg(gbeg, gnext,
gend
);
37
CharT*
gend
= base::egptr();
local
41
assert(base::egptr() ==
gend
);
/external/wpa_supplicant_8/src/p2p/
p2p_parse.c
641
const u8 *g, *
gend
;
local
648
gend
= gi + gi_len;
649
while (g <
gend
) {
657
if (len >
gend
- g || len < 2 * ETH_ALEN + 1 + 2 + 8 + 1)
/external/wpa_supplicant_8/src/drivers/
driver_wext.c
1342
char *genie, *gpos, *
gend
;
local
[
all
...]
Completed in 124 milliseconds