HomeSort by relevance Sort by last modified time
    Searched refs:wb1 (Results 1 - 9 of 9) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
writebarrier_test.go 23 Valu("wb2", OpStore, types.TypeMem, 0, ptrType, "addr1", "v", "wb1"),
24 Valu("wb1", OpStore, types.TypeMem, 0, ptrType, "addr1", "v", "start"), // wb1 and wb2 are out of order
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
writebarrier_test.go 23 Valu("wb2", OpStore, types.TypeMem, 0, ptrType, "addr1", "v", "wb1"),
24 Valu("wb1", OpStore, types.TypeMem, 0, ptrType, "addr1", "v", "start"), // wb1 and wb2 are out of order
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
weakref1w.d 15 .* w wb1
weakref1.d 24 [0-9a-f]+ [^ ]* +wb1
weakref1.s 22 .weakref Wwb1, wb1
  /external/webp/src/dsp/
ssim_sse2.c 114 const __m128i wb1 = _mm_mullo_epi16(b1, W); \
117 ym = _mm_add_epi16(ym, wb1); \
119 xym = _mm_add_epi32(xym, _mm_madd_epi16(a1, wb1)); \
120 yym = _mm_add_epi32(yym, _mm_madd_epi16(b1, wb1)); \
  /frameworks/native/libs/vr/libdvr/tests/
dvr_buffer_queue-test.cpp 254 DvrWriteBuffer* wb1 = nullptr; local
284 ret = api_.WriteBufferQueueGainBuffer(write_queue_, /*timeout=*/0, &wb1,
287 ASSERT_TRUE(api_.WriteBufferIsValid(wb1));
288 ALOGD_IF(TRACE, "TestResizeBuffer, gain buffer %p", wb1);
292 ret = api_.WriteBufferGetAHardwareBuffer(wb1, &ahb1);
  /build/kati/
func.go 536 wb1 := newWbuf()
537 err = f.args[1].Eval(wb1, ev)
547 for i := 0; i < len(wb1.words) || i < len(wb2.words); i++ {
549 if i < len(wb1.words) {
550 word = append(word, wb1.words[i]...)
557 wb1.release()
    [all...]
  /external/mksh/src/
edit.c     [all...]

Completed in 401 milliseconds