OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reg_
(Results
1 - 10
of
10
) sorted by null
/external/v8/src/
code.h
42
:
reg_
(reg), immediate_(0) { }
44
:
reg_
(no_reg), immediate_(immediate) { }
46
bool is_reg() const { return !
reg_
.is(no_reg); }
51
return
reg_
;
59
const Register
reg_
;
member in class:v8::internal::BASE_EMBEDDED
jsregexp.h
1019
int
reg_
;
member in class:v8::internal::Guard
1190
int
reg_
;
member in class:v8::internal::Trace::DeferredAction
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-rxspencer.c
228
#define C(x) {
REG_
##x, #x }
240
printf ("%s regcomp returned
REG_
%s (expected
REG_
%s)\n",
247
printf ("%s regcomp return value
REG_
%d\n", fail, n);
SPENCER.tests
5
# error name (minus the leading
REG_
).
/external/qemu/docs/
ANDROID-QEMU-PIPE.TXT
71
to the device. Variable names beginning with
REG_
correspond to 32-bit I/O
/external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp
88
os << "
reg_
$" << getSymbolID() << "<" << R << ">";
/external/pcre/doc/
pcreposix.3
64
constants whose names start with "
REG_
"; these are used for setting options and
pcre.txt
[
all
...]
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
reg-notes.def
26
#define REG_NOTE(NAME) DEF_REG_NOTE (
REG_
##NAME)
/external/pcre/doc/html/
pcreposix.html
87
constants whose names start with "
REG_
"; these are used for setting options and
Completed in 869 milliseconds