OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:from_end
(Results
1 - 11
of
11
) sorted by null
/external/libmicrohttpd/src/microhttpd/
memorypool.h
65
* @param
from_end
allocate from end of pool (set to MHD_YES);
73
size_t size, int
from_end
);
memorypool.c
158
* @param
from_end
allocate from end of pool (set to #MHD_YES);
166
size_t size, int
from_end
)
176
if (
from_end
== MHD_YES)
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
codecvt.cpp
85
const intern_type*
from_end
,
90
ptrdiff_t len = (min) (
from_end
- from, to_limit - to);
100
const extern_type*
from_end
,
105
ptrdiff_t len = (min) (
from_end
- from, to_limit - to);
facets_byname.cpp
308
const intern_type*
from_end
,
313
while (from !=
from_end
&& to != to_limit) {
340
const extern_type*
from_end
,
345
while (from !=
from_end
&& to != to_end) {
347
to, from,
from_end
- from,
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
codecvt.cpp
85
const intern_type*
from_end
,
90
ptrdiff_t len = (min) (
from_end
- from, to_limit - to);
100
const extern_type*
from_end
,
105
ptrdiff_t len = (min) (
from_end
- from, to_limit - to);
facets_byname.cpp
308
const intern_type*
from_end
,
313
while (from !=
from_end
&& to != to_limit) {
340
const extern_type*
from_end
,
345
while (from !=
from_end
&& to != to_end) {
347
to, from,
from_end
- from,
[
all
...]
/external/libcxxabi/test/
test_fallback_malloc.pass.cpp
56
void *pop ( container &c, bool
from_end
) {
58
if (
from_end
) {
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_fallback_malloc.pass.cpp
56
void *pop ( container &c, bool
from_end
) {
58
if (
from_end
) {
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
test_fallback_malloc.pass.cpp
56
void *pop ( container &c, bool
from_end
) {
58
if (
from_end
) {
/external/e2fsprogs/lib/ext2fs/
swapfs.c
185
char *
from_end
= (char *)from_header + bufsize;
local
200
while ((char *)from_entry <
from_end
&&
201
(char *)EXT2_EXT_ATTR_NEXT(from_entry) <=
from_end
&&
/external/v8/src/
elements.cc
310
for (uint32_t
from_end
= from_start + static_cast<uint32_t>(copy_size);
311
from_start <
from_end
; from_start++, to_start++) {
352
for (uint32_t
from_end
= from_start + static_cast<uint32_t>(packed_size);
353
from_start <
from_end
; from_start++, to_start++) {
383
for (uint32_t
from_end
= from_start + copy_size;
384
from_start <
from_end
; from_start++, to_start++) {
[
all
...]
Completed in 280 milliseconds