HomeSort by relevance Sort by last modified time
    Searched refs:si (Results 176 - 200 of 355) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu4c/i18n/
uspoof.cpp 36 SpoofImpl *si = new SpoofImpl(SpoofData::getDefault(*status), *status); local
38 delete si;
39 si = NULL;
41 return (USpoofChecker *)si;
52 SpoofImpl *si = new SpoofImpl(sd, *status); local
55 delete si;
58 if (sd == NULL || si == NULL) {
61 delete si;
68 return reinterpret_cast<USpoofChecker *>(si);
  /external/iproute2/ip/
xfrm_policy.c 860 struct xfrmu_spdinfo *si; local
862 if (RTA_PAYLOAD(tb[XFRMA_SPD_INFO]) < sizeof(*si)) {
866 si = RTA_DATA(tb[XFRMA_SPD_INFO]);
867 fprintf(fp," IN %d", si->incnt);
868 fprintf(fp," OUT %d", si->outcnt);
869 fprintf(fp," FWD %d", si->fwdcnt);
873 fprintf(fp," IN %d", si->inscnt);
874 fprintf(fp," OUT %d", si->outscnt);
875 fprintf(fp," FWD %d", si->fwdscnt);
  /external/opencv/ml/src/
mlknearest.cpp 164 Cv32suf si; local
185 si.f = (float)sum;
187 if( si.i > dd[ii].i )
200 dd[ii+1].i = si.i;
mlsvm.cpp 595 bool CvSVMSolver::solve_generic( CvSVMSolutionInfo& si )
728 (this->*calc_rho_func)( si.rho, si.r );
731 for( i = 0, si.obj = 0; i < alpha_count; i++ )
732 si.obj += alpha[i] * (G[i] + b[i]);
734 si.obj *= 0.5;
736 si.upper_bound_p = C[1];
737 si.upper_bound_n = C[0];
1292 CvSVMSolutionInfo si; local
1423 int si = class_ranges[i], ci = class_ranges[i+1] - si; local
    [all...]
mlann_mlp.cpp 774 int si = sw_count == count ? i : idx; local
776 (double)_sample_weights->data.fl[si*sw_step] :
777 _sample_weights->data.db[si*sw_step];
1129 int n1, n2, si, j, k; local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 257 int si = screen + (int) ((i / 2f) + 0.5f) * ((i % 2 == 1) ? 1 : -1); local
258 if (0 <= si && si < Launcher.SCREEN_COUNT) {
259 found = installShortcut(context, data, items, name, intent, si, exists, sp,
  /external/qemu/tcg/ppc64/
tcg-target.c 945 static void ppc_addi32 (TCGContext *s, int rt, int ra, tcg_target_long si)
947 if (!si && rt == ra)
950 if (si == (int16_t) si)
951 tcg_out32 (s, ADDI | RT (rt) | RA (ra) | (si & 0xffff));
953 uint16_t h = ((si >> 16) & 0xffff) + ((uint16_t) si >> 15);
955 tcg_out32 (s, ADDI | RT (rt) | RA (rt) | (si & 0xffff));
959 static void ppc_addi64 (TCGContext *s, int rt, int ra, tcg_target_long si)
962 if (si == (int16_t) s
    [all...]
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 103 * \param[in,out] si Pointer to stream info to update. The size member
113 vpx_codec_stream_info_t *si);
120 * \param[in,out] si Pointer to stream info to update. The size member
129 vpx_codec_stream_info_t *si);
  /external/openssl/crypto/pkcs7/
pk7_asn1.c 134 PKCS7_SIGNER_INFO *si = (PKCS7_SIGNER_INFO *)*pval;
135 EVP_PKEY_free(si->pkey);
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 224 const vki_siginfo_t *si)
231 prs->pr_info.si_signo = si->si_signo;
232 prs->pr_info.si_code = si->si_code;
235 prs->pr_cursig = si->si_signo;
494 void make_elf_coredump(ThreadId tid, const vki_siginfo_t *si, UInt max_size)
595 fill_prstatus(&VG_(threads)[i], &prstatus, si);
668 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, UInt max_size)
670 make_elf_coredump(tid, si, max_size);
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c 353 int si = BTA_JV_RFC_HDL_TO_SIDX(p_pcb->handle); local
354 if (0 <= si && si < BTA_JV_MAX_RFC_SR_SESSION)
355 p_cb->rfc_hdl[si] = 0;
466 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(jv_handle); local
467 if (hi < BTA_JV_MAX_RFC_CONN && bta_jv_cb.rfc_cb[hi].p_cback && si
468 < BTA_JV_MAX_RFC_SR_SESSION && bta_jv_cb.rfc_cb[hi].rfc_hdl[si])
470 tBTA_JV_PCB *p_pcb = bta_jv_rfc_port_to_pcb(bta_jv_cb.rfc_cb[hi].rfc_hdl[si]);
527 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(jv_handle); local
2245 UINT32 si; local
2355 UINT32 si = 0; local
    [all...]
  /external/jpeg/
jchuff.c 184 int p, i, l, lastp, si, maxsymbol; local
225 si = huffsize[0];
228 while (((int) huffsize[p]) == si) {
232 /* code is now 1 more than the last code used for codelength si; but
233 * it must still fit in si bits, since no code is allowed to be all ones.
235 if (((INT32) code) >= (((INT32) 1) << si))
238 si++;
jdhuff.c 155 int p, i, l, si, numsymbols; local
198 si = huffsize[0];
201 while (((int) huffsize[p]) == si) {
205 /* code is now 1 more than the last code used for codelength si; but
206 * it must still fit in si bits, since no code is allowed to be all ones.
208 if (((INT32) code) >= (((INT32) 1) << si))
211 si++;
  /external/qemu/distrib/jpeg-6b/
jchuff.c 184 int p, i, l, lastp, si, maxsymbol; local
225 si = huffsize[0];
228 while (((int) huffsize[p]) == si) {
232 /* code is now 1 more than the last code used for codelength si; but
233 * it must still fit in si bits, since no code is allowed to be all ones.
235 if (((INT32) code) >= (((INT32) 1) << si))
238 si++;
jdhuff.c 155 int p, i, l, si, numsymbols; local
198 si = huffsize[0];
201 while (((int) huffsize[p]) == si) {
205 /* code is now 1 more than the last code used for codelength si; but
206 * it must still fit in si bits, since no code is allowed to be all ones.
208 if (((INT32) code) >= (((INT32) 1) << si))
211 si++;
  /external/quake/quake/src/WinQuake/
net_ipx.cpp 146 regs.x.si = lowmem_bufoff;
159 regs.x.si = lowmem_bufoff;
177 regs.x.si = ptr2real(ecb) & 0xf;
541 regs.x.si = ptr2real(&lma->socketbuffer[handle][0].ecb) & 0xf;
568 regs.x.si = ptr2real(&lma->socketbuffer[handle][0].ecb) & 0xf;
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java 1028 ByteBuffer si = ByteBuffer.allocate( local
    [all...]
  /external/elfutils/src/
i386_ld.c 121 Elf32_Word si; local
132 si = symindirect[XELF_R_SYM (rel->r_info)];
133 if (si == 0)
138 si = symref[XELF_R_SYM (rel->r_info)]->outsymidx;
142 si = dblindirect[si];
180 rel->r_info = XELF_R_INFO (si, XELF_R_TYPE (rel->r_info));
    [all...]
ld.h 164 # define SCNINFO_SHDR(si) (*(si))
167 # define SCNINFO_SHDR(si) (si)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 305 siToServiceClass(String si) {
306 if (si == null || si.length() == 0) {
310 int serviceCode = Integer.parseInt(si, 10);
338 throw new RuntimeException("unsupported MMI service code " + si);
344 siToTime (String si) {
345 if (si == null || si.length() == 0) {
349 return Integer.parseInt(si, 10);
    [all...]
  /external/strace/
signal.c 1439 m_siginfo_t si;
2105 siginfo_t si; local
2139 siginfo_t si; local
    [all...]
  /external/icu4c/common/
utext.cpp 2500 int32_t si, di; local
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 618 for (llvm::ImmutableSet<const VarDecl *>::iterator si =
620 se = vals.liveDecls.end(); si != se; ++si) {
621 declVec.push_back(*si);
  /external/clang/test/Sema/
designated-initializers.c 195 struct s si = { variable in typeref:struct:s
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
IntentTest.java 212 ShadowIntent si = shadowOf(intent); local
213 assertSame(si.getIntentClass(), thisClass);
223 ShadowIntent si = shadowOf(intent); local
224 assertSame(si.getIntentClass(), thisClass);

Completed in 848 milliseconds

1 2 3 4 5 6 78 91011>>