HomeSort by relevance Sort by last modified time
    Searched defs:OFFSET (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/libunwind/src/ia64/
mk_Gcursor_i.c 36 #define OFFSET(sym, offset) \
37 asm volatile("\n->" #sym " %0" : : "i" (offset))
42 OFFSET("IP_OFF", offsetof (struct cursor, ip));
43 OFFSET("PR_OFF", offsetof (struct cursor, pr));
44 OFFSET("BSP_OFF", offsetof (struct cursor, bsp));
45 OFFSET("PSP_OFF", offsetof (struct cursor, psp));
46 OFFSET("PFS_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_PFS]));
47 OFFSET("RNAT_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_RNAT]));
48 OFFSET("UNAT_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_UNAT]))
    [all...]
  /external/fec/
peaktest.c 10 #define OFFSET 1
30 rresult = peakval_port(&samples[OFFSET],NSAMP-OFFSET);
31 result = peakval(&samples[OFFSET],NSAMP-OFFSET);
sqtest.c 8 #define OFFSET 1
23 rresult = sumsq_wq(&samples[OFFSET],NSAMP-OFFSET);
24 result = sumsq_wq(&samples[OFFSET],NSAMP-OFFSET);
vtest615.c 34 #define OFFSET (127.5)
122 symbols[6*i+0] = addnoise(parity(sr & V615POLYA),gain,Gain,OFFSET,CLIP);
123 symbols[6*i+1] = addnoise(parity(sr & V615POLYB),gain,Gain,OFFSET,CLIP);
124 symbols[6*i+2] = addnoise(parity(sr & V615POLYC),gain,Gain,OFFSET,CLIP);
125 symbols[6*i+3] = addnoise(parity(sr & V615POLYD),gain,Gain,OFFSET,CLIP);
126 symbols[6*i+4] = addnoise(parity(sr & V615POLYE),gain,Gain,OFFSET,CLIP);
127 symbols[6*i+5] = addnoise(parity(sr & V615POLYF),gain,Gain,OFFSET,CLIP);
  /external/libopus/silk/
gain_quant.c 34 #define OFFSET ( ( MIN_QGAIN_DB * 128 ) / 6 + 16 * 128 )
51 ind[ k ] = silk_SMULWB( SCALE_Q16, silk_lin2log( gain_Q16[ k ] ) - OFFSET );
89 gain_Q16[ k ] = silk_log2lin( silk_min_32( silk_SMULWB( INV_SCALE_Q16, *prev_ind ) + OFFSET, 3967 ) ); /* 3967 = 31 in Q7 */
123 gain_Q16[ k ] = silk_log2lin( silk_min_32( silk_SMULWB( INV_SCALE_Q16, *prev_ind ) + OFFSET, 3967 ) ); /* 3967 = 31 in Q7 */
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/
7-1.c 30 #define OFFSET 0x7
70 stack_addr = stack_addr + OFFSET;
78 stack_addr = stack_addr + OFFSET;
79 stack_size = PTHREAD_STACK_MIN + OFFSET;
  /external/mesa3d/src/mesa/x86/
gen_matypes.c 97 #define OFFSET( s, t, m ) \
122 OFFSET( "CTX_LIGHT_ENABLED ", struct gl_context, Light.Enabled );
123 OFFSET( "CTX_LIGHT_SHADE_MODEL ", struct gl_context, Light.ShadeModel );
124 OFFSET( "CTX_LIGHT_COLOR_MAT_FACE ", struct gl_context, Light.ColorMaterialFace );
125 OFFSET( "CTX_LIGHT_COLOR_MAT_MODE ", struct gl_context, Light.ColorMaterialMode );
126 OFFSET( "CTX_LIGHT_COLOR_MAT_MASK ", struct gl_context, Light._ColorMaterialBitmask );
127 OFFSET( "CTX_LIGHT_COLOR_MAT_ENABLED ", struct gl_context, Light.ColorMaterialEnabled );
128 OFFSET( "CTX_LIGHT_ENABLED_LIGHTS ", struct gl_context, Light._EnabledLights );
129 OFFSET( "CTX_LIGHT_NEED_VERTS ", struct gl_context, Light._NeedVertices );
130 OFFSET( "CTX_LIGHT_BASE_COLOR ", struct gl_context, Light._BaseColor )
    [all...]
  /libcore/ojluni/src/test/java/time/test/java/time/
TestClock_Offset.java 72 * Test offset clock.
78 private static final Duration OFFSET = Duration.ofSeconds(2);
82 Clock test = Clock.offset(Clock.system(PARIS), OFFSET);
89 Clock test = Clock.offset(Clock.systemUTC(), OFFSET);
  /libcore/ojluni/src/main/java/java/time/temporal/
TemporalQueries.java 254 * If that is not found it tries to obtain the {@link #offset()}.
265 * @return a query that can obtain the zone ID or offset of a temporal, not null
275 * object for the offset. The query will return null if the temporal
276 * object cannot supply an offset.
284 * temporal object contains an offset. If the temporal object does not contain
285 * an offset, then the method reference will throw an exception, whereas this
288 * @return a query that can obtain the offset of a temporal, not null
290 public static TemporalQuery<ZoneOffset> offset() { method in class:TemporalQueries
291 return TemporalQueries.OFFSET;
363 static final TemporalQuery<ZoneOffset> OFFSET = (temporal) ->
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
nettypes.h 28 typedef ULONG OFFSET;
  /cts/tests/tests/graphics/src/android/graphics/cts/
BlurMaskFilterTest.java 36 private static final int OFFSET = 10;
52 canvas.drawRect(CENTER - OFFSET, CENTER - OFFSET, CENTER + OFFSET, CENTER + OFFSET, paint);
55 if (x < CENTER - OFFSET - CHECK_RADIUS || y < CENTER - OFFSET - CHECK_RADIUS) {
58 } else if (x > CENTER - OFFSET + RADIUS && y > CENTER - OFFSET + RADIUS) {
61 } else if (x > CENTER - OFFSET - RADIUS && y > CENTER - OFFSET - RADIUS)
    [all...]
DashPathEffectTest.java 45 private static final int OFFSET = 5;
51 PathEffect effect = new DashPathEffect(PATTERN, OFFSET);
68 PatternIterator iterator = new PatternIterator(PATTERN, OFFSET);
95 * Create an instance that iterates through the given pattern starting at the given offset.
97 PatternIterator(final float[] pattern, int offset) {
99 while (offset-- > 0) {
  /cts/tests/tests/os/src/android/os/cts/
CountDownTimerTest.java 30 private final long OFFSET = 200;
45 final long TIMEOUT_MSEC = mActivity.MILLISINFUTURE + mActivity.INTERVAL + OFFSET * count;
48 assertEqualsTickTime(mActivity.tickTimes, OFFSET);
52 final long DELAY_MSEC = mActivity.INTERVAL + OFFSET;
63 assertEqualsTickTime(mActivity.tickTimes, OFFSET);
66 private void assertEqualsTickTime(ArrayList<Long> tickTimes, long offset) {
70 assertTrue(Math.abs(expecTickTime - tickTime) < offset);
  /external/ltp/testcases/kernel/syscalls/fallocate/
fallocate02.c 51 #define OFFSET 12
68 loff_t offset; member in struct:test_data_t
77 {&fdw, FNAMEW, DEFAULT_TEST_MODE, -(BLOCKS_WRITTEN+OFFSET), 1, EINVAL},
132 test_data[i].offset * BLOCK_SIZE,
144 test_data[i].offset * BLOCK_SIZE,
150 test_data[i].mode, test_data[i].offset * BLOCK_SIZE,
  /external/libunwind/src/dwarf/
Gexpr.c 49 #define OFFSET 0x6 /* 32-bit offset for 32-bit DWARF, 64-bit otherwise */
107 [DW_OP_call_ref] = OPND1 (OFFSET)
181 case OFFSET: /* only used by DW_OP_call_ref, which we don't implement */
  /cts/tests/tests/media/src/android/media/cts/
DecodeAccuracyTest.java 58 private static final int OFFSET = 10;
271 return super.getHeight() + OFFSET;
285 return super.getWidth() + OFFSET;
  /cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java 68 // try with an oversized IntBuffer with an offset
69 final int OFFSET = 5;
70 ByteBuffer oversizeByteBuf = ByteBuffer.allocateDirect(4 * (formatCount+OFFSET));
72 oversizeIntBuf.position(OFFSET);
75 assertEquals(oversizeIntBuf.get(OFFSET), fullIntBuf.get(0));
124 // try with an oversized IntBuffer with an offset
125 final int OFFSET = 5;
126 ByteBuffer oversizeByteBuf = ByteBuffer.allocateDirect(4 * (formatCount+OFFSET));
128 oversizeIntBuf.position(OFFSET);
131 assertEquals(oversizeIntBuf.get(OFFSET), fullIntBuf.get(0))
    [all...]
  /device/google/contexthub/firmware/os/algos/calibration/gyroscope/
gyro_cal.c 99 OFFSET = 0,
225 "Offset|Temp|Time [mDPS|C|nsec]: " CAL_FORMAT_3DIGITS_TRIPLET
412 // Computes a new gyro offset estimate.
462 // Calculates a new gyro bias offset calibration value.
474 "Offset|Temp|Time [mDPS|C|nsec]: " CAL_FORMAT_3DIGITS_TRIPLET
490 // Record the new gyro bias offset calibration.
    [all...]
  /external/skia/src/sksl/
SkSLLayoutLexer.h 22 #undef OFFSET
23 OFFSET,
102 LayoutToken(Kind kind, int offset, int length)
103 : fKind(kind), fOffset(offset), fLength(length) {}
  /external/skqp/src/sksl/
SkSLLayoutLexer.h 22 #undef OFFSET
23 OFFSET,
102 LayoutToken(Kind kind, int offset, int length)
103 : fKind(kind), fOffset(offset), fLength(length) {}
  /external/swiftshader/src/Common/
Types.hpp 154 #define OFFSET(s,m) (int)(size_t)&reinterpret_cast<const volatile char&>((((s*)0)->m))
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKClock_Offset.java 75 * Test offset clock.
83 private static final Duration OFFSET = Duration.ofSeconds(2);
87 Clock test = Clock.offset(Clock.fixed(INSTANT, PARIS), OFFSET);
89 //System.out.println(INSTANT.plus(OFFSET));
90 assertEquals(test.instant(), INSTANT.plus(OFFSET));
96 Clock test = Clock.offset(underlying, Duration.ZERO);
102 Clock.offset(null, Duration.ZERO);
107 Clock.offset(Clock.systemUTC(), null);
112 Clock test = Clock.offset(Clock.system(PARIS), OFFSET)
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
memmove_arm.s 41 #define OFFSET R7
172 MOVW.LT $1, OFFSET
176 MOVW.EQ $2, OFFSET
180 MOVW.GT $3, OFFSET
212 ADD OFFSET, FROM
220 MOVW.LT $3, OFFSET
224 MOVW.EQ $2, OFFSET
228 MOVW.GT $1, OFFSET
260 SUB OFFSET, FROM
  /prebuilts/go/linux-x86/src/runtime/
memmove_arm.s 41 #define OFFSET R7
172 MOVW.LT $1, OFFSET
176 MOVW.EQ $2, OFFSET
180 MOVW.GT $3, OFFSET
212 ADD OFFSET, FROM
220 MOVW.LT $3, OFFSET
224 MOVW.EQ $2, OFFSET
228 MOVW.GT $1, OFFSET
260 SUB OFFSET, FROM
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
StrGather.py 62 OFFSET = 'offset'
360 Offset = 0
417 Offset = EFI_HII_STRING_PACKAGE_HDR_LENGTH + len(Language) + 1
418 ArrayLength = Offset + ArrayLength + 1
428 DecToHexList(Offset) + \
429 DecToHexList(Offset) + \

Completed in 830 milliseconds

1 2 3