HomeSort by relevance Sort by last modified time
    Searched full:upd (Results 1 - 25 of 61) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/IntelFspPkg/Include/Library/
FspCommonLib.h 139 This function sets the UPD data pointer.
141 @param[in] UpdDataRgnPtr UPD data pointer.
150 This function gets the UPD data pointer.
152 @return UpdDataRgnPtr UPD data pointer.
161 This function sets the memory init UPD data pointer.
163 @param[in] MemoryInitUpdPtr memory init UPD data pointer.
172 This function gets the memory init UPD data pointer.
174 @return memory init UPD data pointer.
183 This function sets the silicon init UPD data pointer.
185 @param[in] SiliconInitUpdPtr silicon init UPD data pointer.
    [all...]
FspSecPlatformLib.h 75 This function check the signture of UPD.
  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.h 29 vpx_prob *bestp, vpx_prob upd);
33 vpx_prob *bestp, vpx_prob upd,
vp9_subexp.c 117 vpx_prob *bestp, vpx_prob upd) {
122 const int upd_cost = vp9_cost_one(upd) - vp9_cost_zero(upd);
141 vpx_prob *bestp, vpx_prob upd,
147 const int upd_cost = vp9_cost_one(upd) - vp9_cost_zero(upd);
182 const vpx_prob upd = DIFF_UPDATE_PROB; local
185 vp9_prob_diff_update_savings_search(ct, *oldp, &newp, upd);
188 vpx_write(w, 1, upd);
192 vpx_write(w, 0, upd);
    [all...]
vp9_bitstream.c 543 const vpx_prob upd = DIFF_UPDATE_PROB; local
564 frame_branch_ct[i][j][k][l][0], oldp, &newp, upd,
568 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd);
571 savings += s - (int)(vp9_cost_zero(upd));
573 savings -= (int)(vp9_cost_zero(upd));
596 const vpx_prob upd = DIFF_UPDATE_PROB; local
601 frame_branch_ct[i][j][k][l][0], *oldp, &newp, upd,
605 frame_branch_ct[i][j][k][l][t], *oldp, &newp, upd);
607 vpx_write(bc, u, upd);
637 frame_branch_ct[i][j][k][l][0], *oldp, &newp, upd,
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspCommonLib/
FspCommonLib.c 252 This function sets the UPD data pointer.
254 @param[in] UpdDataRgnPtr UPD data pointer.
270 // Set the UPD pointer.
276 This function gets the UPD data pointer.
278 @return UpdDataRgnPtr UPD data pointer.
294 This function sets the memory init UPD data pointer.
296 @param[in] MemoryInitUpdPtr memory init UPD data pointer.
312 // Set the memory init UPD pointer.
318 This function gets the memory init UPD data pointer.
320 @return memory init UPD data pointer.
    [all...]
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Include/Library/
FspPlatformInfoLib.h 46 Get UPD region size.
50 @return UPD region size.
59 This function overrides the default configurations in the UPD data region.
61 @param[in,out] FspUpdRgnPtr A pointer to the UPD data region data strcture.
63 @return FspUpdRgnPtr A pointer to the UPD data region data strcture.
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspPlatformInfoLibSample/
FspPlatformInfoLibSample.c 52 Get UPD region size.
56 @return UPD region size.
68 This function overrides the default configurations in the UPD data region.
72 @param[in,out] FspUpdRgnPtr A pointer to the UPD data region data strcture.
74 @return FspUpdRgnPtr A pointer to the UPD data region data strcture.
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/
PlatformSecLibNull.c 18 This function check the signture of UPD.
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
configinit.sh 61 grep '^grep' < $T/u.sh > $T/upd.sh
62 echo "cat - $c" >> $T/upd.sh
67 sh $T/upd.sh < $builddir/.config.sav > $builddir/.config
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/
SecFsp.h 100 This function gets the FSP UPD region offset in flash.
102 @return the offset of the UPD region.
SecFsp.c 47 This function gets the FSP UPD region offset in flash.
49 @return the offset of the UPD region.
183 // Initialize UPD pointer.
  /external/wpa_supplicant_8/src/wps/
