HomeSort by relevance Sort by last modified time
    Searched refs:STACK_ITEM_SIZE (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/common/
uarrsort.c 25 STACK_ITEM_SIZE=200
84 UAlignedMemory v[STACK_ITEM_SIZE/sizeof(UAlignedMemory)+1];
88 if(itemSize<=STACK_ITEM_SIZE) {
188 UAlignedMemory xw[(2*STACK_ITEM_SIZE)/sizeof(UAlignedMemory)+1];
192 if(itemSize<=STACK_ITEM_SIZE) {
  /external/icu4c/common/
uarrsort.c 25 STACK_ITEM_SIZE=200
84 UAlignedMemory v[STACK_ITEM_SIZE/sizeof(UAlignedMemory)+1];
88 if(itemSize<=STACK_ITEM_SIZE) {
188 UAlignedMemory xw[(2*STACK_ITEM_SIZE)/sizeof(UAlignedMemory)+1];
192 if(itemSize<=STACK_ITEM_SIZE) {

Completed in 62 milliseconds