HomeSort by relevance Sort by last modified time
    Searched refs:sd (Results 226 - 250 of 466) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
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);
  /prebuilts/ndk/8/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/8/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/9/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/9/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/9/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/9/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/9/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/9/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/9/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/9/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/9/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
  /external/chromium_org/chrome/installer/util/
user_experiment.cc 159 PSECURITY_DESCRIPTOR sd = reinterpret_cast<PSECURITY_DESCRIPTOR>(buff); local
161 sd, len, &len)) {
165 if (!::ConvertSecurityDescriptorToStringSecurityDescriptorW(sd,
170 sd = NULL;
187 SDDL_REVISION_1, &sd, NULL))
190 sd) == TRUE;
191 ::LocalFree(sd);
  /external/chromium_org/v8/src/mips64/
deoptimizer-mips64.cc 155 __ sd(ToRegister(i), MemOperand(sp, kPointerSize * i));
186 __ sd(a4, CFunctionArgumentOperand(5)); // Fp-to-sp delta.
188 __ sd(a5, CFunctionArgumentOperand(6)); // Isolate.
208 __ sd(a2, MemOperand(a1, offset));
211 __ sd(a2, MemOperand(a1, offset));
242 __ sd(a4, MemOperand(a3, 0));
345 __ sd(t8, MemOperand(sp, 0 * kPointerSize)); // In the delay slot.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py 138 sd = cgi.SvFormContentDict(env)
147 self.assertEqual(len(sd), len(fs))
148 self.assertItemsEqual(sd.keys(), fs.keys())
162 val = sd[key]
170 self.assertItemsEqual(sd.getlist(key), expect_val)
172 self.assertItemsEqual(sd.values(),
174 self.assertItemsEqual(sd.items(),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py 138 sd = cgi.SvFormContentDict(env)
147 self.assertEqual(len(sd), len(fs))
148 self.assertItemsEqual(sd.keys(), fs.keys())
162 val = sd[key]
170 self.assertItemsEqual(sd.getlist(key), expect_val)
172 self.assertItemsEqual(sd.values(),
174 self.assertItemsEqual(sd.items(),
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_dx_iface.c 274 YV12_BUFFER_CONFIG sd; local
280 vp9_zero(sd);
318 if (vp9_get_raw_frame(ctx->pbi, &sd, &flags))
321 yuvconfig2image(&ctx->img, &sd, user_priv);
473 YV12_BUFFER_CONFIG sd; local
475 image2yuvconfig(&frame->img, &sd);
477 (VP9_REFFRAME)frame->frame_type, &sd);
489 YV12_BUFFER_CONFIG sd; local
491 image2yuvconfig(&frame->img, &sd);
494 (VP9_REFFRAME)frame->frame_type, &sd);
    [all...]
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 227 int sd; local
253 sd = socket(AF_INET, SOCK_DGRAM, IPPROTO_IP);
254 if (sd < 0) {
260 if (ioctl (sd, SIOCGIFCONF, (char *)&ifc) < 0) {
261 close(sd);
269 if (ioctl(sd, SIOCGIFHWADDR, &ifr) < 0)
274 if (ioctl(sd, SIOCGENADDR, &ifr) < 0)
288 close(sd);
297 close(sd);
301 close(sd);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
main_winsvc.c 257 SERVICE_DESCRIPTION sd; local
278 os_memset(&sd, 0, sizeof(sd));
279 sd.lpDescription = WPASVC_DESCRIPTION;
280 if (!ChangeServiceConfig2(svc, SERVICE_CONFIG_DESCRIPTION, &sd)) {
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscgats.c 1761 SAVESTREAM sd; local
1787 SAVESTREAM sd; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_dx_iface.c 529 YV12_BUFFER_CONFIG sd; local
554 if (0 == vp8dx_get_raw_frame(ctx->yv12_frame_buffers.pbi[0], &sd,
557 yuvconfig2image(&ctx->img, &sd, ctx->user_priv);
605 YV12_BUFFER_CONFIG sd; local
607 image2yuvconfig(&frame->img, &sd);
610 frame->frame_type, &sd);
626 YV12_BUFFER_CONFIG sd; local
628 image2yuvconfig(&frame->img, &sd);
631 frame->frame_type, &sd);
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 255 YV12_BUFFER_CONFIG sd = { 0 }; local
289 if (vp9_get_raw_frame(ctx->pbi, &sd, &time_stamp, &time_end_stamp, &flags))
292 yuvconfig2image(&ctx->img, &sd, user_priv);
434 YV12_BUFFER_CONFIG sd; local
436 image2yuvconfig(&frame->img, &sd);
438 (VP9_REFFRAME)frame->frame_type, &sd);
450 YV12_BUFFER_CONFIG sd; local
452 image2yuvconfig(&frame->img, &sd);
455 (VP9_REFFRAME)frame->frame_type, &sd);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 237 YV12_BUFFER_CONFIG sd; local
264 if (!res && 0 == vp9_get_raw_frame(pbi, &sd, &time_stamp,
266 yuvconfig2image(&ctx->img, &sd, user_priv);
412 YV12_BUFFER_CONFIG sd; local
414 image2yuvconfig(&frame->img, &sd);
416 (VP9_REFFRAME)frame->frame_type, &sd);
428 YV12_BUFFER_CONFIG sd; local
430 image2yuvconfig(&frame->img, &sd);
433 (VP9_REFFRAME)frame->frame_type, &sd);
  /art/compiler/utils/arm/
assembler_thumb2.cc 364 bool Thumb2Assembler::vmovs(SRegister sd, float s_imm, Condition cond) {
372 sd, S0, S0);
394 void Thumb2Assembler::vmovs(SRegister sd, SRegister sm, Condition cond) {
395 EmitVFPsss(cond, B23 | B21 | B20 | B6, sd, S0, sm);
404 void Thumb2Assembler::vadds(SRegister sd, SRegister sn, SRegister sm,
406 EmitVFPsss(cond, B21 | B20, sd, sn, sm);
416 void Thumb2Assembler::vsubs(SRegister sd, SRegister sn, SRegister sm,
418 EmitVFPsss(cond, B21 | B20 | B6, sd, sn, sm);
428 void Thumb2Assembler::vmuls(SRegister sd, SRegister sn, SRegister sm,
430 EmitVFPsss(cond, B21, sd, sn, sm)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 281 REAL s1, s2, s3, sd, bb, bj, bk, bjm, bjp, bkm, bkp; local
426 sd = radf / (double) kspan;
427 cd = sin(sd);
429 sd = sin(sd + sd);
455 s1 = sd;
472 ak = c1 - (cd * c1 + sd * s1);
473 s1 = sd * c1 - cd * s1 + s1;
538 c2 = c1 - (cd * c1 + sd * s1)
    [all...]

Completed in 1095 milliseconds

1 2 3 4 5 6 7 8 91011>>