HomeSort by relevance Sort by last modified time
    Searched refs:ones (Results 76 - 100 of 325) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 102 plot_send_t=nan*ones(max(seq_ix),1);
104 plot_nw_delay=nan*ones(max(seq_ix),1);
  /prebuilts/go/darwin-x86/src/encoding/json/
bench_test.go 139 ones := strings.Repeat(" 1\n", 300000) + "\n\n\n"
143 buf.WriteString(ones)
  /prebuilts/go/linux-x86/src/encoding/json/
bench_test.go 139 ones := strings.Repeat(" 1\n", 300000) + "\n\n\n"
143 buf.WriteString(ones)
  /external/bison/lib/
bbitset.h 125 void (*ones) (bitset); member in struct:bitset_vtable
206 #define BITSET_ONES_(DST) (DST)->b.vtable->ones (DST)
  /prebuilts/go/darwin-x86/src/runtime/
defs_linux.go 18 // We want the kernel ones, which are in the asm/* headers.
  /prebuilts/go/linux-x86/src/runtime/
defs_linux.go 18 // We want the kernel ones, which are in the asm/* headers.
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 73 int block, ones=0xffff, ones_in_block; local
76 block = ones & (ones << (bits_in_block-ones_in_block));
  /external/mesa3d/src/gallium/state_trackers/vega/
mask.c 286 const VGfloat ones[4] = {1.f, 1.f, 1.f, 1.f}; local
314 ~0, samplers, views, 2, fs, (const void *) ones, sizeof(ones))) {
  /system/update_engine/payload_consumer/
delta_performer_integration_test.cc 379 brillo::Blob ones(1024 * 1024, 0xff);
380 EXPECT_TRUE(utils::WriteFile(base::StringPrintf("%s/ones",
382 ones.data(),
383 ones.size()));
393 brillo::Blob ones(state->image_size, 0xff);
395 ones.data(),
396 ones.size()));
    [all...]
  /build/kati/
stats.go 35 // add new ones to use new goroutine.
  /build/soong/cc/
coverage.go 119 // binaries, since we don't know which ones those are until later.
  /external/llvm/test/Bindings/OCaml/
target.ml 10 little ones. *)
  /external/webrtc/webrtc/tools/rtcbot/
main.js 88 console.log('These are the existent ones:');
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
doc.go 69 To convert the package tree from explicit slice upper bounds to implicit ones:
internal.go 41 // in psrc match the ones in src.
64 // in fsrc match the ones in src. Add an extra '\n' before the '}'
  /prebuilts/go/darwin-x86/src/math/
log.go 68 // The hexadecimal values are the intended ones for the following
  /prebuilts/go/darwin-x86/src/net/
sock_cloexec.go 62 default: // errors other than the ones listed
  /prebuilts/go/linux-x86/src/cmd/gofmt/
doc.go 69 To convert the package tree from explicit slice upper bounds to implicit ones:
internal.go 41 // in psrc match the ones in src.
64 // in fsrc match the ones in src. Add an extra '\n' before the '}'
  /prebuilts/go/linux-x86/src/math/
log.go 68 // The hexadecimal values are the intended ones for the following
  /prebuilts/go/linux-x86/src/net/
sock_cloexec.go 62 default: // errors other than the ones listed
  /external/chromium-trace/catapult/devil/devil/android/
flag_changer.py 110 """Replaces the flags in the command line with the ones provided.
  /external/webp/src/dsp/
lossless_sse2.c 85 const __m128i ones = _mm_set1_epi8(1); local
87 const __m128i one = _mm_and_si128(_mm_xor_si128(*a0, *a1), ones);
94 const __m128i ones = _mm_set1_epi8(1); local
98 const __m128i one = _mm_and_si128(_mm_xor_si128(A0, A1), ones);
  /prebuilts/go/darwin-x86/src/go/format/
internal.go 41 // in psrc match the ones in src.
64 // in fsrc match the ones in src. Add an extra '\n' before the '}'
  /prebuilts/go/darwin-x86/src/syscall/
exec_unix.go 22 // unmark the ones we want the exec'ed program to keep.
48 // inherit are not the ones that can take an arbitrarily long time

Completed in 873 milliseconds

1 2 34 5 6 7 8 91011>>