HomeSort by relevance Sort by last modified time
    Searched full:chase (Results 1 - 25 of 44) sorted by null

1 2

  /external/tremolo/Tremolo/
codebook.c 162 long chase=0; local
165 /* chase the tree as far as it's already populated, fill in past */
168 if(chase>=top){
169 if (chase < 0 || chase >= n) return 1;
171 r[chase*2]=top;
172 r[chase*2+1]=0;
174 if (chase < 0 || chase >= n || chase*2+bit > n*2+1) return 1
624 ogg_uint32_t chase=0; local
    [all...]
dpen.s 96 MOV r7, #0 @ r7 = chase
99 ADC r2, r6, r7, LSL #1 @ r8 = &t[chase*2+C]
105 AND r7, r7, #0x7F @ r7 = chase
111 MOV r0, r7 @ return chase
122 MOV r7, r10 @ r7 = chase=next
124 ADC r8, r6, r7 @ r8 = t+chase+bit
125 LDRB r10,[r8], -r6 @ r10= next=t[chase+bit] r8=chase+bit
138 CMP r8, r7 @ if bit==0 (chase+bit==chase) (sets C
    [all...]
  /external/quake/quake/src/WinQuake/
chase.cpp 20 // chase.c -- chase camera code
Makefile.linuxi386 106 $(BUILDDIR)/squake/chase.o \
213 $(BUILDDIR)/squake/chase.o : $(MOUNT_DIR)/chase.c
480 $(BUILDDIR)/x11/chase.o \
586 $(BUILDDIR)/x11/chase.o : $(MOUNT_DIR)/chase.c
853 $(BUILDDIR)/glquake/chase.o \
936 $(BUILDDIR)/glquake/chase.o : $(MOUNT_DIR)/chase.c
    [all...]
Makefile.Solaris 56 $(BUILDDIR)/chase.o \
168 $(BUILDDIR)/chase.o : $(MOUNT_DIR)/chase.c
WinQuake.plg 338 "D:\Work\quake source\WinQuake\chase.c"
416 ".\Release\chase.obj"
513 chase.c
quakedef.h 337 // chase
  /external/sonivox/jet_tools/JetCreator/
JetCreatorhlp.dat 74 chase controllers = This option will force JET to chase controllers up to the beginning of a given segment. This help keep a segment in sync with its parent MIDI file.
94 chase controllers = If on, MIDI CC messages and program changes will be read from the beginning of the segment when playing or triggering events in the middle of the segment. This should almost always be checked.
109 chase controllers = If on, MIDI CC messages and program changes will be read from the beginning of the segment when playing or triggering events in the middle of the segment. This should almost always be checked.
JetFile.py 163 # find start of clip and chase events from last save point
170 #BTH; Seems to fix chase controller bug when multiple clips within segment
441 # chase controller events and fix them
    [all...]
JetDefs.py 408 ('Chase Controllers', F_CHASECONTROLLERS, ROW3, COL1, 200, 0, 0, -1, [], "", True, ""),
419 ('Chase Controllers', F_CHASECONTROLLERS, ROW2, COL1, 200, 0, 0, -1, [], "", True, ""),
  /external/quake/
Android.mk 44 chase.cpp \
  /system/extras/tests/pftest/
pftest.c 88 /* Starting point of the pointer chase */
  /dalvik/vm/oo/
Object.c 464 * Does not chase into the superclass.
485 * Does not chase into the superclass.
507 * Does not chase into the superclass.
Resolve.c 209 * We need to chase up the class hierarchy to find methods defined
  /external/sonivox/arm-fm-22k/lib_src/
eas_miditypes.h 115 #define SMF_FLAGS_CHASE_MODE 0x01 /* chase mode - skip to first note */
eas_smf.c 240 /* if chase mode, lie about time */
1005 /* chase mode logic */
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_miditypes.h 115 #define SMF_FLAGS_CHASE_MODE 0x01 /* chase mode - skip to first note */
eas_smf.c 240 /* if chase mode, lie about time */
1005 /* chase mode logic */
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_miditypes.h 115 #define SMF_FLAGS_CHASE_MODE 0x01 /* chase mode - skip to first note */
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List4.java 154 "To chase these pagans in those holy fields" +
List6.java 168 "To chase these pagans in those holy fields" +
  /external/grub/stage2/
fsys_minix.c 351 /* If we've got a symbolic link, then chase it. */
fsys_ext2fs.c 601 /* If we've got a symbolic link, then chase it. */
  /external/quake/quake/src/QW/client/
cl_cam.c 103 // returns true if we should draw this player, we don't if we are chase camming
  /frameworks/base/docs/html/guide/topics/media/jet/
jetcreator_manual.jd 931 <p>Chase Controllers - Option to chase controllers (on/off). This should usually
    [all...]

Completed in 1215 milliseconds

1 2