Searched refs:jump (Results 101 - 125 of 139) sorted by relevance

123456

/external/libhevc/common/arm/
H A Dihevc_inter_pred_filters_luma_vert.s129 @ble end_loops @end loop jump
139 blt core_loop_wd_4 @core loop wd 4 jump
424 ble end_inner_loop_wd_4 @outer loop jump
577 @ble end_loops_16out @end loop jump
587 blt core_loop_wd_4_16out @core loop wd 4 jump
868 ble end_inner_loop_wd_4_16out @outer loop jump
H A Dihevc_sao_edge_offset_class2.s208 BLT WIDTH_RESIDUE @If not jump to WIDTH_RESIDUE where loop is unrolled for 8 case
210 BLE WD_16_HT_4_LOOP @If jump to WD_16_HT_4_LOOP
440 BGT PU1_SRC_LOOP @III If not equal jump to PU1_SRC_LOOP
521 BGT WIDTH_LOOP_16 @If not equal jump to width_loop
522 BEQ WIDTH_RESIDUE @If residue remains jump to residue loop
639 BNE PU1_SRC_LOOP_WD_16_HT_4 @If not equal jump to PU1_SRC_LOOP_WD_16_HT_4
H A Dihevc_inter_pred_filters_luma_vert_w16inp.s121 @ble end_loops @end loop jump
H A Dihevc_inter_pred_luma_vert_w16inp_w16out.s129 @ble end_loops @end loop jump
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
H A Ddb_bench_tree_db.cc461 cur->jump();
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dbuildintrapredictorsmby_neon.asm50 ; compute shift and jump
333 ; compute shift and jump
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
H A Dmemcpy.S49 ! blocks, then jump to the unaligned copy loop or fall through to the aligned
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm245 ;# vertical filtering, jump to storing the data. Otherwise
435 ;# vertical filtering, jump to storing the data. Otherwise
615 ;# vertical filtering, jump to storing the data. Otherwise
784 ;# if possiblity (1) then setup the src pointer to be the orginal and jump
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlcode.c91 ** returns current `pc' and marks it as a jump target (to avoid wrong
119 ** check whether list has any jump that do not produce a value
157 fixjump(fs, list, dtarget); /* jump to default target */
415 static int code_label (FuncState *fs, int A, int b, int jump) { argument
416 luaK_getlabel(fs); /* those instructions may be jump targets */
417 return luaK_codeABC(fs, OP_LOADBOOL, A, b, jump);
471 luaK_concat(fs, &e->t, e->u.info); /* put this jump in `t' list */
622 int pc; /* pc of last jump */
639 luaK_concat(fs, &e->f, pc); /* insert last jump in `f' list */
646 int pc; /* pc of last jump */
[all...]
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java89 * There's no single operation to compare longs and jump, or to compare ints and
98 * that label. You can jump to a label that hasn't yet been marked (jumping
100 * unconditionally with {@link #jump jump(Label)} or conditionally based on a
110 * jump, return or throw.
115 * throwable class. All statements that follow will jump to that catch clause if
120 * {@link #throwValue throwValue()}. Control flow will jump to the nearest label
338 jump(label); // blocks must end with a branch, return or throw
345 * error to jump to a label not marked on this {@code Code}.
347 public void jump(Labe method in class:Code
[all...]
/external/libpcap/msdos/
H A Dpkt_rx0.asm99 jb @noWrap ;; no - jump
/external/libvpx/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm245 ;# vertical filtering, jump to storing the data. Otherwise
435 ;# vertical filtering, jump to storing the data. Otherwise
615 ;# vertical filtering, jump to storing the data. Otherwise
784 ;# if possiblity (1) then setup the src pointer to be the orginal and jump
/external/valgrind/main/memcheck/tests/
H A Dxml1.stderr.exp119 <what>Conditional jump or move depends on uninitialised value(s)</what>
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java526 code.jump(afterIf);
1130 code.jump(afterLoop);
1134 code.jump(loopCondition);
1171 code.jump(afterLoop);
1174 code.jump(loopCondition);
/external/e2fsprogs/lib/blkid/
H A Dprobe.h451 __u8 jump[3]; member in struct:ntfs_super_block
/external/libcxxabi/src/Unwind/
H A DUnwindRegistersRestore.S309 ret lr ; jump to pc
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dx86p_32.asm928 jmp .L2 ; short jump out of range :(
1005 jz .L2 ; L1 out of range for short jump :(
/external/smack/src/org/xbill/DNS/
H A DName.java378 in.jump(pos);
H A DDNSSEC.java165 out.jump(lengthPosition);
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S66 bcs discrete_char @ if set, we jump to discrete char
/external/valgrind/main/callgrind/
H A Dcallgrind_annotate.in657 } elsif (s/^(jump|jcnd)=//) {
658 #ignore jump information
663 # ignore jump information
668 # ignore jump information
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S74 jc discrete_char # ! if set, we jump to discrete char
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S66 jc discrete_char # if set, we jump to discrete char
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as752 input.seek(stopIndex+1); // jump to one past stop token
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance.asm1394 ; code in the sense that the ssse3 version would jump to the appropriate

Completed in 7709 milliseconds

123456