HomeSort by relevance Sort by last modified time
    Searched defs:sh (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
SearchSymbol.cpp 14 namespace sh namespace
SearchSymbol.h 15 namespace sh namespace
UnfoldSelect.cpp 14 namespace sh namespace
UnfoldSelect.h 15 namespace sh namespace
  /frameworks/rs/driver/linkloader/include/
ELFSectionBits.h 29 ELFSectionHeader<Bitwidth> const *sh; member in class:ELFSectionBits
33 ELFSectionBits() : sh(NULL) { }
ELFSectionProgBits.h 38 ELFSectionHeaderTy const *sh);
67 ELFSectionHeaderTy const *sh = this->sh; local
70 AR.seek(sh->getOffset(), true);
71 AR.prologue(sh->getSize());
72 AR.readBytes(chunk.getBuffer(), sh->getSize());
73 AR.epilogue(sh->getSize());
  /external/libsepol/src/
handle.c 9 sepol_handle_t *sh = malloc(sizeof(sepol_handle_t)); local
10 if (sh == NULL)
14 sh->msg_callback = sepol_msg_default_handler;
15 sh->msg_callback_arg = NULL;
18 sh->disable_dontaudit = 0;
19 sh->expand_consume_base = 0;
22 sh->preserve_tunables = 0;
24 return sh;
27 int sepol_get_preserve_tunables(sepol_handle_t *sh)
29 assert(sh != NULL)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerFactory.java 158 SerializationHandler sh = local
160 sh.setContentHandler( (ContentHandler) obj);
161 sh.setOutputFormat(format);
163 ser = sh;
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/
KeyMaterial.java 25 private static byte[] calculateKey(HashForSSH2Types sh, BigInteger K, byte[] H, byte type, byte[] SessionID,
30 int dglen = sh.getDigestLength();
35 sh.reset();
36 sh.updateBigInt(K);
37 sh.updateBytes(H);
38 sh.updateByte(type);
39 sh.updateBytes(SessionID);
41 tmp[0] = sh.getDigest();
53 sh.updateBigInt(K);
54 sh.updateBytes(H)
76 HashForSSH2Types sh = new HashForSSH2Types(hashType); local
    [all...]
  /external/openssl/crypto/des/
cfb_enc.c 83 unsigned int sh[4]; local
84 unsigned char *ovec=(unsigned char *)sh;
87 assert (sizeof(sh[0])==4); /* as this holds true for all, */
125 sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1;
134 v0=sh[0], v1=sh[1];
168 sh[0]=v0, sh[1]=v1, sh[2]=d0, sh[3]=d1
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
spl_sqrt.c 135 WebRtc_Word16 x_norm, nshift, t16, sh; local
145 sh = WebRtcSpl_NormW32(A); // # shifts to normalize A
146 A = WEBRTC_SPL_LSHIFT_W32(A, sh); // Normalize A
157 nshift = WEBRTC_SPL_RSHIFT_W16(sh, 1); // nshift = sh>>1
164 if ((-2 * nshift) == sh)
  /frameworks/rs/driver/linkloader/include/impl/
ELFSectionHeaderTable.hxx 56 llvm::OwningPtr<ELFSectionHeaderTy> sh(
59 if (!sh) {
64 tab->table.push_back(sh.take());
89 ELFSectionHeaderTy *sh = table[i]; local
90 if ( sh ) {
91 name_map[sh->getName()] = sh;
99 typename llvm::StringMap<ELFSectionHeaderTy *>::const_iterator sh = local
101 if (sh == name_map.end()) {
105 return sh->getValue()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.nonmodifying/alg.search/
search_pred.pass.cpp 94 const unsigned sh = sizeof(ih)/sizeof(ih[0]); local
96 assert(std::search(Iter1(ih), Iter1(ih+sh), Iter2(ii), Iter2(ii+3), count_equal()) == Iter1(ih+3));
97 assert(count_equal::count <= sh*3);
search.pass.cpp 51 const unsigned sh = sizeof(ih)/sizeof(ih[0]); local
53 assert(std::search(Iter1(ih), Iter1(ih+sh), Iter2(ii), Iter2(ii+3)) == Iter1(ih+3));
  /external/eigen/unsupported/test/
matrix_exponential.cpp 60 T angle, ch, sh; local
66 sh = std::sinh(angle);
68 B << ch, sh*imagUnit, -sh*imagUnit, ch;
  /external/elfutils/libdwfl/
offline.c 88 GElf_Shdr *sh = gelf_getshdr (scn, &shdr_mem); local
89 if (unlikely (sh == NULL))
91 if (sh->sh_flags & SHF_ALLOC)
  /external/chromium/third_party/libevent/
signal.c 146 ev_sighandler_t sh;
192 if ((sh = signal(evsignal, handler)) == SIG_ERR) {
197 *sig->sh_old[evsignal] = sh;
242 struct sigaction *sh; local
244 ev_sighandler_t *sh; local
248 sh = sig->sh_old[evsignal];
251 if (sigaction(evsignal, sh, NULL) == -1) {
256 if (signal(evsignal, *sh) == SIG_ERR) {
261 free(sh);
  /external/libpcap/
pcap-snoop.c 65 register struct snoopheader *sh; local
98 sh = (struct snoopheader *)p->buffer;
99 datalen = sh->snoop_packetlen;
111 cp = (u_char *)(sh + 1) + p->offset; /* XXX */
128 h.ts.tv_sec = sh->snoop_timestamp.tv_sec;
129 h.ts.tv_usec = sh->snoop_timestamp.tv_usec;
  /external/valgrind/main/memcheck/tests/
sh-mem.c 71 U1 sh[SZB_OF_a]; // Used for getting a[]'s V bits local
74 (void)VALGRIND_GET_VBITS(a, sh, sizeof(a));
76 if ( expected_byte != sh[i] && expected_byte_alt != sh[i] ) {
79 str, offset, i, sh[i], expected_byte,
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
transform.c 127 WebRtc_Word16 factQ19, sh; local
147 sh = WebRtcSpl_NormW32(xrQ16);
148 sh = sh-24; //if sh becomes >=0, then we should shift sh steps to the left, and the domain will become Q(16+sh)
149 //if sh becomes <0, then we should shift -sh steps to the right, and the domain will become Q(16+sh)
211 WebRtc_Word16 sh; local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 72 const unsigned sh = sizeof(ih)/sizeof(ih[0]); local
73 r = std::unique(Iter(ih), Iter(ih+sh));
151 const unsigned sh = sizeof(ih)/sizeof(ih[0]); local
152 r = std::unique(Iter(ih), Iter(ih+sh));
unique_copy.pass.cpp 77 const unsigned sh = sizeof(ih)/sizeof(ih[0]); local
78 int jh[sh] = {-1};
79 r = std::unique_copy(InIter(ih), InIter(ih+sh), OutIter(jh));
unique_pred.pass.cpp 94 const unsigned sh = sizeof(ih)/sizeof(ih[0]); local
96 r = std::unique(Iter(ih), Iter(ih+sh), count_equal());
100 assert(count_equal::count == sh-1);
189 const unsigned sh = sizeof(ih)/sizeof(ih[0]); local
191 r = std::unique(Iter(ih), Iter(ih+sh), count_equal());
195 assert(count_equal::count == sh-1);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterKMeans.java 79 int sh = lh; local
80 while (sw > 64 && sh > 64) {
82 sh /= 2;
85 small_bm_ds = Bitmap.createScaledBitmap(large_bm_ds, sw, sh, true);
90 nativeApplyFilter(bitmap, w, h, large_bm_ds, lw, lh, small_bm_ds, sw, sh, p, mSeed);
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 253 int sh = s.h; local
255 int maskHiBits = (sh!=32) ? ((s.flags & CLEAR_HI)?1:0) : 0;
257 int sbits = sh - sl;
287 const int offset = sh - dbits;
315 MOV(AL, 0, ireg, reg_imm(s.reg, LSL, 32-sh));
316 sl += 32-sh;
317 sh = 32;
345 sh -= sl;
358 if ((maskLoBits|dithering) && (sh > dbits)) {
359 int shift = sh-dbits
    [all...]

Completed in 3771 milliseconds

1 2 3 4