Home
last modified time | relevance | path

Searched refs:orders (Results 1 – 25 of 75) sorted by relevance

123

/external/icu/icu4c/source/test/intltest/
Dtscoll.cpp392 LocalArray<Order> orders(getOrders(iter, orderLength)); in backAndForth() local
417 if (o != orders[index].order) { in backAndForth()
421 while (index > 0 && orders[--index].order == 0) { in backAndForth()
425 if (o != orders[index].order) { in backAndForth()
427 orders[index].order, o); in backAndForth()
435 if (offset != orders[index].offset) { in backAndForth()
437 orders[index].offset, offset); in backAndForth()
445 while (index != 0 && orders[index - 1].order == 0) in backAndForth()
489 LocalArray<Order> orders(new Order[maxSize]); in getOrders() local
501 uprv_memcpy(temp, orders.getAlias(), size * sizeof(Order)); in getOrders()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c481 OrderAndOffset *orders =(OrderAndOffset *)malloc(sizeof(OrderAndOffset) * maxSize); in getOrders() local
492 memcpy(temp, orders, size * sizeof(OrderAndOffset)); in getOrders()
493 free(orders); in getOrders()
494 orders = temp; in getOrders()
498 orders[size].order = order; in getOrders()
499 orders[size].offset = offset; in getOrders()
509 memcpy(temp, orders, size * sizeof(OrderAndOffset)); in getOrders()
510 free(orders); in getOrders()
511 orders = temp; in getOrders()
517 return orders; in getOrders()
[all …]
Dcitertst.c565 OrderAndOffset *orders; in TestOffset() local
597 orders = getOrders(iter, &orderLength); in TestOffset()
629 free(orders); in TestOffset()
943 *orders; in TestSmallBuffer() local
965 orders = getOrders(iter, &count); in TestSmallBuffer()
982 if ((count > 250 && testorders[-- count].order != orders[1].order) || in TestSmallBuffer()
983 (count <= 250 && testorders[-- count].order != orders[0].order)) { in TestSmallBuffer()
990 free(orders); in TestSmallBuffer()
/external/libcups/cups/
Dppd-emit.c86 float *orders; /* Collected order values */ in ppdCollect2() local
112 if ((orders = calloc(sizeof(float), (size_t)cupsArrayCount(ppd->marked))) == NULL) in ppdCollect2()
175 orders[count] = corder; in ppdCollect2()
190 if (orders[i] > orders[j]) in ppdCollect2()
193 corder = orders[i]; in ppdCollect2()
195 orders[i] = orders[j]; in ppdCollect2()
197 orders[j] = corder; in ppdCollect2()
201 free(orders); in ppdCollect2()
/external/eigen/doc/
DStorageOrders.dox3 /** \eigenManualPage TopicStorageOrders Storage orders
5 There are two different storage orders for matrices and two-dimensional arrays: column-major and ro…
6 This page explains these storage orders and how to specify which one should be used.
50 \section TopicStorageOrdersInEigen Storage orders in Eigen
83 …row-major storage orders transparently, the Eigen library may well work best with column-major mat…
/external/webrtc/webrtc/base/
Dbytebuffer_unittest.cc116 ByteBuffer::ByteOrder orders[2] = { ByteBuffer::ORDER_HOST, in TEST() local
118 for (size_t i = 0; i < arraysize(orders); i++) { in TEST()
119 ByteBuffer buffer(orders[i]); in TEST()
120 EXPECT_EQ(orders[i], buffer.Order()); in TEST()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp538 } orders[] = in createAllocationTests() local
554 for (size_t orderNdx = 0; orderNdx < DE_LENGTH_OF_ARRAY(orders); orderNdx++) in createAllocationTests()
556 const TestConfig::Order order = orders[orderNdx].order; in createAllocationTests()
557 const char* const orderName = orders[orderNdx].str; in createAllocationTests()
604 for (size_t orderNdx = 0; orderNdx < DE_LENGTH_OF_ARRAY(orders); orderNdx++) in createAllocationTests()
606 const TestConfig::Order order = orders[orderNdx].order; in createAllocationTests()
607 const char* const orderName = orders[orderNdx].str; in createAllocationTests()
/external/gemmlowp/doc/
Dpublic.md69 * `LhsOrder`, `RhsOrder`, `ResultOrder`: the storage orders (row-major or
106 ### Performance note on storage orders.
108 gemmlowp supports arbitrary combinations of storage orders for the LHS, RHS and
112 optimization focus is on this particular combination of storage orders:
134 combination of storage orders.
136 Using other storage orders will typically mean taking less efficient paths in
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java95 int[] orders = new int[maxSize]; in getOrders() local
102 System.arraycopy(orders, 0, temp, 0, size); in getOrders()
103 orders = temp; in getOrders()
105 orders[size++] = order; in getOrders()
110 System.arraycopy(orders, 0, temp, 0, size); in getOrders()
111 orders = temp; in getOrders()
113 return orders; in getOrders()
120 int[] orders = getOrders(iter); in backAndForth() local
123 int index = orders.length; in backAndForth()
130 if (o != orders[--index]) { in backAndForth()
[all …]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java94 int[] orders = new int[maxSize]; in getOrders() local
101 System.arraycopy(orders, 0, temp, 0, size); in getOrders()
102 orders = temp; in getOrders()
104 orders[size++] = order; in getOrders()
109 System.arraycopy(orders, 0, temp, 0, size); in getOrders()
110 orders = temp; in getOrders()
112 return orders; in getOrders()
119 int[] orders = getOrders(iter); in backAndForth() local
122 int index = orders.length; in backAndForth()
129 if (o != orders[--index]) { in backAndForth()
[all …]
/external/llvm/test/CodeGen/Mips/cconv/
Dstack-alignment.ll13 ; Test the stack alignment for all ABI's and byte orders as specified by
Dreturn-hard-fp128.ll7 ; Test the fp128 returns for N32/N64 and all byte orders as specified by
Darguments-struct.ll13 ; Test small structures for all ABI's and byte orders.
Dreturn-float.ll13 ; Test the float returns for all ABI's and byte orders as specified by
Darguments-fp128.ll7 ; Test the fp128 arguments for all ABI's and byte orders as specified
Darguments-hard-fp128.ll7 ; Test the fp128 arguments for all ABI's and byte orders as specified
Dreturn.ll13 ; Test the integer returns for all ABI's and byte orders as specified by
Dreturn-hard-float.ll16 ; Test the float returns for all ABI's and byte orders as specified by
/external/llvm/test/CodeGen/ARM/
D2011-08-29-SchedCycle.ll13 ; entry), legalizer can serialize them in arbitrary orders. If it's
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2011-08-29-SchedCycle.ll13 ; entry), legalizer can serialize them in arbitrary orders. If it's
/external/llvm/test/Transforms/DeadArgElim/
Ddeadretval2.ll39 ; different orders (ie, first the caller, than the callee and first the callee
/external/swiftshader/third_party/LLVM/test/Transforms/DeadArgElim/
Ddeadretval2.ll39 ; different orders (ie, first the caller, than the callee and first the callee
/external/webrtc/third_party/gflags/
DBUILD.gn29 # GN orders flags on a target before flags from configs. The default config
/external/libyuv/files/third_party/gflags/
DBUILD.gn29 # GN orders flags on a target before flags from configs. The default config
/external/zopfli/
DREADME.zopflipng24 2-3 orders of magnitude more CPU time for compression. Initial testing using a

123