HomeSort by relevance Sort by last modified time
    Searched defs:strt (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
sp-pc-validations-bad.s 258 @ STRT
259 strt r0, [pc], #4 @ Unpredictable label
260 strt r0, [pc],r1, LSL #4 @ ditto label
261 strt r0, [r1],pc, LSL #4 @ ditto label
sp-pc-validations-bad-t.s 365 @ STRT
366 strt r0,[pc,#4] @ Undefined label
367 strt pc,[r0,#4] @ Unpredictable label
368 strt sp,[r0,#4] @ ditto label
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dsp_helper.cc 198 int16_t strt = (kParabolaCoefficients[fit_index[fs_mult]][0] local
201 if (temp < -den * strt) {
202 lmt = strt - stp;
215 } else if (temp > -den * (strt + stp)) {
216 lmt = strt + 2 * stp;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.h 25 ** Strings are kept in several lists headed by the array g->strt.hash.
119 stringtable strt; /* hash table for strings */ member in struct:global_State
126 int sweepstrgc; /* position of sweep in `strt' */
  /external/skia/third_party/lua/src/
lstate.h 25 ** Strings are kept in several lists headed by the array g->strt.hash.
119 stringtable strt; /* hash table for strings */ member in struct:global_State
126 int sweepstrgc; /* position of sweep in `strt' */
  /external/syslinux/com32/lua/src/
lstate.h 25 ** Strings are kept in several lists headed by the array g->strt.hash.
119 stringtable strt; /* hash table for strings */ member in struct:global_State
126 int sweepstrgc; /* position of sweep in `strt' */

Completed in 3746 milliseconds