Searched refs:order (Results 201 - 225 of 900) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c39 int order; member in struct:mm_slab
86 mm_bucket_by_order(struct nouveau_mman *cache, int order) argument
88 if (order > MM_MAX_ORDER)
90 return &cache->bucket[MAX2(order, MM_MIN_ORDER) - MM_MIN_ORDER];
141 slab->order = chunk_order;
189 *offset = mm_slab_alloc(slab) << slab->order;
213 struct mm_bucket *bucket = mm_bucket_by_order(slab->cache, slab->order);
215 mm_slab_free(slab, alloc->offset >> slab->order);
/external/wpa_supplicant_8/
H A DAndroid.mk4 # The order of the 2 Android.mks does matter!
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilters_mips.c18 int16_t order,
134 // loops are written in order to avoid branches inside the loop.
137 for (i = 1; i < order + 1; i++) {
206 for (i = 1; i < order + 1; i++) {
279 for (i = 1; i < order + 1; i++) {
364 return (order + 1);
15 WebRtcIsacfix_AutocorrMIPS(int32_t* __restrict r, const int16_t* __restrict x, int16_t N, int16_t order, int16_t* __restrict scale) argument
H A Dfilters.c20 int16_t order,
48 for (i = 1; i < order + 1; i++) {
59 return(order + 1);
17 WebRtcIsacfix_AutocorrC(int32_t* __restrict r, const int16_t* __restrict x, int16_t N, int16_t order, int16_t* __restrict scale) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPreference.java25 protected int order; field in class:ShadowPreference
163 return order;
167 public void setOrder(int order) { argument
168 this.order = order;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DMenuLoaderTest.java72 public MenuItem add(int groupId, int itemId, int order, argument
78 public MenuItem add(int groupId, int itemId, int order, int titleRes) { argument
93 public SubMenu addSubMenu(int groupId, int itemId, int order, argument
99 public SubMenu addSubMenu(int groupId, int itemId, int order, argument
105 public int addIntentOptions(int groupId, int itemId, int order, argument
/external/deqp/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp1147 if (format.order == tcu::TextureFormat::R ||
1148 format.order == tcu::TextureFormat::RG ||
1149 format.order == tcu::TextureFormat::RGB ||
1150 format.order == tcu::TextureFormat::RGBA ||
1151 format.order == tcu::TextureFormat::BGRA ||
1152 format.order == tcu::TextureFormat::ARGB ||
1153 format.order == tcu::TextureFormat::sRGB ||
1154 format.order == tcu::TextureFormat::sRGBA)
1160 if (format.order == tcu::TextureFormat::RG ||
1161 format.order
[all...]
/external/icu/icu4c/source/i18n/
H A Dcoleitr.cpp307 int32_t CollationElementIterator::strengthOrder(int32_t order) const
312 order &= 0xffff0000;
315 order &= 0xffffff00;
318 return order;
449 CollationElementIterator::getMaxExpansion(int32_t order) const {
450 return getMaxExpansion(rbc_->tailoring->maxExpansions, order);
454 CollationElementIterator::getMaxExpansion(const UHashtable *maxExpansions, int32_t order) { argument
455 if (order == 0) { return 1; }
457 if(maxExpansions != NULL && (max = uhash_igeti(maxExpansions, order)) != 0) {
460 if ((order
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dec_key.c313 const BIGNUM *order = NULL; local
339 /* testing whether pub_key * order is the point at infinity */
342 order = &eckey->group->order;
343 if (BN_is_zero(order)) {
347 if (!EC_POINT_mul(eckey->group, point, NULL, eckey->pub_key, order, ctx)) {
359 if (BN_cmp(eckey->priv_key, order) >= 0) {
439 BIGNUM *priv_key = NULL, *order = NULL; local
447 order = BN_new();
450 if (order
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditercoll.cpp306 uint32_t order; local
310 order = iter->previous(status);
313 if (CollationElementIterator::isIgnorable(order))
314 order = iter->previous(status);
322 if (U_FAILURE(status) && iter->getMaxExpansion(order) < count) {
536 * Testing the strength order
540 int order = 0x0123ABCD; local
560 if (iter->strengthOrder(order) != 0x01230000) {
561 errln("Strength order for a primary strength collator should be the first 2 bytes");
566 if (iter->strengthOrder(order) !
586 int32_t order; local
[all...]
H A Dssearch.cpp325 int32_t order; member in struct:Order
338 void add(int32_t order, int32_t low, int32_t high);
365 int32_t order, low, high; local
387 order = ucol_next(elems, &status);
390 if (order != UCOL_NULLORDER) {
391 order &= strengthMask;
394 if (order != UCOL_IGNORABLE) {
395 add(order, low, high);
397 } while (order != UCOL_NULLORDER);
407 void OrderList::add(int32_t order, int32_ argument
437 const Order *order = get(index); local
448 const Order *order = get(index); local
459 const Order *order = get(index); local
524 const Order *order = list.get(i); local
542 const Order *order = list.get(i); local
639 int32_t order, low, high; local
[all...]
/external/chromium_org/third_party/opus/src/silk/float/
H A Dnoise_shape_analysis_FLP.c42 opus_int order
48 gain = coefs[ order - 1 ];
49 for( i = order - 2; i >= 0; i-- ) {
62 opus_int order
68 for( i = order - 1; i > 0; i-- ) {
74 for( i = 0; i < order; i++ ) {
83 for( i = 0; i < order; i++ ) {
96 for( i = 1; i < order; i++ ) {
102 for( i = 0; i < order; i++ ) {
109 silk_bwexpander_FLP( coefs_syn, order, chir
[all...]
/external/libopus/silk/float/
H A Dnoise_shape_analysis_FLP.c42 opus_int order
48 gain = coefs[ order - 1 ];
49 for( i = order - 2; i >= 0; i-- ) {
62 opus_int order
68 for( i = order - 1; i > 0; i-- ) {
74 for( i = 0; i < order; i++ ) {
83 for( i = 0; i < order; i++ ) {
96 for( i = 1; i < order; i++ ) {
102 for( i = 0; i < order; i++ ) {
109 silk_bwexpander_FLP( coefs_syn, order, chir
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp325 int32_t order; member in struct:Order
338 void add(int32_t order, int32_t low, int32_t high);
365 int32_t order, low, high; local
387 order = ucol_next(elems, &status);
390 if (order != UCOL_NULLORDER) {
391 order &= strengthMask;
394 if (order != UCOL_IGNORABLE) {
395 add(order, low, high);
397 } while (order != UCOL_NULLORDER);
407 void OrderList::add(int32_t order, int32_ argument
437 const Order *order = get(index); local
448 const Order *order = get(index); local
459 const Order *order = get(index); local
524 const Order *order = list.get(i); local
542 const Order *order = list.get(i); local
636 int32_t order, low, high; local
[all...]
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
H A DomxSP_FFTFwd_RToCCS_F32_Sfs_s.S72 #define order r14 define
151 CLZ order,N @// N = 2^order
152 RSB order,order,#31
157 CMP order,#1
158 BGT orderGreaterthan1 @// order > 1
174 TST order, #2 @// Set input args to fft stages
180 @//check for even or odd order
188 TST order,#
[all...]
/external/skia/src/ports/
H A DSkFontConfigParser_android.cpp111 familyData->currentFamily->order = -1;
112 // The Family tag has an optional "order" attribute with an integer value >= 0
119 familyData->currentFamily->order = value;
231 // This loop inserts the vendor fallback fonts in the correct order in the
236 int order = family->order; local
237 if (order < 0) {
242 // no order specified on this font, but we're incrementing the order
243 // based on an earlier order insertio
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkReduceOrder.cpp265 int order = reducer.reduce(quad); local
266 if (order == 2) { // quad became line
267 for (int index = 0; index < order; ++index) {
271 return SkPathOpsPointsToVerb(order - 1);
278 int order = reducer.reduce(cubic, kAllow_Quadratics); local
279 if (order == 2 || order == 3) { // cubic became line or quad
280 for (int index = 0; index < order; ++index) {
284 return SkPathOpsPointsToVerb(order - 1);
/external/skia/src/pathops/
H A DSkReduceOrder.cpp265 int order = reducer.reduce(quad); local
266 if (order == 2) { // quad became line
267 for (int index = 0; index < order; ++index) {
271 return SkPathOpsPointsToVerb(order - 1);
278 int order = reducer.reduce(cubic, kAllow_Quadratics); local
279 if (order == 2 || order == 3) { // cubic became line or quad
280 for (int index = 0; index < order; ++index) {
284 return SkPathOpsPointsToVerb(order - 1);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_pwd_common.c123 grp->order = NULL;
134 ((grp->order = BN_new()) == NULL) ||
147 if (!EC_GROUP_get_order(grp->group, grp->order, NULL)) {
148 wpa_printf(MSG_INFO, "EAP-pwd: unable to get order for curve");
250 "multiply generator by order");
270 BN_clear_free(grp->order);
271 grp->order = NULL;
276 /* cleanliness and order.... */
310 offset = BN_num_bytes(grp->order) - BN_num_bytes(peer_scalar);
313 eap_pwd_h_update(hash, cruft, BN_num_bytes(grp->order));
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Deap_pwd_common.c123 grp->order = NULL;
134 ((grp->order = BN_new()) == NULL) ||
147 if (!EC_GROUP_get_order(grp->group, grp->order, NULL)) {
148 wpa_printf(MSG_INFO, "EAP-pwd: unable to get order for curve");
250 "multiply generator by order");
270 BN_clear_free(grp->order);
271 grp->order = NULL;
276 /* cleanliness and order.... */
310 offset = BN_num_bytes(grp->order) - BN_num_bytes(peer_scalar);
313 eap_pwd_h_update(hash, cruft, BN_num_bytes(grp->order));
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_pwd_common.c123 grp->order = NULL;
134 ((grp->order = BN_new()) == NULL) ||
147 if (!EC_GROUP_get_order(grp->group, grp->order, NULL)) {
148 wpa_printf(MSG_INFO, "EAP-pwd: unable to get order for curve");
250 "multiply generator by order");
270 BN_clear_free(grp->order);
271 grp->order = NULL;
276 /* cleanliness and order.... */
310 offset = BN_num_bytes(grp->order) - BN_num_bytes(peer_scalar);
313 eap_pwd_h_update(hash, cruft, BN_num_bytes(grp->order));
[all...]
/external/openssl/crypto/ec/
H A Dec_key.c243 BIGNUM *priv_key = NULL, *order = NULL; local
257 if ((order = BN_new()) == NULL) goto err;
269 if (!EC_GROUP_get_order(eckey->group, order, ctx))
273 if (!BN_rand_range(priv_key, order))
295 if (order)
296 BN_free(order);
310 const BIGNUM *order = NULL; local
336 /* testing whether pub_key * order is the point at infinity */
337 order = &eckey->group->order;
[all...]
/external/openssl/crypto/
H A Dmem_dbg.c136 static unsigned long order = 0; /* number of memory requests */ variable
179 unsigned long order; member in struct:mem_st
248 * appropriate order (long-time lock first).
525 if (order == break_order_num)
528 m->order=order;
530 m->order=order++;
533 m->order,
589 mp->order, m
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dfilters.c30 WebRtc_Word16 order,
54 for (i = 1; i < order + 1; i++) {
65 return(order + 1);
27 WebRtcIsacfix_AutocorrC(WebRtc_Word32* __restrict r, const WebRtc_Word16* __restrict x, WebRtc_Word16 N, WebRtc_Word16 order, WebRtc_Word16* __restrict scale) argument
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DServiceMessage.java60 truncatedBuffer.order(ByteOrder.nativeOrder());

Completed in 1472 milliseconds

1234567891011>>