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

1 2 3 4 5 6 78 91011>>

  /external/iproute2/ip/
xfrm_state.c 1090 struct xfrmu_sadhinfo *si; local
1092 if (RTA_PAYLOAD(tb[XFRMA_SAD_HINFO]) < sizeof(*si)) {
1097 si = RTA_DATA(tb[XFRMA_SAD_HINFO]);
1099 fprintf(fp,"count %d", si->sadhcnt);
1100 fprintf(fp," Max %d", si->sadhmcnt);
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 42 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t);
55 vp8_stream_info_t si; member in struct:vpx_codec_alg_priv
76 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t flags)
83 (void)si;
100 ctx->priv->alg_priv->si.sz = sizeof(ctx->priv->alg_priv->si);
193 vpx_codec_stream_info_t *si,
219 si->is_kf = 0;
223 si->is_kf = 1;
229 si->w = (clear[6] | (clear[7] << 8)) & 0x3fff
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 54 ubyte si; /* TGSI semantic index */ member in struct:nv50_ir_varying
  /external/openssl/apps/
cms.c 958 CMS_SignerInfo *si; local
962 si = sk_CMS_SignerInfo_value(sis, 0);
963 srcms = CMS_sign_receipt(si, signer, key, other, flags);
1006 CMS_SignerInfo *si; local
1017 si = CMS_add1_signer(cms, signer, key, sign_md, flags);
1018 if (!si)
1020 if (rr && !CMS_add1_ReceiptRequest(si, rr))
1285 CMS_SignerInfo *si; local
    [all...]
  /external/valgrind/main/none/tests/amd64/
