HomeSort by relevance Sort by last modified time
    Searched refs:sd (Results 251 - 275 of 713) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
rotate.pass.cpp 78 const int sd = static_cast<int>(sizeof(id)/sizeof(id[0])); local
79 r = std::rotate(Iter(id), Iter(id), Iter(id+sd));
80 assert(base(r) == id+sd);
85 r = std::rotate(Iter(id), Iter(id+1), Iter(id+sd));
91 r = std::rotate(Iter(id), Iter(id+2), Iter(id+sd));
97 r = std::rotate(Iter(id), Iter(id+3), Iter(id+sd));
103 r = std::rotate(Iter(id), Iter(id+sd), Iter(id+sd));
278 const int sd = static_cast<int>(sizeof(id)/sizeof(id[0])); local
279 for (int i = 0; i < sd; ++i
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.rotate/
rotate.pass.cpp 78 const int sd = static_cast<int>(sizeof(id)/sizeof(id[0])); local
79 r = std::rotate(Iter(id), Iter(id), Iter(id+sd));
80 assert(base(r) == id+sd);
85 r = std::rotate(Iter(id), Iter(id+1), Iter(id+sd));
91 r = std::rotate(Iter(id), Iter(id+2), Iter(id+sd));
97 r = std::rotate(Iter(id), Iter(id+3), Iter(id+sd));
103 r = std::rotate(Iter(id), Iter(id+sd), Iter(id+sd));
278 const int sd = static_cast<int>(sizeof(id)/sizeof(id[0])); local
279 for (int i = 0; i < sd; ++i
    [all...]
  /external/valgrind/coregrind/
m_libcfile.c 1027 Int sd, res; local
    [all...]
  /frameworks/native/opengl/libagl/
primitives.cpp 903 GLfixed sd = dot4(equation.v, s->eye.v); local
908 if (sd >= 0) {
915 const GLfixed t = clipDivide(sd, sd-pd);
926 const GLfixed t = clipDivide(pd, pd-sd);
940 sd = pd;
968 GLfixed sd = frustumPlaneDist(plane, s->clip); local
1045 const GLfixed sd = dot4(equation.v, s->eye.v); local
1080 const GLfixed sd = frustumPlaneDist(plane, s->clip); local
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 835 YV12_BUFFER_CONFIG sd; local
861 res = image2yuvconfig(img, &sd);
863 if (vp8_receive_raw_frame(ctx->cpi, ctx->next_frame_flag | lib_flags, &sd,
984 YV12_BUFFER_CONFIG sd; local
1000 YV12_BUFFER_CONFIG sd; local
1029 YV12_BUFFER_CONFIG sd; local
    [all...]
  /build/kati/
shellutil_test.go 86 sd, ok := v.(*funcShellDate)
91 if got, want := sd.format, tc.format; got != want {
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 62 const unsigned sd = sizeof(id)/sizeof(id[0]); local
63 r = std::unique(Iter(id), Iter(id+sd));
136 const unsigned sd = sizeof(id)/sizeof(id[0]); local
137 r = std::unique(Iter(id), Iter(id+sd));
unique_copy_pred.pass.cpp 85 const unsigned sd = sizeof(id)/sizeof(id[0]); local
86 int jd[sd] = {-1};
88 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd), count_equal());
92 assert(count_equal::count == sd-1);
  /external/llvm/test/MC/ARM/
directive-even.s 1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s | llvm-readobj -s -sd \
eh-directive-cantunwind.s 2 @ RUN: | llvm-readobj -s -sd -sr | FileCheck %s
eh-directive-movsp.s 1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s | llvm-readobj -s -sd \
  /external/llvm/test/MC/MachO/ARM/
relax-thumb2-branches.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding %s -filetype=obj -o - | llvm-readobj -s -sd | FileCheck %s
thumb-bl-jbits.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -filetype=obj -o - < %s | llvm-readobj -s -sd | FileCheck %s
  /external/llvm/test/MC/Mips/
mips64eb-fixups.s 1 # RUN: llvm-mc -filetype=obj -triple mips64eb-unknown-freebsd %s -o - | llvm-readobj -s -sd | FileCheck %s
  /external/llvm/test/MC/PowerPC/
ppc64-initial-cfa.s 2 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=STATIC -check-prefix=STATIC-BE
4 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=PIC -check-prefix=PIC-BE
6 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=STATIC -check-prefix=STATIC-LE
8 # RUN: llvm-readobj -s -sr -sd | FileCheck %s -check-prefix=PIC -check-prefix=PIC-LE
  /external/llvm/test/MC/X86/
x86-evenDirective.s 1 # RUN: llvm-mc -triple -x86_64-unknown-unknown -filetype obj -o - %s | llvm-readobj -s -sd \
  /external/stressapptest/src/
disk_blocks.cc 83 StorageData *sd = new StorageData(); local
84 sd->block = block;
85 sd->pos = size_;
93 addr_to_block_[address] = sd;
  /external/syslinux/core/lwip/src/include/lwip/
api_msg.h 100 } sd; member in union:api_msg_msg::__anon37139
  /external/valgrind/auxprogs/
valgrind-di-server.c 527 static void set_blocking ( int sd )
530 res = fcntl(sd, F_GETFL);
531 res = fcntl(sd, F_SETFL, res & ~O_NONBLOCK);
540 static void set_nonblocking ( int sd )
543 res = fcntl(sd, F_GETFL);
544 res = fcntl(sd, F_SETFL, res | O_NONBLOCK);
697 Int sd = conn_state[conn_no].conn_sd; local
701 { Int r = my_read(sd, &rd_first8[0], 8);
715 Int r = my_read(sd, req->data, req->n_data);
899 Int r = my_write(sd, &wr_first8[0], 8)
    [all...]
  /external/vboot_reference/tests/
vb2_nvstorage_tests.c 73 struct vb2_shared_data *sd = vb2_get_sd(&c); local
82 TEST_EQ(sd->status, VB2_SD_STATUS_NV_INIT | VB2_SD_STATUS_NV_REINIT,
90 sd->status = 0;
94 TEST_EQ(sd->status, VB2_SD_STATUS_NV_INIT, "vb2_nv_init() status same");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 49 const unsigned sd = sizeof(id)/sizeof(id[0]); local
50 r = std::unique(Iter(id), Iter(id+sd));
123 const unsigned sd = sizeof(id)/sizeof(id[0]); local
124 r = std::unique(Iter(id), Iter(id+sd));
unique_copy_pred.pass.cpp 69 const unsigned sd = sizeof(id)/sizeof(id[0]); local
70 int jd[sd] = {-1};
72 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd), count_equal());
76 assert(count_equal::count == sd-1);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
jal-svr4pic-local-n64.d 10 [0-9a-f]+ <[^>]*> ffbc0000 sd gp,0\(sp\)
20 [0-9a-f]+ <[^>]*> ffbf0008 sd ra,8\(sp\)
micromips@jal-svr4pic-local-n64.d 10 [0-9a-f]+ <[^>]*> db9d 0000 sd gp,0\(sp\)
20 [0-9a-f]+ <[^>]*> dbfd 0008 sd ra,8\(sp\)
mips-gp64-fp32.s 37 sd $4, shared # 0058 sd a0,shared(gp)
38 sd $4, unshared # 005c lui at,hi(unshared)
39 # 0060 sd a0,lo(unshared)(at)

Completed in 2163 milliseconds

<<11121314151617181920>>