/external/v8/src/ |
builtins.h | 148 V(SAR, 1) \
|
fast-codegen.cc | 398 case Token::SAR: 399 BAILOUT("BinaryOperation SAR");
|
token.h | 97 T(SAR, ">>", 11) \
|
ast.cc | 101 case Token::ASSIGN_SAR: return Token::SAR;
|
/external/webkit/WebCore/platform/graphics/wince/ |
PlatformPathWince.cpp | 717 // add a circular arc centred at p with radius r from start angle sar (radians) to end angle ear 718 void PlatformPath::addEllipse(const FloatPoint& p, float a, float b, float sar, float ear, bool anticlockwise) 722 normalizeAngle(sar); 725 getEllipsePointByAngle(sar, a, b, startX, startY);
|
PlatformPathWince.h | 159 void addEllipse(const FloatPoint& p, float a, float b, float sar, float ear, bool anticlockwise);
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
it-IT_lexpos.utf | 1058 AUXB_PL "saranno" "sar'an_no" 1059 AUXB_PL "sarebbero" "sar'Eb_bero" 1060 AUXB_PL "saremmo" "sar'em_mo" 1061 AUXB_PL "saremo" "sar'e:mo" 1062 AUXB_PL "sareste" "sar'e:ste" 1063 AUXB_PL "sarete" "sar'e:te" 1075 AUXB_SG "sarai" "sar'a:^i" 1076 AUXB_SG "sarebbe" "sar'Eb_be" 1077 AUXB_SG "sarei" "sar'e:^i" 1078 AUXB_SG "sarà" "sar'aÞ [all...] |
/external/kernel-headers/original/linux/ |
atmdev.h | 119 * Loopback modes for ATM_{PHY,SAR}_{GET,SET}LOOP 122 /* Point of loopback CPU-->SAR-->PHY-->line--> ... */
|
/external/v8/test/cctest/ |
test-disasm-ia32.cc | 197 __ sar(edx, 1); 198 __ sar(edx, 6);
|
/packages/apps/IM/res/values-it/ |
strings.xml | 54 <string name="confirm_delete_contact" msgid="1364595657359357114">"Il contatto \"<xliff:g id="USER">%1$s</xliff:g>\" sarà eliminato."</string> 55 <string name="confirm_block_contact" msgid="2490910366424078491">"Il contatto \"<xliff:g id="USER">%1$s</xliff:g>\" sarà bloccato."</string> 56 <string name="confirm_unblock_contact" msgid="2194464819104507216">"Il contatto \"<xliff:g id="USER">%1$s</xliff:g>\" sarà sbloccato."</string>
|
/external/v8/src/ia32/ |
ic-ia32.cc | 649 __ sar(edx, kSmiTagSize); // untag the index and use it for the comparison 672 __ sar(ebx, kSmiTagSize); // Untag the index. 676 __ sar(eax, kSmiTagSize); // Untag the value. 700 __ sar(ebx, kSmiTagSize); // untag 785 __ sar(ebx, kSmiTagSize); // Untag the index. 799 __ sar(eax, kSmiTagSize); // Untag the value. [all...] |
fast-codegen-ia32.cc | 398 case Token::SAR: 399 BAILOUT("BinaryOperation SAR");
|
codegen-ia32.cc | [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/ |
SerializerMessages_it.java | 185 "Attenzione: La versione del documento di emissione \u00e8 obbligatorio che sia ''{0}''. Questa versione di XML non \u00e8 supportata. La versione del documento di emissione sar\u00e0 ''1.0''." },
|
/packages/apps/Phone/res/values-it/ |
strings.xml | [all...] |
/external/v8/src/x64/ |
macro-assembler-x64.cc | 533 sar(dst, Immediate(kSmiShift)); 587 sar(dst, Immediate(kSmiShift - power)); [all...] |
/external/openssl/crypto/bn/asm/ |
pa-risc2.s | 823 DEPDI,Z -1,%sar,1,%r19 ;offset 0x9d0 833 DEPD,Z %r3,%sar,64,%r3 ;offset 0x9f0 836 SHRPD %r4,%r5,%sar,%r4 ;offset 0x9fc 838 DEPD,Z %r5,%sar,64,%r5 ;offset 0xa04 [all...] |
pa-risc2W.s | 775 DEPDI,Z -1,%sar,1,%r29 785 DEPD,Z %r3,%sar,64,%r3 ; d <<= i; 788 SHRPD %r4,%r5,%sar,%r4 ; l>> (64-i) 790 DEPD,Z %r5,%sar,64,%r5 ; l <<= i; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_stdlib.c | 107 sar esi,1Fh
|
/external/qemu/target-arm/ |
helpers.h | 164 DEF_HELPER_2(sar, i32, i32, i32)
|
op_helper.c | 405 uint32_t HELPER(sar)(uint32_t x, uint32_t i) function
|
/external/quake/quake/src/QW/client/ |
surf16.asm | 267 sar ebp,cl
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
ikev2.c | 345 /* Only one proposal expected in SAr */ 750 /* Expect to receive IKE_SA_INIT: HDR, SAr, KEr, Nr, [CERTREQ],
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/ |
assyntax.h | 564 #define SAR_L(a, b) CHOICE(sarl ARG2(a,b), sarl ARG2(a,b), _LTOG sar ARG2(b,a)) 565 #define SAR_W(a, b) CHOICE(sarw ARG2(a,b), sarw ARG2(a,b), _WTOG sar ARG2(b,a)) [all...] |
/external/quake/quake/src/QW/gas2masm/ |
gas2masm.c | 744 {"sarl", " sar", 3, emittwooperandsl},
|