OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endval
(Results
1 - 5
of
5
) sorted by null
/external/elfutils/libasm/
asm_addsleb128.c
59
int32_t
endval
= num >> 31;
local
69
if (num ==
endval
)
/ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp
94
static void setDomain(Storage_t &dom, const T1 &begval, const T2 &
endval
) {
96
dom[1] = (
endval
- begval + 1);
/ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp
94
static void setDomain(Storage_t &dom, const T1 &begval, const T2 &
endval
) {
96
dom[1] = (
endval
- begval + 1);
/toolchain/binutils/binutils-2.25/binutils/
stabs.c
503
bfd_vma
endval
;
local
505
endval
= value;
508
&& info->function_end <
endval
)
509
endval
= info->function_end;
511
|| ! debug_end_function (dhandle,
endval
))
633
bfd_vma
endval
;
local
635
endval
= value;
637
&& info->function_end <
endval
)
638
endval
= info->function_end;
640
|| ! debug_end_function (dhandle,
endval
))
[
all
...]
/external/libxml2/
xmlschemastypes.c
2006
xmlChar *val, *cur, *
endval
;
local
[
all
...]
Completed in 1486 milliseconds