/art/compiler/utils/arm/ |
assembler_thumb2.h | 204 void vmovs(SRegister sd, SRegister sm, Condition cond = AL) OVERRIDE; 208 bool vmovs(SRegister sd, float s_imm, Condition cond = AL) OVERRIDE; 211 void vldrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE; 212 void vstrs(SRegister sd, const Address& ad, Condition cond = AL) OVERRIDE; 216 void vadds(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE; 218 void vsubs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE; 220 void vmuls(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE; 222 void vmlas(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE; 224 void vmlss(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE; 226 void vdivs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) OVERRIDE [all...] |
assembler_arm32.cc | 338 void Arm32Assembler::vmovs(SRegister sd, SRegister sm, Condition cond) { 339 EmitVFPsss(cond, B23 | B21 | B20 | B6, sd, S0, sm); 348 bool Arm32Assembler::vmovs(SRegister sd, float s_imm, Condition cond) { 356 sd, S0, S0); 378 void Arm32Assembler::vadds(SRegister sd, SRegister sn, SRegister sm, 380 EmitVFPsss(cond, B21 | B20, sd, sn, sm); 390 void Arm32Assembler::vsubs(SRegister sd, SRegister sn, SRegister sm, 392 EmitVFPsss(cond, B21 | B20 | B6, sd, sn, sm); 402 void Arm32Assembler::vmuls(SRegister sd, SRegister sn, SRegister sm, 404 EmitVFPsss(cond, B21, sd, sn, sm) [all...] |
assembler_arm.h | 625 virtual void vmovs(SRegister sd, SRegister sm, Condition cond = AL) = 0; 629 virtual bool vmovs(SRegister sd, float s_imm, Condition cond = AL) = 0; 632 virtual void vldrs(SRegister sd, const Address& ad, Condition cond = AL) = 0; 633 virtual void vstrs(SRegister sd, const Address& ad, Condition cond = AL) = 0; 637 virtual void vadds(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) = 0; 639 virtual void vsubs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) = 0; 641 virtual void vmuls(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) = 0; 643 virtual void vmlas(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) = 0; 645 virtual void vmlss(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) = 0; 647 virtual void vdivs(SRegister sd, SRegister sn, SRegister sm, Condition cond = AL) = 0 [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decoder.c | 157 YV12_BUFFER_CONFIG *sd) { 172 if (!equal_dimensions(cfg, sd)) 176 vp8_yv12_copy_frame(cfg, sd); 188 YV12_BUFFER_CONFIG *sd) { 208 if (!equal_dimensions(ref_buf->buf, sd)) { 226 vp8_yv12_copy_frame(sd, ref_buf->buf); 415 int vp9_get_raw_frame(VP9Decoder *pbi, YV12_BUFFER_CONFIG *sd, 436 ret = vp9_post_proc_frame(cm, sd, flags); 438 *sd = *cm->frame_to_show; 442 *sd = *cm->frame_to_show [all...] |
/external/lzma/CPP/Windows/ |
FileFind.cpp | 204 static void Convert_WIN32_FIND_STREAM_DATA_to_StreamInfo(const MY_WIN32_FIND_STREAM_DATA &sd, CStreamInfo &si)
206 si.Size = sd.StreamSize.QuadPart;
207 si.Name = sd.cStreamName;
220 MY_WIN32_FIND_STREAM_DATA sd;
local 222 _handle = g_FindFirstStreamW(fs2us(path), My_FindStreamInfoStandard, &sd, 0);
233 _handle = g_FindFirstStreamW(longPath, My_FindStreamInfoStandard, &sd, 0);
239 Convert_WIN32_FIND_STREAM_DATA_to_StreamInfo(sd, si);
252 MY_WIN32_FIND_STREAM_DATA sd;
local 253 if (!g_FindNextStreamW(_handle, &sd))
255 Convert_WIN32_FIND_STREAM_DATA_to_StreamInfo(sd, si); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterDrawRepresentation.java | 114 StrokeData sd = (StrokeData) o; local 115 if (mType != sd.mType 116 || mRadius != sd.mRadius 117 || noPoints != sd.noPoints 118 || mColor != sd.mColor) { 121 return mPath.equals(sd.mPath); 271 public void fillStrokeParameters(StrokeData sd){ 275 sd.mColor = color; 276 sd.mRadius = size; 277 sd.mType = type [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
x86-64.exp | 56 {objdump -sj.got tlspic.sd} {objdump -sj.tdata tlspic.td}} 62 {objdump "-s -j.got -j.got.plt" tlsdesc.sd} {objdump -sj.tdata tlsdesc.td} 70 {objdump -sj.got tlsbin.sd} {objdump -sj.tdata tlsbin.td}} 76 {objdump -sj.got tlsbindesc.sd} {objdump -sj.tdata tlsbindesc.td}} 85 {{objdump -sj.debug_foobar tlsg.sd}} "tlsg"}
|
/external/mdnsresponder/mDNSShared/ |
uds_daemon.c | 135 dnssd_sock_t sd; member in struct:request_state 318 if (!dnssd_SocketValid(req->sd)) 319 { LogMsg("abort_request: ERROR: Attempt to abort operation %p with invalid fd %d", req, req->sd); return; } 324 if (req->errsd != req->sd) LogOperation("%3d: Removing FD and closing errsd %d", req->sd, req->errsd); 325 else LogOperation("%3d: Removing FD", req->sd); 326 udsSupportRemoveFDFromEventLoop(req->sd, req->platform_data); // Note: This also closes file descriptor req->sd for us 327 if (req->errsd != req->sd) { dnssd_close(req->errsd); req->errsd = req->sd; } 2402 domainname *sd; local 3881 dnssd_sock_t sd = accept(fd, (struct sockaddr*) &cliaddr, &len); local [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
rx-decode.opc | 118 #define SD(t,r,s) rx_disp (1, t, r, bwl[s], ld); 287 /** 1111 10sd rdst im sz mov%s #%1, %0 */ 288 ID(mov); DD(sd, rdst, sz); 309 /** 11sz sd ss rsrc rdst mov%s %1, %0 */ 310 if (sd == 3 && ss == 3 && sz == 2 && rsrc == 0 && rdst == 0) 318 if ((ss == 3) && (sd != 3)) 320 SD(ss, rdst, sz); DD(sd, rsrc, sz); 324 SD(ss, rsrc, sz); DD(sd, rdst, sz) [all...] |
/external/v8/src/crankshaft/mips64/ |
lithium-gap-resolver-mips64.cc | 170 __ sd(kLithiumScratchReg, cgen_->ToMemOperand(saved_destination_)); 199 __ sd(source_register, cgen_->ToMemOperand(destination)); 218 __ sd(at, destination_operand); 222 __ sd(kLithiumScratchReg, destination_operand); 246 __ sd(kLithiumScratchReg, cgen_->ToMemOperand(destination)); 249 __ sd(kLithiumScratchReg, cgen_->ToMemOperand(destination)); 252 __ sd(kLithiumScratchReg, cgen_->ToMemOperand(destination));
|
/frameworks/base/core/java/android/app/ |
LoadedApk.java | 910 LoadedApk.ServiceDispatcher sd = smap.valueAt(i); local 1225 LoadedApk.ServiceDispatcher sd = null; local 1249 LoadedApk.ServiceDispatcher sd = null; local 1319 LoadedApk.ServiceDispatcher sd = mDispatcher.get(); local [all...] |
/libcore/ojluni/src/main/java/java/lang/ |
StringCoding.java | 191 StringDecoder sd = deref(decoder); local 193 if ((sd == null) || !(csn.equals(sd.requestedCharsetName()) 194 || csn.equals(sd.charsetName()))) { 195 sd = null; 199 sd = new StringDecoder(cs, csn); 201 if (sd == null) 203 set(decoder, sd); 205 return sd.decode(ba, off, len); 211 // de/encode() method. These SD/E objects are short-lifed, the young-ge [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
sd-n64.d | 3 #name: MIPS sd n64 6 # Test the sd macro, n64. 11 [0-9a-f]+ <[^>]*> sd a0,0\(zero\) 12 [0-9a-f]+ <[^>]*> sd a0,1\(zero\) 14 [0-9a-f]+ <[^>]*> sd a0,-32768\(at\) 15 [0-9a-f]+ <[^>]*> sd a0,-32768\(zero\) 17 [0-9a-f]+ <[^>]*> sd a0,0\(at\) 19 [0-9a-f]+ <[^>]*> sd a0,-23131\(at\) 20 [0-9a-f]+ <[^>]*> sd a0,0\(a1\) 21 [0-9a-f]+ <[^>]*> sd a0,1\(a1\ [all...] |
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
unique_copy.pass.cpp | 52 const unsigned sd = sizeof(id)/sizeof(id[0]); local 53 int jd[sd] = {-1}; 54 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd));
|
unique_pred.pass.cpp | 66 const unsigned sd = sizeof(id)/sizeof(id[0]); local 68 r = std::unique(Iter(id), Iter(id+sd), count_equal()); 72 assert(count_equal::count == sd-1); 156 const unsigned sd = sizeof(id)/sizeof(id[0]); local 158 r = std::unique(Iter(id), Iter(id+sd), count_equal()); 162 assert(count_equal::count == sd-1);
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 264 int vp8_receive_raw_frame(struct VP8_COMP* comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time_stamp); 270 int vp8_get_reference(struct VP8_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd); 271 int vp8_set_reference(struct VP8_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
|
/external/toybox/toys/pending/ |
syslogd.c | 44 int sd; member in struct:unsocks 382 if (fnode->sd >= 0) { 383 close(fnode->sd); 443 tsd->sd = socket(AF_UNIX, SOCK_DGRAM, 0); 444 if (tsd->sd < 0) { 449 if (bind(tsd->sd, (struct sockaddr *) &tsd->sdu, sizeof(tsd->sdu))) { 451 close(tsd->sd); 487 for (tsd = TT.lsocks; tsd; tsd = tsd->next) FD_SET(tsd->sd, &rfds); 526 int sd = tsd->sd; local [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_er_ssdp.c | 20 static void wps_er_ssdp_rx(int sd, void *eloop_ctx, void *sock_ctx) 33 nread = recvfrom(sd, buf, sizeof(buf) - 1, 0, 47 if (sd == er->multicast_sd) {
|
/frameworks/compile/mclinker/lib/Object/ |
SectionMap.cpp | 53 SectionData* sd = SectionData::Create(*m_pSection); local 54 m_pSection->setSectionData(sd); 55 new NullFragment(sd); 56 new NullFragment(sd); 65 SectionData* sd = SectionData::Create(*m_pSection); local 66 m_pSection->setSectionData(sd); 67 new NullFragment(sd); 68 new NullFragment(sd); 89 SectionData* sd = SectionData::Create(*m_pSection); local 90 m_pSection->setSectionData(sd); 101 SectionData* sd = SectionData::Create(*m_pSection); local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
onyx.h | 252 int vp8_receive_raw_frame(struct VP8_COMP* comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time_stamp); 258 int vp8_get_reference(struct VP8_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd); 259 int vp8_set_reference(struct VP8_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/ |
unique_copy.pass.cpp | 52 const unsigned sd = sizeof(id)/sizeof(id[0]); local 53 int jd[sd] = {-1}; 54 r = std::unique_copy(InIter(id), InIter(id+sd), OutIter(jd));
|
unique_pred.pass.cpp | 66 const unsigned sd = sizeof(id)/sizeof(id[0]); local 68 r = std::unique(Iter(id), Iter(id+sd), count_equal()); 72 assert(count_equal::count == sd-1); 156 const unsigned sd = sizeof(id)/sizeof(id[0]); local 158 r = std::unique(Iter(id), Iter(id+sd), count_equal()); 162 assert(count_equal::count == sd-1);
|
/external/autotest/tko/parsers/test/ |
scenario_base.py | 74 sd = self.__dict__ 75 pairs = ['%s="%s"' % (k, sd[k]) for k in sorted(sd.keys())] 116 sd = self.__dict__ 117 pairs = ['%s="%s"' % (k, sd[k]) for k in sorted(sd.keys())]
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
filecmp.py | 189 for sd in self.subdirs.itervalues(): 190 sd.phase4_closure() 219 for sd in self.subdirs.itervalues(): 221 sd.report() 225 for sd in self.subdirs.itervalues(): 227 sd.report_full_closure()
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
filecmp.py | 189 for sd in self.subdirs.itervalues(): 190 sd.phase4_closure() 219 for sd in self.subdirs.itervalues(): 221 sd.report() 225 for sd in self.subdirs.itervalues(): 227 sd.report_full_closure()
|