| /cts/tools/dasm/src/java_cup/ |
| lalr_state.java | 29 * of these states to parse. The parser has two operations, shift and reduce. 30 * In a shift, it consumes one token and makes a transition to a new state. 347 new_items.add(itm.shift()); 433 * out of the state (shift entries) or reductions from the state to some 440 * are resolved by always shifting for shift/reduce conflicts and choosing 494 /* if the other act was not a shift */ 495 if (other_act.kind() != parse_action.SHIFT) 513 /* if its on an terminal add a shift entry */ 530 /* shift always wins */ 592 /* must be a shift on a terminal or non-terminal * [all...] |
| /development/ndk/platforms/android-3/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /external/aac/libAACenc/src/ |
| psy_main.cpp | 666 /* Calc possible spectrum leftshift for each sfb (1 means: 1 bit left shift is possible without overflow) */ 687 /* Calc possible energy leftshift for each sfb (1 means: 1 bit left shift is possible without overflow) */ 714 /* do not shift more than 3 bits more to the left than signal without blockfloating point 719 FDK_ASSERT(finalShift >= 0); /* right shift is not allowed */ 838 INT shift = 1; local [all...] |
| /external/aac/libFDK/src/ |
| fixpoint_math.cpp | 339 description: delivers 1/sqrt(op) normalized to .5...1 and the shift value of the OUTPUT 378 delivers 1/sqrt(op) normalized to .5...1 and the shift value of the OUTPUT, 379 i.e. the denormalized result is 1/sqrt(op) = invSqrtNorm(op) * 2^(shift) 384 FIXP_DBL invSqrtNorm2(FIXP_DBL op, INT *shift) 391 *shift = 1 ; 396 /* normalize input, calculate shift value */ 398 *shift = fNormz(val) - 1; /* CountLeadingBits() is not necessary here since test value is always > 0 */ 399 val <<=*shift ; /* normalized input V */ local 400 *shift+=2 ; /* bias for exponent */ 411 if (*shift & 0x00000001) { /* odd shift values ? * [all...] |
| qmf.cpp | 459 int shift = (anaQmf->no_channels>>6) + 1; local 462 rSubband[M + i] = (timeIn[L - 1 - i]>>1) - (timeIn[i]>>shift); 463 rSubband[M - 1 - i] = (timeIn[L + i]>>1) + (timeIn[2 * L - 1 - i]>>shift); 466 dct_IV(rSubband, L, &shift); 493 int shift = 0; local 509 dct_IV(rSubband, L, &shift); 510 dst_IV(iSubband, L, &shift); 603 Shift filter states 605 Should be realized with modulo adressing on a DSP instead of a true buffer shift 735 int shift = 0 local 770 int shift = 0; local [all...] |
| /external/aac/libSBRenc/src/ |
| tran_det.cpp | 403 int shift; local 414 shift = fixMax(0,CountLeadingBits(mean_val)-6); /* -6 to keep room for accumulating upto N = 24 values */ 421 temp = ((FIXP_DBL)mean_val - ((FIXP_DBL)Energies[j][i] >> scaleFactor0))<<shift; 427 temp = ((FIXP_DBL)mean_val - ((FIXP_DBL)Energies[j][i] >> scaleFactor1))<<shift; 433 std_val = sqrtFixp(accu)>>shift; /* standard deviation */
|
| /external/bison/lib/ |
| quotearg.c | 157 int shift = uc % INT_BITS; local 158 int r = (*p >> shift) & 1; 159 *p ^= ((i & 1) ^ r) << shift; 401 its end, find an error, or come back to the initial shift
|
| /external/bluetooth/glib/glib/ |
| ghash.c | 127 g_hash_table_set_shift (GHashTable *hash_table, gint shift) 132 hash_table->size = 1 << shift; 133 hash_table->mod = prime_mod [shift]; 135 for (i = 0; i < shift; i++) 158 gint shift; local 160 shift = g_hash_table_find_closest_shift (size); 161 shift = MAX (shift, HASH_TABLE_MIN_SHIFT); 163 g_hash_table_set_shift (hash_table, shift); [all...] |
| /external/chromium/chrome/browser/ |
| browser_keyevents_browsertest.cc | 66 bool shift; member in struct:__anon2924::KeyEventTestData 266 browser(), test.key, test.ctrl, test.shift, test.alt, test.command)); 274 " VKEY:0x%02x, ctrl:%d, shift:%d, alt:%d, command:%d\n" 277 data.key, data.ctrl, data.shift, data.alt, data.command, 297 // shift-a 320 // shift-a
|
| /external/chromium/net/spdy/ |
| spdy_test_util.cc | 133 int shift = (8 * (len - (i + 1))); local 134 unsigned char val_chunk = (val >> shift) & 0x0FF; [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
| LineGraph.java | 141 int shift; local 143 shift= 3; // below dot 145 shift= -(2*titleHeight+3); // above dot 147 g.drawString(thisItem.title, xposition+2, yposition+shift, true); 148 g.drawString(thisItem.description, xposition+2, yposition+shift+titleHeight, true);
|
| TimeLineGraph.java | 126 int shift; local 128 shift = 3; // below dot 130 shift = -(2 * titleHeight + 3); // above dot 133 + shift, true); 135 + shift + titleHeight, true);
|
| /external/freetype/src/base/ |
| ftoutln.c | 55 #define SCALED( x ) ( ( (x) << shift ) - delta ) 71 FT_Int shift; local 78 shift = func_interface->shift;
|
| /external/freetype/src/sfnt/ |
| ttsbit.c | 125 FT_Byte shift = (FT_Byte)( x_offset & 7 ); /* current write shift */ local 126 FT_Byte space = (FT_Byte)( 8 - shift ); 148 if ( shift ) 150 cur[0] |= (FT_Byte)( val >> shift ); 183 cur[0] |= (FT_Byte)( val >> shift ); [all...] |
| /external/icu4c/common/ |
| unisetspan.cpp | 91 void shift(int32_t delta) { function in class:OffsetList 776 offsets.shift(spanLength); [all...] |
| uprops.cpp | 325 int32_t shift; // =maxValue if getMaxValueFromShift() is used member in struct:IntProperty 332 return (int32_t)(u_getUnicodeProperties(c, prop.column)&prop.mask)>>prop.shift; 336 return (uprv_getMaxValues(prop.column)&prop.mask)>>prop.shift; 340 return prop.shift; 446 * column, mask and shift values for int-value properties from u_getUnicodeProperties().
|
| /external/iproute2/include/linux/tc_ematch/ |
| tc_em_meta.h | 18 __u8 shift; member in struct:tcf_meta_val
|
| /external/iproute2/tc/ |
| f_u32.c | 773 } else if (matches(*argv, "shift") == 0) { 774 int shift; local 776 if (get_integer(&shift, *argv, 0)) 778 sel->offshift = shift;
|
| /external/openssl/ssl/ |
| d1_pkt.c | 1688 unsigned int shift; local 1711 unsigned int shift; local [all...] |
| /external/qemu/audio/ |
| winaudio.c | 164 int shift, i, samples_size;
local 182 case AUD_FMT_S8: shift = 0; break;
183 case AUD_FMT_U8: shift = 0; s->silence = 0x80; break;
184 case AUD_FMT_S16: shift = 1; break;
185 case AUD_FMT_U16: shift = 1; s->silence = 0x8000; break;
192 format.nAvgBytesPerSec = (format.nSamplesPerSec & format.nChannels) << shift;
193 format.nBlockAlign = format.nChannels << shift;
194 format.wBitsPerSample = 8 << shift;
272 int wav_samples = audio_MIN(wav_bytes >> hw->info.shift, live);
281 wav_bytes = wav_samples << hw->info.shift;
410 int shift, i, samples_size; local [all...] |
| /external/qemu/block/ |
| qcow2.h | 155 int shift = s->cluster_bits + s->l2_bits; local 156 return (size + (1ULL << shift) - 1) >> shift;
|
| /external/qemu/target-arm/ |
| op_helper.c | 37 int shift; local 41 for (shift = 0; shift < 32; shift += 8) { 42 index = (ireg >> shift) & 0xff; 45 val |= tmp << shift; 47 val |= def & (0xff << shift); 57 #define SHIFT 0 60 #define SHIFT 1 63 #define SHIFT 388 int shift = i & 0xff; local 396 int shift = i & 0xff; local 404 int shift = i & 0xff; local 412 int shift = i & 0xff; local 428 int shift = i & 0xff; local 444 int shift = i & 0xff; local 457 int shift1, shift; local [all...] |
| /external/skia/src/animator/ |
| SkAnimatorScript.cpp | 210 int shift = 16; local 213 result |= SkClampMax(valuePtr->fOperand.fS32, 255) << shift; 214 shift -= 8;
|
| SkAnimatorScript2.cpp | 290 int shift = 16; local 292 result |= SkClampMax(params->begin()[index].fS32, 255) << shift; 293 shift -= 8;
|
| /external/skia/src/core/ |
| SkGeometry.cpp | 185 int shift = SkMax32(na, SkMax32(nb, nc)); local 186 SkASSERT(shift >= 0); 188 return SkFindUnitQuadRoots(A.getShiftRight(shift), B.getShiftRight(shift), C.getShiftRight(shift), roots); [all...] |