| /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/tc_ematch/ |
| tc_em_meta.h | 36 __u8 shift; member in struct:tcf_meta_val
|
| /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/ |
| timex.h | 41 int shift; member in struct:timex
|
| /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/tc_ematch/ |
| tc_em_meta.h | 36 __u8 shift; member in struct:tcf_meta_val
|
| /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/ |
| timex.h | 41 int shift; member in struct:timex
|
| /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
| timex.h | 51 int shift; member in struct:timex
|
| /system/core/libpixelflinger/codeflinger/ |
| texturing.cpp | 515 const int shift = 31 - gglClz(tmu.format.size); local 541 MOV(LT, 0, width, imm(1 << shift)); 542 if (shift) 543 MOV(GE, 0, width, reg_imm(width, LSL, shift)); 552 // width = 1<<shift 562 MOV(GT, 0, width, imm(1 << shift)); 576 MOV(LT, 0, height, imm(1 << shift)); 577 if (shift) 578 MOV(GE, 0, height, reg_imm(height, LSL, shift)); 586 if (shift) { 773 int shift = 0; local 1202 int shift = incoming.l; local 1277 int shift = incoming.l; local 1315 int shift = incoming.l; local [all...] |
| /bionic/libc/bionic/ |
| libc_logging.cpp | 373 int shift = 64 - 8*bytelen; local 374 value = static_cast<uint64_t>((static_cast<int64_t>(value << shift)) >> shift);
|
| /external/aac/libFDK/src/ |
| fixpoint_math.cpp | 381 description: delivers 1/sqrt(op) normalized to .5...1 and the shift value of the OUTPUT 420 delivers 1/sqrt(op) normalized to .5...1 and the shift value of the OUTPUT, 421 i.e. the denormalized result is 1/sqrt(op) = invSqrtNorm(op) * 2^(shift) 426 FIXP_DBL invSqrtNorm2(FIXP_DBL op, INT *shift) 433 *shift = 1 ; 438 /* normalize input, calculate shift value */ 440 *shift = fNormz(val) - 1; /* CountLeadingBits() is not necessary here since test value is always > 0 */ 441 val <<=*shift ; /* normalized input V */ local 442 *shift+=2 ; /* bias for exponent */ 453 if (*shift & 0x00000001) { /* odd shift values ? * [all...] |
| /external/bison/lib/ |
| quotearg.c | 143 int shift = uc % INT_BITS; local 144 int r = (*p >> shift) & 1; 145 *p ^= ((i & 1) ^ r) << shift; 515 its end, find an error, or come back to the initial shift
|
| /external/chromium_org/chrome/test/remoting/ |
| remote_desktop_browsertest.cc | 394 bool shift, 402 shift, local 410 bool shift; local 411 GetKeyValuesFromChar(c, &code, &keyboard_code, &shift); 413 SimulateKeyPressWithCode(keyboard_code, code, false, shift, false, false);
|
| /external/chromium_org/media/cast/rtcp/ |
| rtcp_sender.cc | 465 int shift = static_cast<uint16>(*it - nack_sequence_number) - 1; local 466 if (shift >= 0 && shift <= 15) { 467 bitmask |= (1 << shift); 599 int shift = static_cast<uint8>(*packet_it - packet_id) - 1; local 600 if (shift >= 0 && shift <= 7) { 602 bitmask |= (1 << shift);
|
| /external/chromium_org/ppapi/examples/ime/ |
| ime.cc | 306 void KeyLeft(bool shift) { 310 if (!shift && HasSelection()) 314 // Move the anchor if the shift key is not pressed. 315 if (!shift) 320 void KeyRight(bool shift) { 324 if (!shift && HasSelection()) 328 // Move the anchor if the shift key is not pressed. 329 if (!shift) 630 bool shift = ev.GetModifiers() & PP_INPUTEVENT_MODIFIER_SHIFTKEY; local 633 it->KeyLeft(shift); [all...] |
| /external/chromium_org/third_party/harfbuzz-ng/src/ |
| hb-ot-layout-gsub-table.hh | 497 unsigned int shift = _hb_ctz (lookup_mask); local 498 unsigned int alt_index = ((lookup_mask & glyph_mask) >> shift); [all...] |
| /external/chromium_org/third_party/icu/source/test/cintltst/ |
| bocu1tst.c | 287 int32_t result, m, lead, count, shift; local 338 shift=0; 341 result|=BOCU1_TRAIL_TO_BYTE(m)<<shift; 342 shift+=8; 346 result|=(lead+diff)<<shift;
|
| /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/ |
| main_wnd.cc | 531 bool shift = ((::GetAsyncKeyState(VK_SHIFT) & 0x8000) != 0); local 532 UINT next_cmd = shift ? GW_HWNDPREV : GW_HWNDNEXT; 533 UINT loop_around_cmd = shift ? GW_HWNDLAST : GW_HWNDFIRST;
|
| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
| bezier.c | 330 static enum shift_result shift(const struct bezier *orig, function 547 res = shift(b, o, normal_len, threshold); 567 enum shift_result res = shift(b, o, normal_len, threshold);
|
| /external/chromium_org/third_party/mesa/src/src/mesa/main/ |
| pack.c | 5359 GLint shift = 0; local 5374 GLint shift = 7; local [all...] |