wps_upnp_i.h 31 #define MULTICAST_MAX_READ 1600 /* max bytes we'll read for UPD request */
132 int ssdp_sd; /* receive discovery UPD packets on socket */
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 710 const vp8_prob newp, const vp8_prob upd) {
713 const int update_b = 8 + ((vp8_cost_one(upd) - vp8_cost_zero(upd)) >> 8);
757 const vp8_prob upd = vp8_coef_update_probs[i][j][k][t]; local
758 const int s = prob_update_savings(ct, oldp, newp, upd);
805 const vp8_prob upd = vp8_coef_update_probs[i][j][k][t]; local
806 const int s = prob_update_savings(ct, oldp, newp, upd);
927 const vp8_prob upd = vp8_coef_update_probs[i][j][k][t]; local
929 prev_coef_savings[t] += prob_update_savings(ct, oldp, newp, upd);
948 const vp8_prob upd = vp8_coef_update_probs[i][j][k][t] local
1025 const vp8_prob upd = vp8_coef_update_probs[i][j][k][t]; local
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspPlatformLib/
FspPlatformMemory.c 153 // Update UPD pointer in FSP Global Data
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
FspInitPeiV1.c 93 /* Platform override any UPD configs */
FspInitPeiV2.c 160 /* Platform override any UPD configs */
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/
IntelFspWrapperPkg.dec 90 # This is MAX UPD region size
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 780 int upd = 7; local
782 if (flags & VP8_EFLAG_NO_UPD_LAST) upd ^= VP8_LAST_FRAME;
784 if (flags & VP8_EFLAG_NO_UPD_GF) upd ^= VP8_GOLD_FRAME;
786 if (flags & VP8_EFLAG_NO_UPD_ARF) upd ^= VP8_ALTR_FRAME;
788 vp8_update_reference(ctx->cpi, upd);
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 767 VG_(printf)(" [%3d] (%s) upd %6llu diff %4llu+,%3llu-"
858 case 0x00000000: // upd 12414 diff 36+,0-
869 case 0x00000000: // upd 16687 diff 73+,0-
870 case 0x00000001: // upd 5106 diff 89+,0-
871 case 0x00000002: // upd 1609 diff 1+,0-
872 case 0x00000003: // upd 1987 diff 6+,0-
873 // case 0x00000b95: // upd 2894 diff 57+,1- <==dangerous
874 case 0x000072d9: // upd 2616 diff 11+,0-
875 case 0x000072cb: // upd 2616 diff 9+,0-
876 case 0x000074d5: // upd 172 diff 0+,0
    [all...]
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 1218 xml_node_t *pps, *c, *trust, *aaa, *aaa1, *upd, *homesp; local
1239 upd = xml_node_create(ctx->xml, c, NULL, "SubscriptionUpdate");
1240 add_text_node(ctx, upd, "UpdateInterval", "4294967295");
1241 add_text_node(ctx, upd, "UpdateMethod", "ClientInitiated");
1242 add_text_node(ctx, upd, "Restriction", "HomeSP");
1243 add_text_node_conf(ctx, realm, upd, "URI", "spp_http_auth_url");
1244 trust = xml_node_create(ctx->xml, upd, NULL, "TrustRoot");
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 4197 struct nl80211_sta_flag_update upd; local
4831 struct nl80211_sta_flag_update upd; local
5663 struct nl80211_sta_flag_update upd; local
    [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/Tools/
GenCfgOpt.py 492 elif Match.group(1).lower() == "PcdsDynamicVpd.Upd".lower():
495 ConfigDict['region'] = 'UPD'
616 # Check VPD/UPD
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java 447 byte [] upd = {(byte)5, (byte)4, (byte)3, (byte)2, (byte)1, (byte)0};
457 res2 = macs[i].doFinal(upd);
458 macs[i].update(upd);
    [all...]
  /external/dtc/
Makefile 100 echo ' UPD $@'; \

Completed in 5197 milliseconds

1 2 3