pcmpstr64w.c 266 UInt si, ci; local
273 for (si = 0; si < 8; si++) {
274 if ((validL & (1 << si)) == 0)
280 if (argR[ci] == argL[si]) { m = 1; break; }
282 boolRes |= (m << si);
345 UInt ri, si; local
351 for (si = 0; si < 8; si++)
    [all...]
  /frameworks/base/core/java/android/nfc/cardemulation/
ApduServiceInfo.java 114 ServiceInfo si = info.serviceInfo; local
118 parser = si.loadXmlMetaData(pm, HostApduService.SERVICE_META_DATA);
124 parser = si.loadXmlMetaData(pm, OffHostApduService.SERVICE_META_DATA);
145 Resources res = pm.getResourcesForApplication(si.applicationInfo);
244 throw new XmlPullParserException("Unable to create context for: " + si.packageName);
249 mUid = si.applicationInfo.uid;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 42 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t);
55 vp8_stream_info_t si; member in struct:vpx_codec_alg_priv
76 static unsigned long vp8_priv_sz(const vpx_codec_dec_cfg_t *si, vpx_codec_flags_t flags)
83 (void)si;
101 ctx->priv->alg_priv->si.sz = sizeof(ctx->priv->alg_priv->si);
195 vpx_codec_stream_info_t *si,
221 si->is_kf = 0;
225 si->is_kf = 1;
231 si->w = (clear[6] | (clear[7] << 8)) & 0x3fff
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 371 int m,sij,si,sj,sL,sk; local
379 si = lowelt; sj = highelt;
380 for (;;) { // partition [si,sj] about median-of-3.
381 sij = (sj+si) >> 1;
383 // Now to sort elements si,sij,sj into order & set temp=their median
384 if ( (this->*comparison)( si,sij ) > 0 ) {
385 (this->*swap)( si,sij );
389 if ( (this->*comparison)( si,sij ) > 0 ) {
390 (this->*swap)( si,sij );
396 sk = si; sL = sj
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 371 int m,sij,si,sj,sL,sk; local
379 si = lowelt; sj = highelt;
380 for (;;) { // partition [si,sj] about median-of-3.
381 sij = (sj+si) >> 1;
383 // Now to sort elements si,sij,sj into order & set temp=their median
384 if ( (this->*comparison)( si,sij ) > 0 ) {
385 (this->*swap)( si,sij );
389 if ( (this->*comparison)( si,sij ) > 0 ) {
390 (this->*swap)( si,sij );
396 sk = si; sL = sj
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java 93 RunningState.ServiceItem si = mServiceItem; local
95 if ((si.mServiceInfo.applicationInfo.flags&ApplicationInfo.FLAG_SYSTEM) != 0) {
96 showConfirmStopDialog(si.mRunningService.service);
100 getActivity().stopService(new Intent().setComponent(si.mRunningService.service));
244 void addServiceDetailsView(RunningState.ServiceItem si, RunningState.MergedItem mi,
256 RunningState.BaseItem bi = si != null ? si : mi;
263 detail.mServiceItem = si;
271 if (si != null && si.mRunningService.clientLabel != 0)
    [all...]
  /packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java 150 ServiceInfo si = service.serviceInfo; local
151 ApplicationInfo ai = si.applicationInfo;
163 parser = si.loadXmlMetaData(pm, SettingInjectorService.META_DATA_NAME);
166 + " meta-data for " + service + ": " + si);
183 return parseAttributes(si.packageName, si.name, res, attrs);
186 "Unable to load resources for package " + si.packageName);
  /system/core/debuggerd/
tombstone.cpp 176 siginfo_t si; local
177 memset(&si, 0, sizeof(si));
178 if (ptrace(PTRACE_GETSIGINFO, tid, 0, &si) == -1) {
184 si.si_code = si_code;
188 snprintf(addr_desc, sizeof(addr_desc), "%p", si.si_addr);
194 signal, get_signame(signal), si.si_code, get_sigcode(signal, si.si_code), addr_desc);
347 siginfo_t si; local
348 memset(&si, 0, sizeof(si))
    [all...]
  /bionic/linker/
linker.cpp 81 static bool soinfo_link_image(soinfo* si, const android_dlextinfo* extinfo);
293 soinfo* si = g_soinfo_allocator.alloc(); local
296 memset(si, 0, sizeof(soinfo));
297 strlcpy(si->name, name, sizeof(si->name));
298 si->flags = FLAG_NEW_SOINFO;
301 si->set_st_dev(file_stat->st_dev);
302 si->set_st_ino(file_stat->st_ino);
305 sonext->next = si;
306 sonext = si;
787 soinfo* si = soinfo_alloc(SEARCH_NAME(name), &file_stat); local
825 soinfo* si = find_loaded_library_by_name(name); local
843 soinfo* si = find_library_internal(name, dlflags, extinfo); local
920 soinfo* si = find_library(name, flags, extinfo); local
2044 soinfo* si = soinfo_alloc("[vdso]", NULL); local
2139 soinfo* si = soinfo_alloc(args.argv[0], NULL); local
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 842 double si = ii + rect.left; local
844 double dself = hypotSq(csite->getVCenter().x - si, csite->getVCenter().y - sj);
857 double d1 = hypotSq(m_AllSites[ce->second].getVCenter().x - si,
926 double si = ii + rect.left; local
967 MosaicToFrame(inv_trs, si, sj, xx, yy);
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c 354 int si = BTA_JV_RFC_HDL_TO_SIDX(p_pcb->handle); local
355 if (0 <= si && si < BTA_JV_MAX_RFC_SR_SESSION)
356 p_cb->rfc_hdl[si] = 0;
489 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(jv_handle); local
490 if (hi < BTA_JV_MAX_RFC_CONN && bta_jv_cb.rfc_cb[hi].p_cback && si
491 < BTA_JV_MAX_RFC_SR_SESSION && bta_jv_cb.rfc_cb[hi].rfc_hdl[si])
493 tBTA_JV_PCB *p_pcb = bta_jv_rfc_port_to_pcb(bta_jv_cb.rfc_cb[hi].rfc_hdl[si]);
550 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(jv_handle); local
2149 UINT32 si; local
2259 UINT32 si = 0; local
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config.c 268 short si; member in struct:__anon5671
277 short si = find_inode(&root, section); local
278 if(si >= 0)
280 const cfg_node* section_node = &root.child[si];
290 short si = find_inode(&root, section); local
291 if(si >= 0)
293 const cfg_node* section_node = &root.child[si];
310 int si, ki, vi; local
312 for(si = 0; si < GET_CHILD_COUNT(&root); si++
455 int si = -1, ki = -1, vi = -1; local
491 int si = -1, ki = -1, vi = -1; local
568 short si = -1, ki = -1, vi = -1; local
655 int si = -1; local
    [all...]
btif_config_util.cpp 100 int si, ki, vi; member in struct:enum_user_data
308 d.se = add_ele(d.xml, d.xml->RootElement(), ++d.si, section_name);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 624 uint32_t si, z, zs; local
650 si = *sx++;
651 ys = (si & 0xffff) * q + carry;
652 zs = (si >> 16) * q + (ys >> 16);
682 si = *sx++;
683 ys = (si & 0xffff) + carry;
684 zs = (si >> 16) + (ys >> 16);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
svc_encodeframe.c 218 SvcInternal *const si = (SvcInternal *)malloc(sizeof(*si)); local
219 if (si != NULL) {
220 memset(si, 0, sizeof(*si));
222 svc_ctx->internal = si;
233 SvcInternal *const si = (SvcInternal *)svc_ctx->internal; local
234 si->message_buffer[0] = '\0';
242 SvcInternal *const si = get_svc_internal(svc_ctx); local
255 strncat(si->message_buffer, buf
292 SvcInternal *const si = get_svc_internal(svc_ctx); local
352 SvcInternal *const si = get_svc_internal(svc_ctx); local
439 SvcInternal *const si = get_svc_internal(svc_ctx); local
459 SvcInternal *const si = get_svc_internal(svc_ctx); local
471 SvcInternal *const si = get_svc_internal(svc_ctx); local
487 SvcInternal *const si = get_svc_internal(svc_ctx); local
501 SvcInternal *const si = get_svc_internal(svc_ctx); local
668 SvcInternal *const si = get_svc_internal(svc_ctx); local
741 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
770 SvcInternal *const si = get_svc_internal(svc_ctx); local
862 SvcInternal *const si = get_svc_internal(svc_ctx); local
1013 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
1019 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
1025 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
1031 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
1037 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
1043 SvcInternal *const si = get_svc_internal(svc_ctx); local
1063 SvcInternal *const si = get_svc_internal(svc_ctx); local
1120 SvcInternal *si; local
1136 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
1142 const SvcInternal *const si = get_const_svc_internal(svc_ctx); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxdec.c 278 vpx_codec_stream_info_t si; local
280 si.sz = sizeof(si);
289 buf + 4, 32 - 4, &si)) {
292 input->width = si.w;
293 input->height = si.h;