OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:type_l
(Results
1 - 8
of
8
) sorted by null
/art/runtime/verifier/
register_line-inl.h
119
const RegType&
type_l
= GetRegisterType(verifier, vsrc);
local
122
if (!
type_l
.CheckWidePair(type_h)) {
124
<< " type=" <<
type_l
<< "/" << type_h;
126
SetRegisterTypeWide(verifier, vdst,
type_l
, type_h);
register_line.cc
180
const RegType&
type_l
= verifier->GetRegTypeCache()->GetFromId(result_[0]);
local
182
if (!
type_l
.IsCategory2Types()) {
184
<< "copyRes2 v" << vdst << "<- result0" << " type=" <<
type_l
;
local
186
DCHECK(
type_l
.CheckWidePair(type_h)); // Set should never allow this case
187
SetRegisterTypeWide(verifier, vdst,
type_l
, type_h); // also sets the high
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
ftp.h
52
#define
TYPE_L
4 /* local byte size */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
ftp.h
52
#define
TYPE_L
4 /* local byte size */
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/
addressing_c3x.d
192
00000096 <
Type_L
>:
addressing_c4x.d
197
00000099 <
Type_L
>:
addressing.s
241
Type_L
: stf R0,*AR0 &|| stf R0,*AR0
/external/icu/icu4c/source/tools/toolutil/
package.cpp
76
enum {
TYPE_L
, TYPE_B, TYPE_LE, TYPE_E, TYPE_COUNT };
86
type == 'l' ?
TYPE_L
:
730
ds[
TYPE_L
]= i==
TYPE_L
? NULL : udata_openSwapper(FALSE, U_ASCII_FAMILY, outIsBigEndian, outCharset, &errorCode);
[
all
...]
Completed in 294 milliseconds