OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:branch
(Results
2051 - 2075
of
4746
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/v8/src/compiler/
raw-machine-assembler.cc
80
void RawMachineAssembler::
Branch
(Node* condition, RawMachineLabel* true_val,
83
Node*
branch
= MakeNode(common()->
Branch
(), 1, &condition);
local
84
schedule()->AddBranch(CurrentBlock(),
branch
, Use(true_val), Use(false_val));
local
/external/v8/src/ic/s390/
stub-cache-s390.cc
82
// TODO(joransiu): Combine into indirect
branch
/external/v8/testing/gtest/scripts/
release_docs.py
38
Google Test or Google Mock, we need to
branch
the wiki files
/external/v8/tools/release/
search_related_commits.py
200
"from the same
branch
e.g. master.")
/external/v8/tools/
v8-info.sh
62
-m Print all patches that were merged to the specified V8
branch
.
/external/valgrind/VEX/priv/
s390_defs.h
36
the mask field in the various
branch
opcodes. */
/external/valgrind/docs/xml/
manual-intro.xml
29
<para><command>Cachegrind</command> is a cache and
branch
-prediction
vg-entities.xml
63
<!ENTITY vg-cg-manual-label "Cachegrind: a cache and
branch
-prediction profiler">
/external/vixl/doc/
changelog.md
60
+ Fix disassembly of
branch
targets.
/frameworks/av/media/libeffects/testlibs/
AudioFormatAdapter.h
78
// This
branch
of "if" is untested
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s
96
BEQ unpackLoop ;//
Branch
to the loop beginning
omxVCM4P10_TransformDequantChromaDCFromPair_s.s
104
BEQ unpackLoop ;//
Branch
to the loop beginning
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s
174
BEQ ACDecode ;//
Branch
to perform AC Coeff Decoding
omxVCM4P2_FindMVpred_s.s
102
;//
Branch
to the case based on blk number
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_UnpackBlock4x4_s.s
96
BEQ unpackLoop ;//
Branch
to the loop beginning
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s
174
BEQ ACDecode ;//
Branch
to perform AC Coeff Decoding
omxVCM4P2_FindMVpred_s.s
102
;//
Branch
to the case based on blk number
/frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h
103
/// if there is a
branch
can not jump to its target, we return false
/frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h
299
/// initBRIslandFactory - initialize the
branch
island factory for relaxation
311
/// maxFwdBranchOffset - return the max forward
branch
offset of the backend.
315
/// maxBwdBranchOffset - return the max backward
branch
offset of the backend.
527
//
branch
island factory
/libcore/luni/src/main/java/java/math/
Multiplication.java
140
* This
branch
probably won't be executed since the power of ten is too
/libcore/luni/src/main/java/java/nio/charset/
ModifiedUtf8.java
135
// This
branch
covers the case 0 = 0xc080.
/packages/apps/TV/
version.mk
50
# Change this for each
branch
/packages/services/Car/car_product/overlay/vendor/google/apps/SetupWizard/res/xml/
wizard_script_user.xml
128
<!--
Branch
to script for setting up with or without an account [REQUIRED] -->
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
siginfo.h
196
#define TRAP_BRANCH (__SI_FAULT|3) /* process taken
branch
trap */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rb_tree_map_/
rb_tree_.hpp
74
* @ingroup
branch
-detail
Completed in 982 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>