HomeSort by relevance Sort by last modified time
    Searched refs:sd (Results 351 - 375 of 822) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 50 const unsigned sd = sizeof(id)/sizeof(id[0]); local
51 r = std::unique(Iter(id), Iter(id+sd));
124 const unsigned sd = sizeof(id)/sizeof(id[0]); local
125 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);
  /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::__anon32044
  /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/r10/platforms/android-12/arch-mips/usr/include/asm/
asm.h 99 #define REG_S sd
135 #define INT_S sd
180 #define LONG_S sd
232 #define PTR_S sd
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/
asm.h 99 #define REG_S sd
135 #define INT_S sd
180 #define LONG_S sd
232 #define PTR_S sd
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/
asm.h 99 #define REG_S sd
135 #define INT_S sd
180 #define LONG_S sd
232 #define PTR_S sd
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm/
asm.h 99 #define REG_S sd
135 #define INT_S sd
180 #define LONG_S sd
232 #define PTR_S sd
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/asm/
asm.h 99 #define REG_S sd
135 #define INT_S sd
180 #define LONG_S sd
232 #define PTR_S sd
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/asm/
asm.h 99 #define REG_S sd
135 #define INT_S sd
180 #define LONG_S sd
232 #define PTR_S sd
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/asm/
asm.h 99 #define REG_S sd
135 #define INT_S sd
180 #define LONG_S sd
232 #define PTR_S sd
  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/asm/
asm.h 99 #define REG_S sd
135 #define INT_S sd
180 #define LONG_S sd
232 #define PTR_S sd
  /prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/asm/
asm.h 99 #define REG_S sd
135 #define INT_S sd
180 #define LONG_S sd
232 #define PTR_S sd
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/asm/
asm.h 99 #define REG_S sd
135 #define INT_S sd
180 #define LONG_S sd
232 #define PTR_S sd
  /prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/include/asm/
asm.h 99 #define REG_S sd
135 #define INT_S sd
180 #define LONG_S sd
232 #define PTR_S sd

Completed in 674 milliseconds

<<11121314151617181920>>